@charset "utf-8";
/*
* Theme Name: 2025ver2 家たてるコンサル つくば・水戸
* Author: haco design
*/

/*-------------------------------------
normalize
------------------------------------- */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  /*margin: 1em 40px;*/
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}
::-moz-placeholder {
  color: #b3b3b3;
}
:-ms-input-placeholder {
  color: #b3b3b3;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

select {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------
bace
------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  min-height: 100%;
  font-size: 10px;
}
body {
  color: #333;
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', '游ゴシック体', sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  /* -webkit-font-feature-settings: 'palt' 1; */
  /* font-feature-settings: 'palt' 1; */
  font-size: 16px;
  margin-top: 116px;
}

p{
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 1.5rem;
  line-height: 1.8;
}

h1,h2,h3,h4,h5,h6{
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

b,strong{
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
}


ul,ol{
  padding: 0;
}

ul li,
ol li{
  list-style-position: inside;
  font-size: 1.5rem;
  margin-bottom: .3em;
  color: #333;
}

ul li{
  list-style-type: none;
}

table{
  width: 100%;
  color: #333;
}

table th,
table td{
border: 1px solid #dac9ba;
font-size: 1.5rem;
font-weight: normal;
padding: .4em .6em;
}

table th{
text-align: left;
background: #f3eee9;
}

table table{
  margin-bottom: 5px;
}

dl dt,
dl dd{
  color: #333;
}

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  height: auto;
}
.clear {
  clear: both;
}

::selection {
    background: rgba(32,180,110,0.5);
}

/* リンク設定
---------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}
a:hover, a:active {
  transition: opacity .15s;
  -webkit-transition: opacity .15s;
  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
  outline: none;
  color: #044fc4;
}


a.moreBtn {
  border: 1px solid #898989;
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', '游ゴシック体', sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.25em;
  padding-right: 14px;
}
a.moreBtn:hover {
  opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
}

a img:hover, a img:active {
  transition: opacity .15s;
  -webkit-transition: opacity .15s;
  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
}

a img:hover{
  opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
}

small{
  font-size: 0.9em;
}


/* フォーム
---------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 4px 14px;
  border: 0;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
}
*:first-child+html input[type="submit"] {
  padding: 3px;
}

input[type="text"],
textarea{
  width: 100%;
  margin: 0;
}

input#formPostcode{
  width: 7em;
}


label + input[type="radio"],
label + label {
    margin-left: 1em;
}

input[type="radio"]{
    margin-right: .25em;
}

form .require{
  font-size: .85em;
  line-height: 1;
  background-color: #c1272d;
  display: inline-block;
  padding:.2em .25em .25em .2em;
  color: #fff;
  margin-right: .25em;
}


form{
  text-align: left;
}

form table{
  width: 100%;
  font-size: 1.5rem;
  margin:0 0 30px 0;
}
form table td .memo{
  font-size: 13px;
  line-height: 1.4;
}

form table td strong{
  color: #c1272d;
  font-weight: normal;
}

form td .formAdressSection{
  margin-bottom: .5em;
}

form td .formAdressSection:first-child{
  border-bottom:1px dotted #dac9ba;
  padding-bottom: .5em;
}


form td .formAdressSection:last-child{
  margin-bottom: 0;
}

form table th,
form table td{
  padding: .75em;
}

form table th{
  font-weight: normal;
  width: 40%;
}

form table td{
  width: 60%;
}

form .formBtn{
  padding: 30px 0;
  border-top: 1px solid #DAC9BA;
  border-bottom: 1px solid #DAC9BA;
  margin-top: 40px;
}
/*-------------------------------------
レイアウト
------------------------------------- */
.wrapper, .wrapperInner{
  margin: 0 auto;
}
.wrapper {
  overflow: hidden;
}
.wrapperInner {
  max-width: 1100px;
}

.youtube{
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}
.youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ヘッダー
---------------*/

#header {
  width: 100%;
  z-index: 9999;
  background: rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding: 20px 0;
  /* height: 80px; */
  position: fixed;
  top: 0px;
}
.headerInner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#header h1 {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 4px 0;
  padding: 0;
}
#header h2 {
  margin: 4px 0;
}
.headerLeft {
  width: 40%;
  /* height: 88px; */
  /*width: 33.33%;*/
}
.headerRight {
  width: 60%;
  /* height: 88px; */
  position: relative;
}

.headerGnavArea {
}
.headerGnavArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; 
  margin: 0;
}
.headerGnavArea li {
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid #18ab6e;
  padding: 0 1.25rem;
}
.headerGnavArea li:first-child {
  border-left: 1px solid #18ab6e;
}
.headerGnavArea li a {
}
.headerGnavArea li a span {
  display: block;
  font-size: 1.0rem;
  color: #208e6e;
  text-align: center;
  width: 100%;
}





/*---------------*/
/* パンくずリスト(プラグイン)


---------------*/
.breadcrumbs{
  width: 1200px;
  font-size: 1.3rem;
  padding: 0.5em 0 0 0;
  margin: 0 auto;
}

.breadcrumbs a{
  color: #666;
}
.breadcrumbs a.home {}
.breadcrumbs a.home::before {
  font-family: 'icomoon';
  content: "\e900";
  color: #208e6e;
  margin-right: 0.25em;
}
.breadcrumbsArrow {
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #999;
}
i.icon-chevrons-right.bc {
    margin: 0 .25em;
}



/* フッター
---------------*/

#footer{
  background: #595757;
  color: #fff;
  padding-top: 38px;
}
#footer .wrapperInner {
  width: 1200px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.p_row .footerItemLeft p {
  font-size: 1.4rem;
  margin-top: 0;
}
.footerNav {
  border-top: 1px solid #fff;
}
.footerNav ul {
  font-size: 1.5rem;
}
.footerNav li {
  color: #fff;
  float: left;
  margin-right: 2.0em;
}
.footerNav li a {
  color: #fff;
}
.footerNav li ul {
  margin-left: 1.0em;
}
.footerNav li ul li {
  float: none;
}
.footerItemRight {
  width: 320px;
  font-size: 1.3rem;
  text-align: left;
}
.p_row .footerItemRight p {
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
}
.fTel {
  font-size: 3.4rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.25em;
  line-height: 1.0;
}
.fTel a {
  color: #fff;
}
.footerItemRight h3 {
  font-size: 1.5rem;
  margin: 0.5em 0 0em 0;
}

.p_row .footerItemRight h3+p {
  font-size: 1.3rem;
  text-align: left;
}
.footerInquiry {
  text-align: center;
  margin: 0.75em 0;
}
.footerInquiry a {
  width: 310px;
  display: inline-block;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
}
.footerInquiry a:hover {
  background: #fff;
  color: #595757;
}
#footer p.footerCopy {
  text-align: center;
  font-size: 1.0rem;
  align-self: flex-end;
  letter-spacing: .15em;
  line-height: 1;
}

/*来店予約ボタン　ページ右下固定*/
.btnStudy {
	border: none;
    outline: none;
    position: fixed;
    cursor: pointer;
    display: inline-table;
    right: 10px;
    bottom: 30px;
    width: 280px;
    max-width: 30vw;
    height: auto;
    z-index: 9998;
    transform: scale(1);
    transition: opacity 1s ease, visibility 1s ease;
}
.btnStudy a img:hover {
	opacity: 1;
}
.btnStudy:hover {
  animation: bounceScale 0.6s;
}
.btnStudy.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes bounceScale {
  0% {
    transform: translateY(0) scaleY(1);
  }
  30% {
    transform: translateY(-10px) scaleY(0.8); /* 上に跳ねて縦に20%拡大 */
  }
  50% {
    transform: translateY(0) scaleY(1); /* 着地で縦に20%縮小 */
  }
  70% {
    transform: translateY(-5px) scaleY(0.8); /* 2回目の軽い跳ね */
  }
  100% {
    transform: translateY(0) scaleY(1); /* 元に戻る */
  }
}


