@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 835px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
body.has-fixed-header {
  /* padding-top は JS でヘッダー高さに自動書き換えします */
  padding-top: 0;
}
@media only screen and (max-width: 834px) {
  body main .post_article {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  body main .post_article {
    padding-top: 110px;
  }
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

i, em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
}

a, *:focus {
  outline: none;
}

*::-moz-selection {
  background: #002648;
  color: #FFF;
}

*::selection {
  background: #002648;
  color: #FFF;
}

*::-moz-selection {
  background: #002648;
  color: #FFF;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 834px) {
  .hideSP {
    display: none !important;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .hideTL {
    display: none !important;
  }
}

@media print, screen and (min-width: 1220px) {
  .hideDT {
    display: none !important;
  }
}

@media print, screen and (min-width: 835px) {
  .hidePC {
    display: none !important;
  }
}

a {
  outline: none;
}
a *:focus {
  outline: 0;
}
a:link {
  color: #002648;
}
a:visited {
  color: #002648;
}
a:hover {
  color: #002648;
  text-decoration: none;
}
a:active {
  color: #002648;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 0.5s;
}

/* フェードアップ表示 */
.js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 1s;
}

.order {
  opacity: 0;
}

.fadeOrder {
  animation-name: fadeOrder;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeOrder {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  width: 100%;
  background: #FFF;
  display: block;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; /* 必要に応じて調整 */
  transform: translateY(0); /* 初期状態：表示 */
  transition: transform 0.3s ease;
  z-index: 100;
}
.header.header--hidden {
  transform: translateY(-100%);
}
.header.home {
  background: RGB(0 41 81/0.3);
}
.header.home .header__container #pcNavi > ul .has-child {
  border-right-color: #FFF;
}
.header.home .header__container #pcNavi > ul .has-child:first-child {
  border-left-color: #FFF;
}
.header.home .header__container #pcNavi > ul .has-child > a {
  color: #FFF;
}
.header.home .header__container #pcNavi > ul .has-child > a:hover {
  color: #002648;
}
.header.home .header__container #menuButton {
  color: #FFF;
}
.header.home .header__container #menuButton .icon {
  background: #FFF;
}
.header.home .header__container #menuButton .icon::before, .header.home .header__container #menuButton .icon::after {
  height: 2px;
  content: "";
  background: #FFF;
  display: block;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  position: absolute;
}
@media only screen and (max-width: 834px) {
  .header.home .header__container #menuButton .icon::before, .header.home .header__container #menuButton .icon::after {
    width: 20px;
  }
}
.header.home .header__container #menuButton.active .icon {
  background: none;
}
@media print, screen and (min-width: 835px) {
  .header__copy {
    color: #FFF;
    font-weight: 500;
    padding: 0 30px;
    background: #002648;
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
  .header__copy span {
    max-width: 1080px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
}
.header__container {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .header__container {
    padding: 0;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__container {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__container {
    padding: 30px;
  }
}
.header__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .header__container {
    height: 60px;
  }
}
.header__container {
  /* ======================
  ロゴ（PC用）
  ====================== */
}
.header__container #logo {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .header__container #logo {
    width: 250px;
    display: block;
    left: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__container #logo {
    width: 32.0175%;
    padding-right: 20px;
    left: 30px;
  }
}
.header__container #logo a {
  display: block;
  flex-shrink: 0;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .header__container #logo a {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 835px) {
  .header__container #logo a {
    width: 100%;
  }
}
.header__container #logo a img {
  display: block;
  width: 100%;
  max-width: 345px;
  height: auto;
  margin: 0;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .header__container #logo a img {
    max-width: none;
  }
}
.header__container #logo a:hover {
  opacity: 0.8;
}
.header__container {
  /* ======================
  PC用ナビゲーション
  ====================== */
}
@media print, screen and (min-width: 835px) {
  .header__container #pcNavi {
    width: calc(67.9825% - 20px);
    max-width: 700px;
  }
  .header__container #pcNavi > ul {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /* ドロップダウンメニュー有 */
  }
  .header__container #pcNavi > ul .has-child {
    line-height: 1.3125;
    font-weight: 700;
    transition: all 0.2s ease-out;
    border-right: 2px solid #2a2a2a;
    transition: all 0.2s ease-out;
    position: relative;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
  .header__container #pcNavi > ul .has-child:first-child {
    border-left: 2px solid #2a2a2a;
  }
  .header__container #pcNavi > ul .has-child > a {
    min-height: 40px;
    color: #2a2a2a;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.8em;
    white-space: nowrap;
    transition: all 0.2s ease-out;
  }
  .header__container #pcNavi > ul .has-child > a:hover {
    color: #002648;
  }
  .header__container #pcNavi > ul .has-child:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-out;
    z-index: 10;
  }
  .header__container #pcNavi > ul .has-child {
    /* ドロップダウンメニュー */
  }
  .header__container #pcNavi > ul .has-child > ul {
    width: auto;
    white-space: nowrap;
    background: #eaeff2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 40px;
    left: -2px;
  }
  .header__container #pcNavi > ul .has-child > ul li a {
    line-height: 1.5;
    min-height: 55px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px;
    transition: all 0.2s ease-out;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
  .header__container #pcNavi > ul .has-child > ul li a:hover {
    background: #c9e5f7;
  }
}
.header__container {
  /* ======================
  ハンバーガーメニューボタン
  ====================== */
}
.header__container #menuButton {
  line-height: 1;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  touch-action: manipulation;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  z-index: 10000;
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton {
    width: 40px;
    height: 40px;
    font-size: clamp(1rem, 2.5510204082vw, 1rem);
  }
}
@media print, screen and (min-width: 835px) {
  .header__container #menuButton {
    display: none;
  }
}
.header__container #menuButton .icon {
  height: 2px;
  background: #333;
  display: block;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton .icon {
    width: 20px;
    margin: 7px 0 10px 0;
  }
}
.header__container #menuButton .icon::before, .header__container #menuButton .icon::after {
  height: 2px;
  content: "";
  background: #333;
  display: block;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  position: absolute;
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton .icon::before, .header__container #menuButton .icon::after {
    width: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton .icon::before {
    top: -6px;
  }
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton .icon::after {
    top: 6px;
  }
}
.header__container #menuButton span {
  font-weight: 500;
}
.header__container #menuButton span.close {
  display: none;
}
.header__container #menuButton.active .icon {
  background: none;
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton.active .icon::before {
    transform: translateY(6px) rotate(45deg);
  }
}
@media only screen and (max-width: 834px) {
  .header__container #menuButton.active .icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.header__container #menuButton.active .open {
  display: none;
}
.header__container #menuButton.active .close {
  display: block;
}
.header {
  /* ======================
  ボタン
  （お問い合わせ・全日総本部ログイン・ラビ―ネットログイン）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .header__button {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 835px) {
  .header__button {
    width: 50px;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 834px) {
  .header__button li:nth-child(1) {
    width: 22%;
  }
  .header__button li:nth-child(1) a {
    background: #002648;
  }
  .header__button li:nth-child(n+2) {
    width: 39%;
  }
  .header__button li:nth-child(2) a {
    background: #00407A;
  }
  .header__button li:nth-child(3) a {
    background: #315372;
  }
}
.header__button li a {
  display: block;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .header__button li a {
    height: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__button li a:hover {
    opacity: 0.9;
  }
}
.header__button li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .header__button li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header {
  /* ======================
  ロゴ（スマートフォン用）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .header__logo {
    padding: 20px;
  }
  .header__logo a {
    max-width: 275px;
    display: block;
    transition: all 0.2s ease-out;
    margin: 0 auto;
  }
  .header__logo a:hover {
    opacity: 0.9;
  }
  .header__logo a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.header {
  /* ======================
  グローバルナビゲーション
  ====================== */
}
.header #globalNavi {
  width: 100%;
  background: #FFF;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  z-index: 9999;
}
@media only screen and (max-width: 834px) {
  .header #globalNavi {
    height: calc(100vh - 40px);
    top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .header #globalNavi {
    display: none !important;
  }
}
.header #globalNavi {
  /*
  &.active {
    nav{
      right: 0;
    }
  }
  */
}
.header #globalNavi nav {
  width: 100%;
  /*
  position: fixed;
  right: -100%;
  z-index: 999;
  transition: right .2s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  */
}
.header #globalNavi nav dl dt {
  line-height: 1.5;
  color: #1d2144;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .header #globalNavi nav dl dt {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.header #globalNavi nav dl dt::after {
  width: 50px;
  height: 100%;
  color: #6bb5cb;
  font-weight: 900;
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media only screen and (max-width: 834px) {
  .header #globalNavi nav dl dt::after {
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.header #globalNavi nav dl dt.open::after {
  content: "－";
}
.header #globalNavi nav dl dt:hover::after {
  color: #FFF;
  background: #a0c6d1;
}
.header #globalNavi nav dl dt a {
  line-height: 1.5;
  color: #1d2144;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.header #globalNavi nav dl dt a:hover {
  color: #6bb5cb;
}
.header #globalNavi nav dl dd {
  background: #EAEFF2;
}
@media only screen and (max-width: 834px) {
  .header #globalNavi nav dl dd ul li {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.header #globalNavi nav dl dd ul li a {
  color: #1d2144;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all 0.2s ease-out;
}
.header #globalNavi nav dl dd ul li a:hover {
  background: #FFF;
}
.header {
  /* ======================
  スクロール時
  ====================== */
  /*
  &.fixed {
    &.home {
      background: $baseColor;

      .header__container {
        #logo {
          a {
            .white {
              display: none !important;
            }
            .color {
              display: block !important;
            }
          }
        }

        #pcNavi {
          > ul {
            .has-child {
              border-right-color: #2a2a2a;
              &:first-child {
                border-left-color: #2a2a2a;
              }

              > a {
                color: #2a2a2a;
                &:hover {
                  color: $mainColor;
                }
              }
            }
          }
        }
      }

      .header__logo {
        a {
          .white {
            display: none !important;
          }
          .color {
            display: block !important;
          }
        }
      }
    }

    //.header__button,
    //.header__logo {
    //  @include smartphone {
    //    display: none !important;
    //  }
    //}

  }
  */
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.footer {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer {
  /* ======================
  ページの先頭にもどる
  ====================== */
  /*
  &__pagetop {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: $baseColor;
    border-radius: 50%;
    transition: all .2s ease-out;
    position: fixed;
    bottom: 40px;
    z-index: 10;
    @include smartphone {
      right: 20px;
    }
    @include screen {
      right: 40px;
    }
    &:not(.active) {
      pointer-events: none;
      opacity: 0;
    }
    &::before {
      width: 13px;
      height: 11px;
      content: "";
      background: url("../images/common/arrow-right.svg") no-repeat left top / contain;
      display: block;
      transform: rotate(-90deg);
      transition: all .2s ease-out;
    }
    &:hover {
      //background: $mainColor;
      background: linear-gradient(135deg, #ff90b3 0%, #1e3a8a 100%);
      &::before {
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.26%22%20height%3D%2212.996%22%20viewBox%3D%220%200%2014.26%2012.996%22%3E%20%3Cg%20transform%3D%22translate(31.13%2030.498)%20rotate(180)%22%3E%20%3Cline%20x2%3D%2212.22%22%20transform%3D%22translate(17.91%2024)%22%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M24.04%2C18.91%2C17.87%2C24l6.17%2C5.09%22%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat left top / contain;
      }
    }
  }
  */
  /* ======================
  3つのボタン
  ====================== */
}
.footer__button {
  width: 100%;
  background: #D8DADB;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
}
@media only screen and (max-width: 834px) {
  .footer__button {
    padding: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__button {
    padding: 25px 30px;
  }
}
.footer__button ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .footer__button ul {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__button ul li {
    width: calc(33.3333333333% - 3.3333333333px);
  }
  .footer__button ul li:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__button ul li {
    width: calc(33.3333333333% - 10px);
  }
  .footer__button ul li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
.footer__button ul li a {
  min-height: 50px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #333;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .footer__button ul li a {
    line-height: 1.1428571;
    font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .footer__button ul li a {
    line-height: 1.575;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
  .footer__button ul li a::after {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    display: block;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
  }
}
.footer__button ul li a:hover {
  color: #FFF;
  background: #333;
}
.footer__button ul li a:hover::after {
  border-color: #FFF;
}
.footer__button ul li {
  /* お電話 */
}
@media print, screen and (min-width: 835px) {
  .footer__button ul li.tel a {
    background: #F0F0F0;
    border: none;
    pointer-events: none;
  }
  .footer__button ul li.tel a span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.05;
    margin-left: 1em;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.footer__button ul li.tel a::after {
  display: none !important;
}
.footer {
  /* ======================
  コンテンツ
  ====================== */
}
.footer__information {
  color: #FFF;
  background: #002648;
}
@media only screen and (max-width: 834px) {
  .footer__information {
    padding: 65px 10px 50px 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information {
    padding: 70px 30px 40px 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.footer__information .container {
  /* 協会情報 */
}
@media only screen and (max-width: 834px) {
  .footer__information .container > dl {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container > dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
.footer__information .container > dl > dt,
.footer__information .container > dl > dd {
  line-height: 1.625;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .footer__information .container > dl > dt {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container > dl > dt {
    width: 32.4074%;
  }
}
@media print, screen and (min-width: 835px) and (min-width: 1220px) {
  .footer__information .container > dl > dt {
    margin-left: 20px;
  }
}
.footer__information .container > dl > dt a {
  display: block;
  transition: all 0.2s ease-out;
}
.footer__information .container > dl > dt a:hover {
  opacity: 0.9;
}
.footer__information .container > dl > dt a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .footer__information .container > dl .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
}
.footer__information .container > dl .tel a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .footer__information .container > dl .tel a {
    font-size: clamp(2rem, 6.6326530612vw, 2.6rem);
  }
  .footer__information .container > dl .tel a:hover {
    opacity: 0.9;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container > dl .tel a {
    pointer-events: none;
    font-size: clamp(2rem, 2.2471910112vw, 2.6rem);
  }
}
.footer__information .container > dl .tel a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  border: 2px solid #FFF;
  margin-right: 10px;
}
@media only screen and (max-width: 834px) {
  .footer__information .container > dl .tel a span {
    font-size: clamp(1.2rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container > dl .tel a span {
    font-size: clamp(1.2rem, 1.3828867761vw, 1.6rem);
  }
}
.footer__information .container > dl .address {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .footer__information .container > dl .address {
    line-height: 2;
    text-align: center;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container > dl .address {
    font-size: clamp(1.2rem, 1.3828867761vw, 1.6rem);
  }
}
.footer__information .container {
  /* ナビゲーション */
}
@media print, screen and (min-width: 835px) {
  .footer__information .container nav {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 834px) {
  .footer__information .container nav dl:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container nav dl {
    width: 20%;
    padding: 5px 17px;
    border-left: 1px solid #FFF;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .footer__information .container nav dl {
    padding: 5px 12px;
  }
}
.footer__information .container nav dl dt {
  line-height: 1.66;
  font-weight: 700;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .footer__information .container nav dl dt {
    margin-bottom: 3px;
    font-size: clamp(1.2rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container nav dl dt {
    margin-bottom: 20px;
    font-size: clamp(1.2rem, 1.5557476232vw, 1.8rem);
  }
}
.footer__information .container nav dl dd ul li {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .footer__information .container nav dl dd ul li {
    line-height: 1.5;
    font-size: clamp(1rem, 3.8265306122vw, 1.5rem);
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container nav dl dd ul li {
    line-height: 2;
    margin-block: calc((1em - 1lh) / 2);
    font-size: clamp(1rem, 1.2964563526vw, 1.5rem);
  }
}
@media only screen and (max-width: 834px) {
  .footer__information .container nav dl dd ul li:nth-child(n+2) {
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container nav dl dd ul li:nth-child(n+2) {
    margin-top: 8px;
  }
}
.footer__information .container nav dl dd ul li a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .footer__information .container nav dl dd ul li a {
    min-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #FFF;
  }
}
@media only screen and (max-width: 834px) {
  .footer__information .container nav dl dd ul li a:hover {
    color: #002648;
    background: #FFF;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__information .container nav dl dd ul li a:hover {
    color: #237dc2;
  }
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
/* ======================
  @extend
====================== */
/**
 * 入力画面
 */
.page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
  background: #F5F5F5;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
    padding: 40px 20px 45px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
    width: calc(100% - 60px);
    max-width: 1080px;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl, .page--startup .post_article.registration #mailform > dl, .page--startup .post_article.request #mailform > dl, .page--public .post_article.home #mailform > dl, .page--agent .post_article #mailform > dl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl, .page--startup .post_article.registration #mailform > dl, .page--startup .post_article.request #mailform > dl, .page--public .post_article.home #mailform > dl, .page--agent .post_article #mailform > dl {
    max-width: 680px;
    margin: 0 auto 40px auto;
  }
}
.page--contact .post_article.home #mailform > dl > dt, .page--startup .post_article.registration #mailform > dl > dt, .page--startup .post_article.request #mailform > dl > dt, .page--public .post_article.home #mailform > dl > dt, .page--agent .post_article #mailform > dl > dt,
.page--contact .post_article.home #mailform > dl > dd,
.page--startup .post_article.registration #mailform > dl > dd,
.page--startup .post_article.request #mailform > dl > dd,
.page--public .post_article.home #mailform > dl > dd,
.page--agent .post_article #mailform > dl > dd {
  line-height: 1.5;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dt, .page--startup .post_article.registration #mailform > dl > dt, .page--startup .post_article.request #mailform > dl > dt, .page--public .post_article.home #mailform > dl > dt, .page--agent .post_article #mailform > dl > dt,
  .page--contact .post_article.home #mailform > dl > dd,
  .page--startup .post_article.registration #mailform > dl > dd,
  .page--startup .post_article.request #mailform > dl > dd,
  .page--public .post_article.home #mailform > dl > dd,
  .page--agent .post_article #mailform > dl > dd {
    font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dt, .page--startup .post_article.registration #mailform > dl > dt, .page--startup .post_article.request #mailform > dl > dt, .page--public .post_article.home #mailform > dl > dt, .page--agent .post_article #mailform > dl > dt,
  .page--contact .post_article.home #mailform > dl > dd,
  .page--startup .post_article.registration #mailform > dl > dd,
  .page--startup .post_article.request #mailform > dl > dd,
  .page--public .post_article.home #mailform > dl > dd,
  .page--agent .post_article #mailform > dl > dd {
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform > dl > dt, .page--startup .post_article.registration #mailform > dl > dt, .page--startup .post_article.request #mailform > dl > dt, .page--public .post_article.home #mailform > dl > dt, .page--agent .post_article #mailform > dl > dt {
  line-height: 1.575;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 12px;
}
.page--contact .post_article.home #mailform > dl > dt:nth-of-type(n+2), .page--startup .post_article.registration #mailform > dl > dt:nth-of-type(n+2), .page--startup .post_article.request #mailform > dl > dt:nth-of-type(n+2), .page--public .post_article.home #mailform > dl > dt:nth-of-type(n+2), .page--agent .post_article #mailform > dl > dt:nth-of-type(n+2) {
  margin-top: 23px;
}
.page--contact .post_article.home #mailform > dl > dt span, .page--startup .post_article.registration #mailform > dl > dt span, .page--startup .post_article.request #mailform > dl > dt span, .page--public .post_article.home #mailform > dl > dt span, .page--agent .post_article #mailform > dl > dt span {
  width: 36px;
  height: 22px;
  line-height: 1;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #FFF;
  border: 1px solid #333;
  margin: 3px 0 0 10px;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dt span, .page--startup .post_article.registration #mailform > dl > dt span, .page--startup .post_article.request #mailform > dl > dt span, .page--public .post_article.home #mailform > dl > dt span, .page--agent .post_article #mailform > dl > dt span {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dt span, .page--startup .post_article.registration #mailform > dl > dt span, .page--startup .post_article.request #mailform > dl > dt span, .page--public .post_article.home #mailform > dl > dt span, .page--agent .post_article #mailform > dl > dt span {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.page--contact .post_article.home #mailform > dl > dt span.required, .page--startup .post_article.registration #mailform > dl > dt span.required, .page--startup .post_article.request #mailform > dl > dt span.required, .page--public .post_article.home #mailform > dl > dt span.required, .page--agent .post_article #mailform > dl > dt span.required {
  color: #FFF;
  background: #333;
}
.page--contact .post_article.home #mailform > dl > dd, .page--startup .post_article.registration #mailform > dl > dd, .page--startup .post_article.request #mailform > dl > dd, .page--public .post_article.home #mailform > dl > dd, .page--agent .post_article #mailform > dl > dd {
  font-weight: 500;
}
.page--contact .post_article.home #mailform > dl > dd.flex-wrap, .page--startup .post_article.registration #mailform > dl > dd.flex-wrap, .page--startup .post_article.request #mailform > dl > dd.flex-wrap, .page--public .post_article.home #mailform > dl > dd.flex-wrap, .page--agent .post_article #mailform > dl > dd.flex-wrap {
  display: flex;
  align-items: center;
}
.page--contact .post_article.home #mailform > dl > dd.flex-wrap.sending, .page--startup .post_article.registration #mailform > dl > dd.flex-wrap.sending, .page--startup .post_article.request #mailform > dl > dd.flex-wrap.sending, .page--public .post_article.home #mailform > dl > dd.flex-wrap.sending, .page--agent .post_article #mailform > dl > dd.flex-wrap.sending {
  align-items: flex-start;
}
.page--contact .post_article.home #mailform > dl > dd input[type=text], .page--startup .post_article.registration #mailform > dl > dd input[type=text], .page--startup .post_article.request #mailform > dl > dd input[type=text], .page--public .post_article.home #mailform > dl > dd input[type=text], .page--agent .post_article #mailform > dl > dd input[type=text],
.page--contact .post_article.home #mailform > dl > dd input[type=email],
.page--startup .post_article.registration #mailform > dl > dd input[type=email],
.page--startup .post_article.request #mailform > dl > dd input[type=email],
.page--public .post_article.home #mailform > dl > dd input[type=email],
.page--agent .post_article #mailform > dl > dd input[type=email],
.page--contact .post_article.home #mailform > dl > dd input[type=tel],
.page--startup .post_article.registration #mailform > dl > dd input[type=tel],
.page--startup .post_article.request #mailform > dl > dd input[type=tel],
.page--public .post_article.home #mailform > dl > dd input[type=tel],
.page--agent .post_article #mailform > dl > dd input[type=tel],
.page--contact .post_article.home #mailform > dl > dd input[type=date],
.page--startup .post_article.registration #mailform > dl > dd input[type=date],
.page--startup .post_article.request #mailform > dl > dd input[type=date],
.page--public .post_article.home #mailform > dl > dd input[type=date],
.page--agent .post_article #mailform > dl > dd input[type=date],
.page--contact .post_article.home #mailform > dl > dd select,
.page--startup .post_article.registration #mailform > dl > dd select,
.page--startup .post_article.request #mailform > dl > dd select,
.page--public .post_article.home #mailform > dl > dd select,
.page--agent .post_article #mailform > dl > dd select,
.page--contact .post_article.home #mailform > dl > dd textarea,
.page--startup .post_article.registration #mailform > dl > dd textarea,
.page--startup .post_article.request #mailform > dl > dd textarea,
.page--public .post_article.home #mailform > dl > dd textarea,
.page--agent .post_article #mailform > dl > dd textarea {
  width: 100%;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  display: block;
  padding: 0.7em 1em;
  background: #FFF;
  border: 1px solid #DEDEDE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd input[type=text], .page--startup .post_article.registration #mailform > dl > dd input[type=text], .page--startup .post_article.request #mailform > dl > dd input[type=text], .page--public .post_article.home #mailform > dl > dd input[type=text], .page--agent .post_article #mailform > dl > dd input[type=text],
  .page--contact .post_article.home #mailform > dl > dd input[type=email],
  .page--startup .post_article.registration #mailform > dl > dd input[type=email],
  .page--startup .post_article.request #mailform > dl > dd input[type=email],
  .page--public .post_article.home #mailform > dl > dd input[type=email],
  .page--agent .post_article #mailform > dl > dd input[type=email],
  .page--contact .post_article.home #mailform > dl > dd input[type=tel],
  .page--startup .post_article.registration #mailform > dl > dd input[type=tel],
  .page--startup .post_article.request #mailform > dl > dd input[type=tel],
  .page--public .post_article.home #mailform > dl > dd input[type=tel],
  .page--agent .post_article #mailform > dl > dd input[type=tel],
  .page--contact .post_article.home #mailform > dl > dd input[type=date],
  .page--startup .post_article.registration #mailform > dl > dd input[type=date],
  .page--startup .post_article.request #mailform > dl > dd input[type=date],
  .page--public .post_article.home #mailform > dl > dd input[type=date],
  .page--agent .post_article #mailform > dl > dd input[type=date],
  .page--contact .post_article.home #mailform > dl > dd select,
  .page--startup .post_article.registration #mailform > dl > dd select,
  .page--startup .post_article.request #mailform > dl > dd select,
  .page--public .post_article.home #mailform > dl > dd select,
  .page--agent .post_article #mailform > dl > dd select,
  .page--contact .post_article.home #mailform > dl > dd textarea,
  .page--startup .post_article.registration #mailform > dl > dd textarea,
  .page--startup .post_article.request #mailform > dl > dd textarea,
  .page--public .post_article.home #mailform > dl > dd textarea,
  .page--agent .post_article #mailform > dl > dd textarea {
    font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd input[type=text], .page--startup .post_article.registration #mailform > dl > dd input[type=text], .page--startup .post_article.request #mailform > dl > dd input[type=text], .page--public .post_article.home #mailform > dl > dd input[type=text], .page--agent .post_article #mailform > dl > dd input[type=text],
  .page--contact .post_article.home #mailform > dl > dd input[type=email],
  .page--startup .post_article.registration #mailform > dl > dd input[type=email],
  .page--startup .post_article.request #mailform > dl > dd input[type=email],
  .page--public .post_article.home #mailform > dl > dd input[type=email],
  .page--agent .post_article #mailform > dl > dd input[type=email],
  .page--contact .post_article.home #mailform > dl > dd input[type=tel],
  .page--startup .post_article.registration #mailform > dl > dd input[type=tel],
  .page--startup .post_article.request #mailform > dl > dd input[type=tel],
  .page--public .post_article.home #mailform > dl > dd input[type=tel],
  .page--agent .post_article #mailform > dl > dd input[type=tel],
  .page--contact .post_article.home #mailform > dl > dd input[type=date],
  .page--startup .post_article.registration #mailform > dl > dd input[type=date],
  .page--startup .post_article.request #mailform > dl > dd input[type=date],
  .page--public .post_article.home #mailform > dl > dd input[type=date],
  .page--agent .post_article #mailform > dl > dd input[type=date],
  .page--contact .post_article.home #mailform > dl > dd select,
  .page--startup .post_article.registration #mailform > dl > dd select,
  .page--startup .post_article.request #mailform > dl > dd select,
  .page--public .post_article.home #mailform > dl > dd select,
  .page--agent .post_article #mailform > dl > dd select,
  .page--contact .post_article.home #mailform > dl > dd textarea,
  .page--startup .post_article.registration #mailform > dl > dd textarea,
  .page--startup .post_article.request #mailform > dl > dd textarea,
  .page--public .post_article.home #mailform > dl > dd textarea,
  .page--agent .post_article #mailform > dl > dd textarea {
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform > dl > dd input[type=text]::-moz-placeholder, .page--startup .post_article.registration #mailform > dl > dd input[type=text]::-moz-placeholder, .page--startup .post_article.request #mailform > dl > dd input[type=text]::-moz-placeholder, .page--public .post_article.home #mailform > dl > dd input[type=text]::-moz-placeholder, .page--agent .post_article #mailform > dl > dd input[type=text]::-moz-placeholder, .page--contact .post_article.home #mailform > dl > dd input[type=email]::-moz-placeholder, .page--startup .post_article.registration #mailform > dl > dd input[type=email]::-moz-placeholder, .page--startup .post_article.request #mailform > dl > dd input[type=email]::-moz-placeholder, .page--public .post_article.home #mailform > dl > dd input[type=email]::-moz-placeholder, .page--agent .post_article #mailform > dl > dd input[type=email]::-moz-placeholder, .page--contact .post_article.home #mailform > dl > dd input[type=tel]::-moz-placeholder, .page--startup .post_article.registration #mailform > dl > dd input[type=tel]::-moz-placeholder, .page--startup .post_article.request #mailform > dl > dd input[type=tel]::-moz-placeholder, .page--public .post_article.home #mailform > dl > dd input[type=tel]::-moz-placeholder, .page--agent .post_article #mailform > dl > dd input[type=tel]::-moz-placeholder, .page--contact .post_article.home #mailform > dl > dd input[type=date]::-moz-placeholder, .page--startup .post_article.registration #mailform > dl > dd input[type=date]::-moz-placeholder, .page--startup .post_article.request #mailform > dl > dd input[type=date]::-moz-placeholder, .page--public .post_article.home #mailform > dl > dd input[type=date]::-moz-placeholder, .page--agent .post_article #mailform > dl > dd input[type=date]::-moz-placeholder, .page--contact .post_article.home #mailform > dl > dd select::-moz-placeholder, .page--startup .post_article.registration #mailform > dl > dd select::-moz-placeholder, .page--startup .post_article.request #mailform > dl > dd select::-moz-placeholder, .page--public .post_article.home #mailform > dl > dd select::-moz-placeholder, .page--agent .post_article #mailform > dl > dd select::-moz-placeholder, .page--contact .post_article.home #mailform > dl > dd textarea::-moz-placeholder, .page--startup .post_article.registration #mailform > dl > dd textarea::-moz-placeholder, .page--startup .post_article.request #mailform > dl > dd textarea::-moz-placeholder, .page--public .post_article.home #mailform > dl > dd textarea::-moz-placeholder, .page--agent .post_article #mailform > dl > dd textarea::-moz-placeholder {
  color: #9F9F9F;
}
.page--contact .post_article.home #mailform > dl > dd input[type=text]::placeholder, .page--startup .post_article.registration #mailform > dl > dd input[type=text]::placeholder, .page--startup .post_article.request #mailform > dl > dd input[type=text]::placeholder, .page--public .post_article.home #mailform > dl > dd input[type=text]::placeholder, .page--agent .post_article #mailform > dl > dd input[type=text]::placeholder,
.page--contact .post_article.home #mailform > dl > dd input[type=email]::placeholder,
.page--startup .post_article.registration #mailform > dl > dd input[type=email]::placeholder,
.page--startup .post_article.request #mailform > dl > dd input[type=email]::placeholder,
.page--public .post_article.home #mailform > dl > dd input[type=email]::placeholder,
.page--agent .post_article #mailform > dl > dd input[type=email]::placeholder,
.page--contact .post_article.home #mailform > dl > dd input[type=tel]::placeholder,
.page--startup .post_article.registration #mailform > dl > dd input[type=tel]::placeholder,
.page--startup .post_article.request #mailform > dl > dd input[type=tel]::placeholder,
.page--public .post_article.home #mailform > dl > dd input[type=tel]::placeholder,
.page--agent .post_article #mailform > dl > dd input[type=tel]::placeholder,
.page--contact .post_article.home #mailform > dl > dd input[type=date]::placeholder,
.page--startup .post_article.registration #mailform > dl > dd input[type=date]::placeholder,
.page--startup .post_article.request #mailform > dl > dd input[type=date]::placeholder,
.page--public .post_article.home #mailform > dl > dd input[type=date]::placeholder,
.page--agent .post_article #mailform > dl > dd input[type=date]::placeholder,
.page--contact .post_article.home #mailform > dl > dd select::placeholder,
.page--startup .post_article.registration #mailform > dl > dd select::placeholder,
.page--startup .post_article.request #mailform > dl > dd select::placeholder,
.page--public .post_article.home #mailform > dl > dd select::placeholder,
.page--agent .post_article #mailform > dl > dd select::placeholder,
.page--contact .post_article.home #mailform > dl > dd textarea::placeholder,
.page--startup .post_article.registration #mailform > dl > dd textarea::placeholder,
.page--startup .post_article.request #mailform > dl > dd textarea::placeholder,
.page--public .post_article.home #mailform > dl > dd textarea::placeholder,
.page--agent .post_article #mailform > dl > dd textarea::placeholder {
  color: #9F9F9F;
}
.page--contact .post_article.home #mailform > dl > dd p, .page--startup .post_article.registration #mailform > dl > dd p, .page--startup .post_article.request #mailform > dl > dd p, .page--public .post_article.home #mailform > dl > dd p, .page--agent .post_article #mailform > dl > dd p {
  line-height: 1.5;
  font-weight: 500;
  margin-block: calc((1em - 1lh) / 2);
  margin-top: 10px;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd p, .page--startup .post_article.registration #mailform > dl > dd p, .page--startup .post_article.request #mailform > dl > dd p, .page--public .post_article.home #mailform > dl > dd p, .page--agent .post_article #mailform > dl > dd p {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd p, .page--startup .post_article.registration #mailform > dl > dd p, .page--startup .post_article.request #mailform > dl > dd p, .page--public .post_article.home #mailform > dl > dd p, .page--agent .post_article #mailform > dl > dd p {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.page--contact .post_article.home #mailform > dl > dd p a, .page--startup .post_article.registration #mailform > dl > dd p a, .page--startup .post_article.request #mailform > dl > dd p a, .page--public .post_article.home #mailform > dl > dd p a, .page--agent .post_article #mailform > dl > dd p a {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.page--contact .post_article.home #mailform > dl > dd p a:hover, .page--startup .post_article.registration #mailform > dl > dd p a:hover, .page--startup .post_article.request #mailform > dl > dd p a:hover, .page--public .post_article.home #mailform > dl > dd p a:hover, .page--agent .post_article #mailform > dl > dd p a:hover {
  color: #002648;
  text-decoration: none;
}
.page--contact .post_article.home #mailform > dl > dd #zip, .page--startup .post_article.registration #mailform > dl > dd #zip, .page--startup .post_article.request #mailform > dl > dd #zip, .page--public .post_article.home #mailform > dl > dd #zip, .page--agent .post_article #mailform > dl > dd #zip {
  width: 230px;
  margin-right: 10px;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd #zip, .page--startup .post_article.registration #mailform > dl > dd #zip, .page--startup .post_article.request #mailform > dl > dd #zip, .page--public .post_article.home #mailform > dl > dd #zip, .page--agent .post_article #mailform > dl > dd #zip {
    width: calc(100% - 105px);
  }
}
.page--contact .post_article.home #mailform > dl > dd button, .page--startup .post_article.registration #mailform > dl > dd button, .page--startup .post_article.request #mailform > dl > dd button, .page--public .post_article.home #mailform > dl > dd button, .page--agent .post_article #mailform > dl > dd button {
  width: 100px;
  height: 48px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd button, .page--startup .post_article.registration #mailform > dl > dd button, .page--startup .post_article.request #mailform > dl > dd button, .page--public .post_article.home #mailform > dl > dd button, .page--agent .post_article #mailform > dl > dd button {
    width: 95px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd button, .page--startup .post_article.registration #mailform > dl > dd button, .page--startup .post_article.request #mailform > dl > dd button, .page--public .post_article.home #mailform > dl > dd button, .page--agent .post_article #mailform > dl > dd button {
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform > dl > dd button:hover, .page--startup .post_article.registration #mailform > dl > dd button:hover, .page--startup .post_article.request #mailform > dl > dd button:hover, .page--public .post_article.home #mailform > dl > dd button:hover, .page--agent .post_article #mailform > dl > dd button:hover {
  background: #002648;
}
.page--contact .post_article.home #mailform > dl > dd #message, .page--startup .post_article.registration #mailform > dl > dd #message, .page--startup .post_article.request #mailform > dl > dd #message, .page--public .post_article.home #mailform > dl > dd #message, .page--agent .post_article #mailform > dl > dd #message {
  height: 200px;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd #message, .page--startup .post_article.registration #mailform > dl > dd #message, .page--startup .post_article.request #mailform > dl > dd #message, .page--public .post_article.home #mailform > dl > dd #message, .page--agent .post_article #mailform > dl > dd #message {
    height: 180px;
  }
}
.page--contact .post_article.home #mailform > dl > dd > div, .page--startup .post_article.registration #mailform > dl > dd > div, .page--startup .post_article.request #mailform > dl > dd > div, .page--public .post_article.home #mailform > dl > dd > div, .page--agent .post_article #mailform > dl > dd > div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page--contact .post_article.home #mailform > dl > dd .select-item, .page--startup .post_article.registration #mailform > dl > dd .select-item, .page--startup .post_article.request #mailform > dl > dd .select-item, .page--public .post_article.home #mailform > dl > dd .select-item, .page--agent .post_article #mailform > dl > dd .select-item {
  display: block;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd .select-item, .page--startup .post_article.registration #mailform > dl > dd .select-item, .page--startup .post_article.request #mailform > dl > dd .select-item, .page--public .post_article.home #mailform > dl > dd .select-item, .page--agent .post_article #mailform > dl > dd .select-item {
    width: 50%;
  }
}
.page--contact .post_article.home #mailform > dl > dd .select-item::after, .page--startup .post_article.registration #mailform > dl > dd .select-item::after, .page--startup .post_article.request #mailform > dl > dd .select-item::after, .page--public .post_article.home #mailform > dl > dd .select-item::after, .page--agent .post_article #mailform > dl > dd .select-item::after {
  width: 10px;
  height: 10px;
  content: "";
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.page--contact .post_article.home #mailform > dl > dd .select-item select, .page--startup .post_article.registration #mailform > dl > dd .select-item select, .page--startup .post_article.request #mailform > dl > dd .select-item select, .page--public .post_article.home #mailform > dl > dd .select-item select, .page--agent .post_article #mailform > dl > dd .select-item select {
  padding-right: 45px;
  cursor: pointer;
}
.page--contact .post_article.home #mailform > dl > dd #message, .page--startup .post_article.registration #mailform > dl > dd #message, .page--startup .post_article.request #mailform > dl > dd #message, .page--public .post_article.home #mailform > dl > dd #message, .page--agent .post_article #mailform > dl > dd #message {
  min-height: 160px;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd #message, .page--startup .post_article.registration #mailform > dl > dd #message, .page--startup .post_article.request #mailform > dl > dd #message, .page--public .post_article.home #mailform > dl > dd #message, .page--agent .post_article #mailform > dl > dd #message {
    min-height: 180px;
  }
}
.page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
  /* ラジオボタン */
}
.page--contact .post_article.home #mailform .wpcf7-radio, .page--startup .post_article.registration #mailform .wpcf7-radio, .page--startup .post_article.request #mailform .wpcf7-radio, .page--public .post_article.home #mailform .wpcf7-radio, .page--agent .post_article #mailform .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .wpcf7-radio, .page--startup .post_article.registration #mailform .wpcf7-radio, .page--startup .post_article.request #mailform .wpcf7-radio, .page--public .post_article.home #mailform .wpcf7-radio, .page--agent .post_article #mailform .wpcf7-radio {
    padding-right: 30px;
  }
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 4em;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item::after, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item::after, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item::after, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item::after, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item::after {
  content: "";
  display: block;
  clear: both;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  margin: 0 !important;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label span {
  height: 40px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  word-break: break-all;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label span {
    font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label span {
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label span {
  /*
  &:hover {
    color: $mainColor;
  }
  */
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span a, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label span a, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label span a, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span a, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label span a {
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span a:hover, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label span a:hover, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label span a:hover, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label span a:hover, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label span a:hover {
  color: #002648;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span {
  position: relative;
  padding-left: 50px;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio], .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio], .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio], .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio], .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before,
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after,
.page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after,
.page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after,
.page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after,
.page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after {
  width: 20px;
  height: 20px;
  background-color: #EAEAEA;
  border-radius: 50%;
  display: block;
  opacity: 1;
  transition: all 0.2s ease-out;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--contact .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after, .page--startup .post_article.registration #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after, .page--startup .post_article.request #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after, .page--public .post_article.home #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after, .page--agent .post_article #mailform .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after {
  background-color: #709E00;
}
.page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
  /* チェックボックス */
}
.page--contact .post_article.home #mailform .wpcf7-checkbox, .page--startup .post_article.registration #mailform .wpcf7-checkbox, .page--startup .post_article.request #mailform .wpcf7-checkbox, .page--public .post_article.home #mailform .wpcf7-checkbox, .page--agent .post_article #mailform .wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item::after, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item::after, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item::after, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item::after, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item::after {
  content: "";
  display: block;
  clear: both;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  margin: 0 !important;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label span {
  height: 28px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  word-break: break-all;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label span {
    font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label span {
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label span {
  /*
  &:hover {
    color: $mainColor;
  }
  */
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span a, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label span a, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label span a, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span a, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label span a {
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span a:hover, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label span a:hover, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label span a:hover, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label span a:hover, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label span a:hover {
  color: #002648;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span {
  position: relative;
  padding-left: 40px;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox], .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox], .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox], .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox], .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before,
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after,
.page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after,
.page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after,
.page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after,
.page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before {
  width: 28px;
  height: 28px;
  background-color: #FCFCFC;
  border: 1px solid #DEDEDE;
  transition: all 0.2s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span::after {
  width: 10px;
  height: 16px;
  border-right: 2px solid #9F9F9F;
  border-bottom: 2px solid #9F9F9F;
  display: block;
  transform: rotate(45deg);
  opacity: 1;
  transition: all 0.2s ease-out;
  left: 9px;
  top: 4px;
  /*
  top: 0;
  bottom: 0;
  margin: auto 0;
  */
  z-index: 2;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::before, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::before, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::before, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::before, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::before {
  background-color: #709E00;
}
.page--contact .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::after, .page--startup .post_article.registration #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::after, .page--startup .post_article.request #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::after, .page--public .post_article.home #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::after, .page--agent .post_article #mailform .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span::after {
  border-color: #FFF;
}
.page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
  /* 個人情報の取り扱いについて */
}
.page--contact .post_article.home #mailform .privacy, .page--startup .post_article.registration #mailform .privacy, .page--startup .post_article.request #mailform .privacy, .page--public .post_article.home #mailform .privacy, .page--agent .post_article #mailform .privacy {
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .privacy, .page--startup .post_article.registration #mailform .privacy, .page--startup .post_article.request #mailform .privacy, .page--public .post_article.home #mailform .privacy, .page--agent .post_article #mailform .privacy {
    text-align: center;
  }
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .privacy .wpcf7-list-item label span, .page--startup .post_article.registration #mailform .privacy .wpcf7-list-item label span, .page--startup .post_article.request #mailform .privacy .wpcf7-list-item label span, .page--public .post_article.home #mailform .privacy .wpcf7-list-item label span, .page--agent .post_article #mailform .privacy .wpcf7-list-item label span {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
.page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
  /* 送信ボタン等 */
}
.page--contact .post_article.home #mailform #submit, .page--startup .post_article.registration #mailform #submit, .page--startup .post_article.request #mailform #submit, .page--public .post_article.home #mailform #submit, .page--agent .post_article #mailform #submit {
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform #submit, .page--startup .post_article.registration #mailform #submit, .page--startup .post_article.request #mailform #submit, .page--public .post_article.home #mailform #submit, .page--agent .post_article #mailform #submit {
    max-width: 295px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform #submit, .page--startup .post_article.registration #mailform #submit, .page--startup .post_article.request #mailform #submit, .page--public .post_article.home #mailform #submit, .page--agent .post_article #mailform #submit {
    max-width: 320px;
  }
}
.page--contact .post_article.home #mailform #submit .cf-turnstile, .page--startup .post_article.registration #mailform #submit .cf-turnstile, .page--startup .post_article.request #mailform #submit .cf-turnstile, .page--public .post_article.home #mailform #submit .cf-turnstile, .page--agent .post_article #mailform #submit .cf-turnstile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--contact .post_article.home #mailform #submit .cf-turnstile > div, .page--startup .post_article.registration #mailform #submit .cf-turnstile > div, .page--startup .post_article.request #mailform #submit .cf-turnstile > div, .page--public .post_article.home #mailform #submit .cf-turnstile > div, .page--agent .post_article #mailform #submit .cf-turnstile > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--contact .post_article.home #mailform #submit input[type=submit], .page--startup .post_article.registration #mailform #submit input[type=submit], .page--startup .post_article.request #mailform #submit input[type=submit], .page--public .post_article.home #mailform #submit input[type=submit], .page--agent .post_article #mailform #submit input[type=submit] {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--contact .post_article.home #mailform #submit input[type=submit]:link, .page--startup .post_article.registration #mailform #submit input[type=submit]:link, .page--startup .post_article.request #mailform #submit input[type=submit]:link, .page--public .post_article.home #mailform #submit input[type=submit]:link, .page--agent .post_article #mailform #submit input[type=submit]:link {
  color: #FFF;
}
.page--contact .post_article.home #mailform #submit input[type=submit]:visited, .page--startup .post_article.registration #mailform #submit input[type=submit]:visited, .page--startup .post_article.request #mailform #submit input[type=submit]:visited, .page--public .post_article.home #mailform #submit input[type=submit]:visited, .page--agent .post_article #mailform #submit input[type=submit]:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform #submit input[type=submit], .page--startup .post_article.registration #mailform #submit input[type=submit], .page--startup .post_article.request #mailform #submit input[type=submit], .page--public .post_article.home #mailform #submit input[type=submit], .page--agent .post_article #mailform #submit input[type=submit] {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform #submit input[type=submit], .page--startup .post_article.registration #mailform #submit input[type=submit], .page--startup .post_article.request #mailform #submit input[type=submit], .page--public .post_article.home #mailform #submit input[type=submit], .page--agent .post_article #mailform #submit input[type=submit] {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform #submit input[type=submit]::after, .page--startup .post_article.registration #mailform #submit input[type=submit]::after, .page--startup .post_article.request #mailform #submit input[type=submit]::after, .page--public .post_article.home #mailform #submit input[type=submit]::after, .page--agent .post_article #mailform #submit input[type=submit]::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--contact .post_article.home #mailform #submit input[type=submit]:hover, .page--startup .post_article.registration #mailform #submit input[type=submit]:hover, .page--startup .post_article.request #mailform #submit input[type=submit]:hover, .page--public .post_article.home #mailform #submit input[type=submit]:hover, .page--agent .post_article #mailform #submit input[type=submit]:hover {
  background: #002648;
}
.page--contact .post_article.home #mailform #submit input[type=submit][disabled], .page--startup .post_article.registration #mailform #submit input[type=submit][disabled], .page--startup .post_article.request #mailform #submit input[type=submit][disabled], .page--public .post_article.home #mailform #submit input[type=submit][disabled], .page--agent .post_article #mailform #submit input[type=submit][disabled] {
  pointer-events: none;
  background: #9F9F9F;
}
.page--contact .post_article.home #mailform #submit input[type=submit], .page--startup .post_article.registration #mailform #submit input[type=submit], .page--startup .post_article.request #mailform #submit input[type=submit], .page--public .post_article.home #mailform #submit input[type=submit], .page--agent .post_article #mailform #submit input[type=submit] {
  /*
  &.return {
    @include makeButton1;
    @include smartphone {
      margin-bottom: 15px;
    }
  }
  */
}
.page--contact .post_article.home #mailform #submit .wpcf7-spinner, .page--startup .post_article.registration #mailform #submit .wpcf7-spinner, .page--startup .post_article.request #mailform #submit .wpcf7-spinner, .page--public .post_article.home #mailform #submit .wpcf7-spinner, .page--agent .post_article #mailform #submit .wpcf7-spinner {
  display: none !important;
}
.page--contact .post_article.home #mailform, .page--startup .post_article.registration #mailform, .page--startup .post_article.request #mailform, .page--public .post_article.home #mailform, .page--agent .post_article #mailform {
  /* 注意事項 */
}
.page--contact .post_article.home #mailform .attention, .page--startup .post_article.registration #mailform .attention, .page--startup .post_article.request #mailform .attention, .page--public .post_article.home #mailform .attention, .page--agent .post_article #mailform .attention {
  line-height: 1.5;
  font-weight: 500;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .attention, .page--startup .post_article.registration #mailform .attention, .page--startup .post_article.request #mailform .attention, .page--public .post_article.home #mailform .attention, .page--agent .post_article #mailform .attention {
    margin-top: 20px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .attention, .page--startup .post_article.registration #mailform .attention, .page--startup .post_article.request #mailform .attention, .page--public .post_article.home #mailform .attention, .page--agent .post_article #mailform .attention {
    text-align: center;
    margin-top: 40px;
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}

/**
 * 完了画面
 */
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .thanks, .page--startup .post_article.registration #mailform .thanks, .page--startup .post_article.request #mailform .thanks, .page--public .post_article.home #mailform .thanks, .page--agent .post_article #mailform .thanks {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .thanks, .page--startup .post_article.registration #mailform .thanks, .page--startup .post_article.request #mailform .thanks, .page--public .post_article.home #mailform .thanks, .page--agent .post_article #mailform .thanks {
    max-width: 680px;
    margin: 0 auto;
  }
}
.page--contact .post_article.home #mailform .thanks h2, .page--startup .post_article.registration #mailform .thanks h2, .page--startup .post_article.request #mailform .thanks h2, .page--public .post_article.home #mailform .thanks h2, .page--agent .post_article #mailform .thanks h2 {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .thanks h2, .page--startup .post_article.registration #mailform .thanks h2, .page--startup .post_article.request #mailform .thanks h2, .page--public .post_article.home #mailform .thanks h2, .page--agent .post_article #mailform .thanks h2 {
    line-height: 1.26;
    margin-bottom: 25px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .thanks h2, .page--startup .post_article.registration #mailform .thanks h2, .page--startup .post_article.request #mailform .thanks h2, .page--public .post_article.home #mailform .thanks h2, .page--agent .post_article #mailform .thanks h2 {
    line-height: 1.05;
    margin-bottom: 30px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--contact .post_article.home #mailform .thanks p, .page--startup .post_article.registration #mailform .thanks p, .page--startup .post_article.request #mailform .thanks p, .page--public .post_article.home #mailform .thanks p, .page--agent .post_article #mailform .thanks p {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .thanks p, .page--startup .post_article.registration #mailform .thanks p, .page--startup .post_article.request #mailform .thanks p, .page--public .post_article.home #mailform .thanks p, .page--agent .post_article #mailform .thanks p {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .thanks p, .page--startup .post_article.registration #mailform .thanks p, .page--startup .post_article.request #mailform .thanks p, .page--public .post_article.home #mailform .thanks p, .page--agent .post_article #mailform .thanks p {
    line-height: 2;
    margin-bottom: 35px;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform .thanks > a, .page--startup .post_article.registration #mailform .thanks > a, .page--startup .post_article.request #mailform .thanks > a, .page--public .post_article.home #mailform .thanks > a, .page--agent .post_article #mailform .thanks > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--contact .post_article.home #mailform .thanks > a:link, .page--startup .post_article.registration #mailform .thanks > a:link, .page--startup .post_article.request #mailform .thanks > a:link, .page--public .post_article.home #mailform .thanks > a:link, .page--agent .post_article #mailform .thanks > a:link {
  color: #FFF;
}
.page--contact .post_article.home #mailform .thanks > a:visited, .page--startup .post_article.registration #mailform .thanks > a:visited, .page--startup .post_article.request #mailform .thanks > a:visited, .page--public .post_article.home #mailform .thanks > a:visited, .page--agent .post_article #mailform .thanks > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform .thanks > a, .page--startup .post_article.registration #mailform .thanks > a, .page--startup .post_article.request #mailform .thanks > a, .page--public .post_article.home #mailform .thanks > a, .page--agent .post_article #mailform .thanks > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform .thanks > a, .page--startup .post_article.registration #mailform .thanks > a, .page--startup .post_article.request #mailform .thanks > a, .page--public .post_article.home #mailform .thanks > a, .page--agent .post_article #mailform .thanks > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.home #mailform .thanks > a::after, .page--startup .post_article.registration #mailform .thanks > a::after, .page--startup .post_article.request #mailform .thanks > a::after, .page--public .post_article.home #mailform .thanks > a::after, .page--agent .post_article #mailform .thanks > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--contact .post_article.home #mailform .thanks > a:hover, .page--startup .post_article.registration #mailform .thanks > a:hover, .page--startup .post_article.request #mailform .thanks > a:hover, .page--public .post_article.home #mailform .thanks > a:hover, .page--agent .post_article #mailform .thanks > a:hover {
  background: #002648;
}
.page--contact .post_article.home #mailform .thanks > a, .page--startup .post_article.registration #mailform .thanks > a, .page--startup .post_article.request #mailform .thanks > a, .page--public .post_article.home #mailform .thanks > a, .page--agent .post_article #mailform .thanks > a {
  max-width: 350px;
}