/*　下層ページ固定バナー　*/
.cfBanner {
	background: #F0F8F1;
  padding: 80px 0;
}
.ctaButton {
  display: flex;
  align-items: center;
  justify-content: center; /* ← 中央揃え */
  background-color: #18AB6E;
  border-radius: 999px;
  padding: 1em 1.5em;
  text-decoration: none;
  color: white;
  font-weight: bold;
  gap: 1em;
  transition: background-color 0.3s ease;
  flex-wrap: wrap;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.ctaButton:hover {
  background-color: #178a5c;
}

.ctaLabel {
  background-color: #ffe33c;
  color: #18AB6E;
  border-radius: 50%;
  width: 3.0em;
  height: 3.0em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: clamp(1.0rem, 3.5vw, 3.0rem);
  /* font-size: 3.0rem; */
  flex-shrink: 0;
}

.ctaText {
  line-height: 1.4;
  font-size: clamp(1.0rem, 3.5vw, 3.3rem);
  /* font-size: 3.3rem; */
  flex-grow: 1;
  min-width: 200px;
}

.ctaSub {
  color: #ffe33c;
  font-size: clamp(1.0rem, 3.5vw, 3.3rem);

}

.ctaMain {
  color: white;
  font-size: clamp(1.0rem, 3.5vw, 3.3rem);
  /* font-size: 3.0rem; */
  font-weight: bold;
}

.ctaArrow {
  /* background-color: white; */
  /* border-radius: 50%; */
  /* width: 40px; */
  /* height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.ctaArrow img {
  /* width: 16px; */
  height: auto;
  transition: transform 0.3s ease;
}

.ctaButton:hover .ctaArrow img {
  transform: translateX(10px);
}

/* ===== レスポンシブ調整 ===== */
@media (max-width: 768px) {
  .ctaButton {
    flex-wrap: nowrap;           /* 折り返し禁止 */
    align-items: center;
    justify-content: space-between;
    padding: 0.8em 1em;
    gap: 0.8em;
  }

  .ctaLabel {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .ctaText {
    font-size: 0.8rem;
    line-height: 1.3;
    min-width: 0;         /* ← テキスト幅が詰められるように */
    flex: 1;              /* ← 自然な幅に縮むように */
  }
  .ctaArrow {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }

  .ctaArrow img {
    width: 14px;
  }
}



/* 共通フェードインアニメーション */
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadeIn.visible {
  opacity: 1;
  transform: translateY(0);
}







/* 共通フレックスボックス */
.p_row {
  max-width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.p_row p {
  /*text-align: justify;*/
}
.p_column_12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.p_column_10 {
  -webkit-flex: 0 0 83.3%;
      -ms-flex: 0 0 83.3%;
          flex: 0 0 83.3%;
  max-width: 83.3%;
}
.p_column_9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.p_column_8 {
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}
.p_column_7 {
  -webkit-flex: 0 0 58.333%;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}
.p_column_6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.p_column_5 {
  -webkit-flex: 0 0 41.66%;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  max-width: 41.66%;
}
.p_column_4 {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.p_column_3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.p_column {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.columnCenter {
  margin: 0 auto;
  -webkit-justify-content: center;
          justify-content: center;
}
.columnRight {
  margin: 0 auto;
  -webkit-justify-content: right;
          justify-content: right;
}
.columnLeft {
  margin: 0 auto;
  -webkit-justify-content: left;
          justify-content: left;
}
.p_columnReverse {
  flex-direction: row-reverse;
}


/*-------------------------------------
トップページ
------------------------------------- */

/* メインビジュアル
------------------------------------- */
.topMain {
  background: linear-gradient(to right,  rgba(191,235,188,0.75) 0%,rgba(196,233,180,0.75) 5%,rgba(200,233,175,0.75) 12%,rgba(204,233,175,0.75) 16%,rgba(227,238,181,0.75) 31%,rgba(231,239,181,0.75) 38%,rgba(231,240,185,0.75) 52%,rgba(232,240,184,0.75) 65%,rgba(229,239,177,0.75) 73%,rgba(213,236,163,0.75) 84%,rgba(209,236,164,0.75) 90%,rgba(206,241,178,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
.topMain::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 10%,rgba(255,255,255,0) 82%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topMain::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: url(commons/css/images/main_bubble2.png) no-repeat center top;
}
.topMainInner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 650px;
}
.tmImage01 {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 998;
}
.tmCatchcopy {
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 999;
}
.tmIcon {
    width: 300px;
    height: auto;
    margin: 0 0 20px 0;
    position: relative;
    left: -50px;
}
.tmCatch01 {
  margin: 0;
  font-weight: bold;
  font-size: clamp(2.0rem, 5vw, 3.0rem);
  /*font-size: 3.0rem;*/
  line-height: 1.4;
}
.tmCatch02 {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #2e3192;
  font-size: clamp(3.0rem, 7vw, 5.0rem);
  line-height: 1.3;
  /*font-size: 5.0rem;*/
}
.tmCatch02 span {
  font-size: 85%;
}
.tmCatch03 {
  margin: 0;
  font-weight: bold;
  font-size: clamp(2.0rem, 5vw, 3.0rem);
  line-height: 1.4;
  /*font-size: 3.0rem;*/
}
.tmCatch03 span {
  color: #f00;
}


@media (max-width: 768px) {
  .topMainInner {
    width: 100%;
    /* height: 100vh; */
    /* height: auto; */
  }
  .tmCatchcopy {
    position: absolute;
    left: 5vw;
    bottom: 40px;
  }

  .tmImage01 {
    position: static;
    margin: 80px 0 0px 0;
  }
  .tmCatchcopy {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding-top: 30px;
    width: calc(100% - 5vw);
  }
  .tmIcon {
    width: 140px;
    margin: 0 0 20px 0;
    position: absolute;
    top: -80px;
    left: -10px;
  }

  .btnStudy {
    width: 25vw;
    bottom: 10px;
  }
}




/* トップ 共通
---------------*/
.topContent {
}

/* トップ　家たてる・コンサルとは */
.topAbout {
  background: #18ab6e;
  padding: 40px 0px 110px 0;
}
.topPartner {
  background: #18ab6e;
  padding: 40px 0px 0px 0;
}
.topAbout .wrapperInner,
.topPartner .wrapperInner {
  background: #fff;
  padding: 40px 65px;
  border-radius: 15px;
}
.topAboutTit h2,
.topPartnerTit h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.0rem, 7vw, 4.4rem);
  /*font-size: 4.4rem;*/
}
.taWrapper,
.tpWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem 3.3rem;
}
p.taLeadTxt,
p.tpLeadTxt {
  text-align: center;
  margin-bottom: 2.0em;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.taCont,
.tpCont {
  width: calc((100% - 6.6rem) / 3);
}
.taCont figure {
  margin: 0 0 1.5rem 0;
}
.taCont figure img,
.tpCont figure img {
  width: 100%;
  height: auto;
}
.taCont h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 1.0rem 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.taCont h3 span {
  color: #f15a24;
}
.taCont p {
  font-size: 1.4rem;
  margin: 0;
  text-align: justify;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.taCont ul {
  margin: 0;
}
.taCont ul li {
  font-size: 1.3rem;
  list-style: disc;
  margin-left: 1.0em;
}

@media (max-width: 768px) {
  .topAbout,
  .topPartner {
    background: #18ab6e;
    padding: 20px 5vw 60px 5vw;
  }

  .topAbout .wrapperInner,
  .topPartner .wrapperInner {
    padding: 20px 25px;
    border-radius: 15px;
  }
  p.tpLeadTxt {
    text-align: justify;
  }

  .taCont,
  .tpCont {
    width: calc((100% - 3.3rem) / 2);
  }
  .taCont h3 {
    font-size: 1.6rem;
  }
  .taCont p {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .taCont ul {
    margin-top: 0.5em;
  }
  .taCont ul li {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  /* .taCont,
  .tpCont {
    width: 100%;
  } */

}
@media (max-width: 768px) {
  .tpWrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    flex-wrap: nowrap;
  }

  .tpCont {
    flex: 0 0 100%;
    scroll-snap-align: center;
    box-sizing: border-box;
  }
}





/* トップ　勉強会 */
.topStudy {
  padding: 0px 0 60px 0;
}
.tsMain {
  position: relative;
  margin-bottom: 60px;
}
.tsImage01 {
  width: 100%;
}
.tsCatch01 {
  position: absolute;
  top: -68px;
  right: 40px;
}
.tsCatch01 span {
  background: #18ab6e;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 3.6rem);
  /*font-size: 3.6rem;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding: 25px 13px;
  writing-mode:vertical-rl;
  vertical-align: top;
  text-orientation: upright;
}
.tsCatch02 {
  position: absolute;
  bottom: -10px;
  left: 36px;
}
.tsCatch02 p {
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  /*font-size: 2.8rem;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: 0;
}
.tsCatch02 p span {
  color: #fff;
  background: #f15a24;
  padding: 0.2em;
  margin: 0 0.2em;
}
.tsContent {
  display: flex;
  flex-wrap: wrap;
}
.tsContColumn {
  width: 50%;
}
.tsccTxt {
  padding: 0 50px;
}
.tsccTxt h3 {
  font-size: clamp(2.5rem, 5vw, 2.8rem);
  /*font-size: 2.8rem;*/
  font-weight: bold;
  margin: 0.75em 0 0.5em 0;
  letter-spacing: 0.1em;
}
.tsccTxt h3 small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #18ab6e;
}
.tsccTxt p {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}
.tsccTxt p span {
  font-weight: bold;
  color: #f15a24;
}
.tsccTxt ul {
}
.tsccTxt li {
  padding-left: 1.0em;
  list-style-type: disc;
  margin-left: 1.0em;
  text-indent: -1.5em;
}
.tsccTxt li span {
  font-weight: bold;
}
.tsBtn {}
.tsBtn a:hover {
	opacity: 0.7;
}
a.btnMore01 {
  display: block;
  border-radius: 9999px;
  background: #18ab6e;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  /*font-size: 1.9rem;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  min-height: 65px;
  padding: 1.0em 0;
  position: relative;
}
a.btnMore01::after {
  content: url(commons/css/images/icon_btnmore01.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0em;
  transform: translate(0%, calc((-50% - 11px) / 2));
  -webkit-transform: translate(0%, calc((-50% - 11px) / 2));
  -ms-transform: translate(0%, calc((-50% - 11px) / 2));
}

@media (max-width: 768px) {

.tsCatch01 {
  position: absolute;
  top: -38px;
  right: 40px;
}
.tsCatch02 {
    position: absolute;
    bottom: -10px;
    left: 5vw;
}
.tsContColumn {
  width: 100%;
}
.tsccTxt {
  order: 2;
  padding: 0 20px;
}
.tsccImg {
  order: 1;
}

a.btnMore01 {
  min-height: auto;
}

}



/* トップ全体レイアウト */
.topVoice {
  background: #fffcdb;
  padding: 20px 0 60px 0;
  margin-bottom: 100px;
}
.topVoice .wrapperInner {
  max-width: 1200px;
  margin: 0 auto;
}

/* タイトル部分 */
.topVoiceTit h2 img {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.topVoiceTit h2 span {
  color: #f00;
}
.topVoiceTit h2::after {
  content: none;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 75px);
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 2px;
  background: #18ab6e;
}
.topVoiceTit p {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

/* ------- 画像グリッドレイアウト --------- */
.voiceRow {
  margin-bottom: 32px;
}

.voiceRowInner {
  display: flex;
  justify-content: center;
  gap: 24px;
}

/* 5カラム用（上部・下部） */
.flex5 .voiceBox {
  flex: 1 1 0%;
  max-width: 20%;
  /* height: 110px; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
.flex5 .voiceBox img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 3カラム用（中央） */
.flex3 {
  gap: 32px;
  align-items: stretch;
}

.flex3 > .sideCol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 18.5%;
  min-width: 90px;
}

.flex3 > .sideCol .voiceBox {
  /* height: 90px; */
  background: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flex3 > .sideCol .voiceBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.flex3 > .centerMain {
  flex: 1 1 380px;
  min-width: 360px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  box-sizing: border-box;
  background: rgba(255, 249, 188, 0.5);
  /* border: 2px solid #222; */
}

.sliderPlaceholder {
  width: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  /* background: #fff; */
  /* border: 2px dashed #999; */
  text-align: center;
  padding: 0 2.5%;
}
.sliderPlaceholder figure img {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.sliderPlaceholder figcaption {
  font-size: 1.6rem;
  margin: 0.5em 0;
}
/* 2段目と4段目のマージン微調整 */
.voiceRow--top .voiceRowInner:last-child,
.voiceRow--bottom .voiceRowInner:last-child {
  margin-top: 8px;
}

/* 下部ボタン */
.tvBtn a:hover {
  opacity: 0.7;
}
a.btnMore02 {
  display: block;
  border-radius: 9999px;
  background: #f15a24;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  min-height: 45px;
  padding: 0.75em 0;
  position: relative;
}
a.btnMore02::after {
  content: url(commons/css/images/icon_btnmore02.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0em;
  transform: translateY(-50%);
}



/* スライダーエリア */
.topVoiceSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

/* スライド */
.topVoiceSlide {
  min-width: 100%;
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topVoiceSlide.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.topVoiceSlide figure {
  padding: 0 10px;
}
/* スライドボタン */
.sliderPrev,
.sliderNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(33,33,33,0.7);
  color: #fff;
  border: none;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  font-size: 1.5em;
  cursor: pointer;
  outline: none;
  opacity: 0.8;
  transition: background 0.2s;
}
.sliderPrev:hover,
.sliderNext:hover {
  background: #f15a24;
}
.sliderPrev { left: 0.6em; }
.sliderNext { right: 0.6em; }



/* ------- レスポンシブ --------- */
@media (max-width: 1100px) {
  .flex5 .voiceBox { max-width: 120px; }
  .flex3 > .sideCol { flex-basis: 70px; min-width: 70px; }
  .flex3 > .centerMain { min-width: 180px; font-size: 1.1rem; }
  /* .voiceBox, .flex3 > .sideCol .voiceBox { height: 60px; } */
  .sliderPlaceholder { min-height: 90px; font-size: 1.1rem; }
}
@media (max-width: 768px) {
  .topVoiceTit h2 img {
    width: 80%;
  }
  .topVoiceTit p {
    padding: 0 5vw;
    font-size: 1.3rem;
  }
  .voiceRow {
    margin-bottom: 15px;
  }
  .voiceRowInner { gap: 12px; }
  .flex5 .voiceBox {
    max-width: 48vw;
    /* min-width: 75px; */
  }
  .flex3 > .sideCol {
    flex-basis: 40px;
    /* min-width: 40px; */
  }
  .flex3 > .centerMain { min-width: 120px; font-size: 1.0rem; }
  /* .voiceBox, .flex3 > .sideCol .voiceBox { height: 38px; } */
  .sliderPlaceholder { min-height: 54px; font-size: 0.95rem; }

  .topVoiceSlide {
    align-items: flex-start;
  }
  .sliderPlaceholder figcaption {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0.5em 0;
    height: 2.0em;
  }
  .flex3 > .centerMain {
    margin: 0px;
    padding: 0;
    background: none;
  }
  .sliderPlaceholder {
    padding: 0;
  }

}





/* 特典 
---------------------------*/
.topTokuten {
  margin: 0px 0;
  padding: 80px 5vw;
  background: #fffcdb;
}
.topTokutenTit h2,
h2.tokutenTit {
  text-align: center;
  font-size: clamp(2.0rem, 6vw, 4.4rem);
  /* font-size: 4.4rem; */
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.topTokutenTit h2 span,
h2.tokutenTit span {
  color: #f15a24;
}

.topTokutenTit h2::before,
h2.tokutenTit::before {
  content: url(commons/css/images/icon_tokuten.svg);
  display: block;
}


/* 提携住宅会社一覧
--------------------------- */
.tpWrapper {
  margin-bottom: 4.0rem;
}
.tpCont figure {
  margin: 0 0 5px 0;
}
.tpGenre {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  background: #18ab6e;
  padding: 0.25em 0;
}
.tpGenreJimoto {
  background: #2d5a91;
}
.tpLogo {
  padding: 0 1.0rem;
}

/* 【資金計画相談】
--------------------------- */
.topFpSodan {
  margin: 0px 0 100px 0;
}
.topFpTit {
  position: relative;
  margin-bottom: 30px;
}
.topFtImg {
  position: absolute;
  right: -30px;
  bottom: -30px;
  display: inline-block;
  width: 270px;
}
.topFtImg img {
}
.topFpCont {
  text-align: center;
}
.topFpCont h3 {
  font-size: clamp(2.4rem, 5vw, 4.0rem);
  /*font-size: 4.0rem;*/
  letter-spacing: 0.1em;
  margin: 0;
}
.topFpContSub {
  font-size: clamp(2.0rem, 4vw, 2.8rem);
  /*font-size: 2.8rem;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 1.0em;
  line-height: 1.5;
  color: #f15a24;
}
.topFpCont p {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  /*font-size: 1.6rem;*/
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 2.0em;
}
.tfst3Wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0rem 2.0rem;
  margin-bottom: 50px;
}
.tfst3Box {
  width: calc((100% - 4.0rem) / 3);
}


@media (max-width: 768px) {
  .topFtImg {
    width: 140px;
    height: auto;
  }
  .topFpCont {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .tfst3Tit {
    margin-bottom: 1.0em;
  }
  .tfst3Wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.0rem 2.0rem;
    margin-bottom: 50px;
  }
  .tfst3Box {
    width: 100%;
  }

}


/* スタッフ紹介
----------------------- */
.topStaff {
  background: url(commons/css/images/bg_staff.png) repeat center top;
  padding: 70px 0;
  border-top: 6px solid #d2e7f4;
  border-bottom: 6px solid #d2e7f4;
}
.topStaffTit {
  font-size: clamp(2.0rem, 5vw, 4.0rem);
  /*font-size: 4.0rem;*/
  font-weight: bold;
  text-align: center;
  color: #f15a24;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 50px;
}
.topStaffTit span {
  display: inline-block;
  border: 4px solid #f15a24;
  padding: 0.75em 2.0em;
  background: #fff;
}
.topStaffTit::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #f15a24 transparent transparent;
  translate: -50% 100%;
}
.topStaffTit::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-style: solid;
  border-width: 30.3px 30.3px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.8px) 100%;
}
.topStaff_row {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2.5rem;
}
.topStaff_column {
  width: calc((100% - 5.0rem) / 2);
  background: #f0f8f1;
  border-radius: 15px;
  padding: 30px;
}
.tsItem1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  gap: 1.0rem 1.0rem;
  margin-bottom: 1.0rem;
}
.tsItem_column {
  width: calc((100% - 2.0rem) / 2);
}
.tsPhoto {
  padding: 1.0rem 0;
}
.tsTanto {
  text-align: center;
  color: #f15a24;
  font-weight: bold;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  /*font-size: 1.6rem;*/
  position: relative;
  margin-bottom: 1.0rem;
}
.tsTanto::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #f15a24;
  transform: rotate(56deg);
  position: absolute;
  bottom: 10px;
  left: -5px;
}
.tsTanto::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #f15a24;
  transform: rotate(-56deg);
  position: absolute;
  bottom: 10px;
  right: -5px;
}

.tsName {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.tsName span {
  font-size: 80%;
}
.tsLicense {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  /* font-size: 1.4rem; */
  padding: 1.0rem 0;
  margin: 1.0rem 0;
  border-top: 1px solid #18ab6e;
  border-bottom: 1px solid #18ab6e;
  letter-spacing: -0.1em;
}
.tsComment {
  font-size: 1.3rem;
  font-weight: bold;
}
.tsItem2 {
  background: #fff;
  padding: 15px 20px;
  box-shadow: 7px 7px 0 rgba(24, 171, 110, 0.2);
}
.tsItem2 p {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  /*font-size: 1.5rem;*/
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
}

@media (max-width: 768px) {

.topStaffTit span {
  padding-left: 1.0em;
  padding-right: 1.0em;
}
.topStaff_column {
  width: 100%;
}
.tsTanto::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #f15a24;
  transform: rotate(56deg);
  position: absolute;
  bottom: 10px;
  left: -5px;
}
.tsTanto::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #f15a24;
  transform: rotate(-56deg);
  position: absolute;
  bottom: 10px;
  right: -5px;
}


}


/* 店舗案内
 -------------------------*/
 .topShop{
  margin: 80px 0;
 }
 .topShop .wrapperInner {
  max-width: 1000px;
}
.topShopTit {
  text-align: center;
}
.topShopTit h2 {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  /*font-size: 3.6rem;*/
  color: #18ab6e;
  position: relative;
  margin: 0em;
  letter-spacing: 0.1em;
}
.topShopTit p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 3.0rem;
}
.topShopWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  gap: 4.0rem 4.0rem;
  margin-bottom: 1.0rem;

}
.topShopItem {
  width: calc((100% - 4.0rem) / 2);
  background: #fff;
  border-radius: 15px;
  padding: 3.5rem 4.0rem;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.topShopItem h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #18ab6e;
  margin: 0 0 0.75em 0;
}
.topShopItem h3 small {
  font-size: 1.4rem;
}
.tsImage {
  margin-bottom: 1.2rem;
}
.tsi__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.8rem 1.8rem;
}
.tsi__point li {
  width: calc((100% - 1.8rem) / 2);
  background: #18ab6e;
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  line-height: 1.0;
}
.tsi__point li.tsi__Kids {
  background: #fbb03b;
}
.tsi__point li.tsi__Park {
  background: #187fc4;
}
.tsAdd {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}
.tsAdd span {
  font-size: 1.8rem;
}
.tsiTel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #18ab6e;
  text-align: center;
  line-height: 1.0;
  margin: 0.75em 0;
}
.tsiTel a {
  color: #18ab6e;
}
.tsiTel i {
  font-size: 3.0rem;
  vertical-align: sub;
}
.topInside {
  max-width: 1200px;
  margin: 0 auto 55px auto;
  background: #f0f8f1;
  border-radius: 15px;
  padding: 50px;
}
.topInsideTit {
  font-size: clamp(2.0rem, 5vw, 2.8rem);
  /*font-size: 2.8rem;*/
  font-weight: bold;
  text-align: center;
  color: #18ab6e;
  margin-bottom: 1.0em;
}
.topInsideInner {
  border: 5px solid #18ab6e;
  background: #fff;
  padding: 40px 56px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 3.0rem 3.0rem;
}
.tii_column {
  width: calc((100% - 3.0rem) / 2);
  position: relative;
}
.tii_img {
}
.tti_balloon {
  position: absolute;
  background: #fcee21;
  border-radius: 999px;
  width: 130px;
  height: 130px;
}
.tti_balloon p {
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  /*font-size: 2.6rem;*/
  font-weight: bold;
  text-align: center;
}
.tti_balloon p span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 45%);
  -webkit-transform: translate(-50%, 45%);
  -ms-transform: translate(-50%, 45%);
}
.tti_balloon01 {
  position: absolute;
  left: -30px;
  top: -22px;
}
.tti_balloon02 {
  position: absolute;
  right: -30px;
  top: -22px;
}
p.tti_point {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  /*font-size: 2.2rem;*/
}
p.tti_point span {
  text-decoration: underline;
}
.topMap {
  margin-bottom: 50px;
}
.topMapInner {
  display: flex;
  flex-wrap: wrap;
  gap: 7.0rem 7.0rem;
}
.topMapColumn {
  width: calc((100% - 7rem) / 2);
}
.topMapColumn h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.topMapColumn h4 small {
  font-size: 1.2rem;
  color: #18ab6e;
  display: block;
}
.topMapColumn iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .topShop {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .topShopItem,
  .topMapColumn {
    width: 100%;
  }
  .topInside {
    width: 100%;
    padding: 20px;
  }
  .topInsideInner {
    padding: 20px 16px;
  }
  .tti_balloon {
    position: absolute;
    background: #fcee21;
    border-radius: 999px;
    width: 70px;
    height: 70px;
  }
}
#mito {
  scroll-margin-top: 150px;
}


/* お知らせ
--------------------------- */
.topPost {
  background: #fffcdb;
  padding: 50px 0;
}
.topPostTit {
  text-align: center;
  margin-bottom: 3.0rem;
}
.topPostTit h2 {
  text-align: center;
  font-size: clamp(2.6rem, 5vw, 3.2rem);
  /* font-size: 3.2rem; */
  font-weight: bold;
  color: #18ab6e;
  margin: 0 0 0.5em 0;
}
.topPostTit p {
  font-size: 1.5rem;
}
.topPostRow {
  display: flex;
  flex-wrap: wrap;
  gap: 3.0rem 3.0rem;
}
.topPostInner {
  width: calc((100% - 6.0rem) / 3);
  background: #fff;
  padding-bottom: 22px;
}
.topPostInner figure {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.topPostInner figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tpPostMeta {
  font-size: 1.25rem;
  padding: 0 1.5rem;
  margin-bottom: 0.5em;
}
.topPostInner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #18ab6e;
  margin: 0 0 0.5em 0;
  padding: 0 1.5rem;
}
.topPostInner h3 a {
  color: #18ab6e;
}
.topPostInner p {
  font-size: 1.3rem;
  margin: 0;
  padding: 0 1.5rem;
}

@media (max-width: 768px) {
.topPostInner {
  width: 100%;

}
.topPostRow {
  padding: 0 5vw;
}

}