/* ======================
  mod
====================== */
.mod {
  /* ======================
  ページタイトル
  ====================== */
}
.mod__pagetitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__pagetitle {
    height: 140px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagetitle {
    height: 200px;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.mod__pagetitle::before {
  width: 100%;
  height: 100%;
  content: "";
  background: RGB(0 0 0/0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mod__pagetitle > span {
  width: 100%;
  line-height: 1.05;
  color: #FFF;
  display: block;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 835px) {
  .mod__pagetitle > span {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.mod__pagetitle > span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 834px) {
  .mod__pagetitle > span.en {
    margin-bottom: 8px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagetitle > span.en {
    margin-bottom: 5px;
    font-size: clamp(2.4rem, 2.0743301642vw, 2.4rem);
  }
}
.mod__pagetitle > span.jp {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .mod__pagetitle > span.jp {
    font-size: clamp(2rem, 6.1224489796vw, 2.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagetitle > span.jp {
    font-size: clamp(3rem, 2.5929127053vw, 3rem);
  }
}
.mod {
  /* ======================
  パンくずリスト
  ====================== */
}
.mod__breadcrumb {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__breadcrumb {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__breadcrumb {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__breadcrumb {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__breadcrumb {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__breadcrumb {
    margin-bottom: 25px;
  }
}
.mod__breadcrumb > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.mod__breadcrumb > span > span {
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-out;
  margin-right: 0.5em;
}
@media only screen and (max-width: 834px) {
  .mod__breadcrumb > span > span {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__breadcrumb > span > span {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.mod__breadcrumb > span > span:nth-of-type(n+2) {
  margin-left: 0.5em;
}
.mod__breadcrumb > span > span a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.mod__breadcrumb > span > span a:hover {
  color: #002648;
}
.mod__breadcrumb > span > span:first-of-type a {
  display: flex;
  align-items: center;
  /*
  &::before {
    width: 12px;
    height: 12px;
    content: "";
    background: url("../images/common/icon-home.svg") no-repeat left top / contain;
    display: block;
    transition: all .2s ease-out;
    flex-shrink: 0;
    margin-right: 10px;
  }
  &:hover {
    &::before {
      background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cpath%20id%3D%22_1016_hm_h%22%20data-name%3D%221016_hm_h%22%20d%3D%22M16.318%2C23V20.423h3.364V23H23V17l-5-4-5%2C4v6Z%22%20transform%3D%22translate(-12%20-12)%22%20fill%3D%22none%22%20stroke%3D%22%23002648%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') no-repeat left top / contain;
    }
  }
  */
}
.mod {
  /* ======================
  見出し
  ====================== */
  /* 中央寄せ + 下線 */
}
.mod__heading1 {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__heading1 {
    line-height: 1.26;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading1 {
    line-height: 1.05;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.mod__heading1::after {
  content: "";
  background: linear-gradient(to right, #eb5405 0%, #eb5405 50%, #709E00 50%, #709E00 100%);
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__heading1::after {
    width: 40px;
    height: 1px;
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading1::after {
    width: 80px;
    height: 2px;
    margin-top: 25px;
  }
}
.mod {
  /* 白太字 + 緑帯 */
}
.mod__heading2 {
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  background: #F7F8FA;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__heading2 {
    min-height: 40px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading2 {
    min-height: 60px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.mod {
  /* ======================
  【開業希望の方へ】
  上部のナビゲーション
  ====================== */
}
.mod__startup {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__startup {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__startup {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__startup li {
    width: calc(50% - 2.5px);
  }
  .mod__startup li:nth-child(odd) {
    margin-right: 5px;
  }
  .mod__startup li:nth-child(n+3) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__startup li {
    width: calc(20% - 8px);
  }
  .mod__startup li:not(:nth-child(5n)) {
    margin-right: 10px;
  }
  .mod__startup li:nth-child(n+6) {
    margin-top: 10px;
  }
}
.mod__startup li a {
  line-height: 1.3;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F8FA;
  border: 1px solid #EDEFF4;
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__startup li a {
    min-height: 50px;
    font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__startup li a {
    min-height: 60px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__startup li a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 834px) {
  .mod__startup li a::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__startup li a::after {
    right: 15px;
  }
}
.mod__startup li a:hover {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.mod__startup li a:hover::after {
  border-color: #FFF;
}
.mod {
  /* ======================
  セミナーのバナー＆ボタン
  ====================== */
}
@media only screen and (max-width: 834px) {
  .mod__seminar {
    width: 100%;
    margin-bottom: 135px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__seminar {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin: 0 auto 170px auto;
  }
}
.mod__seminar li {
  display: block;
  transition: all 0.2s ease-out;
  position: relative;
}
.mod__seminar li:nth-child(n+2) {
  margin-top: 60px;
}
.mod__seminar li a:hover img {
  opacity: 0.9;
}
.mod__seminar li a:hover p {
  background: #002648;
}
.mod__seminar li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.mod__seminar li p {
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .mod__seminar li p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__seminar li p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__seminar li p::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod {
  /* ======================
  開業セミナーにお越しください
  ====================== */
}
.mod__registration {
  background: url("../images/common/registration-bg.jpg") no-repeat center bottom/cover;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__registration {
    width: calc(100% - 40px);
    height: 140px;
    padding: 35px 20px;
    border-radius: 10px;
    margin: 0 auto 80px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration {
    width: calc(100% - 60px);
    max-width: 1080px;
    height: 280px;
    padding: 80px 30px;
    border-radius: 20px;
    margin: 0 auto 100px auto;
  }
}
.mod__registration::before {
  background: url("../images/common/rabby02.svg") no-repeat left top/contain;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 834px) {
  .mod__registration::before {
    width: 80px;
    height: 102px;
    right: 0;
    top: -95px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration::before {
    width: 20.3704%;
    height: 0;
    padding-top: 25.833370909%;
    right: 20px;
    bottom: 40px;
  }
}
.mod__registration h2 {
  font-weight: 700;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .mod__registration h2 {
    top: -4.4em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration h2 {
    top: -4.2em;
  }
}
.mod__registration h2 > i {
  line-height: 1.2;
  color: #3D9227;
  letter-spacing: 0.05em;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mod__registration h2 > i {
    margin-bottom: 15px;
    font-size: clamp(1.4rem, 3.8265306122vw, 1.5rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration h2 > i {
    margin-bottom: 25px;
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.mod__registration h2 > i::before, .mod__registration h2 > i::after {
  width: 2px;
  content: "";
  background: #3D9227;
}
@media only screen and (max-width: 834px) {
  .mod__registration h2 > i::before, .mod__registration h2 > i::after {
    height: 26px;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration h2 > i::before, .mod__registration h2 > i::after {
    height: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__registration h2 > i::before {
    transform: rotate(-18deg);
    margin-right: 0.75em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration h2 > i::before {
    transform: rotate(-23deg);
    margin-right: 1em;
  }
}
@media only screen and (max-width: 834px) {
  .mod__registration h2 > i::after {
    transform: rotate(18deg);
    margin-left: 0.75em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration h2 > i::after {
    transform: rotate(23deg);
    margin-left: 1em;
  }
}
.mod__registration h2 > span {
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__registration h2 > span {
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration h2 > span {
    font-size: clamp(3.2rem, 3.2843560933vw, 3.8rem);
  }
}
.mod__registration > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.mod__registration > a:link {
  color: #FFF;
}
.mod__registration > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__registration > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__registration > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod__registration > a:hover {
  background: #002648;
}
.mod__registration > a {
  z-index: 2;
}
@media print, screen and (min-width: 835px) {
  .mod__registration > a {
    max-width: 480px;
    min-height: 80px;
    line-height: 1.05;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__registration > a::after {
    right: 30px;
  }
}
.mod {
  /* ======================
  不動産開業をご検討の皆さま、当協会が応援します！
  ====================== */
}
.mod__support {
  background: url("../images/common/bg-lightgreen.jpg") no-repeat center center/cover;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__support {
    padding: 45px 20px 40px 20px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support {
    width: calc(100% - 60px);
    max-width: 1080px;
    padding: 65px 30px 60px 30px;
    margin: 0 auto 100px auto;
  }
  .mod__support::before {
    /*
    width: 204px;
    height: 278px;
    */
    width: 18.8889%;
    height: 0;
    padding-top: 25.7407558821%;
    background: url("../images/common/rabby01.svg") no-repeat left top/contain;
    content: "";
    position: absolute;
    right: 60px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__support::before {
    right: 30px;
  }
}
.mod__support hgroup,
.mod__support > dl,
.mod__support > a {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .mod__support hgroup {
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support hgroup {
    margin-bottom: 35px;
  }
}
.mod__support hgroup h2,
.mod__support hgroup p {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media print, screen and (min-width: 835px) {
  .mod__support hgroup h2,
  .mod__support hgroup p {
    text-align: center;
  }
}
.mod__support hgroup h2 {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  .mod__support hgroup h2 {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support hgroup h2 {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.mod__support hgroup p {
  color: #FF6E03;
}
@media only screen and (max-width: 834px) {
  .mod__support hgroup p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support hgroup p {
    line-height: 1.2;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.mod__support > dl {
  background: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__support > dl {
    padding: 25px 20px 25px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .mod__support > dl::before {
    width: 80px;
    height: 110px;
    background: url("../images/common/rabby01.svg") no-repeat left top/contain;
    content: "";
    position: absolute;
    top: -62px;
    right: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support > dl {
    max-width: 460px;
    padding: 25px 55px 40px 55px;
    margin: 0 auto 30px auto;
  }
}
.mod__support > dl dt,
.mod__support > dl dd {
  position: relative;
  z-index: 2;
}
.mod__support > dl dt {
  line-height: 1.575;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__support > dl dt {
    margin-bottom: 15px;
    font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support > dl dt {
    margin-bottom: 20px;
    font-size: clamp(2rem, 1.7286084702vw, 2rem);
  }
}
.mod__support > dl dd ol {
  counter-reset: item;
}
.mod__support > dl dd ol li {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .mod__support > dl dd ol li {
    min-height: 24px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support > dl dd ol li {
    min-height: 30px;
    font-size: clamp(1.6rem, 1.5557476232vw, 1.8rem);
  }
}
.mod__support > dl dd ol li:nth-child(n+2) {
  margin-top: 10px;
}
.mod__support > dl dd ol li::before {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #FFF;
  counter-increment: item;
  content: counter(item);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #709E00;
  border-radius: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .mod__support > dl dd ol li::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support > dl dd ol li::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.mod__support > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.mod__support > a:link {
  color: #FFF;
}
.mod__support > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__support > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__support > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__support > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod__support > a:hover {
  background: #002648;
}
.mod {
  /* ======================
  入会のご案内と協会のご紹介
  ====================== */
}
.mod__guide {
  background: url("../images/common/bg-lightgreen.jpg") no-repeat center center/cover;
}
@media only screen and (max-width: 834px) {
  .mod__guide {
    padding: 40px 20px;
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide {
    width: calc(100% - 60px);
    max-width: 1080px;
    padding: 60px 30px;
    margin: 0 auto 135px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container {
    max-width: 630px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .mod__guide .container figure {
    width: 50.7463%;
    margin: 0 auto 25px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container figure {
    width: 26.9841%;
  }
}
.mod__guide .container figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container .text {
    width: calc(73.0159% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__guide .container .text {
    width: calc(73.0159% - 30px);
  }
}
.mod__guide .container .text h2,
.mod__guide .container .text p {
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
.mod__guide .container .text p {
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .mod__guide .container .text p {
    text-indent: 1em;
    margin-bottom: 12px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container .text p {
    margin-bottom: 22px;
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.mod__guide .container .text h2 {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mod__guide .container .text h2 {
    margin-bottom: 30px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container .text h2 {
    margin-bottom: 30px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.mod__guide .container .text h2 i {
  line-height: 1.575;
  color: #709E00;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .mod__guide .container .text h2 i {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container .text h2 i {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__guide .container .text h2 i::before, .mod__guide .container .text h2 i::after {
  width: 2px;
  height: 16px;
  content: "";
  background: #709E00;
}
.mod__guide .container .text h2 i::before {
  transform: rotate(-30deg);
  margin-right: 1em;
}
.mod__guide .container .text h2 i::after {
  transform: rotate(30deg);
  margin-left: 1em;
}
.mod__guide .container .text > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.mod__guide .container .text > a:link {
  color: #FFF;
}
.mod__guide .container .text > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__guide .container .text > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__guide .container .text > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__guide .container .text > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod__guide .container .text > a:hover {
  background: #002648;
}
.mod {
  /* ======================
  資料請求
  ====================== */
}
.mod__document {
  background: #F5F5F5;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__document {
    padding: 45px 20px 20px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document {
    padding: 80px 30px 60px 30px;
  }
}
.mod__document h2 {
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__document h2 {
    padding: 0 20px;
    top: -2.2em;
    font-size: clamp(2rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document h2 {
    padding: 0 30px;
    top: -2.2em;
    font-size: clamp(2.4rem, 2.0743301642vw, 2.4rem);
  }
}
.mod__document h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.26;
  color: #678330;
  letter-spacing: 0;
  margin-block: calc((1em - 1lh) / 2);
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__document h2 span {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document h2 span {
    margin-bottom: 17px;
    font-size: clamp(2rem, 1.7286084702vw, 2rem);
  }
}
.mod__document p {
  line-height: 1.575;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .mod__document p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .mod__document > p {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document > p {
    text-align: center;
    margin-bottom: 65px;
  }
}
.mod__document .request {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.mod__document .request:link {
  color: #FFF;
}
.mod__document .request:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__document .request {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document .request {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__document .request::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod__document .request:hover {
  background: #002648;
}
@media only screen and (max-width: 834px) {
  .mod__document .request {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document .request {
    margin-bottom: 35px;
  }
}
.mod__document .registration {
  text-decoration: none;
  display: block;
  box-shadow: 0px 3px 6px RGB(0 0 0/0.16);
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__document .registration {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document .registration {
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
}
.mod__document .registration::before, .mod__document .registration::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mod__document .registration::before {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  right: 15px;
  z-index: 2;
}
.mod__document .registration::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #2D56A3;
  border-right: 2px solid #2D56A3;
  transform: rotate(45deg);
  right: 27px;
  z-index: 3;
}
.mod__document .registration:hover {
  opacity: 0.9;
}
.mod__document .registration > span {
  min-height: 40px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__document .registration > span {
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document .registration > span {
    font-size: clamp(1.6rem, 1.5557476232vw, 1.8rem);
  }
}
.mod__document .registration > span:first-of-type {
  color: #2D56A3;
  background: #FFF;
}
.mod__document .registration > span:last-of-type {
  color: #FFF;
  background: #2D56A3;
}
.mod__document .registration > span:last-of-type::before {
  width: 67px;
  height: 102px;
  content: "";
  background: url("../images/common/rabby03.svg") no-repeat left top/contain;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 7px;
  z-index: 2;
}
.mod__document > dl {
  background: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__document > dl {
    padding: 25px 20px 20px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document > dl {
    max-width: 1080px;
    padding: 45px 40px 40px 40px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__document > dl {
    padding: 45px 30px 40px 30px;
  }
}
.mod__document > dl dt {
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 834px) {
  .mod__document > dl dt {
    font-size: clamp(1.4rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document > dl dt {
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
@media only screen and (max-width: 834px) {
  .mod__document > dl dd p {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document > dl dd p {
    margin-bottom: 32px;
  }
}
.mod__document > dl dd > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.mod__document > dl dd > a:link {
  color: #FFF;
}
.mod__document > dl dd > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__document > dl dd > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__document > dl dd > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__document > dl dd > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod__document > dl dd > a:hover {
  background: #002648;
}
.mod {
  /* ======================
  投稿一覧 ページネーション
  ====================== */
}
.mod__pagination {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__pagination {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__pagination {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__pagination {
    padding: 0 30px;
  }
}
.mod__pagination {
  line-height: 1;
}
.mod__pagination .pagination .nav-links > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.mod__pagination .pagination .nav-links > ul li {
  padding: 5px 2.5px;
}
.mod__pagination .pagination .nav-links > ul li > .prev {
  margin-right: 7.5px;
}
.mod__pagination .pagination .nav-links > ul li > .next {
  margin-left: 7.5px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 1.26;
  color: #B4BAA5;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  display: inline-block;
  padding: 0.4em 0.6em;
  */
  background-color: #EFEFEF;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .pagination .nav-links > ul li .page-numbers {
    width: 32px;
    height: 32px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagination .pagination .nav-links > ul li .page-numbers {
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.dots, .mod__pagination .pagination .nav-links > ul li .page-numbers.current, .mod__pagination .pagination .nav-links > ul li .page-numbers:hover {
  color: #FFF;
  background: #002648;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.prev {
  padding-left: 3px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.prev::before {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #B4BAA5;
  border-left: 2px solid #B4BAA5;
  transform: rotate(-45deg);
  display: block;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .pagination .nav-links > ul li .page-numbers.prev::before {
    width: 6px;
    height: 6px;
  }
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.prev:hover::before {
  border-color: #FFF;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.oldest {
  padding-left: 3px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.oldest::before, .mod__pagination .pagination .nav-links > ul li .page-numbers.oldest::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #B4BAA5;
  border-left: 2px solid #B4BAA5;
  transform: rotate(-45deg);
  display: block;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .pagination .nav-links > ul li .page-numbers.oldest::before, .mod__pagination .pagination .nav-links > ul li .page-numbers.oldest::after {
    width: 6px;
    height: 6px;
  }
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.oldest::before {
  margin-right: -1px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.oldest:hover::before, .mod__pagination .pagination .nav-links > ul li .page-numbers.oldest:hover::after {
  border-color: #FFF;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.next {
  padding-right: 3px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.next::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #B4BAA5;
  border-right: 2px solid #B4BAA5;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .pagination .nav-links > ul li .page-numbers.next::after {
    width: 7px;
    height: 7px;
  }
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.next:hover::after {
  border-color: #FFF;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.latest {
  padding-right: 3px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.latest::before, .mod__pagination .pagination .nav-links > ul li .page-numbers.latest::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #B4BAA5;
  border-right: 2px solid #B4BAA5;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .pagination .nav-links > ul li .page-numbers.latest::before, .mod__pagination .pagination .nav-links > ul li .page-numbers.latest::after {
    width: 7px;
    height: 7px;
  }
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.latest::after {
  margin-left: -1px;
}
.mod__pagination .pagination .nav-links > ul li .page-numbers.latest:hover::before, .mod__pagination .pagination .nav-links > ul li .page-numbers.latest:hover::after {
  border-color: #FFF;
}
.mod {
  /* ======================
  投稿詳細 ページャー（PREV・NEXT・Back to List）
  ====================== */
}
.mod__pager {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__pager {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__pager {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__pager {
    padding: 0 30px;
  }
}
.mod__pager ul {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__pager ul {
    height: 110px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul {
    max-width: 370px;
    height: 50px;
    margin: 0 auto;
  }
}
.mod__pager ul li {
  position: absolute;
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul li {
    top: 0;
  }
}
.mod__pager ul li a {
  min-height: 50px;
  line-height: 1;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  background: #161616;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .mod__pager ul li a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul li a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__pager ul li a:hover {
  background: #002648;
}
@media only screen and (max-width: 834px) {
  .mod__pager ul li.prev, .mod__pager ul li.next {
    width: calc(50% - 5px);
    top: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul li.prev, .mod__pager ul li.next {
    width: 100px;
  }
}
.mod__pager ul li.prev {
  left: 0;
}
.mod__pager ul li.prev a {
  padding-left: 30px;
}
.mod__pager ul li.prev a::before {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .mod__pager ul li.prev a::before {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul li.prev a::before {
    width: 8px;
    height: 8px;
  }
}
.mod__pager ul li.prev a::before {
  transform: rotate(-135deg);
  left: 17px;
}
.mod__pager ul li.next {
  right: 0;
}
.mod__pager ul li.next a {
  padding-right: 30px;
}
.mod__pager ul li.next a::after {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .mod__pager ul li.next a::after {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul li.next a::after {
    width: 8px;
    height: 8px;
  }
}
.mod__pager ul li.next a::after {
  right: 17px;
}
.mod__pager ul li.return {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .mod__pager ul li.return {
    width: 100%;
    top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager ul li.return {
    width: 150px;
  }
}
.mod {
  /* ======================
  SNSシェア
  ====================== */
}
.mod__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 0 10px;
  border-top: 1px solid #F0F2F6;
  border-bottom: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .mod__sns {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__sns {
    margin-top: 60px;
  }
}
.mod__sns li {
  width: 40px;
  margin: 5px;
}
.mod__sns li a {
  display: block;
  transition: all 0.2s ease-out;
}
.mod__sns li a:hover {
  opacity: 0.8;
}
.mod__sns li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod {
  /* ======================
  ボタン
  ====================== */
}
.mod__button1 {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.mod__button1:link {
  color: #FFF;
}
.mod__button1:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .mod__button1 {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__button1 {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.mod__button1::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.mod__button1:hover {
  background: #002648;
}
.mod {
  /*
  EOF
  */
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.page--home {
  overflow-x: hidden;
}
@media only screen and (max-width: 834px) {
  .page--home {
    min-height: 1000px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home {
    min-height: 1500px;
  }
}
.page--home {
  /* ======================
  メインビジュアル
  ====================== */
}
.page--home #mainvisual {
  background: url("../images/home/mainvisual.jpg") no-repeat center top/cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .page--home #mainvisual {
    height: 0;
    padding-top: calc(92.533% + 80px);
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #mainvisual {
    height: 100vh;
    padding: 160px 30px 80px 30px;
    margin-bottom: 45px;
  }
}
.page--home #mainvisual {
  /*
  .banner {
    display: block;
    transition: all .2s ease-out;
    margin: 0 auto;
    @include smartphone {
      width: calc(100% - 20px);
      position: absolute;
      //top: calc(14.01384% + 45px);
      top: 80px;
      left: 0;
      right: 0;
    }
    @include screen {
      max-width: 1080px;
    }
    &:hover {
      opacity: 0.9;
    }

    img {
      @include imgResponse;
      border-radius: 4px;
      box-shadow: 0px 3px 6px RGB(0 0 0 / 0.16);
      transition: all .2s ease-out;
    }
  }
  */
}
.page--home #mainvisual .banner {
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--home #mainvisual .banner {
    width: calc(100% - 20px);
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #mainvisual .banner {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #mainvisual .banner li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #mainvisual .banner li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.page--home #mainvisual .banner li a {
  display: block;
  transition: all 0.2s ease-out;
}
.page--home #mainvisual .banner li a:hover {
  opacity: 0.9;
}
.page--home #mainvisual .banner li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0px 3px 6px RGB(0 0 0/0.16);
  transition: all 0.2s ease-out;
}
.page--home {
  /* ======================
  ピックアップバナー
  ====================== */
}
.page--home #pickup {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--home #pickup {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--home #pickup {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--home #pickup {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #pickup {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #pickup li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #pickup li {
    width: calc(50% - 30px);
  }
  .page--home #pickup li:nth-child(odd) {
    margin-right: 60px;
  }
  .page--home #pickup li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--home #pickup li {
    width: calc(50% - 15px);
  }
  .page--home #pickup li:nth-child(odd) {
    margin-right: 30px;
  }
}
.page--home #pickup li a {
  display: block;
  transition: all 0.2s ease-out;
}
.page--home #pickup li a:hover {
  opacity: 0.9;
}
.page--home #pickup li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.page--home {
  /* ======================
  総本部からのお知らせ
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi {
    padding: 80px 20px;
    background: url("../images/home/information-miyagi-bg.png") no-repeat -123px bottom;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi {
    padding: 80px 30px;
    background: url("../images/home/information-miyagi-bg.png") no-repeat right bottom;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi .container hgroup {
    max-width: 270px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container hgroup {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page--home #information-miyagi .container hgroup h2 {
  margin-bottom: 20px;
}
.page--home #information-miyagi .container hgroup h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.page--home #information-miyagi .container hgroup > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--home #information-miyagi .container hgroup > a:link {
  color: #FFF;
}
.page--home #information-miyagi .container hgroup > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi .container hgroup > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container hgroup > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--home #information-miyagi .container hgroup > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--home #information-miyagi .container hgroup > a:hover {
  background: #002648;
}
.page--home #information-miyagi .container hgroup > a {
  max-width: 160px !important;
  min-height: 35px;
  margin: 0;
}
.page--home #information-miyagi .container hgroup > a::after {
  display: none;
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container > ul {
    width: calc(100% - 270px);
    padding: 12px 0 17px 50px;
    border-left: 2px solid #EEE;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--home #information-miyagi .container > ul {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi .container > ul li:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container > ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page--home #information-miyagi .container > ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container > ul li a {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--home #information-miyagi .container > ul li a:hover {
  color: #002648;
}
.page--home #information-miyagi .container > ul li a time,
.page--home #information-miyagi .container > ul li a p {
  line-height: 1.55;
  margin-block: calc((1em - 1lh) / 2);
}
.page--home #information-miyagi .container > ul li a time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi .container > ul li a time {
    display: block;
    margin-bottom: 5px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container > ul li a time {
    width: 5.75em;
    font-size: clamp(1.8rem, 1.9014693172vw, 2.2rem);
  }
}
.page--home #information-miyagi .container > ul li a p {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi .container > ul li a p {
    font-size: clamp(1.4rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container > ul li a p {
    width: calc(100% - 8em);
    padding-top: 0.1em;
    font-size: clamp(1.4rem, 1.5557476232vw, 1.8rem);
  }
}
.page--home #information-miyagi .container > p {
  line-height: 1.55;
  color: #000;
  font-weight: 500;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--home #information-miyagi .container > p {
    font-size: clamp(1.4rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-miyagi .container > p {
    width: calc(100% - 270px);
    display: flex;
    align-items: center;
    padding: 12px 0 17px 50px;
    border-left: 2px solid #EEE;
    font-size: clamp(1.4rem, 1.5557476232vw, 1.8rem);
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--home #information-miyagi .container > p {
    padding-left: 30px;
  }
}
.page--home {
  /* ======================
  総本部からのお知らせ
  ====================== */
}
.page--home #information-zennichi {
  background: #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--home #information-zennichi {
    padding: 80px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi {
    padding: 80px 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #information-zennichi .container hgroup {
    max-width: 270px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container hgroup {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page--home #information-zennichi .container hgroup h2 {
  margin-bottom: 20px;
}
.page--home #information-zennichi .container hgroup h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.page--home #information-zennichi .container hgroup > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--home #information-zennichi .container hgroup > a:link {
  color: #FFF;
}
.page--home #information-zennichi .container hgroup > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--home #information-zennichi .container hgroup > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container hgroup > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--home #information-zennichi .container hgroup > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--home #information-zennichi .container hgroup > a:hover {
  background: #002648;
}
.page--home #information-zennichi .container hgroup > a {
  max-width: 160px !important;
  min-height: 35px;
  margin: 0;
}
.page--home #information-zennichi .container hgroup > a::after {
  display: none;
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container > ul {
    width: calc(100% - 270px);
    padding: 12px 0 17px 50px;
    border-left: 2px solid #EEE;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--home #information-zennichi .container > ul {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #information-zennichi .container > ul li:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container > ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page--home #information-zennichi .container > ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container > ul li a {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--home #information-zennichi .container > ul li a:hover {
  color: #002648;
}
.page--home #information-zennichi .container > ul li a time,
.page--home #information-zennichi .container > ul li a p {
  line-height: 1.55;
  margin-block: calc((1em - 1lh) / 2);
}
.page--home #information-zennichi .container > ul li a time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 834px) {
  .page--home #information-zennichi .container > ul li a time {
    display: block;
    margin-bottom: 5px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container > ul li a time {
    width: 5.75em;
    font-size: clamp(1.8rem, 1.9014693172vw, 2.2rem);
  }
}
.page--home #information-zennichi .container > ul li a p {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--home #information-zennichi .container > ul li a p {
    font-size: clamp(1.4rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #information-zennichi .container > ul li a p {
    width: calc(100% - 8em);
    padding-top: 0.1em;
    font-size: clamp(1.4rem, 1.5557476232vw, 1.8rem);
  }
}
.page--home {
  /* ======================
  Facebook
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--home #facebook {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #facebook {
    padding: 70px 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #facebook .container {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.page--home #facebook .container .widget {
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--home #facebook .container .widget:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #facebook .container .widget {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--home #facebook .container .widget {
    width: calc(33.3333333333% - 20px);
  }
}
.page--home {
  /* ======================
  本部長あいさつ
  ====================== */
  /*
  #greeting {
    background: url("../images/home/greeting-bg.jpg") no-repeat center top / cover;
    @include screen {
      padding-bottom: 75px;
    }

    .container {
      @include screen {
        @include makeContainer;
        display: flex;
        justify-content: flex-end;
      }

      .text {
        color: $baseColor;
        background: url("../images/home/greeting-text-bg.jpg") no-repeat right 95% bottom / cover #6A951F;
        @include smartphone {
          padding: 40px 20px;
        }
        @include screen {
          max-width: 720px;
          padding: 50px 40px;
          @include tablet {
            padding: 50px 30px;
          }
        }

        h2,
        p {
          font-weight: 500;
          margin-block: calc((1em - 1lh) / 2);
        }

        p {
          line-height: 2;
          @include smartphone {
            @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
              $min_font-size: 14, // 最小フォントサイズ
              $max_font-size: 16, // 最大フォントサイズ
              $viewport: 375 // ビューポート幅
            );
          }
          @include screen {
            @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
              $min_font-size: 14, // 最小フォントサイズ
              $max_font-size: 16, // 最大フォントサイズ
              $viewport: 1140 // ビューポート幅
            );
          }
        }

        h2 {
          line-height: 1.2;
          margin: 25px 0 15px 0;
          @include smartphone {
            @include responsiveStyles($font-size: 24, // 基準となるフォントサイズ
              $min_font-size: 20, // 最小フォントサイズ
              $max_font-size: 24, // 最大フォントサイズ
              $viewport: 375 // ビューポート幅
            );
          }
          @include screen {
            @include responsiveStyles($font-size: 27, // 基準となるフォントサイズ
              $min_font-size: 24, // 最小フォントサイズ
              $max_font-size: 27, // 最大フォントサイズ
              $viewport: 1140 // ビューポート幅
            );
          }
        }

        .profile {
          margin-top: 55px;
          @include screen {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
          }

          figure {
            width: 99px;
            @include smartphone {
              margin: 0 auto 20px auto;
            }
            @include screen {
              flex-shrink: 0;
              margin-left: 20px;
            }

            img {
              @include imgResponse;
              transition: all .2s ease-out;
            }
          }

          p {
            @include smartphone {
              line-height: 1.5;
              text-align: center;
            }
            @include screen {
              line-height: 1.647;
              text-align: right;
              @include responsiveStyles($font-size: 17, // 基準となるフォントサイズ
                $min_font-size: 14, // 最小フォントサイズ
                $max_font-size: 17, // 最大フォントサイズ
                $viewport: 1140 // ビューポート幅
              );
            }
          }
        }
      }
    }
  }
  */
}
.page--home #greeting {
  background: #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--home #greeting {
    padding: 45px 20px 0 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting {
    padding: 85px 30px 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.page--home #greeting .container h2,
.page--home #greeting .container > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
.page--home #greeting .container > p {
  line-height: 1.5;
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container > p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container > p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container h2 {
    line-height: 1.26;
    margin: 25px 0 15px 0;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container h2 {
    line-height: 1.05;
    margin: 40px 0 25px 0;
    font-size: clamp(2.4rem, 2.3336214347vw, 2.7rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container .profile {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px;
  }
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container .profile figure {
    width: 70.1493%;
    margin: 45px auto 0 auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container .profile figure {
    width: 38.1481%;
    flex-shrink: 0;
  }
}
.page--home #greeting .container .profile figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.page--home #greeting .container .profile p {
  font-weight: 600;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container .profile p {
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container .profile p {
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--home #greeting .container .profile p .name {
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container .profile p .name {
    margin-top: 15px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container .profile p .name {
    margin-top: 30px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--home #greeting .container .profile p .name span {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .page--home #greeting .container .profile p .name span {
    font-size: clamp(2.8rem, 8.1632653061vw, 3.2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #greeting .container .profile p .name span {
    font-size: clamp(3.6rem, 3.4572169404vw, 4rem);
  }
}
.page--home {
  /* ======================
  その他のバナー
  ====================== */
}
.page--home #others {
  background: #e5e8e1;
}
@media only screen and (max-width: 834px) {
  .page--home #others {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #others {
    padding: 75px 30px;
  }
}
.page--home #others ul {
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--home #others ul {
    max-width: 220px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #others ul {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
  }
}
.page--home #others ul li {
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--home #others ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--home #others ul li {
    width: calc(25% - 37.5px);
  }
  .page--home #others ul li:not(:nth-child(4n)) {
    margin-right: 50px;
  }
  .page--home #others ul li:nth-child(n+5) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--home #others ul li {
    width: calc(25% - 22.5px);
  }
  .page--home #others ul li:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}
.page--home #others ul li a {
  display: block;
  transition: all 0.2s ease-out;
}
.page--home #others ul li a:hover {
  opacity: 0.9;
}
.page--home #others ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  代理⼈申請申込
///////////////////////////////////////////////////////// */
.page--agent .post_article {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--agent .post_article .mod__pagetitle {
    background: url("../images/agent/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--agent .post_article .mod__pagetitle {
    background: url("../images/agent/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--agent .post_article {
  /* ページナビゲーション */
}
.page--agent .post_article .mod__startup .agent a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--agent .post_article .mod__startup .agent a::after {
  border-color: #FFF;
}
.page--agent .post_article > p {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--agent .post_article > p {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--agent .post_article > p {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--agent .post_article > p {
    padding: 0 30px;
  }
}
.page--agent .post_article > p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--agent .post_article > p {
    margin-bottom: 25px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--agent .post_article > p {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--agent .post_article {
  /* メールフォーム */
}
@media only screen and (max-width: 834px) {
  .page--agent .post_article #mailform {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--agent .post_article #mailform {
    margin-bottom: 80px;
  }
}
.page--agent .post_article #mailform > dl > dd:last-of-type p {
  margin: 0 0 15px 0;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お知らせ
///////////////////////////////////////////////////////// */
.page--information .post_article {
  /* ======================
  ページタイトル
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--information .post_article .mod__pagetitle {
    background: url("../images/miyagi/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article .mod__pagetitle {
    background: url("../images/miyagi/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--information .post_article {
  /* ======================
  ホーム（記事一覧）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home {
    margin-bottom: 100px;
  }
}
.page--information .post_article.home .container {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--information .post_article.home .container {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--information .post_article.home .container {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page--information .post_article.home .container {
  /* 記事一覧 */
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article {
    width: calc(100% - 290px);
  }
}
.page--information .post_article.home .container #article > ul > li {
  border-top: 1px solid #C6C6C6;
}
.page--information .post_article.home .container #article > ul > li.no-posts {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 25px 0;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #article > ul > li.no-posts {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article > ul > li.no-posts {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--information .post_article.home .container #article > ul > li a {
  color: #333;
  text-decoration: none;
  padding: 25px 0;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #article > ul > li a {
    display: block;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article > ul > li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page--information .post_article.home .container #article > ul > li a:hover {
  color: #002648;
}
.page--information .post_article.home .container #article > ul > li a time {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #article > ul > li a time {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article > ul > li a time {
    width: 110px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article > ul > li a .text {
    width: calc(100% - 110px);
  }
}
.page--information .post_article.home .container #article > ul > li a .text h2 {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.2s ease-out;
  margin-bottom: 12px;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #article > ul > li a .text h2 {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article > ul > li a .text h2 {
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--information .post_article.home .container #article > ul > li a .text p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #article > ul > li a .text p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article > ul > li a .text p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--information .post_article.home .container #article .mod__pagination {
  padding: 0;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #article .mod__pagination {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #article .mod__pagination {
    margin-top: 35px;
  }
}
.page--information .post_article.home .container {
  /* カテゴリ＆最新の記事 */
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #side {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #side {
    width: 270px;
  }
}
.page--information .post_article.home .container #side dt {
  min-height: 40px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.home .container #side dt {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.home .container #side dt {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--information .post_article.home .container #side dt:nth-of-type(n+2) {
  margin-top: 40px;
}
.page--information .post_article.home .container #side dd ul li a {
  min-height: 45px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #C6C6C6;
  transition: all 0.2s ease-out;
}
.page--information .post_article.home .container #side dd ul li a:hover {
  color: #002648;
}
.page--information .post_article {
  /* ======================
  記事詳細
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post {
    margin-bottom: 100px;
  }
}
.page--information .post_article.post .container {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--information .post_article.post .container {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--information .post_article.post .container {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page--information .post_article.post .container {
  /* 記事 */
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container article {
    width: calc(100% - 290px);
  }
}
.page--information .post_article.post .container article time {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  display: block;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container article time {
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container article time {
    margin-bottom: 17px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--information .post_article.post .container article h1 {
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.2s ease-out;
  margin-bottom: 35px;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container article h1 {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container article h1 {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--information .post_article.post .container article .body p,
.page--information .post_article.post .container article .body ul {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 30px;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container article .body p,
  .page--information .post_article.post .container article .body ul {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container article .body p,
  .page--information .post_article.post .container article .body ul {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--information .post_article.post .container article .wp-block-image {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.page--information .post_article.post .container article .wp-block-image figure {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.page--information .post_article.post .container article .wp-block-image figure.alignleft {
  justify-content: flex-start;
}
.page--information .post_article.post .container article .wp-block-image figure.aligncenter {
  justify-content: center;
}
.page--information .post_article.post .container article .wp-block-image figure.alignright {
  justify-content: flex-end;
}
.page--information .post_article.post .container article .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page--information .post_article.post .container article .mod__pager {
  padding: 0;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container article .mod__pager {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container article .mod__pager {
    margin-top: 60px;
  }
}
.page--information .post_article.post .container {
  /* カテゴリ＆最新の記事 */
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container #side {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container #side {
    width: 270px;
  }
}
.page--information .post_article.post .container #side dt {
  min-height: 40px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .page--information .post_article.post .container #side dt {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--information .post_article.post .container #side dt {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--information .post_article.post .container #side dt:nth-of-type(n+2) {
  margin-top: 40px;
}
.page--information .post_article.post .container #side dd ul li a {
  min-height: 45px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #C6C6C6;
  transition: all 0.2s ease-out;
}
.page--information .post_article.post .container #side dd ul li a:hover {
  color: #002648;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  会員の方へ
///////////////////////////////////////////////////////// */
.page--member .post_article {
  /* ======================
  ページタイトル
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--member .post_article .mod__pagetitle {
    background: url("../images/member/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article .mod__pagetitle {
    background: url("../images/member/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--member .post_article {
  /* ======================
  ホーム（埋め込みカレンダー＆行事予定詳細）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home {
    margin-bottom: 100px;
  }
}
.page--member .post_article.home {
  /* 埋め込みカレンダー（WordPressの「Event Organiser」プラグイン） */
}
.page--member .post_article.home #calendar {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #calendar {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--member .post_article.home #calendar {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--member .post_article.home #calendar {
    padding: 0 30px;
  }
}
.page--member .post_article.home #calendar figure picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--member .post_article.home #calendar .eo-fullcalendar h2 {
  line-height: 1;
  color: #002648;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #calendar .eo-fullcalendar h2 {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #calendar .eo-fullcalendar h2 {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--member .post_article.home {
  /* 行事予定詳細（WordPressの「Event Organiser」プラグイン） */
}
.page--member .post_article.home #post {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--member .post_article.home #post {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--member .post_article.home #post {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page--member .post_article.home #post .mod__heading2,
.page--member .post_article.home #post .return {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post .mod__heading2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post .mod__heading2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post > dl {
    width: calc(60% - 40px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--member .post_article.home #post > dl {
    width: calc(60% - 30px);
  }
}
.page--member .post_article.home #post > dl > dt,
.page--member .post_article.home #post > dl > dd {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post > dl > dt,
  .page--member .post_article.home #post > dl > dd {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post > dl > dt,
  .page--member .post_article.home #post > dl > dd {
    min-height: 60px;
    padding: 17px 20px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
  .page--member .post_article.home #post > dl > dt:nth-of-type(n+2),
  .page--member .post_article.home #post > dl > dd:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
.page--member .post_article.home #post > dl > dt {
  line-height: 1.575;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: #F7F8FA;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post > dl > dt {
    min-height: 40px;
    padding: 5px 20px;
  }
  .page--member .post_article.home #post > dl > dt:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post > dl > dt {
    width: 200px;
  }
}
.page--member .post_article.home #post > dl > dd {
  line-height: 1.5;
  font-weight: 500;
  border-right: 1px solid #F0F2F6;
  border-bottom: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post > dl > dd {
    padding: 17px 20px 20px 20px;
    border-left: 1px solid #F0F2F6;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post > dl > dd {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    border-top: 1px solid #F0F2F6;
  }
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post .map {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post .map {
    width: 40%;
  }
}
.page--member .post_article.home #post .map .wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.page--member .post_article.home #post .map .wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1 !important;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post .return {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post .return {
    margin-top: 60px;
  }
}
.page--member .post_article.home #post .return a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--member .post_article.home #post .return a:link {
  color: #FFF;
}
.page--member .post_article.home #post .return a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.home #post .return a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.home #post .return a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--member .post_article.home #post .return a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--member .post_article.home #post .return a:hover {
  background: #002648;
}
.page--member .post_article {
  /* ======================
  全日会員支援ポータルサイト「ラビーネット」
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet {
    margin-bottom: 100px;
  }
}
.page--member .post_article.rabbynet {
  /* ラビーネット */
}
.page--member .post_article.rabbynet #rabbynet {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--member .post_article.rabbynet #rabbynet {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--member .post_article.rabbynet #rabbynet {
    padding: 0 30px;
  }
}
.page--member .post_article.rabbynet #rabbynet > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet > p {
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet > p {
    line-height: 2;
    margin-bottom: 75px;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
.page--member .post_article.rabbynet #rabbynet dl {
  background: #F1F5E7;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet dl {
    padding: 45px 20px 40px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet dl {
    padding: 45px 40px 40px 40px;
  }
}
.page--member .post_article.rabbynet #rabbynet dl dt {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet dl dt {
    line-height: 1.26;
    margin-bottom: 25px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet dl dt {
    line-height: 1.05;
    margin-bottom: 27px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--member .post_article.rabbynet #rabbynet dl dd ul {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--member .post_article.rabbynet #rabbynet dl dd ul li {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 4px;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet dl dd ul li {
    min-height: 50px;
    line-height: 1.2;
    padding: 5px 15px;
    font-size: clamp(1.3rem, 3.8265306122vw, 1.5rem);
  }
  .page--member .post_article.rabbynet #rabbynet dl dd ul li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet dl dd ul li {
    width: calc(33.3333333333% - 3.3333333333px);
    min-height: 70px;
    line-height: 1.3125;
    padding: 5px 20px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
  .page--member .post_article.rabbynet #rabbynet dl dd ul li:not(:nth-child(3n)) {
    margin-right: 5px;
  }
  .page--member .post_article.rabbynet #rabbynet dl dd ul li:nth-child(n+4) {
    margin-top: 5px;
  }
}
.page--member .post_article.rabbynet #rabbynet dl dd ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/common/icon-check.svg") no-repeat left top/contain;
  display: block;
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet dl dd ul li::before {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet dl dd ul li::before {
    margin-right: 15px;
  }
}
.page--member .post_article.rabbynet #rabbynet dl .banner {
  max-width: 480px;
  display: block;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
.page--member .post_article.rabbynet #rabbynet dl .banner:hover {
  opacity: 0.9;
}
.page--member .post_article.rabbynet #rabbynet dl .banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--member .post_article.rabbynet #rabbynet dl p {
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.rabbynet #rabbynet dl p {
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.rabbynet #rabbynet dl p {
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--member .post_article.rabbynet #rabbynet dl p a {
  color: #709E00;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
.page--member .post_article.rabbynet #rabbynet dl p a::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/common/icon-blank.svg") no-repeat left top/contain;
  display: block;
  transition: all 0.2s ease-out;
  margin-left: 10px;
}
.page--member .post_article.rabbynet #rabbynet dl p a:hover {
  color: #333;
}
.page--member .post_article.rabbynet #rabbynet dl p a:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20transform%3D%22translate(1%201)%22%3E%20%3Cpath%20d%3D%22M27%2C12h4.909v4.909%22%20transform%3D%22translate(-19.909%20-12)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M23.818%2C21.454v4.364H14V16h4.364%22%20transform%3D%22translate(-14%20-13.818)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20y1%3D%226%22%20x2%3D%226%22%20transform%3D%22translate(5.455%200.545)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
}
.page--member .post_article {
  /* ======================
  会員活動
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity {
    margin-bottom: 100px;
  }
}
.page--member .post_article.activity #intro,
.page--member .post_article.activity > section {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity #intro,
  .page--member .post_article.activity > section {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--member .post_article.activity #intro,
  .page--member .post_article.activity > section {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--member .post_article.activity #intro,
  .page--member .post_article.activity > section {
    padding: 0 30px;
  }
}
.page--member .post_article.activity {
  /* 先頭文 */
}
.page--member .post_article.activity #intro {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity #intro {
    line-height: 1.5;
    margin-bottom: 60px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity #intro {
    line-height: 2;
    margin-bottom: 75px;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
.page--member .post_article.activity {
  /* 各セクション共通 */
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity > section:nth-of-type(n+2) {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity > section:nth-of-type(n+2) {
    margin-top: 85px;
  }
}
.page--member .post_article.activity {
  /* Facebook */
}
.page--member .post_article.activity #facebook h2 {
  max-width: 160px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity #facebook h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity #facebook h2 {
    margin-bottom: 30px;
  }
}
.page--member .post_article.activity #facebook h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity #facebook .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.page--member .post_article.activity #facebook .container .widget {
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity #facebook .container .widget:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity #facebook .container .widget {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--member .post_article.activity #facebook .container .widget {
    width: calc(33.3333333333% - 20px);
  }
}
.page--member .post_article.activity {
  /* らびーず倶楽部 */
  /* 青年部会 */
}
@media only screen and (max-width: 834px) {
  .page--member .post_article.activity #rabbiesclub .mod__heading1,
  .page--member .post_article.activity #seinen .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--member .post_article.activity #rabbiesclub .mod__heading1,
  .page--member .post_article.activity #seinen .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--member .post_article.activity #rabbiesclub > a,
.page--member .post_article.activity #seinen > a {
  display: block;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
.page--member .post_article.activity #rabbiesclub > a:hover,
.page--member .post_article.activity #seinen > a:hover {
  opacity: 0.9;
}
.page--member .post_article.activity #rabbiesclub > a img,
.page--member .post_article.activity #seinen > a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--member .post_article.activity {
  /* 青年部会 */
}
.page--member .post_article.activity #seinen > a {
  max-width: 900px;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  宮城県本部について
///////////////////////////////////////////////////////// */
.page--miyagi .post_article {
  /* ======================
  ページタイトル
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article .mod__pagetitle {
    background: url("../images/miyagi/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article .mod__pagetitle {
    background: url("../images/miyagi/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--miyagi .post_article {
  /* ======================
  ホーム（宮城県本部）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home {
    margin-bottom: 100px;
  }
}
.page--miyagi .post_article.home {
  /* 宮城県本部 */
}
.page--miyagi .post_article.home #message {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.home #message {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.home #message {
    padding: 0 30px;
  }
}
.page--miyagi .post_article.home #message {
  padding-top: 5px !important;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #message .mod__heading1 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message .mod__heading2 {
    margin: 35px 0 15px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #message .mod__heading2 {
    margin: 45px 0 25px 0;
  }
}
.page--miyagi .post_article.home #message p {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message p {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #message p {
    line-height: 2;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message .profile {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #message .profile {
    max-width: 495px;
    display: flex;
    justify-content: space-between;
    margin: 45px 0 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message .profile figure {
    width: 41.791%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #message .profile figure {
    width: 28.2828%;
  }
}
.page--miyagi .post_article.home #message .profile figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--miyagi .post_article.home #message .profile p {
  font-weight: 700;
  text-indent: 0;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #message .profile p {
    line-height: 1.28571;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #message .profile p {
    width: calc(71.7172% - 30px);
    line-height: 1.5;
  }
}
.page--miyagi .post_article.home {
  /* 組織（全日本不動産協会宮城県本部・不動産保証協会宮城県本部） */
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 835px) and (max-width: 834px) {
  .page--miyagi .post_article.home .organization {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.home .organization {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) and (min-width: 1220px) {
  .page--miyagi .post_article.home .organization {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization:nth-of-type(n+2) {
    margin-top: 85px;
  }
}
.page--miyagi .post_article.home .organization:nth-of-type(odd) hgroup h2 span {
  color: #709E00;
}
.page--miyagi .post_article.home .organization:nth-of-type(odd) > dl {
  background: #F1F5E7;
}
.page--miyagi .post_article.home .organization:nth-of-type(odd) > dl dd ul li::before {
  background: #709E00;
}
.page--miyagi .post_article.home .organization:nth-of-type(even) hgroup h2 span {
  color: #3D9227;
}
.page--miyagi .post_article.home .organization:nth-of-type(even) > dl {
  background: #E6F5E2;
}
.page--miyagi .post_article.home .organization:nth-of-type(even) > dl dd ul li::before {
  background: #3D9227;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization hgroup {
    width: calc(100% - 40px);
    margin: 0 auto 25px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization hgroup {
    margin-bottom: 50px;
  }
}
.page--miyagi .post_article.home .organization hgroup h2,
.page--miyagi .post_article.home .organization hgroup p {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization hgroup h2 {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: clamp(1.6rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization hgroup h2 {
    line-height: 1.05;
    margin-bottom: 55px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--miyagi .post_article.home .organization hgroup h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  margin-block: calc((1em - 1lh) / 2);
  display: block;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization hgroup h2 span {
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization hgroup h2 span {
    margin-bottom: 25px;
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.page--miyagi .post_article.home .organization hgroup p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization hgroup p {
    min-height: 137px;
    line-height: 1.3;
    font-size: clamp(2rem, 6.1224489796vw, 2.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization hgroup p {
    min-height: 80px;
    font-size: clamp(2.4rem, 2.7657735523vw, 3.2rem);
  }
}
.page--miyagi .post_article.home .organization hgroup p::before, .page--miyagi .post_article.home .organization hgroup p::after {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization hgroup p::before, .page--miyagi .post_article.home .organization hgroup p::after {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization hgroup p::before, .page--miyagi .post_article.home .organization hgroup p::after {
    width: 40px;
    height: 40px;
  }
}
.page--miyagi .post_article.home .organization hgroup p::before {
  border-top: 2px solid #C6C6C6;
  border-left: 2px solid #C6C6C6;
  top: 0;
  left: 0;
}
.page--miyagi .post_article.home .organization hgroup p::after {
  border-bottom: 2px solid #C6C6C6;
  border-right: 2px solid #C6C6C6;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization > dl {
    padding: 45px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization > dl {
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.home .organization > dl {
    padding: 45px 30px;
  }
}
.page--miyagi .post_article.home .organization > dl dt,
.page--miyagi .post_article.home .organization > dl dd {
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
.page--miyagi .post_article.home .organization > dl dt {
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #C6C6C6;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization > dl dt {
    line-height: 1.5;
    margin-bottom: 17px;
    font-size: clamp(1.6rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization > dl dt {
    line-height: 1.05;
    margin-bottom: 25px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--miyagi .post_article.home .organization > dl dd ul li {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization > dl dd ul li {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization > dl dd ul li {
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization > dl dd ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home .organization > dl dd ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.page--miyagi .post_article.home .organization > dl dd ul li::before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  margin: 0.6em 10px 0 0;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home .organization > dl dd ul li::before {
    margin-top: 0.5em;
  }
}
.page--miyagi .post_article.home {
  /* Mark */
}
.page--miyagi .post_article.home #mark {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.home #mark {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.home #mark {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark {
    margin-top: 85px;
  }
}
.page--miyagi .post_article.home #mark p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark hgroup {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark hgroup {
    margin-bottom: 45px;
  }
}
.page--miyagi .post_article.home #mark hgroup h2,
.page--miyagi .post_article.home #mark hgroup p {
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
.page--miyagi .post_article.home #mark hgroup h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark hgroup h2 {
    line-height: 1;
    margin-bottom: 15px;
    font-size: clamp(2rem, 6.1224489796vw, 2.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark hgroup h2 {
    line-height: 1.05;
    margin-bottom: 20px;
    font-size: clamp(2.4rem, 2.7657735523vw, 3.2rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark hgroup p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark hgroup p {
    line-height: 1.26;
    font-weight: 700;
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.page--miyagi .post_article.home #mark .intro {
  border: 4px solid #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark .intro {
    padding: 40px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark .intro {
    display: flex;
    align-items: center;
    padding: 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.home #mark .intro {
    padding: 40px 30px;
  }
}
.page--miyagi .post_article.home #mark .intro i {
  width: 100px;
  display: block;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark .intro i {
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark .intro i {
    flex-shrink: 0;
    margin-right: 30px;
  }
}
.page--miyagi .post_article.home #mark .intro i img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.home #mark .intro p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.home #mark .intro p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article {
  /* ======================
  宮城県本部のあゆみ
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.history {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.history {
    margin-bottom: 100px;
  }
}
.page--miyagi .post_article.history {
  /* 年表 */
}
.page--miyagi .post_article.history #history {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.history #history {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.history #history {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.history #history {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.history #history {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page--miyagi .post_article.history #history > dt,
.page--miyagi .post_article.history #history > dd {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.history #history > dt,
  .page--miyagi .post_article.history #history > dd {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.history #history > dt,
  .page--miyagi .post_article.history #history > dd {
    min-height: 60px;
    padding: 17px 20px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
  .page--miyagi .post_article.history #history > dt:nth-of-type(n+2),
  .page--miyagi .post_article.history #history > dd:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
.page--miyagi .post_article.history #history > dt {
  line-height: 1.575;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: #F7F8FA;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.history #history > dt {
    min-height: 40px;
    padding: 5px 20px;
  }
  .page--miyagi .post_article.history #history > dt:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.history #history > dt {
    width: 280px;
  }
}
.page--miyagi .post_article.history #history > dd {
  line-height: 1.5;
  font-weight: 500;
  border-right: 1px solid #F0F2F6;
  border-bottom: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.history #history > dd {
    padding: 17px 20px 20px 20px;
    border-left: 1px solid #F0F2F6;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.history #history > dd {
    width: calc(100% - 280px);
    border-top: 1px solid #F0F2F6;
  }
}
.page--miyagi .post_article.history #history > dd > span {
  line-height: 1.575;
  font-weight: 700;
  display: block;
}
.page--miyagi .post_article.history #history > dd > span.mb {
  margin-bottom: 5px;
}
.page--miyagi .post_article.history #history > dd .details {
  background: #FAFAFA;
  border: 1px solid #F0F2F6;
  margin-top: 15px;
}
.page--miyagi .post_article.history #history > dd .details .heading {
  min-height: 45px;
  line-height: 1.575;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.page--miyagi .post_article.history #history > dd .details .heading::before {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  display: block;
  transition: all 0.2s ease-out;
  flex-shrink: 0;
  margin-right: 10px;
}
.page--miyagi .post_article.history #history > dd .details .heading.open::before {
  transform: rotate(-45deg);
  margin-top: 7px;
}
.page--miyagi .post_article.history #history > dd .details .content {
  padding: 15px 20px 17px 20px;
  border-top: 1px solid #F0F2F6;
}
.page--miyagi .post_article.history #history > dd .details .content dl dt {
  line-height: 1.575;
  font-weight: 700;
  margin-bottom: 5px;
}
.page--miyagi .post_article.history #history > dd .details .content dl dd {
  line-height: 1.5;
  font-weight: 500;
}
.page--miyagi .post_article {
  /* ======================
  本部組織
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization {
    margin-bottom: 100px;
  }
}
.page--miyagi .post_article.organization #intro,
.page--miyagi .post_article.organization > section {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization #intro,
  .page--miyagi .post_article.organization > section {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.organization #intro,
  .page--miyagi .post_article.organization > section {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.organization #intro,
  .page--miyagi .post_article.organization > section {
    padding: 0 30px;
  }
}
.page--miyagi .post_article.organization {
  /* 先頭文 */
}
.page--miyagi .post_article.organization #intro {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization #intro {
    line-height: 1.5;
    margin-bottom: 65px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization #intro {
    line-height: 2;
    margin-bottom: 80px;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.organization {
  /* 各セクション共通 */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization > section:nth-of-type(n+2) {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization > section:nth-of-type(n+2) {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization > section .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization > section .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--miyagi .post_article.organization > section > div table {
  border: 1px solid #F0F2F6;
  border-collapse: collapse;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization > section > div table {
    width: 600px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization > section > div table {
    width: 100%;
  }
}
.page--miyagi .post_article.organization > section > div table tr th,
.page--miyagi .post_article.organization > section > div table tr td {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 7px 20px;
  border: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization > section > div table tr th,
  .page--miyagi .post_article.organization > section > div table tr td {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization > section > div table tr th,
  .page--miyagi .post_article.organization > section > div table tr td {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.organization > section > div table tr th {
  height: 40px;
  font-weight: 700;
  border-right: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization > section > div table tr th {
    padding: 1px 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization > section > div table tr th {
    padding: 5px;
  }
}
.page--miyagi .post_article.organization > section > div table tr td {
  font-weight: 500;
}
.page--miyagi .post_article.organization > section > div table thead tr:first-of-type th {
  width: 33.3333333333%;
}
.page--miyagi .post_article.organization > section > div table tbody tr th {
  background: #F7F8FA;
}
.page--miyagi .post_article.organization {
  /* 令和〇年度役員紹介 */
}
.page--miyagi .post_article.organization #officer .mod__heading2 {
  margin-bottom: 20px;
}
.page--miyagi .post_article.organization {
  /* 宮城県本部委員会【委員長・副委員長】名簿 */
  /* 北ブロック（旧：泉支部・仙塩支部・石巻支部・仙北支部） */
  /* 中ブロック（旧：青葉北支部・青葉南支部） */
  /* 南ブロック（旧：宮城野支部・若林支部・太白支部・仙南支部） */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization #headquarters .mod__heading1,
  .page--miyagi .post_article.organization #north .mod__heading1,
  .page--miyagi .post_article.organization #central .mod__heading1,
  .page--miyagi .post_article.organization #south .mod__heading1 {
    margin-bottom: 20px;
  }
}
.page--miyagi .post_article.organization #headquarters > div table tbody tr td:last-of-type,
.page--miyagi .post_article.organization #north > div table tbody tr td:last-of-type,
.page--miyagi .post_article.organization #central > div table tbody tr td:last-of-type,
.page--miyagi .post_article.organization #south > div table tbody tr td:last-of-type {
  text-align: left;
}
.page--miyagi .post_article.organization #headquarters .pdf,
.page--miyagi .post_article.organization #north .pdf,
.page--miyagi .post_article.organization #central .pdf,
.page--miyagi .post_article.organization #south .pdf {
  max-width: 320px;
  min-height: 50px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCFCFC;
  border: 1px solid #DDD;
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.organization #headquarters .pdf,
  .page--miyagi .post_article.organization #north .pdf,
  .page--miyagi .post_article.organization #central .pdf,
  .page--miyagi .post_article.organization #south .pdf {
    margin: 30px auto 0 auto;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.organization #headquarters .pdf,
  .page--miyagi .post_article.organization #north .pdf,
  .page--miyagi .post_article.organization #central .pdf,
  .page--miyagi .post_article.organization #south .pdf {
    margin: 20px 0 0 auto;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.organization #headquarters .pdf::after,
.page--miyagi .post_article.organization #north .pdf::after,
.page--miyagi .post_article.organization #central .pdf::after,
.page--miyagi .post_article.organization #south .pdf::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/common/icon-pdf.svg") no-repeat left top/contain;
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}
.page--miyagi .post_article.organization #headquarters .pdf:hover,
.page--miyagi .post_article.organization #north .pdf:hover,
.page--miyagi .post_article.organization #central .pdf:hover,
.page--miyagi .post_article.organization #south .pdf:hover {
  color: #FFF;
  background-color: #709E00;
  border-color: #709E00;
}
.page--miyagi .post_article.organization {
  /* 宮城県本部ブロック役員名簿 */
}
.page--miyagi .post_article.organization #headquarters figure {
  max-width: 580px;
  margin: 0 auto;
}
.page--miyagi .post_article.organization #headquarters figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--miyagi .post_article {
  /* ======================
  組織概要
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful {
    margin-bottom: 100px;
  }
}
.page--miyagi .post_article.helpful {
  /* 宅地建物取引業に関係する申請書 */
}
.page--miyagi .post_article.helpful #document {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #document {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.helpful #document {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.helpful #document {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #document {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #document {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #document .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #document .mod__heading1 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #document ul {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #document ul li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #document ul li {
    width: calc(25% - 15px);
  }
  .page--miyagi .post_article.helpful #document ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.page--miyagi .post_article.helpful #document ul li a {
  min-height: 50px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCFCFC;
  border: 1px solid #DDD;
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #document ul li a {
    line-height: 1.5625;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #document ul li a {
    line-height: 1.4;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.helpful #document ul li a::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/common/icon-blank.svg") no-repeat left top/contain;
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--miyagi .post_article.helpful #document ul li a:hover {
  color: #709E00;
}
.page--miyagi .post_article.helpful {
  /* 広報誌「全日みやぎ」バックナンバー */
}
.page--miyagi .post_article.helpful #magazine {
  background: #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #magazine {
    padding: 45px 20px 40px 20px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine {
    padding: 85px 30px 80px 30px;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #magazine .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .mod__heading1 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .container {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #magazine .container .text {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .container .text {
    width: calc(61.1111% - 15px);
  }
}
.page--miyagi .post_article.helpful #magazine .container .text p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #magazine .container .text p {
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .container .text p {
    margin-bottom: 30px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.helpful #magazine .container .text > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--miyagi .post_article.helpful #magazine .container .text > a:link {
  color: #FFF;
}
.page--miyagi .post_article.helpful #magazine .container .text > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #magazine .container .text > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .container .text > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.helpful #magazine .container .text > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--miyagi .post_article.helpful #magazine .container .text > a:hover {
  background: #002648;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #magazine .container .text > a {
    max-width: none;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .container .text > a {
    max-width: 320px;
    margin: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #magazine .container figure {
    width: 38.8889%;
  }
}
.page--miyagi .post_article.helpful #magazine .container figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--miyagi .post_article.helpful {
  /* お役立ちリンク集 */
}
.page--miyagi .post_article.helpful #links {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #links {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.helpful #links {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.helpful #links {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #links .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #links .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--miyagi .post_article.helpful #links section:nth-of-type(n+2) {
  margin-top: 45px;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #links section .mod__heading2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #links section .mod__heading2 {
    margin-bottom: 35px;
  }
}
.page--miyagi .post_article.helpful #links section > ul > li:nth-child(n+2) {
  margin-top: 35px;
}
.page--miyagi .post_article.helpful #links section > ul > li h4 {
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  border-bottom: 1px solid #C6C6C6;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #links section > ul > li h4 {
    font-size: clamp(1.6rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #links section > ul > li h4 {
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.page--miyagi .post_article.helpful #links section > ul > li h4 a {
  color: #709E00;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
.page--miyagi .post_article.helpful #links section > ul > li h4 a::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/common/icon-blank.svg") no-repeat left top/contain;
  display: block;
  transition: all 0.2s ease-out;
  margin-left: 10px;
}
.page--miyagi .post_article.helpful #links section > ul > li h4 a:hover {
  color: #333;
}
.page--miyagi .post_article.helpful #links section > ul > li h4 a:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20transform%3D%22translate(1%201)%22%3E%20%3Cpath%20d%3D%22M27%2C12h4.909v4.909%22%20transform%3D%22translate(-19.909%20-12)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M23.818%2C21.454v4.364H14V16h4.364%22%20transform%3D%22translate(-14%20-13.818)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20y1%3D%226%22%20x2%3D%226%22%20transform%3D%22translate(5.455%200.545)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
}
.page--miyagi .post_article.helpful #links section > ul > li p,
.page--miyagi .post_article.helpful #links section > ul > li ol li {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.helpful #links section > ul > li p,
  .page--miyagi .post_article.helpful #links section > ul > li ol li {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.helpful #links section > ul > li p,
  .page--miyagi .post_article.helpful #links section > ul > li ol li {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.helpful #links section > ul > li ol {
  margin-top: 15px;
}
.page--miyagi .post_article.helpful #links section > ul > li ol li:nth-child(n+2) {
  margin-top: 3px;
}
.page--miyagi .post_article {
  /* ======================
  広報誌「全日みやぎ」
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine {
    margin-bottom: 100px;
  }
}
.page--miyagi .post_article.magazine #magazine {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.magazine #magazine {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--miyagi .post_article.magazine #magazine {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--miyagi .post_article.magazine #magazine .intro {
  background: url("../images/common/bg-lightgreen.jpg") no-repeat center center/cover;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine .intro {
    width: 100vw;
    padding: 45px 20px 40px 20px;
    margin: 0 calc(50% - 50vw) 60px calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine .intro {
    padding: 65px 30px 60px 30px;
    margin-bottom: 80px;
  }
}
.page--miyagi .post_article.magazine #magazine .intro p {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine .intro p {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine .intro p {
    line-height: 2;
    margin-bottom: 35px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--miyagi .post_article.magazine #magazine .intro > a {
  display: block;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine .intro > a {
    max-width: 60%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine .intro > a {
    max-width: 450px;
  }
}
.page--miyagi .post_article.magazine #magazine .intro > a:hover {
  opacity: 0.9;
}
.page--miyagi .post_article.magazine #magazine .intro > a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine .mod__heading2 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine .mod__heading2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine > ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine > ul li {
    width: calc(33.3333333333% - 10px);
  }
  .page--miyagi .post_article.magazine #magazine > ul li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .page--miyagi .post_article.magazine #magazine > ul li:nth-child(n+4) {
    margin-top: 15px;
  }
}
.page--miyagi .post_article.magazine #magazine > ul li a {
  min-height: 60px;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FCFCFC;
  border: 1px solid #DDD;
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine > ul li a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine > ul li a {
    font-size: clamp(1.2rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.magazine #magazine > ul li a {
    padding-right: 20px;
  }
}
.page--miyagi .post_article.magazine #magazine > ul li a::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/common/icon-pdf.svg") no-repeat left top/contain;
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--miyagi .post_article.magazine #magazine > ul li a::after {
    width: 20px;
    height: 20px;
  }
}
.page--miyagi .post_article.magazine #magazine > ul li a:hover {
  color: #FFF;
  background-color: #709E00;
  border-color: #709E00;
}
.page--miyagi .post_article.magazine #magazine > ul li a span {
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--miyagi .post_article.magazine #magazine > ul li a span {
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--miyagi .post_article.magazine #magazine > ul li a span {
    font-size: clamp(1.4rem, 1.5557476232vw, 1.8rem);
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  個人情報保護について
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 834px) {
  .page--privacy .post_article {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article {
    margin-bottom: 100px;
  }
}
.page--privacy .post_article {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article .mod__pagetitle {
    background: url("../images/privacy/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article .mod__pagetitle {
    background: url("../images/privacy/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--privacy .post_article {
  /* 個人情報保護方針＆個人情報の取扱い */
}
.page--privacy .post_article #privacy {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--privacy .post_article #privacy {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--privacy .post_article #privacy {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy .mod__heading1 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy .mod__heading1:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy .mod__heading1:nth-of-type(n+2) {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy .mod__heading2 {
    margin: 35px 0 20px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy .mod__heading2 {
    margin: 45px 0 25px 0;
  }
}
.page--privacy .post_article #privacy h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy h4 {
    line-height: 1.4;
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy h4 {
    line-height: 1.26;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--privacy .post_article #privacy h4:nth-of-type(n+2) {
  margin-top: 25px;
}
.page--privacy .post_article #privacy p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy p {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy p {
    line-height: 2;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--privacy .post_article #privacy p {
  /*
  &:nth-of-type(n+2) {
    @include smartphone {
      margin-top: 30px;
    }
    @include screen {
      margin-top: 40px;
    }
  }
  */
}
.page--privacy .post_article #privacy p.name {
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy p.name {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy p.name {
    margin-top: 40px;
  }
}
.page--privacy .post_article #privacy > ul {
  margin-top: 15px;
  /*
  @include smartphone {
    margin-top: 30px;
  }
  @include screen {
    margin-top: 40px;
  }
  */
}
.page--privacy .post_article #privacy > ul > li {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy > ul > li {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy > ul > li {
    line-height: 2;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--privacy .post_article #privacy > ul > li:nth-child(n+2) {
  margin-top: 10px;
  /*
  @include smartphone {
    margin-top: 10px;
  }
  @include screen {
    margin-top: 20px;
  }
  */
}
.page--privacy .post_article #privacy > ul > li::before {
  width: 10px;
  height: 10px;
  content: "";
  background: #709E00;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  margin: 0.75em 10px 0 0;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy > ul > li::before {
    margin-top: 0.5em;
  }
}
.page--privacy .post_article #privacy > dl {
  margin-top: 25px;
}
.page--privacy .post_article #privacy > dl dt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy > dl dt {
    line-height: 1.4;
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy > dl dt {
    line-height: 1.26;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--privacy .post_article #privacy > dl dd {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy > dl dd {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy > dl dd {
    line-height: 2;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--privacy .post_article #privacy > dl dd a {
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy > dl dd a {
    color: #709E00;
    text-decoration: underline;
  }
  .page--privacy .post_article #privacy > dl dd a:hover {
    color: #333;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy > dl dd a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
}
.page--privacy .post_article #privacy > dl dd ul li {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--privacy .post_article #privacy > dl dd ul li {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy .post_article #privacy > dl dd ul li {
    line-height: 2;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--privacy .post_article #privacy > dl dd ul li:nth-child(n+2) {
  margin-top: 20px;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  一般の方へ
///////////////////////////////////////////////////////// */
.page--public .post_article {
  /* ======================
  ホーム（一般の方へ）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home {
    margin-bottom: 100px;
  }
}
.page--public .post_article.home {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home .mod__pagetitle {
    background: url("../images/public/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home .mod__pagetitle {
    background: url("../images/public/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--public .post_article.home {
  /* 全日本不動産協会宮城県本部より宮城県の皆様へ */
}
.page--public .post_article.home #greeting {
  background: #F5F5F5;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #greeting {
    padding: 40px 20px 45px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #greeting {
    width: calc(100% - 60px);
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #greeting figure {
    width: 58.209%;
    margin: 0 auto 32px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #greeting figure {
    width: 25.9259%;
  }
}
.page--public .post_article.home #greeting figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #greeting figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #greeting .text {
    width: 74.0741%;
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--public .post_article.home #greeting .text {
    padding: 45px 30px;
  }
}
.page--public .post_article.home #greeting .text h2 {
  line-height: 1.26;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #709E00;
  margin-bottom: 25px;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #greeting .text h2 {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #greeting .text h2 {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--public .post_article.home #greeting .text p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #greeting .text p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #greeting .text p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--public .post_article.home #greeting .text p.name {
  font-weight: 700;
  text-align: right;
  margin-top: 25px;
}
.page--public .post_article.home {
  /* 不動産無料相談 */
}
.page--public .post_article.home #consultation {
  background: url("../images/common/bg-lightgreen.jpg") no-repeat center center/cover;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation {
    padding: 50px 20px 40px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation {
    width: calc(100% - 60px);
    max-width: 1080px;
    padding: 50px 40px 40px 40px;
  }
}
.page--public .post_article.home #consultation h2 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation h2 {
    margin-bottom: 25px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation h2 {
    margin-bottom: 25px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--public .post_article.home #consultation h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FF6E03;
  display: block;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation h2 span {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation h2 span {
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--public .post_article.home #consultation > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > p {
    line-height: 1.575;
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > p {
    line-height: 1.26;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--public .post_article.home #consultation > dl {
  background: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl {
    padding: 35px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl {
    padding: 45px 20px;
  }
}
.page--public .post_article.home #consultation > dl > dt,
.page--public .post_article.home #consultation > dl > dd {
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
.page--public .post_article.home #consultation > dl > dt {
  line-height: 1.8;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl > dt {
    margin-bottom: 17px;
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl > dt {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--public .post_article.home #consultation > dl > dd > p {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl > dd > p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl > dd > p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--public .post_article.home #consultation > dl > dd > p span {
  color: #ff0000;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl > dd > dl {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl > dd > dl {
    margin-top: 20px;
  }
}
.page--public .post_article.home #consultation > dl > dd > dl dt,
.page--public .post_article.home #consultation > dl > dd > dl dd {
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
.page--public .post_article.home #consultation > dl > dd > dl dt {
  margin-bottom: 15px;
}
.page--public .post_article.home #consultation > dl > dd > dl dt a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #3D9227;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #EDEFF4;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl > dd > dl dt a {
    display: flex;
    padding: 12px 15px;
    font-size: clamp(2rem, 6.1224489796vw, 2.4rem);
  }
  .page--public .post_article.home #consultation > dl > dd > dl dt a:hover {
    opacity: 0.9;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl > dd > dl dt a {
    display: inline-flex;
    padding: 12px 35px 10px 35px;
    pointer-events: none;
    font-size: clamp(2.4rem, 2.4200518583vw, 2.8rem);
  }
}
.page--public .post_article.home #consultation > dl > dd > dl dd {
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl > dd > dl dd {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl > dd > dl dd {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
.page--public .post_article.home #consultation > dl > dd > dl dd p {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl > dd > dl dd p {
    line-height: 1.3125;
    text-align: left;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #consultation > dl > dd > dl dd p {
    line-height: 1.575;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--public .post_article.home #consultation > dl > dd > dl dd p a {
  color: #3d9227;
  text-decoration: underline;
}
.page--public .post_article.home #consultation > dl > dd > dl dd p a:hover {
  text-decoration: none;
}
.page--public .post_article.home #consultation > dl > dd > dl dd p:first-of-type {
  margin-top: 20px;
}
.page--public .post_article.home #consultation > dl > dd > dl dd p {
  /*
  &:last-of-type {
    @include screen {
      text-align: left;
      margin-top: 5px;
    }
  }
  */
}
.page--public .post_article.home #consultation > dl:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #consultation > dl:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.page--public .post_article.home {
  /* メールフォーム */
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #mailform > dl > dd > div dl {
    width: calc(50% - 10px);
  }
  .page--public .post_article.home #mailform > dl > dd > div dl:first-of-type {
    margin-right: 20px;
  }
}
.page--public .post_article.home #mailform > dl > dd dl dt {
  line-height: 1.8;
  font-weight: 500;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 3px;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.home #mailform > dl > dd dl dt {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #mailform > dl > dd dl dt {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #mailform > dl > dd dl dd .select-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.home #mailform > dl > dd #message {
    height: 280px;
  }
}
.page--public .post_article {
  /* ======================
  ラビーネット不動産
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.rabbynet {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.rabbynet {
    margin-bottom: 100px;
  }
}
.page--public .post_article.rabbynet {
  /* ページタイトル */
}
.page--public .post_article.rabbynet .mod__pagetitle {
  background: #F5F5F5;
}
.page--public .post_article.rabbynet .mod__pagetitle::before {
  display: none;
}
.page--public .post_article.rabbynet .mod__pagetitle img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.rabbynet .mod__pagetitle img {
    max-width: 248px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.rabbynet .mod__pagetitle img {
    max-width: 287px;
  }
}
.page--public .post_article.rabbynet {
  /* ラビーネットの紹介 */
}
.page--public .post_article.rabbynet #intro {
  padding-top: 5px !important;
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.rabbynet #intro {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 835px) and (max-width: 834px) {
  .page--public .post_article.rabbynet #intro {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--public .post_article.rabbynet #intro {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) and (min-width: 1220px) {
  .page--public .post_article.rabbynet #intro {
    padding: 0 30px;
  }
}
.page--public .post_article.rabbynet #intro > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.rabbynet #intro > p {
    line-height: 1.5;
    padding: 0 20px;
    margin-bottom: 45px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.rabbynet #intro > p {
    line-height: 2;
    margin-bottom: 70px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--public .post_article.rabbynet #intro h2 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.rabbynet #intro h2 {
    color: #007e00;
    padding: 12px 10px;
    border-top: 2px solid #0d9d2f;
    border-bottom: 2px solid #0d9d2f;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.rabbynet #intro h2 {
    padding-bottom: 10px;
    border-bottom: 5px solid #007e00;
    margin-bottom: 25px;
    font-size: clamp(2.3rem, 2.3336214347vw, 2.7rem);
  }
}
.page--public .post_article.rabbynet #intro > a {
  display: block;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--public .post_article.rabbynet #intro > a {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 835px) {
  .page--public .post_article.rabbynet #intro > a {
    max-width: 996px;
  }
}
.page--public .post_article.rabbynet #intro > a:hover {
  opacity: 0.9;
}
.page--public .post_article.rabbynet #intro > a picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  取引士講習会
///////////////////////////////////////////////////////// */
.page--realestateagent .post_article {
  /* ======================
  ページタイトル
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article .mod__pagetitle {
    background: url("../images/realestateagent/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article .mod__pagetitle {
    background: url("../images/realestateagent/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--realestateagent .post_article {
  /* ======================
  ホーム
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home {
    margin-bottom: 100px;
  }
}
.page--realestateagent .post_article.home #intro,
.page--realestateagent .post_article.home > section {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #intro,
  .page--realestateagent .post_article.home > section {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--realestateagent .post_article.home #intro,
  .page--realestateagent .post_article.home > section {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--realestateagent .post_article.home #intro,
  .page--realestateagent .post_article.home > section {
    padding: 0 30px;
  }
}
.page--realestateagent .post_article.home {
  /* 先頭文 */
}
.page--realestateagent .post_article.home #intro {
  line-height: 2;
  color: #FF6E03;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #intro {
    margin-bottom: 60px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #intro {
    margin-bottom: 80px;
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--realestateagent .post_article.home {
  /* 各セクション共通 */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home > section:nth-of-type(n+2) {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home > section:nth-of-type(n+2) {
    margin-top: 85px;
  }
}
.page--realestateagent .post_article.home {
  /* 宅地建物取引士　法定講習会のご案内 */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance .mod__heading1 {
    margin-bottom: 45px;
  }
  .page--realestateagent .post_article.home #guidance .mod__heading1 span {
    margin-right: 1em;
  }
}
.page--realestateagent .post_article.home #guidance > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance > p {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance > p {
    line-height: 2;
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance > p:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance > p:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.page--realestateagent .post_article.home #guidance dl {
  background: url("../images/common/bg-lightgreen.jpg") no-repeat center center/cover;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl {
    width: 100vw;
    padding: 45px 20px 40px 20px;
    margin: 65px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl {
    padding: 50px 40px 40px 40px;
    margin-top: 85px;
  }
}
.page--realestateagent .post_article.home #guidance dl dt {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl dt {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl dt {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--realestateagent .post_article.home #guidance dl dt span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FF6E03;
  margin-block: calc((1em - 1lh) / 2);
  display: block;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl dt span {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl dt span {
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--realestateagent .post_article.home #guidance dl dd p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl dd p {
    line-height: 1.575;
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl dd p {
    line-height: 1.26;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.page--realestateagent .post_article.home #guidance dl dd ul {
  background: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl dd ul {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl dd ul {
    padding: 45px 40px 40px 40px;
  }
}
.page--realestateagent .post_article.home #guidance dl dd ul li {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl dd ul li {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl dd ul li {
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #guidance dl dd ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #guidance dl dd ul li:nth-child(n+2) {
    margin-top: 25px;
  }
}
.page--realestateagent .post_article.home #guidance dl dd ul li::before {
  width: 10px;
  height: 10px;
  content: "";
  background: #709E00;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  margin: 0.5em 10px 0 0;
}
.page--realestateagent .post_article.home {
  /* 取引士証の更新手続きを行わない方・取引士証が不要な方 */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #noupdate .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #noupdate .mod__heading1 {
    margin-bottom: 45px;
  }
}
.page--realestateagent .post_article.home #noupdate p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #noupdate p {
    line-height: 1.5;
    margin-bottom: 60px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #noupdate p {
    line-height: 2;
    margin-bottom: 75px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.home #noupdate p a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #noupdate p a:hover {
    color: #002648;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #noupdate p a {
    pointer-events: none;
  }
}
.page--realestateagent .post_article.home #noupdate ul {
  max-width: 400px;
  margin: 0 auto;
}
.page--realestateagent .post_article.home #noupdate ul li:nth-child(n+2) {
  margin-top: 20px;
}
.page--realestateagent .post_article.home #noupdate ul li a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--realestateagent .post_article.home #noupdate ul li a:link {
  color: #FFF;
}
.page--realestateagent .post_article.home #noupdate ul li a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.home #noupdate ul li a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.home #noupdate ul li a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.home #noupdate ul li a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--realestateagent .post_article.home #noupdate ul li a:hover {
  background: #002648;
}
.page--realestateagent .post_article {
  /* ======================
  講習会日程
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule {
    margin-bottom: 100px;
  }
}
.page--realestateagent .post_article.schedule {
  /* 各セクション共通 */
}
.page--realestateagent .post_article.schedule > section {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule > section {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--realestateagent .post_article.schedule > section {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--realestateagent .post_article.schedule > section {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule > section:nth-of-type(n+2) {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule > section:nth-of-type(n+2) {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule > section .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule > section .mod__heading1 {
    margin-bottom: 45px;
  }
}
.page--realestateagent .post_article.schedule > section > p {
  line-height: 1.575;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule > section > p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule > section > p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.schedule {
  /* 令和〇年度 宅地建物取引士Web法定講習日程表 */
}
.page--realestateagent .post_article.schedule #schedule > p:first-of-type {
  color: #FF0000;
  font-weight: 700;
}
.page--realestateagent .post_article.schedule #schedule > p:nth-of-type(n+2) {
  margin-top: 8px;
}
.page--realestateagent .post_article.schedule #schedule > div {
  margin-top: 25px;
}
.page--realestateagent .post_article.schedule #schedule > div table {
  border: 1px solid #F0F2F6;
  border-collapse: collapse;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #schedule > div table {
    width: 1080px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #schedule > div table {
    width: 100%;
  }
}
.page--realestateagent .post_article.schedule #schedule > div table tr th,
.page--realestateagent .post_article.schedule #schedule > div table tr td {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 7px 20px;
  border: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #schedule > div table tr th,
  .page--realestateagent .post_article.schedule #schedule > div table tr td {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #schedule > div table tr th,
  .page--realestateagent .post_article.schedule #schedule > div table tr td {
    font-size: clamp(1rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.schedule #schedule > div table tr th {
  font-weight: 700;
  padding: 5px;
  border-right: 1px solid #F0F2F6;
}
.page--realestateagent .post_article.schedule #schedule > div table tr td {
  height: 40px;
  font-weight: 500;
}
.page--realestateagent .post_article.schedule #schedule > div table thead tr:first-of-type th {
  height: 70px;
  line-height: 1.3;
}
.page--realestateagent .post_article.schedule #schedule > div table thead tr:first-of-type th:nth-of-type(1) {
  width: 60px;
}
.page--realestateagent .post_article.schedule #schedule > div table thead tr:first-of-type th {
  /*
  &:nth-of-type(2),
  &:nth-of-type(4){
    width: 240px;
  }
  */
}
.page--realestateagent .post_article.schedule #schedule > div table thead tr:first-of-type th:nth-of-type(3) {
  width: 325px;
}
.page--realestateagent .post_article.schedule #schedule > div table tbody tr th {
  font-weight: 500;
  background: #F7F8FA;
}
.page--realestateagent .post_article.schedule {
  /* 令和〇年度 宅地建物取引士WEB講習 受講の流れ */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #flow ol {
    margin: 35px 0 60px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #flow ol {
    margin: 45px 0 80px 0;
  }
}
.page--realestateagent .post_article.schedule #flow ol li {
  padding: 10px;
  border: 1px solid #F0F2F6;
  position: relative;
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #flow ol li {
    display: flex;
    align-items: center;
  }
  .page--realestateagent .post_article.schedule #flow ol li:nth-child(2) h3 {
    min-height: 70px;
  }
}
.page--realestateagent .post_article.schedule #flow ol li:nth-child(n+2) {
  margin-top: 30px;
}
.page--realestateagent .post_article.schedule #flow ol li:nth-child(n+2)::before {
  width: 40px;
  height: 10px;
  content: "";
  background: url("../images/realestateagent/schedule/arrow-bottom.svg") no-repeat left top/contain;
  display: block;
  position: absolute;
  top: -20px;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #flow ol li:nth-child(n+2)::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #flow ol li:nth-child(n+2)::before {
    left: 130px;
  }
}
.page--realestateagent .post_article.schedule #flow ol li h3,
.page--realestateagent .post_article.schedule #flow ol li p {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #flow ol li h3,
  .page--realestateagent .post_article.schedule #flow ol li p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #flow ol li h3,
  .page--realestateagent .post_article.schedule #flow ol li p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.schedule #flow ol li h3 {
  line-height: 1.575;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: #F7F8FA;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #flow ol li h3 {
    min-height: 32px;
    text-align: center;
    justify-content: center;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #flow ol li h3 {
    width: 280px;
    min-height: 50px;
    padding: 10px 20px;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.page--realestateagent .post_article.schedule #flow ol li p {
  line-height: 1.5;
  font-weight: 500;
}
.page--realestateagent .post_article.schedule #flow ol li p a {
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.page--realestateagent .post_article.schedule #flow ol li p a:hover {
  color: #002648;
  text-decoration: none;
}
.page--realestateagent .post_article.schedule #flow > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--realestateagent .post_article.schedule #flow > a:link {
  color: #FFF;
}
.page--realestateagent .post_article.schedule #flow > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.schedule #flow > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.schedule #flow > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.schedule #flow > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--realestateagent .post_article.schedule #flow > a:hover {
  background: #002648;
}
.page--realestateagent .post_article {
  /* ======================
  お申込み
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply {
    margin-bottom: 100px;
  }
}
.page--realestateagent .post_article.apply {
  /* お申込み */
}
.page--realestateagent .post_article.apply #apply {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--realestateagent .post_article.apply #apply {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--realestateagent .post_article.apply #apply {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply #apply .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--realestateagent .post_article.apply #apply > dl {
  background: #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply > dl {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply #apply > dl {
    padding: 40px 30px;
    margin-bottom: 60px;
  }
}
.page--realestateagent .post_article.apply #apply > dl dt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply > dl dt {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply #apply > dl dt {
    line-height: 1.26;
    margin-bottom: 25px;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--realestateagent .post_article.apply #apply > dl dd p {
  line-height: 1.575;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply > dl dd p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply #apply > dl dd p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply > dl dd p:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply #apply > dl dd p:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.page--realestateagent .post_article.apply #apply > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--realestateagent .post_article.apply #apply > a:link {
  color: #FFF;
}
.page--realestateagent .post_article.apply #apply > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--realestateagent .post_article.apply #apply > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--realestateagent .post_article.apply #apply > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--realestateagent .post_article.apply #apply > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--realestateagent .post_article.apply #apply > a:hover {
  background: #002648;
}
.page--realestateagent .post_article.apply {
  /* 申込書送付先 */
  /*
  #destination {
    background: $bgColor;
    @include smartphone {
      padding: 65px 20px 60px 20px;
      margin-top: 60px;
    }
    @include screen {
      padding: 85px 30px 80px 30px;
      margin-top: 80px;
    }

    .mod__heading1 {
      margin-bottom: 30px;
      &:nth-of-type(n+2) {
        @include smartphone {
          margin-top: 35px;
        }
        @include screen {
          margin-top: 85px;
        }
      }
    }

    > dd {
      background: $baseColor;
      @include smartphone {
        padding: 25px 20px 20px 20px;
      }
      @include screen {
        max-width: 1080px;
        padding: 45px 30px 40px 30px;
        margin: 0 auto;
      }

      .miyagi {
        dt,
        dd {
          text-align: center;
          letter-spacing: 0.05em;
          margin-block: calc((1em - 1lh) / 2);
        }

        dt {
          font-weight: 700;
          @include smartphone {
            line-height: 1.4;
            margin-bottom: 10px;
            @include responsiveStyles($font-size: 18, // 基準となるフォントサイズ
              $min_font-size: 16, // 最小フォントサイズ
              $max_font-size: 18, // 最大フォントサイズ
              $viewport: 375 // ビューポート幅
            );
          }
          @include screen {
            line-height: 1.26;
            margin-bottom: 20px;
            @include responsiveStyles($font-size: 20, // 基準となるフォントサイズ
              $min_font-size: 18, // 最小フォントサイズ
              $max_font-size: 20, // 最大フォントサイズ
              $viewport: 1140 // ビューポート幅
            );
          }
        }

        dd {
          line-height: 1.575;
          font-weight: 500;
          letter-spacing: 0.05em;
          @include smartphone {
            @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
              $min_font-size: 14, // 最小フォントサイズ
              $max_font-size: 16, // 最大フォントサイズ
              $viewport: 375 // ビューポート幅
            );
          }
          @include screen {
            @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
              $min_font-size: 14, // 最小フォントサイズ
              $max_font-size: 16, // 最大フォントサイズ
              $viewport: 1140 // ビューポート幅
            );
          }
        }
      }

      .cost {
        max-width: 380px;
        margin: -5px auto 0 auto;

        li {
          &:nth-child(n+2) {
            @include smartphone {
              margin-top: 15px;
            }
            @include screen {
              margin-top: 30px;
            }
          }

          dl {
            display: flex;
            justify-content: space-between;

            dt,
            dd {
              font-weight: 700;
              letter-spacing: 0.05em;
              @include smartphone {
                line-height: 1.4;
                @include responsiveStyles($font-size: 18, // 基準となるフォントサイズ
                  $min_font-size: 16, // 最小フォントサイズ
                  $max_font-size: 18, // 最大フォントサイズ
                  $viewport: 375 // ビューポート幅
                );
              }
              @include screen {
                line-height: 1.26;
                @include responsiveStyles($font-size: 20, // 基準となるフォントサイズ
                  $min_font-size: 18, // 最小フォントサイズ
                  $max_font-size: 20, // 最大フォントサイズ
                  $viewport: 1140 // ビューポート幅
                );
              }
            }
          }

          p {
            line-height: 1.575;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-align: center;
            margin-block: calc((1em - 1lh) / 2);
            @include smartphone {
              margin-top: 5px;
              @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
                $min_font-size: 14, // 最小フォントサイズ
                $max_font-size: 16, // 最大フォントサイズ
                $viewport: 375 // ビューポート幅
              );
            }
            @include screen {
              margin-top: 17px;
              @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
                $min_font-size: 14, // 最小フォントサイズ
                $max_font-size: 16, // 最大フォントサイズ
                $viewport: 1140 // ビューポート幅
              );
            }
          }
        }
      }

      .account {
        max-width: 480px;
        padding: 25px 20px 20px 20px;
        border: 1px solid $bgColor;
        margin: 25px auto 0 auto;

        dt,
        dd {
          line-height: 1.575;
          letter-spacing: 0.05em;
          text-align: center;
          margin-block: calc((1em - 1lh) / 2);
          @include smartphone {
            @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
              $min_font-size: 14, // 最小フォントサイズ
              $max_font-size: 16, // 最大フォントサイズ
              $viewport: 375 // ビューポート幅
            );
          }
          @include screen {
            @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
              $min_font-size: 14, // 最小フォントサイズ
              $max_font-size: 16, // 最大フォントサイズ
              $viewport: 1140 // ビューポート幅
            );
          }
        }

        dt {
          font-weight: 700;
          margin-bottom: 10px;
        }

        dd {
          font-weight: 500;
        }
      }

      .attention {
        line-height: 1.575;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: center;
        margin-block: calc((1em - 1lh) / 2);
        margin-top: 10px;
        @include smartphone {
          @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
            $min_font-size: 14, // 最小フォントサイズ
            $max_font-size: 16, // 最大フォントサイズ
            $viewport: 375 // ビューポート幅
          );
        }
        @include screen {
          @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
            $min_font-size: 14, // 最小フォントサイズ
            $max_font-size: 16, // 最大フォントサイズ
            $viewport: 1140 // ビューポート幅
          );
        }
      }
    }

  }
  */
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  開業希望の方へ
///////////////////////////////////////////////////////// */
.page--startup .post_article {
  /* ======================
  ホーム（開業希望の方へ）
  ====================== */
}
.page--startup .post_article.home {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home .mod__pagetitle {
    background: url("../images/startup/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home .mod__pagetitle {
    background: url("../images/startup/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.home {
  /* ページナビゲーション */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home .mod__startup:nth-of-type(3) {
    margin: -50px auto 110px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home .mod__startup:nth-of-type(3) {
    margin: -55px auto 135px auto;
  }
}
.page--startup .post_article.home .mod__startup .home a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.home .mod__startup .home a::after {
  border-color: #FFF;
}
.page--startup .post_article.home {
  /* バナー */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home .mod__seminar {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home .mod__seminar {
    margin-bottom: 40px;
  }
}
.page--startup .post_article.home .mod__seminar p {
  display: none !important;
}
.page--startup .post_article.home {
  /* 開業希望の皆様へ */
}
.page--startup .post_article.home #greeting {
  background: #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home #greeting {
    padding: 40px 20px 45px 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home #greeting {
    width: calc(100% - 60px);
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home #greeting figure {
    width: 58.209%;
    margin: 0 auto 32px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home #greeting figure {
    width: 25.9259%;
  }
}
.page--startup .post_article.home #greeting figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home #greeting figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home #greeting .text {
    width: 74.0741%;
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.home #greeting .text {
    padding: 45px 30px;
  }
}
.page--startup .post_article.home #greeting .text h2 {
  line-height: 1.26;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #709E00;
  margin-bottom: 25px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home #greeting .text h2 {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home #greeting .text h2 {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--startup .post_article.home #greeting .text p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.home #greeting .text p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.home #greeting .text p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.home #greeting .text p.name {
  font-weight: 700;
  text-align: right;
  margin-top: 25px;
}
.page--startup .post_article {
  /* ======================
  入会のメリット
  ====================== */
}
.page--startup .post_article.benefits {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits .mod__pagetitle {
    background: url("../images/startup/benefits/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits .mod__pagetitle {
    background: url("../images/startup/benefits/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.benefits {
  /* ページナビゲーション */
}
.page--startup .post_article.benefits .mod__startup .benefits a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.benefits .mod__startup .benefits a::after {
  border-color: #FFF;
}
.page--startup .post_article.benefits {
  /* 初めてでも安心!! */
}
.page--startup .post_article.benefits #relief {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.benefits #relief {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.benefits #relief {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief {
    margin-bottom: 85px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #relief {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief hgroup {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #relief hgroup {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief hgroup .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #relief hgroup .mod__heading1 {
    margin-bottom: 45px;
  }
}
.page--startup .post_article.benefits #relief hgroup p {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief hgroup p {
    line-height: 1.5;
    font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #relief hgroup p {
    line-height: 1.2;
    font-size: clamp(1.8rem, 1.7286084702vw, 2rem);
  }
}
.page--startup .post_article.benefits #relief hgroup p > span:nth-of-type(1) {
  color: #FF6E03;
}
.page--startup .post_article.benefits #relief hgroup p > span:nth-of-type(2) {
  color: #709E00;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief figure {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #relief figure {
    margin-bottom: 45px;
  }
}
.page--startup .post_article.benefits #relief figure picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--startup .post_article.benefits #relief > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #relief > p {
    line-height: 1.28571;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #relief > p {
    line-height: 1.5;
    font-size: clamp(1.6rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.benefits {
  /* 入会のご案内と協会のご紹介 */
}
.page--startup .post_article.benefits .mod__guide:first-of-type {
  background-image: none;
  background-color: #F5F5F5;
}
.page--startup .post_article.benefits {
  /* 全日宮城は会員の交流が活発です */
}
.page--startup .post_article.benefits #area {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.benefits #area {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.benefits #area {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area {
    margin-bottom: 85px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area hgroup {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area hgroup {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area hgroup .mod__heading1 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area hgroup .mod__heading1 {
    margin-bottom: 45px;
  }
}
.page--startup .post_article.benefits #area hgroup p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area hgroup p {
    line-height: 1.5;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area hgroup p {
    line-height: 1.575;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.benefits #area > dl {
  border: 1px solid #F0F2F6;
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area > dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--startup .post_article.benefits #area > dl dt,
.page--startup .post_article.benefits #area > dl dd {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area > dl dt,
  .page--startup .post_article.benefits #area > dl dd {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area > dl dt,
  .page--startup .post_article.benefits #area > dl dd {
    padding: 20px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
  .page--startup .post_article.benefits #area > dl dt:nth-of-type(n+2),
  .page--startup .post_article.benefits #area > dl dd:nth-of-type(n+2) {
    border-top: 1px solid #F0F2F6;
  }
}
.page--startup .post_article.benefits #area > dl dt {
  line-height: 1.575;
  color: #333;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F8FA;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area > dl dt {
    min-height: 40px;
    padding: 5px 20px;
    border-bottom: 1px solid #F0F2F6;
  }
  .page--startup .post_article.benefits #area > dl dt:nth-of-type(n+2) {
    border-top: 1px solid #F0F2F6;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area > dl dt {
    width: 260px;
    min-height: 64px;
    border-right: 1px solid #F0F2F6;
  }
}
.page--startup .post_article.benefits #area > dl dd {
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #area > dl dd {
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #area > dl dd {
    width: calc(100% - 260px);
  }
}
.page--startup .post_article.benefits {
  /* こんな活動をしています */
}
.page--startup .post_article.benefits #activity {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.benefits #activity {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.benefits #activity {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--startup .post_article.benefits #activity img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section:nth-of-type(n+2) {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .mod__heading2 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .mod__heading2 {
    margin-bottom: 25px;
  }
}
.page--startup .post_article.benefits #activity > section > p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section > p {
    margin-bottom: 30px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section > p {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section > figure {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section > figure {
    margin-bottom: 40px;
  }
}
.page--startup .post_article.benefits #activity > section .message {
  background: #F5F5F5;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .message {
    width: 100vw;
    padding: 40px 20px 45px 20px;
    margin: 0 calc(50% - 50vw) 30px calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .message {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .message figure {
    width: 58.209%;
    margin: 0 auto 32px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .message figure {
    width: 18.5185%;
  }
}
.page--startup .post_article.benefits #activity > section .message figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .message figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .message .text {
    width: 81.4815%;
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.benefits #activity > section .message .text {
    padding: 45px 30px;
  }
}
.page--startup .post_article.benefits #activity > section .message .text h2 {
  line-height: 1.26;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #709E00;
  margin-bottom: 25px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .message .text h2 {
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .message .text h2 {
    font-size: clamp(2rem, 2.0743301642vw, 2.4rem);
  }
}
.page--startup .post_article.benefits #activity > section .message .text p {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .message .text p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .message .text p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.benefits #activity > section .message .text p.name {
  font-weight: 700;
  text-align: right;
  margin-top: 25px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .information {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .information {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .information li:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .information li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page--startup .post_article.benefits #activity > section .information li a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .information li a {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--startup .post_article.benefits #activity > section .information li a:hover {
  color: #002648;
}
.page--startup .post_article.benefits #activity > section .information li a time,
.page--startup .post_article.benefits #activity > section .information li a p {
  line-height: 1.55;
  margin-block: calc((1em - 1lh) / 2);
}
.page--startup .post_article.benefits #activity > section .information li a time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .information li a time {
    display: block;
    margin-bottom: 5px;
    font-size: clamp(1.8rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .information li a time {
    width: 5.75em;
    font-size: clamp(1.8rem, 1.9014693172vw, 2.2rem);
  }
}
.page--startup .post_article.benefits #activity > section .information li a p {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.benefits #activity > section .information li a p {
    font-size: clamp(1.4rem, 4.5918367347vw, 1.8rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.benefits #activity > section .information li a p {
    width: calc(100% - 8em);
    padding-top: 0.1em;
    font-size: clamp(1.4rem, 1.5557476232vw, 1.8rem);
  }
}
.page--startup .post_article.benefits #activity > section .swiper-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.page--startup .post_article.benefits #activity > section .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.page--startup .post_article.benefits #activity > section .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.2s ease-out;
}
.page--startup .post_article.benefits #activity > section .swiper-container .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.9;
}
.page--startup .post_article.benefits #activity > section .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--startup .post_article {
  /* ======================
  開業の流れ
  ====================== */
}
.page--startup .post_article.flow {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow .mod__pagetitle {
    background: url("../images/startup/flow/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.flow .mod__pagetitle {
    background: url("../images/startup/flow/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.flow {
  /* ページナビゲーション */
}
.page--startup .post_article.flow .mod__startup .flow a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.flow .mod__startup .flow a::after {
  border-color: #FFF;
}
.page--startup .post_article.flow {
  /* 開業までの流れ（フローチャート） */
}
.page--startup .post_article.flow #flowchart {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #flowchart {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.flow #flowchart {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.flow #flowchart {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #flowchart {
    margin-bottom: 155px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.flow #flowchart {
    margin-bottom: 150px;
  }
}
.page--startup .post_article.flow #flowchart img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--startup .post_article.flow {
  /* 開業Q&A */
}
.page--startup .post_article.flow #faq {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #faq {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.flow #faq {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.flow #faq {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #faq {
    margin-bottom: 155px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.flow #faq {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #faq .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.flow #faq .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--startup .post_article.flow #faq > ul > li {
  border: 1px solid #F0F2F6;
}
.page--startup .post_article.flow #faq > ul > li:nth-child(n+2) {
  margin-top: 20px;
}
.page--startup .post_article.flow #faq > ul > li h3,
.page--startup .post_article.flow #faq > ul > li p {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #faq > ul > li h3,
  .page--startup .post_article.flow #faq > ul > li p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.flow #faq > ul > li h3,
  .page--startup .post_article.flow #faq > ul > li p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.flow #faq > ul > li h3 {
  line-height: 1.575;
  font-weight: 700;
  background: #F7F8FA;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.flow #faq > ul > li h3 {
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.flow #faq > ul > li h3 {
    padding: 15px 20px;
  }
}
.page--startup .post_article.flow #faq > ul > li h3::before {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 32px;
  height: 32px;
  line-height: 1;
  content: "Q";
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #333;
  border-radius: 50%;
  margin-right: 10px;
}
.page--startup .post_article.flow #faq > ul > li p {
  line-height: 1.5;
  font-weight: 500;
  padding: 20px;
}
.page--startup .post_article.flow #faq > ul > li p a {
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.page--startup .post_article.flow #faq > ul > li p a:hover {
  color: #002648;
  text-decoration: none;
}
.page--startup .post_article {
  /* ======================
  開業に掛かる費用
  ====================== */
}
.page--startup .post_article.cost {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost .mod__pagetitle {
    background: url("../images/startup/cost/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost .mod__pagetitle {
    background: url("../images/startup/cost/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.cost {
  /* ページナビゲーション */
}
.page--startup .post_article.cost .mod__startup .cost a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.cost .mod__startup .cost a::after {
  border-color: #FFF;
}
.page--startup .post_article.cost {
  /* 入会時必要費用明細 */
}
.page--startup .post_article.cost #details {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.cost #details {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.cost #details {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details .mod__heading1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section:nth-of-type(n+2) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section .mod__heading2 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section .mod__heading2 {
    margin-bottom: 25px;
  }
}
.page--startup .post_article.cost #details section .date {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section .date {
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section .date {
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.cost #details section > div {
  margin-bottom: 15px;
}
.page--startup .post_article.cost #details section > div table {
  border: 1px solid #F0F2F6;
  border-collapse: collapse;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table {
    width: 900px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table.tb1 {
    width: 650px;
  }
}
.page--startup .post_article.cost #details section > div table tr th,
.page--startup .post_article.cost #details section > div table tr td {
  letter-spacing: 0.05em;
  border: 1px solid #F0F2F6;
}
@media print, screen and (max-width: 1219px) {
  .page--startup .post_article.cost #details section > div table tr th,
  .page--startup .post_article.cost #details section > div table tr td {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tr th,
  .page--startup .post_article.cost #details section > div table tr td {
    font-size: clamp(1.2rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.cost #details section > div table tr th {
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #F0F2F6;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table tr th {
    height: 25px;
    padding: 1px 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tr th {
    height: 40px;
    line-height: 1.575;
    padding: 5px;
  }
}
.page--startup .post_article.cost #details section > div table tr td {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table tr td {
    line-height: 1.28571;
    padding: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tr td {
    line-height: 1.5;
    padding: 20px;
  }
}
.page--startup .post_article.cost #details section > div table tr td.amount {
  text-align: right;
}
.page--startup .post_article.cost #details section > div table tr td dl dt {
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table tr td dl dt {
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tr td dl dt {
    margin-bottom: 10px;
  }
}
.page--startup .post_article.cost #details section > div table tr td dl dd {
  font-weight: 500;
}
.page--startup .post_article.cost #details section > div table tr td p {
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table tr td p {
    padding-top: calc(1em + 10px);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tr td p {
    padding-top: calc(1em + 18px);
  }
}
.page--startup .post_article.cost #details section > div table thead tr:first-of-type th:nth-of-type(1), .page--startup .post_article.cost #details section > div table thead tr:first-of-type th:nth-of-type(3) {
  width: 37.5%;
}
.page--startup .post_article.cost #details section > div table thead tr:first-of-type th:nth-of-type(2) {
  width: 25%;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table tbody tr:nth-of-type(even) td {
    height: 25px;
    padding: 1px 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tbody tr:nth-of-type(even) td {
    height: 40px;
    padding: 5px 20px;
  }
}
.page--startup .post_article.cost #details section > div table tbody tr:last-of-type td {
  background: #F7F8FA;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section > div table tbody tr:last-of-type td {
    height: 25px;
    padding: 1px 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section > div table tbody tr:last-of-type td {
    height: 40px;
    padding: 5px 20px;
  }
}
.page--startup .post_article.cost #details section .deferredassets {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section .deferredassets {
    line-height: 1.28571;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section .deferredassets {
    line-height: 1.5;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section .attention {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section .attention {
    margin-top: 25px;
  }
}
.page--startup .post_article.cost #details section .attention li {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section .attention li {
    line-height: 1.28571;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section .attention li {
    line-height: 1.5;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.cost #details section .attention li:nth-child(n+2) {
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.cost #details section .attention li:nth-child(n+2) {
    margin-top: 5px;
  }
}
.page--startup .post_article.cost #details section .attention li::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #9F9F9F;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  margin: 0.65em 5px 0 0;
}
.page--startup .post_article {
  /* ======================
  開業者インタビュー
  ====================== */
}
.page--startup .post_article.interview {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .mod__pagetitle {
    background: url("../images/startup/interview/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .mod__pagetitle {
    background: url("../images/startup/interview/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.interview {
  /* ページナビゲーション */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .mod__startup {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .mod__startup {
    margin-bottom: 60px;
  }
}
.page--startup .post_article.interview .mod__startup .interview a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.interview .mod__startup .interview a::after {
  border-color: #FFF;
}
.page--startup .post_article.interview {
  /* カテゴリー（エリア別） */
}
.page--startup .post_article.interview .category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .category {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .category {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .category:nth-of-type(n+3) {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .category:nth-of-type(n+3) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .category li {
    width: calc(50% - 2.5px);
  }
  .page--startup .post_article.interview .category li:nth-child(odd) {
    margin-right: 5px;
  }
  .page--startup .post_article.interview .category li:nth-child(n+3) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .category li {
    width: calc(20% - 8px);
  }
  .page--startup .post_article.interview .category li:not(:nth-child(5n)) {
    margin-right: 10px;
  }
  .page--startup .post_article.interview .category li:nth-child(n+6) {
    margin-top: 10px;
  }
}
.page--startup .post_article.interview .category li a {
  line-height: 1.3;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002648;
  border: 1px solid #002648;
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .category li a {
    min-height: 50px;
    border-radius: 25px;
    font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .category li a {
    min-height: 60px;
    border-radius: 30px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.interview .category li a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .category li a::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .category li a::after {
    right: 15px;
  }
}
.page--startup .post_article.interview .category li a:hover {
  color: #333;
  background: #F7F8FA;
  border-color: #EDEFF4;
}
.page--startup .post_article.interview .category li a:hover::after {
  border-color: #333;
}
.page--startup .post_article.interview {
  /* 投稿一覧（一覧ページ） */
}
.page--startup .post_article.interview #article {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.interview #article {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.interview #article {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article li:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #article li {
    width: calc(33.3333333333% - 20px);
  }
  .page--startup .post_article.interview #article li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .page--startup .post_article.interview #article li:nth-child(n+4) {
    margin-top: 35px;
  }
}
.page--startup .post_article.interview #article li a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-out;
}
.page--startup .post_article.interview #article li a:hover {
  color: #002648;
}
.page--startup .post_article.interview #article li a:hover figure {
  opacity: 0.9;
}
.page--startup .post_article.interview #article li a figure {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  transition: all 0.2s ease-out;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article li a figure {
    padding-top: 64.47761194%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #article li a figure {
    padding-top: 64.705882352%;
  }
}
.page--startup .post_article.interview #article li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page--startup .post_article.interview #article li a h2,
.page--startup .post_article.interview #article li a p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article li a h2,
  .page--startup .post_article.interview #article li a p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #article li a h2,
  .page--startup .post_article.interview #article li a p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.interview #article li a h2 {
  line-height: 1.575;
  margin-bottom: 10px;
}
.page--startup .post_article.interview #article li a h2 span {
  font-weight: 700;
  display: block;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article li a h2 span {
    font-size: clamp(1.6rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #article li a h2 span {
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.page--startup .post_article.interview #article li a > i {
  line-height: 1.575;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #article li a > i {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #article li a > i {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.interview #article li a p {
  line-height: 1.5;
}
.page--startup .post_article.interview {
  /* ページネーション（一覧ページ） */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview .mod__pagination {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview .mod__pagination {
    margin-bottom: 55px;
  }
}
.page--startup .post_article.interview {
  /* プロフィール（詳細ページ） */
}
.page--startup .post_article.interview #profile {
  background: #F3FFD5;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #profile {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile {
    width: calc(100% - 60px);
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile figure {
    width: 47.2222%;
  }
}
.page--startup .post_article.interview #profile figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #profile .text {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile .text {
    width: 52.7778%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.interview #profile .text {
    padding: 30px;
  }
}
.page--startup .post_article.interview #profile .text h1,
.page--startup .post_article.interview #profile .text p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
.page--startup .post_article.interview #profile .text h1 {
  line-height: 1.575;
  margin-bottom: 10px;
}
.page--startup .post_article.interview #profile .text h1 span {
  font-weight: 700;
  display: block;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #profile .text h1 span {
    font-size: clamp(1.6rem, 5.1020408163vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile .text h1 span {
    font-size: clamp(1.6rem, 1.7286084702vw, 2rem);
  }
}
.page--startup .post_article.interview #profile .text > i {
  line-height: 1.575;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #profile .text > i {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile .text > i {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.interview #profile .text p {
  line-height: 1.5;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #profile .text p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #profile .text p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.interview #faq {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #faq {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.interview #faq {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.interview #faq {
    padding: 0 30px;
  }
}
.page--startup .post_article.interview #faq {
  counter-reset: item;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #faq {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #faq {
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #faq li:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #faq li:nth-child(n+2) {
    margin-top: 45px;
  }
}
.page--startup .post_article.interview #faq li .mod__heading2 {
  align-items: flex-start;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #faq li .mod__heading2 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #faq li .mod__heading2 {
    padding: 15px 20px;
    margin-bottom: 25px;
  }
}
.page--startup .post_article.interview #faq li .mod__heading2::before {
  counter-increment: item;
  content: "Q" counter(item) ".";
  flex-shrink: 0;
}
.page--startup .post_article.interview #faq li p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.interview #faq li p {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.interview #faq li p {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article {
  /* ======================
  資料請求
  ====================== */
}
.page--startup .post_article.request {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.request .mod__pagetitle {
    background: url("../images/startup/request/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.request .mod__pagetitle {
    background: url("../images/startup/request/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.request {
  /* ページナビゲーション */
}
.page--startup .post_article.request .mod__startup .request a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.request .mod__startup .request a::after {
  border-color: #FFF;
}
.page--startup .post_article.request > p {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.request > p {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.request > p {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.request > p {
    padding: 0 30px;
  }
}
.page--startup .post_article.request > p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.request > p {
    margin-bottom: 25px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.request > p {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.request {
  /* メールフォーム */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.request #mailform {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.request #mailform {
    margin-bottom: 80px;
  }
}
.page--startup .post_article.request #mailform > dl > dd:last-of-type p {
  margin: 0 0 15px 0;
}
.page--startup .post_article {
  /* ======================
  開業セミナー申込
  ====================== */
}
.page--startup .post_article.registration {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration .mod__pagetitle {
    background: url("../images/startup/registration/pagetitle-bg-sp.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration .mod__pagetitle {
    background: url("../images/startup/registration/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
.page--startup .post_article.registration {
  /* ページナビゲーション */
}
.page--startup .post_article.registration .mod__startup .registration a {
  color: #FFF;
  background: #002648;
  border-color: #002648;
}
.page--startup .post_article.registration .mod__startup .registration a::after {
  border-color: #FFF;
}
.page--startup .post_article.registration {
  /* バナー */
}
.page--startup .post_article.registration .banner {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration .banner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.registration .banner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.registration .banner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration .banner {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration .banner {
    margin-bottom: 40px;
  }
}
.page--startup .post_article.registration .banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--startup .post_article.registration > p {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration > p {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--startup .post_article.registration > p {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--startup .post_article.registration > p {
    padding: 0 30px;
  }
}
.page--startup .post_article.registration > p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration > p {
    margin-bottom: 25px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration > p {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--startup .post_article.registration {
  /* メールフォーム */
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration #mailform {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration #mailform {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration #mailform > dl > dd > div dl {
    width: calc(50% - 10px);
  }
  .page--startup .post_article.registration #mailform > dl > dd > div dl:first-of-type {
    margin-right: 20px;
  }
}
.page--startup .post_article.registration #mailform > dl > dd dl dt {
  line-height: 1.8;
  font-weight: 500;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 3px;
}
@media only screen and (max-width: 834px) {
  .page--startup .post_article.registration #mailform > dl > dd dl dt {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration #mailform > dl > dd dl dt {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration #mailform > dl > dd dl dd .select-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--startup .post_article.registration #mailform > dl > dd #message {
    height: 280px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お問い合わせ
///////////////////////////////////////////////////////// */
.page--contact .post_article {
  /* ======================
  ホーム（お問い合わせ）
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home {
    margin-bottom: 100px;
  }
}
.page--contact .post_article.home {
  /* ページタイトル */
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home .mod__pagetitle {
    background: url("../images/realestateagent/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home .mod__pagetitle {
    background: url("../images/realestateagent/pagetitle-bg-pc.jpg") no-repeat center top/cover;
  }
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home .mod__heading1 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home .mod__heading1 {
    margin-bottom: 40px;
  }
}
.page--contact .post_article.home {
  /* メールフォーム */
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd > div dl {
    width: calc(50% - 10px);
  }
  .page--contact .post_article.home #mailform > dl > dd > div dl:first-of-type {
    margin-right: 20px;
  }
}
.page--contact .post_article.home #mailform > dl > dd dl dt {
  line-height: 1.8;
  font-weight: 500;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 3px;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.home #mailform > dl > dd dl dt {
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd dl dt {
    font-size: clamp(1.4rem, 1.2100259291vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd dl dd .select-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.home #mailform > dl > dd #message {
    height: 280px;
  }
}
.page--contact .post_article {
  /* ======================
  ラビーネット不動産
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.rabbynet {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.rabbynet {
    margin-bottom: 100px;
  }
}
.page--contact .post_article.rabbynet {
  /* ページタイトル */
}
.page--contact .post_article.rabbynet .mod__pagetitle {
  background: #F5F5F5;
}
.page--contact .post_article.rabbynet .mod__pagetitle::before {
  display: none;
}
.page--contact .post_article.rabbynet .mod__pagetitle img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.rabbynet .mod__pagetitle img {
    max-width: 248px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.rabbynet .mod__pagetitle img {
    max-width: 287px;
  }
}
.page--contact .post_article.rabbynet {
  /* ラビーネットの紹介 */
}
.page--contact .post_article.rabbynet #intro {
  padding-top: 5px !important;
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.rabbynet #intro {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 835px) and (max-width: 834px) {
  .page--contact .post_article.rabbynet #intro {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--contact .post_article.rabbynet #intro {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 835px) and (min-width: 1220px) {
  .page--contact .post_article.rabbynet #intro {
    padding: 0 30px;
  }
}
.page--contact .post_article.rabbynet #intro > p {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.rabbynet #intro > p {
    line-height: 1.5;
    padding: 0 20px;
    margin-bottom: 45px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.rabbynet #intro > p {
    line-height: 2;
    margin-bottom: 70px;
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--contact .post_article.rabbynet #intro h2 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.rabbynet #intro h2 {
    color: #007e00;
    padding: 12px 10px;
    border-top: 2px solid #0d9d2f;
    border-bottom: 2px solid #0d9d2f;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.rabbynet #intro h2 {
    padding-bottom: 10px;
    border-bottom: 5px solid #007e00;
    margin-bottom: 25px;
    font-size: clamp(2.3rem, 2.3336214347vw, 2.7rem);
  }
}
.page--contact .post_article.rabbynet #intro > a {
  display: block;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--contact .post_article.rabbynet #intro > a {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 835px) {
  .page--contact .post_article.rabbynet #intro > a {
    max-width: 996px;
  }
}
.page--contact .post_article.rabbynet #intro > a:hover {
  opacity: 0.9;
}
.page--contact .post_article.rabbynet #intro > a picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  page.scss
  下層ページに関する記述
/////////////////////////////////////////// */
/* ======================
  ---
====================== */
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
.page--error404 .post_article {
  /* ======================
  説明
  ====================== */
}
.page--error404 .post_article #intro {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--error404 .post_article #intro {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--error404 .post_article #intro {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--error404 .post_article #intro {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--error404 .post_article #intro {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .post_article #intro {
    margin-bottom: 80px;
  }
}
.page--error404 .post_article #intro p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 834px) {
  .page--error404 .post_article #intro p {
    margin-bottom: 30px;
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .post_article #intro p {
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 1.4316392269vw, 2rem);
  }
}
.page--error404 .post_article #intro > a {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  line-height: 1.575;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161616;
  transition: all 0.2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
}
.page--error404 .post_article #intro > a:link {
  color: #FFF;
}
.page--error404 .post_article #intro > a:visited {
  color: #FFF;
}
@media only screen and (max-width: 834px) {
  .page--error404 .post_article #intro > a {
    font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem);
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .post_article #intro > a {
    font-size: clamp(1.4rem, 1.3828867761vw, 1.6rem);
  }
}
.page--error404 .post_article #intro > a::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.page--error404 .post_article #intro > a:hover {
  background: #002648;
}/*# sourceMappingURL=style.css.map */