/* よくある質問
--------------------------- */
.topFAQ {
  margin: 80px 0;
}
.topFAQTit {
  text-align: center;
}
.topFAQTit h2 {
  font-size: clamp(2.6rem, 5vw, 3.2rem);
  /* font-size: 3.2rem; */
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #18ab6e;
  margin: 0;
}
.topFAQTit p {
  color: #18ab6e;
  margin: 0 0 50px 0;
}
.faqItem {
  max-width: 66.66%;
  margin: 0 auto;
}
.faqItem a {
  color: #18ab6e;
  text-decoration: underline;
}
.faqQuestion {
  background: #18ab6e;
  font-weight: bold;
  font-size: clamp(1.6rem, 2.5vw, 2.0rem);
  /* font-size: 2.0rem; */
  color: #fff;
  border: 1px solid #18ab6e;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.icon {
  font-size: 1.2em;
  transition: transform 1s ease;
}
.faqItem.open .icon::before {
  content: "−";
}
.faqItem:not(.open) .icon::before {
  content: "+";
}

.faqAnswer {
  /* font-size: 1.5rem; */
  border: 1px solid #18ab6e;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0px 0px;
  margin: 0 0 20px 0;
}
.faqAnswer p {
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  padding: 15px 25px;
  margin: 0;
}
.faqAnswer.open {
  max-height: 200px; /* 必要に応じて調整 */
  padding: 0px 0px;
}

@media (max-width: 768px) {
.faqItem {
  max-width: 90%;
}
.faqQuestion {
  padding: 10px 15px;
}
.faqAnswer p {
  padding: 10px 15px;
}

}


/*-------------------------
下層ページ
 -------------------------*/

 .subPageHeader {
  position: relative;
  background-image: url('commons/css/images/bg_faq_hed.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px; /* 高さは必要に応じて調整 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.subPageHeader::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.subPageHeader.pageStudy {
  background-image: url('commons/css/images/bg_study_hed.jpg');
}
.subPageHeader__inner {
  position: relative;
  z-index: 2;
}
.subPageHeader__title {
  font-size: clamp(2rem, 5vw, 4.2rem);
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
}
.subPageHeader__subtitle {
  font-size: clamp(1.0rem, 3vw, 2.2rem);
  margin: 0.5em 0 0;
  letter-spacing: 1px;
}
/* === レスポンシブ対応 === */
@media (max-width: 768px) {
  .subPageHeader {
    height: 180px;
  }
}


.catPageHeader {
  position: relative;
  background-image: url('commons/css/images/bg_study_hed.jpg'); /* 初期画像 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.catPageHeader::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.catPageHeader__inner {
  position: relative;
  z-index: 2;
}
.catPageHeader__title {
  font-size: clamp(2rem, 5vw, 4.2rem);
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
}
.catPageHeader__subtitle {
  font-size: clamp(1rem, 3vw, 2.2rem);
  margin: 0.5em 0 0;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .catPageHeader {
    height: 180px;
  }
}









.lowerContent {
  margin-top: 80px;
  margin-bottom: 80px;
}



/* 下層　勉強会 */
.pageStudyLowerContent,
.pageFinancialLowerContent {
  margin-bottom: 0;
}
.singleHeader {
  text-align: center;
  color: #18ab6e;
  letter-spacing: 0.1em;
}
.singleHeader h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.singleHeader p {
  font-size: 1.5rem;
  margin-bottom: 2.0em;
}
.shLead {
  font-size: 1.5rem;
  margin-bottom: 2.0em;
  text-align: center;
  margin-bottom: 100px;
  padding: 0 5vw;
}
.studyMainImg {
  margin-bottom: 80px;
}
.pageStudyCont h3 {
  color: #18ab6e;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

/* 共通フォントサイズ：clampでレスポンシブ */
h3.infoBoxTit {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #18ab6e;
}
.infoBoxWrapper {
  display: flex;
  gap: 3.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}

.infoBox {
  border: 3px solid #18ab6e;
  padding: 1.5em;
  width: calc(( 100% - 7.0rem ) / 3 );
  max-width: 380px;
  box-sizing: border-box;
  background-color: #fff;
}

.infoBox h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.titleMain {
  color: #18ab6e;
  font-weight: bold;
  font-size: clamp(1.6rem, 5.5vw, 2.6rem);
}

.titleSub {
  color: #ff0000;
  font-weight: bold;
  font-size: clamp(1.2rem, 4.0vw, 1.8rem);
  display: block;
  min-height: 3.0em;
}

.infoBox p {
  font-size: clamp(1rem, 3.5vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}

.comment {
  position: relative;
  display: flex;
  justify-content: end;
}

.comment-img {
  position: absolute;
  top: calc(50% / 2);
  left: 0px;
  z-index: 2;
}

.comment-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff; /* 白縁で見やすく */
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.comment-text {
  width: 80%;
  margin-top: 40px;
  padding: 1.5em 1.5em 1.5em 3.5em;
  border: 3px solid #f7931e;
  border-radius: 1em;
  font-size: clamp(0.9rem, 3vw, 1.3rem);
  line-height: 1.6;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

/* レスポンシブブロック：768px以下で縦並びに */
@media (max-width: 768px) {
  .infoBoxWrapper {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    padding: 0 1em 60px 1em;
  }

  .infoBox {
    max-width: 100%;
    width: 100%;
    padding: 1.2em;
  }
  .titleSub {
    min-height: auto;
  }
  .comment {
    flex-direction: column;
    align-items: end;
  }

  .comment-img img {
    width: 100px;
    height: 100px;
  }

  .comment-text {
    width: 80%;
  }
}

/* 個別勉強会の流れ */
.studyflow {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px 110px 0;
  background: #18ab6e;
}
.studyflow_tit {
  color: #18ab6e;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em 0;
  text-align: center;
}
.studyflow-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 90px;
  border-radius: 15px;
}
.studyflowbox {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
}
.studyflowbox::after {
  content: "";
  position: absolute;
  bottom: -38px; /* 高さ分下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 38px solid #18ab6e;
}
.studyflowbox.studyflowbox-last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.studyflowbox.studyflowbox-last::after {
  content: none;
}
.studyflow-content {
  display: flex;
  gap: 1.0rem 2.0rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.studyflow-text {
  flex: 1;
  min-width: 300px;
}

.studyflow-num {
  font-size: clamp(5rem, 7vw, 9.0rem);
  /* font-size: 9.0rem; */
  color: #18ab6e;
  font-weight: bold;
  margin: 0;
  line-height: 1.0;
}

.studyflow-heading {
  font-size: 3.2rem;
  color: #f7931e;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 1.0rem;
}

.studyflow-list {
  font-size: 1.5rem;
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
}

.studyflow-list li::before {
  content: "✔";
  color: #f7931e;
  margin-right: 0.5em;
}

.studyflow-image {
  flex: 1;
  min-width: 300px;
}

.studyflow-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ▼ ご希望の方に ▼ */
.studyflow-more {
  width: 80%;
  margin: 3em auto 0;
  background: #eae4d1;
  padding: 2em;
  font-size: clamp(1rem, 2vw, 1.4rem);
  position: relative;
  text-align: center;
}

.studyflow-label {
  background-color: #f00;
  color: #fff;
  padding: 0.2em 0.8em;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto 0 auto;
  font-size: clamp(1.5rem, 4vw, 2.0rem);
  text-align: center;
}


.studyflow-more h3 {
  font-weight: bold;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  margin: 0.5em 0  0.25em 0;
  letter-spacing: 0.1em;
}

.studyflow-subtext {
  color: #ff0000;
  font-weight: bold;
  font-size: clamp(1.2rem, 2.5vw, 2.1rem);
  margin: 0.25em;
}
.studyflow-more-text {
  text-align: center;
  font-size: 1.5rem;
}
.studyflow-sublist {
  display: inline-block;         /* ← 中央寄せ可能にする */
  text-align: left;              /* ← テキストだけ左寄せ */
  list-style: none;
  padding-left: 0;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.6;
  margin: 0 auto;                /* ← 必須ではないが保険的に */
}

.studyflow-sublist li {
  margin-bottom: 0.5em;
}

/* ▼ レスポンシブ対応 ▼ */
@media (max-width: 768px) {
  .studyflow-inner {
    width: 90%;
    padding: 30px;
  }

  .studyflow-content {
    flex-direction: column;
  }

  .studyflow-text,
  .studyflow-image {
    width: 100%;
  }

  .studyflow-more {
    width: 95%;
    padding: 1.5em;
  }
}

/*　下層ページ　勉強会予約前ページ　*/
.studyComic {
  padding: 10px 5vw;
  margin-bottom: 50px;
}
.topStudyMore {
  margin-bottom: 50px;
  gap: 2.0rem;
}
.topStudyMoreBtn {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.125em;
}
.topStudyMoreBtn strong {
  font-size: 2.6rem;
}
.topStudyMoreBtn strong::before {
  font-family: 'icomoon';
  content: "\e955";
  margin-right: 0.5em;
  position: absolute;
  left: 3.0rem;
  top: calc(50% - 1.4rem);
  font-size: 2.8rem;
}
.topStudyMoreBtn strong::after {
  content: url(commons/css/images/icon_btnmore01.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0em;
  transform: translate(0%, calc((-50% - 11px) / 2));
  -webkit-transform: translate(0%, calc((-50% - 11px) / 2));
  -ms-transform: translate(0%, calc((-50% - 11px) / 2));
}
.topStudyMoreBtn a {
  position: relative;
  color: #fff;
  background: #20b46e;
  padding: 18px 0;
  display: block;
  -webkit-border-radius: 999px;
          border-radius: 999px;
}





/* 下層ページ　資金計画 */
.pfLead {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}
.pfLeadBtm {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #f15a24;
}
.pfFinancialPoint {
  background-color: #f0f8f1;
  padding: 45px 1em;
}

.pfFinancialPointInner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.pfFinancialPointTitle {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.pfFinancialPointTitle .green {
  color: #18ab6e;
}

.pfFinancialPointList {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 850px;
  display: inline-block;
  flex-direction: column;
  gap: 1.2em;
  align-items: flex-start; /* ← ここを変更 */
}

.pfFinancialPointList li {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pfFinancialPointList .num {
  background-color: #18ab6e;
  color: white;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.pfFinancialPointList .highlight {
  background-color: #18ab6e;
  color: white;
  padding: 0 0.4em;
  border-radius: 0.3em;
}

.pfFinancialStrengths {
  margin: 70px 0;
}
.pfFinancialStrengths h3 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1;
  text-align: center;
  color: #f15a24;
  margin: 0 0 0.5em 0;
}
.pfsInner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3.0rem;
}
.pfsColumn {
  width: calc( (100% - 6.0rem ) / 2 );
}
.pfsColumn p {
  line-height: 1.8;
  font-size: 1.5rem;
  margin: 2.0em 0;
}



/* フッター　お客様の声 */
.cfVoice {
  background-color: #fffcdb;
  padding: 90px 0;
}

.cfVoiceInner {
  max-width: 740px;
  margin: 0 auto;
}

.cfVoiceIntro {
  text-align: center;
  margin-bottom: 1em;
}

.cfVoiceTitle {
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  font-weight: bold;
  margin: 0;
}

.cfVoiceHeading {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  color: #18ab6e;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

.cfVoiceDesc {
  font-size: clamp(1rem, 2vw, 1.6rem);
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.cfVoiceOuter {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 15px;

}
.cfVoiceBox {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.cfVoicePhoto {
  width: 70%;
}
.cfVoicePhoto img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0.8em;
}

.cfVoiceDetail {
  width: 30%;
  text-align: center;
}

.cfVoiceHighlight {
  font-size: clamp(1.4rem, 2.8vw, 2.6rem);
  font-weight: bold;
  color: #18ab6e;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.1em;
}

.cfVoiceService {
  margin-top: 1em;
  text-align: left;
  text-align: center;
}

.cfVoiceLabel {
  background-color: #feeb3a;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 0.3em 0.8em;
  font-size: clamp(0.9rem, 1.8vw, 1.6rem);
  margin: 0.5em auto 0.5em auto;
  text-align: center;
}

.cfVoiceService p {
  font-size: clamp(0.95rem, 1.8vw, 1.6rem);
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
}

.cfVoiceComment {
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  line-height: 1.8;
  color: #333;
}

/* ===== レスポンシブ対応（レイアウト用）===== */
@media (min-width: 768px) {
  .cfVoiceBox {
    flex-direction: row;
    align-items: flex-start;
  }

  .cfVoicePhoto {
    flex: 0 0 60%;
  }
  
  .cfVoiceDetail {
    flex: 0 0 40%;
  }

  .cfVoiceComment {
    margin-top: 1em;
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .cfVoiceHighlight {
    text-align: left;
  }

  .cfVoiceBox {
    padding: 1.5em;
  }
  .cfVoicePhoto {
    width: 100%;
  }
  .cfVoiceDetail {
    width: 100%;
  }
  .cfVoiceHighlight {
    text-align: center;
  }
}









/*下層よくある質問*/
.pageFAQ {

}
.pageFaqItem {

}
.pageFaqQuestion {
	color: #18ab6e;
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 0.5em;
	text-indent: -2.0em;
    padding-left: 2.0em;
}
.pageFaqAnswer {
	background: #F0F8F1;
	padding: 2.0rem 3.0rem;
	margin: 0 0 3.0rem 0;
}
.pageFaqAnswer p {
	margin: 0;
}
.pageFaqAnswer span {
	color: #FF931E;
}


/*住宅会社一覧*/
.subPageHeader.pagePartner {
  background-image: url('commons/css/images/bg_partner_hed.jpg');
}
.partner-item{
  width: 22%;
  margin-right: 4%;
  float: left;
  position:relative;
  padding-top: 22px;
}

.partner-list .partner-item:nth-of-type(4n){
  margin-right: 0;
}
.partner-item .partner-cat{
  display: block;
  background-color: #1e9572;
  color: #fff;
  padding: .25em 0;
  line-height: 1em;
  width: 100%;
  position: absolute;
  top: 0;
  height: 22px;
  font-size: 1.4rem;
  text-align: center;
}

.partner-item .partner-cat.partner-cat-local{
  background-color: #2d5a91;
}

.partner-comment{
  font-size: 1.2rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: 10px;
}



/*ページ送り*/
.scPageNav {
  width: 100%;
  padding-top:75px;
  padding-bottom:75px;
  margin: 0px auto;
  /*display: table;*/
  display: flex;
}
.scPageNav .prev a,
.scPageNav .next a{
  width: 100%;
  color: #233362;
  border: 1px solid #233362;
  padding: 0.75em 1em 0.75em 1em;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: background-color .5s, padding .2s .2s;
  transition: background-color .5s, padding .2s .2s;
}
.scPageNav .prev {
  /*display: table-cell;*/
  text-align: left;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .allList {
  /*display: table-cell;*/
  text-align: center;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .next {
  text-align: right;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .prev a:hover,
.scPageNav .next a:hover {
  background: #233362;
  color: #fff;
}





 /*-------------------------
固定ページ
 -------------------------*/



.singleHeader {}
.archiveHeader h1,
.singleHeader h1 {
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  /* font-size: 3.2rem; */
  color: #208e6e;
  text-align: center;
  letter-spacing: .125em;
  font-weight: bold;
  margin: 0 0 2.5em 0;
}
/*.archiveHeader h1::before,
.singleHeader h1::before {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 2.25em;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
}*/
.archiveHeader h1::after,
.singleHeader h1::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background: #208e6e;
  margin: 20px auto;
  opacity: 0.5;
}


.singleContnet .wrapperInner {
  width: 1200px;
  margin: 80px auto;
}
.singleContnet .columnCenter {
}
.singleContnet figure {}
.singleContnet figcaption {
  font-size: 1.3rem;
  text-align: center;
}
.singleContnet h2 {
  font-size: 2.4rem;
}
.singleContnet h2 span {
  color: #f15a24;
}



.pageContSec {
  width: 910px;
  margin: 0 auto 140px auto;
}
.pageContSec h2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 8px;
  text-align: center;
}
.pageContSec h3 {
  margin: 0 0 0.5em 0;
  font-size: 18px;
  font-weight: normal;
}
.pageContSec p {
  margin-bottom: 2.0em;
}
.pageContSec figure {
  margin: 1.0em 0 2.0em 0;
  position: relative;
  text-align: center;
}
.pageContSec figcaption {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}

.pageContSec figcaption.figcapCenter {
  text-align: left;
}

.recommendArea {}
.recommendArea img {
  margin-bottom: 15px;
}

.youtubeArea {
  background: #e6e6e6;
  padding: 20px;
  text-align: center;
}

.archiveBox {
  margin-bottom: 40px;
}
.archiveBox::after {
  content: "";
  display: block;
  background: url(commons/css/images/section_line.png) repeat-x center bottom;
  width: 100%;
  height: 46px;
}
.archivePostThumb {
  margin-bottom: 20px;
}
.archivePostThumb img {
  border: 6px solid #eee;
}
.archivePostDate {}
.archivePostDate time {
  color: #999;
}
.archivePostDate h2 {
  margin: 0.25em 0;
}
.archivePostDate p {
  margin: 0.25em 0;
}


/*家たてるコンサルとは？*/
/*-------------------------*/

span.blueYline {
    font-size: 2.0rem;
    color: #005178;
    font-weight: bold;
    position: relative;
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}
span.unYline {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.fcRed {
    color: #ff0000;
}
.fcOrg {
    color: #f15a24;
}
.fcGreen {
  color: #18ab6e;
}


ol.aboutList01 {
    color: #c8161d;
    font-weight: bold;
    font-size: 2.0rem;
    margin-left: 0;
}

ol.aboutList01 li {
    margin-bottom: 1.0em;
}

ol.aboutList01 li span {
    background: #666;
    color: #fff;
    padding: 0.25em 0.75em;
    font-size: 1.6rem;
}

ol.aboutList01 li span strong {
    color: #fff100;
}

.post-content h4.titPoint {
    border-left: none;
    padding: 0;
}
h4.titPoint span {
    font-weight:bold;
    background: #1c9672;
    color: #fff;
    padding: 10px;
    box-shadow: 3px 3px #006e61;
}

a.studyRegist {
    background: #e93828;
    color: #fff;
    display: inline-block;
    padding: 1.0em;
    font-weight: bold;
    font-size: 2.0rem;
}



/* フォーム
-------------------------*/
.seminarForm input[type="text"],
.seminarForm input[type="email"],
.seminarForm input[type="tel"],
.seminarForm textarea {
  vertical-align: middle;
  width: 100%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
.seminarForm textarea {
  height: auto;
  line-height: 1.5;
}
.seminarForm input[type="submit"],
.seminarForm input[type="reset"],
.seminarForm input[type="button"] {
  background-color: #F39800;
  padding: 4px 14px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
}
.seminarForm input[type="submit"]:hover,
.seminarForm input[type="reset"]:hover,
.seminarForm input[type="button"]:hover {
  background-color: #FDD23E;
}
*:first-child+html .seminarForm input[type="submit"] {
  padding: 3px;
}

.seminarForm form .require{
  font-size: .85em;
  background-color: #199D76;
  display: inline-block;
  padding: .25em .5em .25em .5em;
  color: #fff;
  margin-right: .75em;
}


.seminarForm form{
  text-align: left;
}

.seminarForm form table{
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 10px 0 50px 0;
}

.seminarForm form select {
    margin: 0 0 12px 0;
    height: 33px;
}

.seminarForm input[type="text"],
.seminarForm textarea{
  width: 100%;
  margin: 0;
}

.seminarForm form input[type="button"],
.seminarForm form input[type="submit"],
.buttonRed {
  background: #e93828;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: .75em;
  border-radius: 5px;
  margin: 0 auto 20px auto;
  width: 634px;
  display: block;
  box-shadow: 0 5px 0 #862310;
  letter-spacing: .05em;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
.buttonRed {
  margin: 50px 0;
}
.buttonRed a {
  color: #fff;
  display: block;
}

.seminarForm form input[type="button"]:hover,
.seminarForm form input[type="submit"]:hover{
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
    background: #e93828;
}


.seminarForm form table th,
.seminarForm form table td{
  padding: 20px 0;
}

.seminarForm form table th{
  font-weight: normal;
  width: 40%;
  background: none;
  border-right: none;
  border-left: none;
}

.seminarForm form table td{
  width: 60%;
  border-right: none;
  border-left: none;
}
.seminarForm form#mailformpro label.mfp_not_checked,
.seminarForm form#mailformpro label.mfp_checked {
  padding: 1.0rem 2.0rem;
}
.seminarForm form#mailformpro table td.studyDay label .mfp_element_radio {
  margin-right: 10px;
}

.seminarForm form table tr{
  border-bottom: 1px solid #ccc;
}
.page-template-tmpl_study_entry .seminarForm form table td textarea {
  width: 100% !important;
}

.page-template-tmpl_study_entry div#mfp_phase_confirm h4 {
  border: none;
}

.page-template-tmpl_study_entry table,
form table tr {
  border: none;
}
.page-template-tmpl_study_entry table tbody th {
  background: none;
  color: inherit;
}
.page-template-tmpl_study_entry table th,
.page-template-tmpl_study_entry table td {
  border-left: none;
  border-right: none;
  padding: 24px 0;
}

.privacyBox {
  width: 100%;
  height: 200px;
    overflow-y: scroll;
    width: 100%;
    padding: 20px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 50px;
}
form#mailformpro .privacyBox dl {
}
form#mailformpro .privacyBox dl dt {
  width: 100%;
  display: block;
  float: none;
  padding: 0;
  border: none;
  text-align: left;
}
form#mailformpro .privacyBox dl dd {
  padding: 0;
  margin: 0;
  border: none;
}

.partner-list::after{
  content: "";
  display: block;
  clear: both;
}

a.freeTel {
  font-size: 2.6rem;
  font-weight: 600;
}
a.freeTel span {
  color: #ed1c24;
  font-size: 3.0rem;
  position: relative;
  top: 4px;
}




 /*-------------------------
投稿ページ
 -------------------------*/
#singlePost .wrapperInner {
  width: 1200px;
}








/*ページネーション*/
/* -------------------------------- */
.pagenation {
    margin: 2em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagenation ul:after{
  content: "";
  clear:both;
  display: block;
}

.pagenation li {
    list-style: none outside none;
    margin-left: .1em;
    font-size: 1.5rem;
    display:inline-block;
    zoom:1;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li .current {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    cursor: not-allowed;
    display: block;
    padding: .4em .8em;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: .4em .8em;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #444;
    color: #fff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenation li.prev a,
.pagenation li.next a{
  padding: .4em 1.2em;
}




/*　フロート解除　*/
.clear {
  clear: both;
}
.clearfix {
  overflow: hidden;
  height: 100%;
}

.clearfix::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/*　文字関係　*/
.txt_center,
.txtCenter {
  text-align: center !important;
}
.txt_right,
.txtRight {
  text-align: right !important;
}
.txt_left,
.txtLeft {
  text-align: left !important;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: xx-small;
  vertical-align: super;
}
.fwb {
  font-weight: bold !important;
}
.txtul {
  text-decoration: underline;
}
.fs11 {
  font-size: 1.1rem;
}
.fs12 {
  font-size: 1.2rem;
}
.fs13 {
  font-size: 1.3rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs20 {
  font-size: 2.0rem;
}
.fs22 {
  font-size: 2.2rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs26 {
  font-size: 26px;
}
.sizeup {
  font-size: 116%;
}
.sizeup2 {
  font-size: 133%;
}
.sizeup2 {
  font-size: 150%;
}
.sizedown {
  font-size: 92%;
}
.sizedown2 {
  font-size: 83%;
}
.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.fcRed {
  color: #ed1c24;
}
.fcBlue {
  color: #014898;
}


/*　画像　*/
.imgRight {
  float: right;
  margin: 0px 0px 20px 20px;
}
.imgLeft {
  float: left;
  margin: 0px 20px 20px 0px;
}
.imgCenter {
  margin: 0 auto;
  margin-bottom: 20px;
}
img.photoStyle01 { /*ボーダー＋シャドウ＋白背景*/
  background: #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  border: 1px solid #bbb;
}
img.photoStyle02 { /*ボーダー無し＋シャドウ＋白背景*/
  background: #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
}
img.photoStyle03 { /*ボーダー＋シャドウ＋薄青背景*/
  background: #ebf5ff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  border: 1px solid #fff;
}
.wp-caption {
}
.wp-caption img {
  margin-bottom: 12px;
}
.wp-caption-text {
  font-size: 12px;
  color: #555;
  padding: 0.5em;
}
/* リスト関係 */
ul.lsn, ol.lsn {
  list-style: none;
}
/*　レイアウト調整用　*/
.p_none {
  padding: 0 !important;
}
.m_none {
  margin: 0 !important;
}
.mt_none {
  margin-top: 0px !important;
}
.mt_05 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_15 {
  margin-top: 15px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_25 {
  margin-top: 25px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_35 {
  margin-top: 35px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_45 {
  margin-top: 45px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mr_none {
  margin-right: 0px !important;
}
.mr_05 {
  margin-right: 5px !important;
}
.mr_10 {
  margin-right: 10px !important;
}
.mr_15 {
  margin-right: 15px !important;
}
.mr_20 {
  margin-right: 20px !important;
}
.mr_25 {
  margin-right: 25px !important;
}
.mr_30 {
  margin-right: 30px !important;
}
.mr_35 {
  margin-right: 35px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.mr_45 {
  margin-right: 45px !important;
}
.mr_50 {
  margin-right: 50px !important;
}
.mb_none {
  margin-bottom: 0px !important;
}
.mb_05 {
  margin-bottom: 5px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_25 {
  margin-bottom: 25px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_35 {
  margin-bottom: 35px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_45 {
  margin-bottom: 45px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.ml_none {
  margin-left: 0px !important;
}
.ml_05 {
  margin-left: 5px !important;
}
.ml_10 {
  margin-left: 10px !important;
}
.ml_15 {
  margin-left: 15px !important;
}
.ml_20 {
  margin-left: 20px !important;
}
.ml_25 {
  margin-left: 25px !important;
}
.ml_30 {
  margin-left: 30px !important;
}
.ml_35 {
  margin-left: 35px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.ml_45 {
  margin-left: 45px !important;
}
.ml_50 {
  margin-left: 50px !important;
}
.pt_none {
  padding-top: 0px !important;
}
.pt_05 {
  padding-top: 5px !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pt_15 {
  padding-top: 15px !important;
}
.pt_20 {
  padding-top: 20px !important;
}
.pt_25 {
  padding-top: 25px !important;
}
.pt_30 {
  padding-top: 30px !important;
}
.pt_35 {
  padding-top: 35px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pt_45 {
  padding-top: 45px !important;
}
.pt_50 {
  padding-top: 50px !important;
}
.pr_none {
  padding-right: 0px !important;
}
.pr_05 {
  padding-right: 5px !important;
}
.pr_10 {
  padding-right: 10px !important;
}
.pr_15 {
  padding-right: 15px !important;
}
.pr_20 {
  padding-right: 20px !important;
}
.pr_25 {
  padding-right: 25px !important;
}
.pr_30 {
  padding-right: 30px !important;
}
.pr_35 {
  padding-right: 35px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.pr_45 {
  padding-right: 45px !important;
}
.pr_50 {
  padding-right: 50px !important;
}
.pb_none {
  padding-bottom: 0px !important;
}
.pb_05 {
  padding-bottom: 5px !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.pb_15 {
  padding-bottom: 15px !important;
}
.pb_20 {
  padding-bottom: 20px !important;
}
.pb_25 {
  padding-bottom: 25px !important;
}
.pb_30 {
  padding-bottom: 30px !important;
}
.pb_35 {
  padding-bottom: 35px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pb_45 {
  padding-bottom: 45px !important;
}
.pb_50 {
  padding-bottom: 50px !important;
}
.pl_none {
  padding-left: 0px !important;
}
.pl_05 {
  padding-left: 5px !important;
}
.pl_10 {
  padding-left: 10px !important;
}
.pl_15 {
  padding-left: 15px !important;
}
.pl_20 {
  padding-left: 20px !important;
}
.pl_25 {
  padding-left: 25px !important;
}
.pl_30 {
  padding-left: 30px !important;
}
.pl_35 {
  padding-left: 35px !important;
}
.pl_40 {
  padding-left: 40px !important;
}
.pl_45 {
  padding-left: 45px !important;
}
.pl_50 {
  padding-left: 50px !important;
}
/*　画像ボタンalfa値　*/

a:hover .imgBtn {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  zoom: 1;
}





/*　pc/sp切り替え　*/

.dispPc{
  display: block !important;
}
.dispPcIn {
  display: inline-block !important;
}
.dispSp{
  display: none !important;
}



/*--------------------------

-------------　レスポンシブ　---------------*/

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

/*　pc/sp切り替え　*/

.dispSp{
  display: block !important;
}
.dispPc{
  display: none !important;
}
.dispPcIn {
  display: none !important;
}

body {
    padding-top: 0px;
    margin-top: 60px;
}
img {
  width: 100%;
  height: auto;
}


/*-------------------------
スマホナビ
-------------------------*/

.spNavBtn * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.spNavBtn {
  display: block;
  padding: 0;
  width: 55px;
  height: 18px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.spNavBtn .spNavBar {
  display: block;
  width: 35px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 10px;
}

.spNavBtn .spNavBar1 {
  top: 0;
}

.spNavBtn .spNavBar2 {
  top: 50%;
}

.spNavBtn .spNavBar3 {
  top: 100%;
}

.spNavBtn.active .spNavBar {
  width: 35px;
  left: 12px;
}

.spNavBtn.active .spNavBar1 {
  transform: rotate(.525rad) translateY(-50%);
  top: 0px;
}

.spNavBtn.active .spNavBar2 {
  opacity: 0;
}

.spNavBtn.active .spNavBar3 {
  transform: rotate(-.525rad) translateY(-50%);
  top: calc(100% - 0px);
}

.spNavBtn.active .spNavMenu {
  display: none;
}

.spNavBtn.active .spNavBtnClose {
  display: block;
}

.spNavBtnTxt {
  width: 100%;
  position: absolute;
  bottom: -22px;
  left: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 600;
}

.spNavBtnClose {
  display: none;
}

/*+++ Default Button Color +++*/
.spNavBtn {
  color: #000;
}

.spNavBtn .spNavBar {
  background-color: #000;
}

/* === Hambuerger Button's Style End === */
.spNavBtn {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 1rem;
  right: .125rem;
  z-index: 1001;
}
.spNav a {
  color: inherit;
  text-decoration: none;
}
.spNav .spNavBg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(89, 89, 89, 0);
  display: none;
  top: 0;
  left: 0;
}
.spNav .spNavWrapper {
  width: 100%;
  height: calc(100vh - 70px);
  transition: all 0.4s;
  transform: translate(0,-100%);
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 99999;
  background-color: rgba(89, 89, 89, 0.9);
}
.spNav .spNavWrapper.open {
  transform: translate(0);
  top: 70px;
}

/*+++ Default Navigation CSS +++*/

.spNavWrapper{
  padding: 1.5rem;
  overflow: scroll;
}

.spNavInner{
}

.spNavInner h3 {
  color: #fff;
  font-size: 16px;
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', '游ゴシック体', sans-serif;
  letter-spacing: 0.25em;
}

.spNav ul{
  margin-top: 0;
  margin-bottom: 2.5em;
}

.spNav ul li{
  margin: 0;
}

.spNav ul a{
   padding: 0 0 0 1.5em;
   font-size: 16px;
   letter-spacing: .1em;
   color: #fff;
   line-height: 3em;
   height: 3em;
   width: 100px;
   display: block;
   width: 100%;
   border-bottom: 1px solid rgba(255,255,255,.5);
   font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', '游ゴシック体', sans-serif;
   letter-spacing: .1em;
   position: relative;
 }

 .spNav ul li:first-child a{
   border-top: 1px solid rgba(255,255,255,.5);
 }

.spNav ul a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.spNav ul a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: .25em;
  width: .3em;
  height: .3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spNav ul form {
  color: #fff;
  margin: 1.0em 0;
}
.spNavContBtn{
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.spNavContBtn .btn{
  background: #F2F2EB;
  width: 48%;
  margin: 0;
  color: #233362;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.spNavContBtn .btn::after{
  content: "";
  margin: 0;
}

.spNavContBtn .btn i{
  font-size: 1.35em;
  margin-right: .25em
}


/* フレーム
--------------*/
.singleContnet .wrapperInner,
.wrapperInner {
  width: 100%;
  margin: 0 auto;
}
.singleContent {
  padding-left: 5vw;
  padding-right: 5vw;
}

/* ヘッダー
---------------*/
#header {
  position: fixed;
  top:0;
  height: 70px;
  z-index: 99999;
  overflow: visible;
  min-width: 100%;
  background: #fff;
  display: flex;
  align-items: left;
  padding: 5px 10px;
}
.headerInner {
  width: 100%;
}
.headerLeft {
  width: 100%;
  height: auto;
}
.headerRight {
  width: 100%;
  height: auto;
}
#header h1 {
  font-size: 1.0rem;
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
}
#header h2 {
  margin: 0;
  width: 230px;
}

.p_column_s12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.p_column_s10 {
  -webkit-flex: 0 0 83.3%;
      -ms-flex: 0 0 83.3%;
          flex: 0 0 83.3%;
  max-width: 83.3%;
}
.p_column_s8 {
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}
.p_column_s6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.p_column_s4 {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.columnReverseSP {
  flex-direction: column-reverse;
}


#footer {
  padding-bottom: 70px;
}
.footerItemRight {
  padding: 0 10px;
}
.p_row .footerItemLeft p {
    font-size: 1.2rem;
    margin-top: 0;
    line-height: 1.5;
}
.footerInquiry a {
  width: 100%;
}


/*　パンくず　*/
.breadcrumbs {
  width: 100%;
  padding: 0.5em 2.5vw 0 2.5vw;
}
.lowerContent {
    /* padding: 40px 15px; */
    margin: 40px 0;
}





/*住宅会社一覧*/
.partner-list .partner-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.partner-list .partner-item:nth-of-type(2n){
  margin-right: 0;
}
.partner-list .partner-item .wp-block-image {
  margin-bottom: 0.5em;
}
.partner-comment {
  font-size: 1.1rem;
}
.partner-item .partner-cat {
  top: -13px;
  font-size: 1.3rem;
}


/* 勉強会予約 */
.seminarForm form table th,
.seminarForm form table td{
  display: block;
  width: 100%;
}
form#mailformpro label {
  white-space: normal !important;
  font-size: 1.3rem;
}

.seminarForm form input[type="button"],
.seminarForm form input[type="submit"],
.buttonRed {
  font-size: 1.3rem;
  padding: 2.0em 0.5em;
}
.mfp_element_submit.mfp_element_all {
  max-width: 100% !important;
}


.pageFAQ {
  padding-left: 15px;
  padding-right: 15px;
}


}




/*--------------------------

-------------　レスポンシブ　---------------*/

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

.topSupportItem {
  padding-top: 220px;
}

}



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

.topSupportItem {
  padding-top: 190px;
}

}






