@charset "utf-8";

/* ===================================================================
CSS information

 file name  :sp.css
 author     :kaitaikikka
 style info :スマートフォン用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */

:root {
  --keycol: #f78b00;
  --pointcol: #353535;
  --subcol: #66BB6A;
  --txtcol: #353535;
  --redcol: #c51e02;
  --bgcol: #ffffdd;
  --bgcol2: #FFF6EE;
  --enfont: din-2014, sans-serif;
}

/* ===================================================================
CSS information
file name  :  default.css
style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  /*  font-weight: bold;*/
}

dd {
  margin-left: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

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

/**
 * 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 outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*縦向き・横向きの文字サイズ自動調整機能を停止*/

* {
  -webkit-text-size-adjust: 100%;
}

/*入力エリアフォーカス時の自動ズームを停止*/

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-size: 16px;
  -webkit-appearance: none;
}

input[type="submit"],
input[type="image"] {
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .spcut {
    display: none !important;
  }
  .spblock {
    display: block !important;
  }
  .spinline {
    display: inline;
  }
  .sptr {
    display: table-row;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  /*
    font-feature-settings : "palt" 1;
  font-kerning: auto;
*/
  min-width: 0px;
  font-size: 3.73334vw;
  box-sizing: border-box;
  margin: 0;
  color: var(--txtcol);
  font-weight: 400;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a:link,
a:visited {
  color: var(--keycol);
  text-decoration: underline;
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

a img {
  transition: 0.5s;
  backface-visibility: hidden;
}

a:hover img,
a:hover.btn {
  opacity: 0.6;
  transition: 0.5s;
}

p {
  font-weight: 400;
}

/*----------------------------------------------------
    汎用class
----------------------------------------------------*/
.imgR {
  float: right;
  margin: 0 0 10px 10px;
}
.imgR20 {
  float: right;
  margin: 0 0 20px 20px;
}

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}
.imgL20 {
  float: left;
  margin: 0 20px 20px 0;
}

.imgL30 {
  float: left;
  margin: 0 30px 20px 0;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
}

.imgR30 {
  float: right;
  margin: 0 0 20px 30px;
}

.imgL50 {
  float: left;
  margin: 0 50px 30px 0;
  margin-top: 0 !important;
}

.imgR50 {
  float: right;
  margin: 0 0 20px 30px;
}

.imgC {
  margin: 0 auto 10px auto;
  display: block;
}
.imgBox {
  border: #cccccc solid 1px;
  padding: 3px;
}
.single .imgBox {
  max-width: 700px;
  margin: 20px auto;
}
.single .imgBox img {
  width: 100%;
}
.imgLayer {
  position: absolute;
}

.mt-20 {
  margin-top: -20px !important;
}
.mt-20 p {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.btm_dotted {
  border-bottom: 1px dotted #3b4391;
}
.btn {
  text-align: center;
  margin-bottom: 10px;
}

.overflowH {
  overflow: hidden;
}
.overflowA {
  overflow: auto;
}
.clearBoth {
  clear: both;
}
.clearRight {
  clear: right;
}
.clearLeft {
  clear: left;
}
.clearNone {
  clear: none !important;
}
.textRight {
  text-align: right !important;
}
.textCenter {
  text-align: center !important;
  display: block;
}

.remark_red {
  color: #e71111;
}
.floatR {
  float: right !important;
}
.floatL {
  float: left !important;
}
.imgM {
  margin: 0 auto;
}
strong {
  font-weight: bold;
}

.ls-70 {
  letter-spacing: -0.07em;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
  padding-left: 5px;
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.resetAll * + h2,
.resetAll * + h3,
.resetAll * + h4,
.resetAll * + h5,
.resetAll * + h6 {
  margin-top: 0;
}
.resetAll h2,
.resetAll h3,
.resetAll h4,
.resetAll h5,
.resetAll h6 {
  background: none;
  color: initial;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: static;
  border: none;
  display: block;
  border-radius: 0;
}
.resetAll h2 span {
  font-size: initial;
  margin-left: 0;
}
.resetAll h2::before,
.resetAll h2::after,
.resetAll h3::before,
.resetAll h3::after,
.resetAll h4::before,
.resetAll h4::after,
.resetAll h5::before,
.resetAll h5::after,
.resetAll h6::before,
.resetAll h6::after {
  border-radius: 0;
  position: static;
  font-size: initial;
  top: initial;
  left: initial;
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0;
  border: none;
  transform: initial;
}
.resetAll ul,
.resetAll ol {
  margin: 0;
  padding: 0;
  position: static;
}
.resetAll ul li,
.resetAll ol li {
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style-type: initial;
}
.resetAll ul li::before,
.resetAll ul li::after,
.resetAll ol li::before,
.resetAll ol li::after {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  content: "";
  vertical-align: initial;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  border: none;
  color: initial;
  transform: initial;
}
.resetAll table {
  margin: 0;
  width: auto;
  border-spacing: none;
}
.resetAll table th,
.resetAll table td {
  padding: 0;
  line-height: 1;
  text-align: initial;
  vertical-align: initial;
  border: none;
  width: auto;
  background: none;
  color: initial;
  font-weight: initial;
  position: static;
  overflow: initial;
}
.resetAll table tr:first-child th,
.resetAll table tr:first-child td {
  border-top: #fff solid 1px;
}

@media screen and (min-width: 768px) {
  .pc-block{ display: block; }
  .sp-block{ display: none; }
}
@media screen and (max-width: 767px) {
  .pc-block{ display: none; }
  .sp-block{ display: block; }
}

/*------------- 基本レイアウト -------------*/
.contents {
  padding-top: 80px;
}
.main {
  width: 100%;
  overflow: hidden;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
}
.inner {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 3%;
  box-sizing: border-box;
}

article {
  padding: 0 0 20px;
}
@media (max-width: 500px) {
  .contents {
    padding-top: 60px;
  }
}

/* -----------------------------------------------------------
.header
ヘッダー
----------------------------------------------------------- */

.header {
  position: fixed;
  margin-bottom: 0;
  height: 80px;
  display: flex;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11111111;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: none;
  padding: 0 80px 0 40px;
}

.header .hdrLogo {
  width: 10.65em;
  height: auto;
}

.header .hdrLogo a img.logo01 {
  display: block;
}

.header .hdrBnr {
  display: flex;
  justify-content: flex-end;
}
.header .hdrBnr a {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.header .btnTel {
  background: var(--keycol);
}
.header .btnTel img {
  width: 40px;
}
.header .btnContact {
  background: var(--subcol);
}
.header .btnContact img {
  width: 44px;
}
@media (max-width: 500px) {
  .header {
    height: 60px;
  }
  .header .inner {
    padding: 0 60px 0 3%;
  }
  .header .btnContact img {
    width: 30px;
  }
  .header .btnTel img {
    width: 24px;
  }
}

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

.footer {
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  border: none;
  background: var(--keycol);
}

.footer .footerBorder {
  border-top: none;
}

.footer .ftrScroll {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 111111;
  line-height: 1.2;
  box-sizing: border-box;
}
.footer .ftrScroll .campeign_bn {
  max-width: 767px;
  margin: 0 auto;
}

.footer .ftrScroll .ftrCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}

.footer .ftrScroll .ftrCont ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 0.5em;
  align-items: center;
}

.footer .ftrScroll .ftrCont ul li {
}
.footer .ftrScroll .ftrCont ul li img {
  width: 100%;
  height: 100%;
}

.footer .ftrScroll .ftrCont ul li a {
  display: block;
  text-decoration: none;
}

.footer .inner.footerCom {
  text-align: center;
  display: block;
  position: relative;
  padding: 2.5em 3%;
  overflow: visible;
}

.footer .inner.footerCom .footerL .footer_chara {
  width: 22%;
  position: absolute;
  left: 2%;
  top: -1em;
}
.ftrLogo {
  width: 56.32%;
  max-width: 432px;
  display: block;
  margin: 0 auto 2em;
}

.ftrLogo2 {
  width: 56.32%;
  max-width: 432px;
  display: block;
  margin: 2em auto;
}
.footer .footerCom h5 {
  text-align: center;
  color: #fff;
}

.footer .footerCom p {
  margin-top: 1em;
  text-align: center;
  color: #fff;
}
.footer .footerCom .sns_nav {
  display: flex;
  justify-content: center;
  max-width: 726px;
  margin: 2em auto 0;
}
.footer .footerCom .sns_nav li {
  width: 12%;
  margin: 0 2%;
}
.footer .footerCom .sns_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .footerCom .sns_nav li img {
  width: 100%;
}

.footer .footerCom .copyRight {
  text-align: center;
/*  padding-top: 1.5em;*/
  line-height: 1.6;
  color: #fff;
  font-size: 0.75em;
}

.footer .pageTop {
  margin: 0;
}

.footer .pageTop a {
  background: #93572a;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  height: 78px;
  line-height: 78px;
  width: 100%;
  text-decoration: none;
}

.footer .pageTop a span {
  display: inline-block;
}

.footer .sp-menu {
  padding: 20px 0;
  background: #fff;
}
#snavi {
  position: relative;
}
#snavi select {
  /*
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
*/

  margin: 0 auto;
  display: block;
  padding: 1.5em 1em;
  border: solid 3px var(--pointcol);
  border-radius: 2.5em;
  width: 95%;
  font-size: 1.3em;
  cursor: pointer;
  font-weight: bold;
  color: var(--pointcol);
}
#snavi::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pointcol);
}
.btnReqest:after,
.btnContact:after {
  width: 32px;
  height: 32px;
}
/* -----------------------------------------------------------
.gNavSp
----------------------------------------------------------- */
.header .nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 80px 0 0 0;
  overflow: auto;
  background: rgba(255, 196, 106, 0.9);
}

.nav ul.gNav {
  font-weight: bold;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  border-left: none;
}

.nav ul.gNav > li {
  border-left: none;
  border-bottom: #808080 dotted 1px;
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.nav ul.gNav > li:last-child {
  border-right: none;
  margin-right: auto;
}

.nav ul.gNav li a {
  color: #000;
  padding: 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 0;
}

.header .nav li li a:after {
  content: "";
}

.nav .gNavSp li.icoNav a:before {
  display: none;
}

.nav .gNavSp li.icoNav ul li a:after {
  border: none;
  transform: none;
  top: 10px;
  bottom: inherit;
}

.spmenubtn {
  width: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  height: 80px;
  width: 80px;
  vertical-align: middle;
  line-height: 1;
  box-sizing: border-box;
}

.spmenubtn a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.spmenubtn a:hover {
  text-decoration: none;
}

.spmenubtn span {
  display: block;
  height: 2px;
  width: 40px;
  background-color: var(--keycol);
  margin: 0 auto 8px;
}
.spmenubtn span:last-child {
  background: none;
  border-radius: 0;
  margin: 0;
  padding-top: 4px;
  color: var(--keycol);
  font-weight: 600;
  font-size: 11px;
  font-family: var(--enfont);
}

.header .nav .gNavSp {
  font-weight: 700;
  display: block;
  width: auto;
  padding: 0;
  border-left: none;
}

.header .nav .gNavSp > li {
  color: #fff;
  border: none;
  float: none;
  margin-bottom: 0;
  padding: 5px 10px 0;
}

.header .nav .gNavSp > li:last-child {
  border: none;
}

.header .nav .gNavSp li a {
  color: #000;
  padding: 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  margin-bottom: 0;
  width: auto;
  border-radius: 8px;
  text-align: center;
}

.header .nav li li a:after {
  content: "";
}

.header  .nav .gNavSp li.close {
  text-align: center;
  padding: 10px;
}

.header  .nav .gNavSp li.close a {
  background: var(--pointcol);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}

.header .nav .gNavSp li.sizeS {
  margin-right: 1px;
  width: 49.8%;
  width: calc(50% - 3px);
}

.header .nav .gNavSp li.sizeS:nth-child(2n) {
  float: right;
}

.header .nav .gNavSp li ul {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  padding: 0;
}

.nav .gNavSp li li {
  margin: 0 0 5px;
  float: left;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.header .nav .gNavSp li li a {
  text-align: left;
}

.header .nav .gNavSp li.icoNav {
  display: block;
  text-align: center;
}

.header .nav .gNavSp li.icoNav ul li {
  width: 100px;
  height: 100px;
  display: inline-flex;
  float: none;
  margin: 5px 0 0;
  line-height: 1.2;
}

.header .nav .gNavSp li.icoNav ul li:nth-child(-n + 3) {
  margin-top: 0;
}

.header .nav .gNavSp li.icoNav ul li a {
  padding: 50px 0 5px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #333;
}

.nav .gNavSp li.icoNav ul li a:after {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 39px;
  height: 39px;
}

.header .nav .gNavSp li a:before {
  background: var(--keycol);
  position: absolute;
  border-radius: 50%;
  left: 5px;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border: none;
  content: "";
  display: none;
}

.header .nav .gNavSp li.icoNav a:before {
  display: none;
}

.header .nav .gNavSp li.icoNav ul li a:after {
  border: none;
  transform: none;
  top: 10px;
  bottom: inherit;
}
@media (max-width: 500px) {
  .spmenubtn {
    width: 60px;
    height: 60px;
  }
  .header .hdrBnr a {
    width: 60px;
    height: 60px;
    display: flex;
  }
}
/*------------------------------------------------------------
cta
------------------------------------------------------------*/

.ctaWrap {
  /*background: var(--bgcol2);*/
  background: url("img/bg_cta.jpg") center center no-repeat #fff;
  padding: 9.8vw 0 7.3vw;
  margin-top: 8vw;
  position: relative;
}
#top .ctaWrap {
  padding: 18.25vw 0 7.82vw;
  /*background: var(--bgcol2);*/
  background: url("img/bg_cta.jpg") center center no-repeat #fff;
  background-size: 100%;
  margin-top:0;
}
#top .ctaWrap::before {
  content: "";
  width: 100%;
  height: 64px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
        to top right,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%
      )
      no-repeat top left/50% 100%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
      no-repeat top right/50% 100%;
}
#contact .ctaWrap {
  background: #ffffff;
}
.ctaWrap .ecImg {
  position: absolute;
  right: -0.3em;
  top: 2.6em;
  width: 26%;
}
.ctaWrap h2 {
  width: 76.7%;
  margin: 0 auto 0 0;
}
.ctaWrap .btn_cta {
  margin: 2.08em auto 0;
  display: block;
  max-width: 439px;
}
.ctaWrap .btn_cta img {
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.1));
}
.ctaWrap .btn_cta.btn_tel .tel {
  position: absolute;
  font-size: 2.2em;
  color: #fff;
  font-weight: bold;
  line-height: 0.8;
  left: 25%;
  top: 37.2%;
  text-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  white-space: nowrap;
}
.reasonBox .ctaWrap .btn_cta.btn_tel .tel {
  font-size: 2.15em;
}
/* -----------------------------------------------------------
#common
共通
----------------------------------------------------------- */
.bg01 {
  background: var(--bgcol2);
}
.bg02 {
  background: var(--bgcol);
}
.basicTit {
  padding: 2.91em 0;
  z-index: 99;
  position: relative;
}
.basicTit h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2em;
  color: var(--keycol);
  font-weight: 700;
}
.basicTit .ja {
  font-style: italic;
  text-align: center;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

.basicTit p {
  text-align: center;
  font-size: 1.5em;
  color: var(--keycol);
  margin-top: 1em;
}

.serviceMenuBox h3 {
  background-color: var(--keycol);
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.5em;
  width: 70%;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -2.5%;
}
.serviceMenuBox h3::after {
  content: "";
  top: 0;
  border: solid transparent;
  border-width: 25px;
  height: 0;
  width: 0;
  position: absolute;
  left: 100%;
  border-left-color: var(--keycol);
}

.serviceMenuBox a {
  display: block;
  position: relative;
  margin: 0.5em 0;
}
.messageWrap.bg02 {
  background-color: #fff;
}

.bg02 .basicTit .ja {
/*
  -webkit-text-stroke: 1px var(--bgcol);
  text-stroke: 1px var(--bgcol);
*/
  font-weight: 900;
}

.basicTit small {
  font-size: 0.3em;
  margin-top: 1em;
}
.basicTit small:before,
.basicTit small:after {
  content: "/";
}
.basicTit small:before {
  margin-right: 0.5em;
}
.basicTit small:after {
  margin-left: 0.5em;
}
h3.h3 {
  font-size: 1.25em;
  font-weight: 700;
  border-left: 10px solid var(--keycol);
  padding-left: 0.5em;
  line-height: 2;
}
.h3_line {
  border: 4px solid var(--keycol);
  border-width: 4px 0;
  padding: 1.75em 0;
  margin: 0 2.5% 1.5em;
}
.h3_line .title {
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
  color: var(--keycol);
}
.h3_line .title strong {
  font-size: 1.5em;
}
h4.it {
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1em;
}
.txt_catch {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}
.marker {
  color: #ffffff;
  background: linear-gradient(transparent 0%, var(--subcol) 0%);
  padding: 0 0.1em;
}
.btnBox {
  margin-top: 2em;
  padding: 0 2%;
}
.btn {
/*  border: 2px solid var(--keycol);*/
  background: var(--pointcol);
  width: 100%;
  max-width: 690px;
  border-radius: 2.291em;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1.5em;
  height: 3.333em;
  line-height: calc(3.333em - 4px);
  margin: 0 auto;
  text-decoration: none !important;
}

.btn i {
  margin-left: 0.5em;
}
.btn:link,
.btn:hover,
.btn:visited {
  background-color: #fff;
  color: var(--keycol);
  border: 2px solid var(--keycol);
}

.flexWrap {
  display: flex;
}

#pageMainv {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 767/270;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageMainv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #575656;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#pageMainv .bgmv {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.77;
  z-index: 0;
  mix-blend-mode: multiply;
}
#pageMainv .bgmv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/bg_2nd_overlay.png") repeat;
}
#pageMainv .mvTit {
  position: relative;
  z-index: 2;
}

#pageMainv .mvTit h1,
#pageMainv .mvTit p{
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#pageMainv .mvTit::before {
  content: "";
  width: 22vw;
  height: auto;
  aspect-ratio: 261/225;
  position: absolute;
  right: -6.5em;
  bottom: -2.6em;
  background-size: contain !important;
  z-index: -1;
}
#pageMainv .mvTit h1 .ja,
#pageMainv .mvTit p .ja{
  font-style: italic;
}
#pageMainv .mvTit h1 small,
#pageMainv .mvTit p small{
  font-size: 0.3em;
  margin-top: 1em;
}
#pageMainv .mvTit h1 small:before,
#pageMainv .mvTit h1 small:after,
#pageMainv .mvTit p small:before,
#pageMainv .mvTit p small:after{
  content: "/";
}
#pageMainv .mvTit h1 small:before,
#pageMainv .mvTit p small:before{
  margin-right: 0.5em;
}
#pageMainv .mvTit h1 small:after,
#pageMainv .mvTit p small:after{
  margin-left: 0.5em;
}
.breadNav {
  background: #e7e7e7;
  padding: 0.25em 0 0.5em;
  position: relative;
}
.breadNav .page-chara {
  position: absolute;
  width: 24%;
  right: 2%;
  bottom: 0;
}
#point .breadNav .page-chara {
  width: 20%;
  right: 1%;
}
.breadNav .page-chara img {
  width: 100%;
}
.pan_list {
  list-style: none;
  padding: 0 3%;
  width: 100%;
}
.pan_list a {
  color: var(--txtcol);
  text-decoration: none;
}
.pan_list a span br {
  display: none;
}
.pan_list li {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.2;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: var(--txtcol);
  content: ">";
}
ul.maru li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.maru li::before {
  content: "●";
}

/* -----------------------------------------------------------
TOP
----------------------------------------------------------- */

.mainv .stage {
  position: relative;
}

.mainv .stage .btn_mv {
    width:50%;
    height:2.6666em;
    border:2px solid #FFF;
    display: block;
    position:absolute;
    border-radius: 30px;
    line-height: 2.5em;
    color:#FFF;
    font-weight:500;
    font-size:0.916em;
    left:7.3%;
    bottom:1.3333em;
    text-decoration: none;
    text-align: center;
}

.pickupBnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.pickupBnr li {
  width: 49%;
  max-width: 354px;
}

.pickupBnr li a {
  display: block;
  position: relative;
}
.pickupBnr li a img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
.pickupBnr li a.bnTel .tel {
  font-size: 1.3em;
  color: var(--subcol);
  font-weight: bold;
  line-height: 1;
  text-align: Left;
  position: absolute;
  left: 23.55%;
  bottom: 18.5%;
  text-shadow: 0 0 4px var(--keycol);
}

/***topIntro***/

.topIntro {
    padding:9.25vw 0;
}
.topIntro .inner{
    position: relative;
}
.topIntro .inner:before {
    content: "";
    width: 23.5%;
    height: auto;
    aspect-ratio: 134 / 120;
    position: absolute;
    right: 0;
    bottom: 18vw;
    background: url(img/kikka.png) no-repeat;
    background-size: contain;
}
.topIntro h2 {
    font-size:2.5em;
    font-style: italic;
    font-weight:700;
    text-align: center;
    margin-bottom:1em;
    color:var(--keycol);
}
.topIntro p {
  line-height: 1.9;
}
.topIntro .pointBnIndex,.sp-nav .pointBnIndex{
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.topIntro .pointBnIndex .pointBn,.sp-nav .pointBnIndex .pointBn {
  width: calc((100% - 1px) / 2);
  position: relative;
  margin-bottom: 1px;
}
.pointBnIndex .pointBn .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 4.2%;
  padding-top: 16%;
  color: #FFF;
  font-weight: 700;
  font-size: 1.025em;
  line-height: 1.4;
}

.pointBnIndex .pointBn .txt .marker {
  color: #FFFFFF;
  background: linear-gradient(transparent 0%, var(--subcol) 0%);
  padding: 0 0.25em 0.1em;
}

/***topContact***/

.topContact {
  padding-top: 40px;
  position: relative;
}
.topContact_title h2 {
  text-align: center;
  font-size: 1.3em;
  color: var(--keycol);
  font-weight: 700;
}
.topContact_formblock {
  position: relative;
  background: var(--bgcol);
}
.topContact_formblock::before {
  content: "";
  width: 100%;
  height: 64px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
        to top right,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%
      )
      no-repeat top left/50% 100%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
      no-repeat top right/50% 100%;
}
.topContact_formblock .icon_l {
  position: absolute;
  left: 15px;
  top: -1.25em;
  width: 26.7%;
  max-width: 205px;
}
.topContact_formblock .icon_r {
  position: absolute;
  right: 1em;
  width: 42%;
  max-width: 135px;
  top: -0.5em;
}
@media (min-width: 768px) {
  .topContact_formblock .icon_r {
    width: 42%;
    max-width: 188px;
    right: calc((100% - 1120px) / 2) !important;
  }
}
.topContact_formblock .inner {
  padding: 0 5.2%;
}
.topContact_formblock .inner .h3Box {
  width: 68.57%;
  margin: 100px auto 32px;
}
.btn_tel {
  position: relative;
  display: block;
  max-width: 689px;
  margin: auto;
}
.btn_tel img {
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.1));
}
.btn_tel .tel {
  position: absolute;
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  line-height: 0.8;
  left: 25%;
  top: 37.2%;
  text-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  white-space: nowrap;
}

.btn_tel time {
  position: absolute;
  /*     font-size: 0.75em; */
  font-size: 0.85em;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  left: 0;
  /*     bottom:1em; */
  bottom: 0.8em;
  font-weight: bold;
}
.topContact_formblock .formWrap {
  margin-top: 30px;
}
.formWrap dl {
  margin-top: 2em;
}
.formWrap dt {
  font-size: 1.25em;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.formWrap dt span {
  display: inline-block;
  width: 3.666em;
  height: 1.666em;
  border-radius: 8px;
  font-size: 0.8em;
  line-height: 1.5555;
  text-align: center;
  vertical-align: middle;
  margin-left: 1em;
}
.formWrap dt .req {
  background: var(--keycol);
  color: #fff;
}
.formWrap dt .opo {
  background: #d8d8cd;
  color: var(--txtcol);
}
.formWrap dd input[type="text"],
.formWrap dd input[type="tel"],
.formWrap dd input[type="email"],
.formWrap dd textarea {
  padding: 16px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
  font-size: 1em;
}
.formWrap dd input::placeholder,
.formWrap dd textarea::placeholder {
  color: #999999;
}
.formWrap input[type="submit"] {
  background: url("img/btn_submit.png") center no-repeat;
  background-size: contain;
  font-size: 0;
  color: transparent;
  width: 100%;
  height: auto;
  aspect-ratio: 685/141;
  max-width: 685px;
  margin: 9.77vw auto 5.21vw;
  display: block;
}
.formWrap input[type="submit"]:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/***top serviceMenu***/

.serviceContents {
  padding-bottom: 9.77vw;
/*  background: var(--bgcol2);*/
}
.serviceMenuIndex {
  width: 95%;
  display: flex;
  flex-direction: column;
/*  gap: 1em;*/
  margin: 0 auto;
}
.serviceContents .serviceMenuIndex {

}
.serviceMenuIndex .serviceMenuBox {
  position: relative;
}
.serviceMenuIndex .serviceMenuBox .txt {
  position: absolute;
  font-size: 0.8333em;
  line-height: 1.2;
  right: 4%;
  bottom: 0.5em;
  text-decoration: none;
  color: #fff;
  background: #56cc43;
}

.work_messageBox {
  position: relative;
  padding-bottom: 7.8vw;
  overflow: visible;
}

.work_image_photo {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 48%;
  padding: 20px 0;
  z-index: 1;
}
.work_messageBox .fukidashi {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 1em 0.75em 1.125em;
}
.work_messageBox .fukidashi:after {
  content: "";
  width: 50px;
  height: 25px;
  position: absolute;
  top: calc(0% - 25px);
  left: calc(56% - 50px);
  background: linear-gradient(
      to bottom right,
      transparent 50%,
      #fff 50%
    ) left,
    linear-gradient(
      to bottom left,
      transparent 50%,
      #fff 50%
    ) right;

  background-size: 50% 100%;
  background-repeat: no-repeat;
  z-index: 9;
}
.work_messageBox .fukidashi .note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(
      90deg,
      transparent 0%,
      transparent 50%,
      #fff 50%,
      #fff 100%
    ),
    /* 点線1の色 */
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 97%,
        var(--keycol) 97%,
        var(--keycol) 100%
      ); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.25em; /* 点線2のサイズ */
  line-height: 2.25em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  font-size: 0.85em;
  letter-spacing: -0.05em;
}

#top .work_list_wrap {
/*  background: var(--bgcol);*/
  padding: 9.8vw 0;
}
#top .work_list_wrap > .inner {
  margin-bottom: 20px;
}
#top .work_list_wrap .swiper-slide {
  display: none;
}
#top .work_list_wrap .swiper-slide.show {
  display: flex;
}
#top .worksWrap .txt_catch {
  font-size: 1.2em;
  margin: 0;
}

/**flow**/

.flowWrap {
  position: relative;
  padding-top: 6vw;
  padding-bottom: 0;
}
.flowIndexWrap {
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0 0.83em;
  counter-reset: number 0;
}
.flowIndexWrap .flowbox {
  width: 48%;
  position: relative;
}
.flowIndexWrap .flowbox .img{
  position: relative;
}
.flowIndexWrap .flowbox .img::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " ";
  font-family: var(--enfont);
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--keycol);
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  font-size: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flowIndexWrap .flowbox .txt {
  padding: 0.5em 0 0;
}
.flowIndexWrap .flowbox .txt h4 {
  font-size: 1.15em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: var(--keycol);
}
.flowIndexWrap .flowbox .txt p {
  line-height: 1.8;
  margin-bottom: 1em;
}

/* -----------------------------------------------------------
staff
----------------------------------------------------------- */
.staffListWrap {
  padding-bottom: 75px;
}

.commentWrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.commentWrap .leftComment {
  width: 13.85em;
  height: 13.85em;
  max-width: 251px;
  max-height: 251px;
  border-radius: 50%;
  background: var(--keycol);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  position: relative;
  margin-top: -3em;
  line-height: 1.3;
}
.commentWrap .leftComment:before {
  content: "";
  width: 7.375em;
  height: 7.375em;
  border-radius: 50%;
  background: var(--keycol);
  opacity: 0.4;
  position: absolute;
  right: 9.6em;
  bottom: 6.7em;
  z-index: -1;
}

.commentWrap .rightComment {
  width: 9.45em;
  height: 9.45em;
  max-width: 251px;
  max-height: 251px;
  border-radius: 50%;
  background: #2669ac;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  margin-top: -3rem;
  position: relative;
}
.commentWrap .rightComment:before {
  content: "";
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #2669ac;
  opacity: 0.4;
  position: absolute;
  right: 0em;
  top: 7.5em;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .commentWrap .rightComment p {
    color: #ffffdd;
    width: 64%;
    font-size: 15px;
    line-height: 1.6;
  }
  .commentWrap .leftComment p {
    color: #ffffdd;
    width: 80%;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .commentWrap .rightComment p {
    color: #ffffdd;
    width: 68%;
    font-size: 3.4vw;
  }
  .commentWrap .leftComment p {
    color: #ffffdd;
    width: 80%;
    font-size: 3.4vw;
  }
}
.commentWrap + .imgC {
  margin-top: 6.4em;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.staffList .swiper-slide {
  padding: 0 0.8333em;
}
.staffList .swiper-slide {
  text-decoration: none;
}
.staffList .swiper-slide .img figure {
  object-fit: cover;
}
.staffList .swiper-slide .img figure .image {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bgcol);
  color: var(--keycol);
  overflow: hidden;
}
.staffList .swiper-slide .img figure img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.staffList .swiper-slide .img figure figcaption {
  text-align: center;
  color: var(--txtcol);
  margin-top: 20px;
  font-size: 1.125em;
  font-weight: 200;
}
.staffList .swiper-slide .img figure figcaption small {
  font-size: 0.8em;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

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

.staffWrap {
  padding-top: 36px;
}
.staffTitWrap {
  position: relative;
}

.staffTitWrap .squTit {
  position: relative;
  z-index: 3;
}
.staffTitWrap .squTit h2 {
  display: flex;
  justify-content: center;
}
.staffTitWrap .squTit h2 span {
  width: 1.195em;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 3.83em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  background-color: rgba(35, 81, 128, 0.8);
  padding-bottom: 0.1em;
}
.staffTitWrap .imgC {
  margin-bottom: 0;
  margin-top: -1.1em;
  position: relative;
  z-index: 1;
}

.staffTitWrap .subTit {
  position: absolute;
  left: 0;
  bottom: 1.2em;
  display: flex;
  justify-content: flex-start;
  z-index: 6;
}
.staffTitWrap .subTit h3 {
  background-color: rgba(50, 50, 50, 0.8);
  padding: 0 0 0 1em;
  line-height: 1.4em;
  height: 1.5em;
  position: relative;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
}
.staffTitWrap .subTit h3:after {
  content: "";
  width: 1em;
  height: 1.5em;
  background: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0) 50%,
      rgba(50, 50, 50, 0.8) 50.5%
    )
    no-repeat top left/100% 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
}
.staffWrap .staffListWrap .staffListBox {
  margin-top: 1.25em;
  display: flex;
  justify-content: space-between;
}
.staffWrap .staffListWrap .staffListBox .img {
  width: 35%;
}
.staffWrap .staffListWrap .staffListBox .img figure {
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bgcol2);
  color: var(--keycol);
}
.staffWrap .staffListWrap .staffListBox .txt {
  width: 63%;
}
table.staff-info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  margin-top: -5px;
}
table.staff-info th,
table.staff-info td {
  padding: 8px 10px;
  line-height: 1.4;
  font-size: 0.91em;
}
table.staff-info th {
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  width: 20%;
}
.staff-info tr:nth-of-type(odd) th,
.staff-info tr:nth-of-type(odd) td {
  background: var(--bgcol2);
}
/* -----------------------------------------------------------
works
----------------------------------------------------------- */
.worksWrap{
  background: var(--bgcol);
}
.category-nav-wrap {
    margin-bottom:3.4em;
}
.category-nav-wrap .category-nav.blog_cat {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-right:auto;
    margin-left:auto;
}
.category-nav-wrap .category-nav.blog_cat li {
    display: inline-block;
    width:auto;
    padding:0;
}
.category-nav-wrap .category-nav.blog_cat li a {
    display: block;
    background-color: var(--pointcol);
    border:2px solid var(--pointcol);
    text-align: center;
    border-radius: 8px;
    line-height: calc(2.5em - 4px);
}
.category-nav-wrap .category-nav.blog_cat li a.is-active {
    background-color: #FFF;
    border:2px solid var(--pointcol);
    color:var(--pointcol);
}

.category-nav-wrap .category-nav {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-right: -1.1%;
  margin-left: -1.1%;
}
.category-nav-wrap .category-nav li {
  width: 50%;
  padding: 1.1%;
  font-size: 0.8em;
}
.category-nav-wrap .category-nav li a {
  display: block;
  background: var(--pointcol);
  color: #fff;
  font-weight: 500;
  text-align: left;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 10px;
  text-decoration: none;
  padding: 0 0.833em;
  position: relative;
}
.category-nav-wrap .category-nav li a i {
  position: absolute;
  right: 0.833em;
  top: 50%;
  transform: translateY(-50%);
}
.worksList .swiper-slide {
  padding: 0 1em 1em;
}
.worksList .swiper-slide a {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
}

.worksList .swiper-slide a h3 {
  background: var(--pointcol);
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  height: 3em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
    padding:0 20px;
}
#top .worksList .swiper-slide a h3 {
  height: 4.5em;
}

.worksList .swiper-slide a .slide-inner {
  padding: 1.5em 1em;
}
.worksExp {
  display: flex;
  margin-top: 1em;
}
.afterThumb {
  position: relative;
}
.afterThumb::before {
  content: "解体後";
  width: 5em;
  height: 2em;
  line-height: 2em;
  background: var(--subcol);
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  text-align: center;
}
.worksExp .beforeThumb {
  width: 46%;
  position: relative;
}
.beforeThumb::before {
  content: "解体前";
  width: 5em;
  height: 2em;
  line-height: 2em;
  background: var(--subcol);
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  text-align: center;
}
.beforeThumb::after {
  content: "";
  width: 2.66em;
  height: 3.625em;
  background: url("img/BA_arrow.png") no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  right: 0;
  top: -1.6em;
}
.worksExp .infoBox {
  font-size: 0.83333em;
}
.worksExp .infoBox dl {
  display: flex;
  color: var(--txtcol);
  padding-left: 0.5em;
  font-size: 0.9em;
}
.worksExp .infoBox dl dt {
  width: 5.5em;
  padding: 0.5em;
  position: relative;
}
.worksExp .infoBox dl dt:after {
  content: "｜";
  position: absolute;
  right: 0;
}
.worksExp .infoBox dl dd {
  width: calc(100% - 5.5em);
  padding: 0.5em 0 0.5em 0.5em;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  display: none;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 2.5em;
  opacity: 0.75;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 1.5em;
  color: #fff;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-color: var(--keycol);
}

/**下層ページ**/
.worksListWrap {
  padding-top: 36px;
  padding-bottom: 60px;
}

.worksListWrap .worksList {
  padding-top: 40px;
}

.worksListWrap .worksList .swiper-slide {
  padding: 0 0 1em;
}
.worksListWrap .worksList .swiper-slide .worksExp {
  margin-top: 0;
}

.worksListWrap .worksList .swiper-slide .worksExp .img {
  width: 57%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.worksListWrap .worksList .swiper-slide .worksExp .img::after {
  content: "";
  width: 1.625em;
  height: 2.25em;
  background: url(img/BA_arrow.png) no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) rotate(41.1deg);
}
.worksListWrap .worksList .swiper-slide .worksExp .img > div {
  width: 49%;
  overflow: hidden;
}
.worksListWrap .worksList .swiper-slide .worksExp .img > div figure {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 200/230;
}
.worksListWrap .worksList .swiper-slide .worksExp .img > div figure img {
  height: 100%;
  width: auto;
  max-width: none;
}
.worksListWrap
  .worksList
  .swiper-slide
  .worksExp
  .img
  > div.beforeThumb::after {
  display: none;
}
.worksListWrap .worksList .swiper-slide .worksExp .txtBox {
  width: 43%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.worksListWrap .worksList .swiper-slide .worksExp .txtBox time {
  color: var(--txtcol);
  font-size: 0.75em;
  text-align: right;
  display: block;
}
.worksListWrap .worksList .swiper-wrapper {
  flex-flow: column;
}
.single-works .worksCont {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .beforeThumb::after {
    width: 2.16em;
    height: 3.125em;
    right: -1.4em;
    top: -2.1em;
  }
}
/* -----------------------------------------------------------
voice
----------------------------------------------------------- */

.voiceWrap {
  position: relative;
  padding-bottom: 75px;
}
.voiceList .swiper-slide {
  padding: 0 1em 1em;
}
.voiceList .swiper-slide a {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
}
.voiceList .swiper-slide a .slide-inner {
  border-radius: 10px;
}
.voiceList .swiper-slide a .slide-inner .mainThumb figure img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voiceList .swiper-slide a .slide-inner .voiceTxt {
  padding: 0.5em 1em;
}
.voiceList .swiper-slide a .slide-inner .voiceTxt time,
.voiceList .swiper-slide a .slide-inner .voiceTxt h3 {
  display: block;
  width: 100%;
  border-bottom: 1px dotted var(--keycol);
}
.voiceList .swiper-slide a .slide-inner .voiceTxt time {
  color: var(--txtcol);
  font-size: 0.91em;
  line-height: 1.8;
}
.voiceList .swiper-slide a .slide-inner .voiceTxt h3 {
  font-weight: 700;
  padding: 0.5em 0;
  font-size: 1.1em;
}
.voiceList .swiper-slide a .slide-inner .voiceTxt .info {
  text-align: right;
  color: var(--txtcol);
  font-size: 0.85em;
  padding: 0.5em 0;
}
.voiceList .swiper-slide a .more {
  background: var(--keycol);
  color: #fff;
  text-align: center;
  font-size: 0.91em;
  height: 2.83em;
  line-height: 2.83em;
  border-radius: 0 0 10px 10px;
}
.voiceList .swiper-slide a .more i {
  margin-left: 10px;
}
.voiceList .swiper-button-prev,
.voiceList .swiper-button-next {
  background-color: var(--pointcol);
}

/**下層ページ**/
.voiceListWrap {
  padding-top: 36px;
  padding-bottom: 60px;
}
.voiceListWrap .voiceList {
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
  flex-flow: wrap;
}
.voiceListWrap .voiceList .swiper-slide {
  width: 50%;
  padding: 0 0.5em 1em;
}
.voiceListWrap .voiceList .swiper-slide a .slide-inner .voiceTxt {
  padding: 0.5em;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
}
.voiceList .swiper-slide a .slide-inner .voiceTxt h3.note {
  border-bottom: none;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 98%,
      var(--keycol) 98%,
      var(--keycol) 100%
    );
  background-size: 2px 100%, 100% 2em;
  line-height: 2;
  padding: 0;
}
.voiceList .swiper-slide a .slide-inner .voiceTxt h3.note p {
  font-weight: 600;
  line-height: 2;
}

/* -----------------------------------------------------------
blog
----------------------------------------------------------- */
.blogWrap {
  position: relative;
  padding-bottom: 75px;
}
.blogList .swiper-slide {
  padding: 0 1em 1em;
  height: auto;
}
.blogList .swiper-slide a {
  display: flex;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.blogList .swiper-slide a .slide-inner {
  border-radius: 10px;
}
.blogList .swiper-slide a .slide-inner .mainThumb figure,
.voiceList .swiper-slide a .slide-inner .mainThumb figure {
  width: 100%;
  height: auto;
  aspect-ratio: 444/334;
  background-color: var(--bgcol);
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogList .swiper-slide a .slide-inner .mainThumb figure img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blogList .swiper-slide a .slide-inner .voiceTxt {
  padding: 0.5em 1em;
}
.blogList .swiper-slide a .slide-inner .voiceTxt time,
.blogList .swiper-slide a .slide-inner .voiceTxt h3 {
  display: block;
  width: 100%;
  border-bottom: 1px dotted var(--keycol);
}
.blogList .swiper-slide a .slide-inner .voiceTxt time {
  color: var(--txtcol);
  font-size: 0.91em;
  line-height: 1.8;
}
.blogList .swiper-slide a .slide-inner .voiceTxt h3 {
  font-weight: 700;
  padding: 0.5em 0;
  font-size: 1.333em;
}
.blogList .swiper-slide a .slide-inner .voiceTxt .info {
  text-align: right;
  color: var(--txtcol);
  font-size: 0.91em;
  padding: 0.5em 0;
}
.blogList .swiper-slide a .more {
  background: var(--keycol);
  color: #fff;
  text-align: center;
  font-size: 0.91em;
  height: 2.83em;
  line-height: 2.83em;
  border-radius: 0 0 10px 10px;
}
.blogList.swiper-slide a .more i {
  margin-left: 10px;
}

/* -----------------------------------------------------------
message
----------------------------------------------------------- */

.message_title {
/*  background: url("img/bg_message_head.png") no-repeat;*/
  background-size: cover;
  position: relative;
  padding: 4em 0 6.5em;
}
.message_title .img {
  width: 62%;
  max-width: 328px;
  height: auto;
  aspect-ratio: 800/900;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .message_title .txtBox .arrowMessage {
    font-size: 1.8em;
    font-weight: bold;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transform: rotate(-3.6deg);
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 767px) {
  .message_title .txtBox .arrowMessage {
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transform: rotate(-3.6deg);
    transform-origin: left bottom;
  }
}
.message_title .txtBox .arrowMessage span {
  color: #fff;
  background: var(--keycol);
  padding: 0 0.5em;
  height: 1.6em;
  position: relative;
  margin-bottom: 0.25em;
  line-height: 1.6em;
}
.message_title .txtBox .arrowMessage span:after {
  content: "";
  width: 0.8em;
  height: 1.6em;
  position: absolute;
  left: 99.9%;
  top: 0;
  background: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0) 50%,
      var(--keycol) 50.5%
    )
    no-repeat top left/100% 100%;
}

.message_txt {
  background: var(--bgcol2);
  padding: 60px 0;
}
.message_txt .inner {
  padding: 0 5%;
}
.message_txt h3 {
  font-size: 1.666666em;
  text-align: center;
  margin-bottom: 1em;
}
.message_txt p {
  line-height: 1.8;
}

.message_txt + .bnrReason {
  background: var(--bgcol);
}

/* -----------------------------------------------------------
contact
----------------------------------------------------------- */
.ContactWrap {
  padding: 70px 0;
}
.Contact_title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 1em;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
}
.contactStepWrap {
  display: flex;
  justify-content: center;
}
.contactStepWrap .step {
  background: #ffa853;
  color: #fff;
  text-align: center;
  width: 33.3%;
  padding: 0.85em;
  position: relative;
}

.contactStepWrap .step.step1 {
  border-radius: 10px 0 0 10px;
}
.contactStepWrap .step.step2 {
  background: #ff9329;
}
.contactStepWrap .step1::after {
  content: "";
  width: 4.95vw;
  height: auto;
  aspect-ratio: 38/95;
  background: #ffa853;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.contactStepWrap .step2::after {
  content: "";
  width: 4.95vw;
  height: auto;
  aspect-ratio: 38/95;
  background: #ff9329;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.contactStepWrap .step.step3 {
  border-radius: 0 10px 10px 0;
  background: var(--keycol);
}
.contactStepWrap .step span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 1em;
  height: 1.5em;
  line-height: calc(1.5em - 2px);
  border-radius: 0.75em;
}
.contactStepWrap .step p {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 0.5em;
}
.Contact_formblock {
  position: relative;
}
.Contact_formblock .icon_r {
  position: absolute;
  right: -2.2em;
  width: 37%;
  max-width: 188px;
  top: 3.4em;
}
.Contact_formblock .inner .h3Box {
  width: 68.57%;
  margin: 60px auto 32px;
}
.Contact_formblock .btn_tel .tel {
  font-size: 2.2em;
}
.Contact_formblock .formWrap {
  margin-top: 2.25em;
}
.Contact_formblock p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.Contact_formblock ul li {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------
corporate
----------------------------------------------------------- */

.corpinfoWrap {
  padding-top: 56px;
  padding-bottom: 32px;
}
.corpinfoWrap .corpinfoList dt {
  text-align: center;
  background: var(--bgcol2);
  padding: 0.65em 0;
}
.corpinfoWrap .corpinfoList dd {
  text-align: center;
  background: #fff;
  padding: 0.65em 0;
}

.reasonNav {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.reasonNav a {
  width: 30.2%;
  margin: 0 1.39% 0.83em;
}
.reasonNav + p {
  margin-top: 1em;
  line-height: 1.8;
}

.reasonBox {
  border: 5px solid var(--keycol);
  margin-top: 60px;
}
.reasonBox .rTit {
  background: var(--keycol);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.66em 0 1.25em;
  position: relative;
}
#reason01 .rTit::before, #menu01 .h3_line:before {
    content: "";
    width: 31.5%;
    height: auto;
    aspect-ratio: 134 / 175;
    position: absolute;
    right: -5vw;
    bottom: 0;
    background: url(img/img_tit_reason1.png) no-repeat;
    background-size: contain;
}
#reason02 .rTit::before, #menu02 .h3_line:before {
    content: "";
    width: 38.5%;
    height: auto;
    aspect-ratio: 134 / 140;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(img/img_tit_reason2.png) no-repeat;
    background-size: contain;
}
#reason03 .rTit::before, #menu03 .h3_line:before {
    content: "";
    width: 36.5%;
    height: auto;
    aspect-ratio: 152 / 152;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(img/img_tit_reason3.png) no-repeat;
    background-size: contain;
}
#reason04 .rTit::before, #menu04 .h3_line:before {
    content: "";
    width: 32.5%;
    height: auto;
    aspect-ratio: 133 / 150;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(img/img_tit_reason4.png) no-repeat;
    background-size: contain;
}
#reason05 .rTit::before, #menu05 .h3_line:before {
    content: "";
    width: 31.5%;
    height: auto;
    aspect-ratio: 134 / 184;
    position: absolute;
    right: -4vw;
    bottom: 0;
    background: url(img/img_tit_reason5.png) no-repeat;
    background-size: contain;
}
.reasonBox .rTit h3 {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
.reasonBox .rTit h3 label {
  display: inline-block;
  background: var(--subcol);
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
  padding: 0 1.5em;
  color: #fff;
  margin-bottom: 1em;
  font-weight: 500;
}
.reasonBox .rTit h3 .ja {
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  letter-spacing: -0.05em;
  position: relative;
  text-shadow: 2px 2px 0 var(--keycol), -2px -2px 0 var(--keycol);
}
.reasonBox .rInner {
  padding: 0.83333em;
}
.reasonBox .rInner p {
  line-height: 1.8;
  margin-top: 1em;
}

/* -----------------------------------------------------------
point
----------------------------------------------------------- */
.intoroWrap {
  padding-bottom: 70px;
}
.introBox {
  margin-top: 20px;
  background: var(--keycol);
}
.introBox .img {
  padding: 28px 36px 0;
  text-align: center;
}
.introBox .arrow-txt {
  position: relative;
  padding: 72px 0 24px;
}
.introBox .arrow-txt::before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
        to top right,
        rgba(255, 255, 255, 0) 50%,
        var(--bgcol2) 50.5%
      )
      no-repeat top left/50% 100%,
    linear-gradient(
        to top left,
        rgba(255, 255, 255, 0) 50%,
        var(--bgcol2) 50.5%
      )
      no-repeat top right/50% 100%;
}
.introBox .arrow-txt p.strong {
  font-weight: 700;
  text-align: center;
  font-size: 2em;
  color: var(--subcol);
}
.pointIndexWrap {
  margin-top: 54px;
  padding: 0 2.5%;
}
.pointIndexWrap .pointBn {
  margin-bottom: 1em;
}
.pointIndexWrap .pointBn a {
  display: block;
  position: relative;
}
.pointIndexWrap .pointBn a img {
  width: 100%;
}
.pointIndexWrap .pointBn a .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointIndexWrap .pointBn a .txt p {
  color: #fff;
  font-weight: 700;
  font-size: 1.6666em;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
}
.pointIndexWrap .pointBn .txt .marker {
  color: #fff;
  background: linear-gradient(transparent 0%, var(--subcol) 0%);
  padding: 0 0.25em;
}
.intoroWrap .inner > p {
  line-height: 1.8;
}

.pointblockWrap {
  background: var(--bgcol);
  padding-bottom: 1em;
}
.pointblockWrap .point_tit {
  background: var(--pointcol);
  padding: 20px 0 32px;
  border-bottom: 2px solid #fff;
}
.pointblockWrap .point_tit h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
}
.pointblockWrap .reasonBox {
  background: #ffffff;
  margin-top: 40px;
  padding-bottom: 36px;
}
.pointblockWrap .reasonBox .rTit {
  padding: 1.25em 0;
}
.pointblockWrap .reasonBox .rTit h3 span {
  color: #fff;
}
.pointblockWrap .reasonBox .cta {
  margin-top: 30px;
}
.pointblockWrap .reasonBox .cta h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: var(--keycol);
}
.pointblockWrap .reasonBox .cta .ctaWrap {
  padding: 0;
  background-color: transparent;
}
.pointblockWrap .reasonBox .checkBox {
  display: flex;
  background: var(--pointcol);
  margin-bottom: 1em;
  height: 2.4em;
}
@media screen and (max-width: 767px) {
  .pointblockWrap .reasonBox .checkBox {
    height: auto;
  }
}
.pointblockWrap .reasonBox .checkBox dt {
  background: var(--subcol);
  color: #FFF;
  font-weight: 700;
  height: 2.4em;
  width: 5em;
  padding-left: 0.5em;
  clip-path: polygon(calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%, 0 0);
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pointblockWrap .reasonBox .checkBox dt {
    height: auto;
    padding: 0.5em;
  }
}
.pointblockWrap .reasonBox .checkBox dd {
  padding-left: 0.5em;
  font-size: 1.1666em;
  font-weight: 700;
  color: #FFF;
  width: calc(100% - 4em);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pointblockWrap .reasonBox .checkBox dd {
    padding: 0.5em;
    line-height: 1.4;
  }
}
#kaitai00 {
  clear: both;
}
#kaitai00 .img {
  margin-bottom: 1rem;
}
#kaitai00 .txt p {
  margin-top: 0;
}
#kaitai00 .img.img02 {
  width: 46%;
  float: right;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.pointblockWrap .reasonBox .imgIndex,
.pointblockWrap .reasonBox .iconIndex {
  display: flex;
  flex-flow: wrap;
  margin-left: -0.33em;
  margin-right: -0.33em;
}
.pointblockWrap .reasonBox .imgIndex .box {
  padding: 0 0.33em 1em;
  width: 50%;
}
.pointblockWrap .reasonBox .imgIndex .box h4 {
  background: var(--keycol);
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 2em;
}
.pointblockWrap .reasonBox .iconIndex .box {
  padding: 0 0.33em 1em;
  width: calc(100% / 3);
}

/* -----------------------------------------------------------
menu
----------------------------------------------------------- */
#menu .intoroWrap {
  padding-bottom: 0;
}
#menu .work_list_wrap {
  padding: 40px 0;
  margin-top: 40px;
}
.menuIndexWrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
.menuIndexWrap .menuBn {
  width: 48%;
  margin-bottom: 1em;
  position: relative;
}
.menuIndexWrap .menuBn .more {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--subcol);
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  width: 100%;
  font-size: 0.8em;
}
.menuIndexWrap .menuBn .more i {
  margin-left: 10px;
  transform: rotate(90deg);
}
.menublockWrap .pointBlock {
  padding-top: 12vw;
}
.menublockWrap .h3_line {
  padding: 1.5em 0 1.75em;
  position: relative;
}
.menublockWrap .h3_line .title label {
  display: inline-block;
  background: var(--subcol);
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
  padding: 0 1.5em;
  color: #fff;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 0.5em;
}
.menublockWrap .h3_line .title span.ja {
  display: block;
  text-align: center;
  z-index: 9;
  position: relative;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
}
.menublockWrap .priceBox {
  display: flex;
  justify-content: space-between;
}
.menublockWrap .priceBox .priceTit {
  width: 31.4%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.menublockWrap .priceBox .priceTit span {
  width: calc(50% - 0.5px);
  margin-bottom: 1px;
  background: var(--keycol);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 0.9;
}

.menublockWrap .priceBox .priceImg {
  width: 68.1%;
  margin-bottom: 1px;
}
.menublockWrap .priceBox + .priceTxt {
  background: var(--subcol);
  color: #fff;
  padding: 1em;
  line-height: 1.8;
}
.menublockWrap .priceDetail {
  width: 100%;
  padding: 0.5em;
  margin-top: 1.5em;
}
.menublockWrap .priceDetail .title {
  color: var(--keycol);
  font-weight: 700;
  font-size: 115%;
  text-align: center;
}
.menublockWrap .priceDetail .pack {
  margin-bottom: 0.25rem;
  background: var(--keycol);
  background: linear-gradient(180deg, transparent 0%, transparent 1.2em, var(--keycol) 1.2em, var(--keycol) 100%);
}
.menublockWrap .priceDetail .pack .title {
  width: 15em;
  padding: 0.25em;
  margin:  0 auto;
  background: #fff;
  border: 1px solid var(--keycol);
  border-radius: 3em;
}
.menublockWrap .priceDetail .pack ul {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.menublockWrap .priceDetail .pack ul li {
  padding-left: 1em;
  color: #fff;
  font-size: clamp(10px,3.25vw,16px);
  white-space: nowrap;
  letter-spacing: -.6px;
  position: relative;
}
.menublockWrap .priceDetail .pack ul li::before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.2em;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.menublockWrap .priceDetail .pack ul li:nth-child(3n+1){
  width: 22.5%;
}
.menublockWrap .priceDetail .pack ul li:nth-child(3n+2){
  width: 42.5%;
}
.menublockWrap .priceDetail .pack ul li:nth-child(3n+3){
  width: 35%;
}
.menublockWrap .priceDetail .pack ul.steel li:nth-child(3n+1){
  width: 22%;
}
.menublockWrap .priceDetail .pack ul.steel li:nth-child(3n+2){
  width: 43%;
}
.menublockWrap .priceDetail .pack ul.steel li:nth-child(3n+3){
  width: 35%;
}
.menublockWrap .priceDetail .pack ul li::before {
  background: #fff;
}
.menublockWrap .priceDetail .pack ul li.none::before {
  background: transparent;
}
.menublockWrap .priceDetail .pack ul li .disp_pc {
  display: none;
}

.menublockWrap .priceDetail .cfplan {
  width: 100%;
  padding-bottom: 1rem;
}
.menublockWrap .priceDetail .cfplan .title {
  padding: 1rem 0;
  background: var(--pointcol);
  color: #fff;
  font-size: 15px;
}
.menublockWrap .priceDetail .cfplan table {
  width: 100%;
  font-size: 70%;
  line-height: 1.4;
  border-spacing: 3px;
  border-collapse: separate;
}
.menublockWrap .priceDetail .cfplan table th,
.menublockWrap .priceDetail .cfplan table td {
  padding: 0.75em 0.5em;
  background: #fff;
  border-right: 1px solid #fff;
  font-weight: 400;
  white-space: pre-wrap;  
}
.menublockWrap .priceDetail .cfplan table th:first-child,
.menublockWrap .priceDetail .cfplan table td:first-child {
    width: 10em;
}
.menublockWrap .priceDetail .cfplan table th:last-child,
.menublockWrap .priceDetail .cfplan table td:last-child {
  border-right: 0;
}
.menublockWrap .priceDetail .cfplan table thead th,
.menublockWrap .priceDetail .cfplan table thead td {
  padding: 0.5em;
  text-align: center;
}
.menublockWrap .priceDetail .cfplan table thead th {
  background: var(--keycol);
  color: #fff;
}
.menublockWrap .priceDetail .cfplan table tbody tr:nth-child(even) th,
.menublockWrap .priceDetail .cfplan table tbody tr:nth-child(even) td {
    background: #f3f2f2;
}
.menublockWrap .priceDetail .cfplan table tbody th {
  text-align: center;
}
.menublockWrap .priceDetail .cfplan table tbody td {
  padding-left: 1em;
}
.menublockWrap .note {
  margin-bottom: 1rem;
  font-size: 70%;
  font-weight: 400;
  line-height: 1.2;
}
.menublockWrap .plus {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--keycol);
  margin: 0.25em auto 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 300%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menublockWrap .plus img {
  width: 50%;
}
.menublockWrap .cap {
  font-size: 0.83em;
  line-height: 1.8;
  margin-top: 1em;
}
.menublockWrap .menuplanBox.reasonBox {
  margin-top: 40px;
}
.menublockWrap .menuplanBox.reasonBox .rTit {
  padding: 1em 0 1.25em;
}
.menublockWrap .menuplanBox.reasonBox .rTit h3 .ja {
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.025em;
}
.menublockWrap #menu04 .imgIndex{
  margin-top: 0;
  padding: 1em 0.5em 0;
  width: 100%;
  background-color: #fff;
}
.menublockWrap #menu04 .menuplanBox{
  margin-top: 0;
  width: 94%;
  margin: 0 auto;
}
.js-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.rTit {
  position: relative;
  cursor: pointer;
}
.icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease;
}
.icon::before {
  transform: rotate(0deg);
}
.icon::after {
  transform: rotate(90deg);
}
.menuplanBox.active .icon::before {
  transform: rotate(45deg);
}
.menuplanBox.active .icon::after {
  transform: rotate(-45deg);
}
.mpTable {
  width: 100%;
  border-collapse: collapse;
}
.mpTable thead th {
  background: var(--bgcol2);
  font-weight: 400;
  padding: 0.75em 0.5em;
  border: 2px solid #fff;
  font-size: 0.9em;
  text-align: center;
}
.mpTable tbody td {
  padding: 0.75em;
  font-size: 0.78em;
  border: 2px solid #fff;
}
.mpTable tbody tr > td:not(:first-child) {
  white-space: nowrap;
  vertical-align: middle;
}
.mpTable tbody > tr:nth-of-type(odd) td {
  background: #fff;
}
.mpTable tbody > tr:nth-of-type(even) td {
  background: #f3f2f2;
}
.allPrice {
  background: var(--subcol);
  padding: 1em;
}
.allPrice .dt {
  text-align: center;
  padding: 0px 0.5em 0 0;
  width: 37%;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  border-right: 1px solid #fff;
}

.allPrice .dt small {
  font-size: 0.5em;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
.allPrice .dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63%;
}
.allPrice .dd p {
  font-size: 1.15em;
  color: #fffe00;
  font-weight: 700;
}
.allPrice .dd strong {
  font-size: 1.4em;
}
.menublockWrap .imgIndex {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  width: 92%;
  margin-top: 40px;
}
.menublockWrap .imgIndex .box {
  padding: 0 0.25em 1em;
  width:calc(100%/3);
}
.menublockWrap .imgIndex .box h4 {
  background: var(--keycol);
  color: #fff;
  line-height: 2em;
  text-align: center;
  font-size: 2.6vw;
}

/* -----------------------------------------------------------
シングルページ
----------------------------------------------------------- */

.single .singleCont {
  padding-top: 48px;
  padding-bottom: 48px;
}
.singleCont h1.bar,
.singleCont h3.bar {
  background: var(--keycol);
  color: #fff;
  padding: 0.5em 1em;
  font-weight: 400;
  font-size: 1.25em;
}
.singleCont h1.bar + time,
.singleCont h3.bar + time {
  line-height: 2;
  text-align: right;
  display: block;
}

.baWrap {
  position: relative;
}
.voiceCont .baWrap {
  margin-top: 20px;
}
.baWrap .beforeThumb:after {
  display: none;
}
.baWrap .arrow {
  padding: 1em 0;
}
.baWrap .arrow span {
  width: 6.25em;
  height: 2em;
  display: block;
  margin: 0 auto;
  background: linear-gradient(
        to top right,
        rgba(255, 255, 255, 0) 50%,
        var(--pointcol) 50.5%
      )
      no-repeat top left/50% 100%,
    linear-gradient(
        to top left,
        rgba(255, 255, 255, 0) 50%,
        var(--pointcol) 50.5%
      )
      no-repeat top right/50% 100%;
}
.single .infoWrap {
  margin-top: 30px;
}
.single .infoWrap .infoBox dl {
  display: flex;
  justify-content: space-between;
}
.single .infoWrap .infoBox > dl:nth-of-type(odd) > * {
  background: var(--bgcol2);
}
.single .infoWrap .infoBox dl dt {
  width: 6em;
  padding: 0.5em 0.5em 0.5em 1em;
}
.single .infoWrap .infoBox dl dd {
  width: calc(100% - 6em - 2px);
  padding: 0.5em 1em;
}
.single .h3 {
  margin-top: 30px;
  color: var(--keycol);
}
.single .sCommentWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.single .sCommentWrap .img {
  width: 36%;
  text-align: center;
}
.single .sCommentWrap .img figure {
  margin-bottom: 10px;
}
.single .sCommentWrap .txt {
  width: 64%;
  padding-left: 2.5em;
}
.single .sCommentWrap .txt .fukidashi {
  background: var(--bgcol);
  padding: 1.5em;
  border-radius: 10px;
}
.single .sCommentWrap .txt .fukidashi p {
  line-height: 1.8;
}
.single .h3 + p {
  line-height: 1.8;
  margin-top: 1em;
}
.single .staffList {
  margin-top: 30px;
}
.single .blogCont .mv {
  margin-bottom: 1em;
}
.single .blogCont > .inner > p {
  line-height: 1.8;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.single .blogCont h2 {
  font-weight: 600;
  color: var(--keycol);
  font-size: 1.4em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.single .blogCont h3:not(.bar) {
  font-weight: 600;
  color: var(--keycol);
  font-size: 1.25em;
  border-bottom: 2px solid var(--keycol);
  margin-top: 2em;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.single .blogCont h4 {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 1.5em;
  position: relative;
  padding-left: 16px;
  margin-bottom: 1em;
}
.single .blogCont h4:before {
  content: "";
  width: 5px;
  height: 1em;
  background: var(--keycol);
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.single .blogCont h5 {
  font-weight: 600;
  font-size: 1.125em;
  margin-top: 1.5em;
  position: relative;
  color: var(--keycol);
  padding: 4px 0.5em;
  background: #efefef;
  margin-bottom: 1em;
}
.single .blogCont figure.alignright {
  margin-left: auto;
}
.single .blogCont figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single .blogCont figure.alignleft {
  margin-right: auto;
}
.single .blogCont .wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}

/********
 ページャー
**********/

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers li {
  margin: 0 10px;
}

.page-numbers li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--txtcol);
  color: #fff;
  text-decoration: none;
}
.page-numbers li .current {
  background: var(--keycol);
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/********
 プライバシーポリシー
**********/

.privacy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 1.2rem;
  }
  .privacy p {
    font-size: 1rem;
  }
}

.footer-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
/*
  max-width: 465px;
   margin: 0 auto 30px;
*/
}

.footer-bnr > .bnr-logo {
  display: block;
/*
  width: calc(50% - 30px * 1/2);
  margin-right: 30px;
  height:29px;
*/
}

.footer-bnr > .bnr-logo img{
  height:100%;
}

.footer-bnr > .bnr-logo:last-child {
  margin-right: 0;
}


@media screen and (max-width: 767px) {
  .footer-bnr {
    width: 100%;
    margin-bottom: 20px;
        justify-content: center;
        flex-flow: wrap;
        gap:20px;
        padding-top:20px;
  }
  .footer-bnr > .bnr-logo {
    width: auto;
        height:auto;
    margin-right: 0;
        background-color: #FFF;
        padding:4px;
        border:1px solid #000;
  }
  .footer-bnr > .bnr-logo img {
      width:auto;
      height:30px;
  }
  .footer-bnr.corp-bnr > .bnr-logo{
      border:none;
      padding:0;
  }
  .footer .footerL a.ftrLogo::before {
      display: none;
  }
}

.noimage {
    display: flex;
/*    background-color: var(--bgcol);*/
    with:100%;
    height:100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight:500;
    font-family: var(--enfont);
    font-size:1.75em;
}
.sCommentWrap .noimage{
  background-color: transparent;
}

#work .bn-box-wrap, .archive .bn-box-wrap, .single-works .bn-box-wrap{
    padding-top:40px;
}
#top .pointWrap {
    padding-bottom:60px;
}
#top .pointIndexWrap {
    gap:30px;
     display: flex;
    flex-flow: column;
}
#top .pointIndexWrap .pointIndex{
    border:2px solid var(--keycol);
    padding:20px;
    display: flex;
    flex-flow: column;
    align-items: center;

}
#top .pointIndexWrap .pointIndex .icon {
    width:80%;
}
#top .pointIndexWrap .pointIndex h4 {
    font-size:1.2em;
    font-weight:600;
    margin-bottom:10px;
    text-align: center;
}
#top .pointIndexWrap .pointIndex h4 strong {
    color:red;
}
#top .pointIndexWrap .pointIndex figure {
    width:100%;
    height:auto;
    aspect-ratio:4/3;
}
#top .pointIndexWrap .pointIndex figure img {
    width:100%;
    height:100%;
    object-fit: cover;
}
#top .pointIndexWrap .pointIndex p {
    margin-top:10px;
}

h3.bar {
    background-color: var(--keycol);
    padding:10px 20px;
    color:#FFF;
    font-weight:600;
    font-size:1.25em;
}
.theme-index-box {
    border-radius: 10px;
    background-color: #FFF;
    margin-top:20px;
}
.theme-index-box a {
    display: flex;
    padding:20px;
    gap:20px;
    text-decoration: none;
}
.theme-index-box a .icon {
    width:50px;
}
.theme-index-box a .txt {
    width:calc(100% - 80px);
}
.theme-index-box a h4 {
    text-decoration: none;
    color:var(--keycol);
    margin-bottom:10px;
    font-weight:600;
    font-size:1.2em;
}
.theme-index-box a p {
    color:#333;
}
.faqList {
    margin-bottom:60px;
}
.faqList dl {
    margin-bottom:30px;
    overflow: hidden;
    height:40px;
    transition-duration: 0.4s; 
}
.faqList dl.is-open {
  overflow: visible;
  height:auto;
}
.faqList dl dt {
    background-color: #eeeeee;
    height:40px;
    display: flex;
    gap:10px;
    align-items: center;
    font-weight:600;
    position:relative;
    z-index: 2;
    padding-left:50px;
    padding-right:15px;
}
.faqList dl dt::before {
    content:"Q";
    width:60px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFF;
    font-weight:600;
    font-size:1.2em;
    background-color: var(--keycol);
    position:absolute;
    left:0;
    top:0;
}
.faqList dl dt::after {
    content:"";
    width:10px;
    height:10px;
    border:var(--keycol) solid;
    border-width:0 2px 2px 0;
    transform: rotate(45deg);
    position:absolute;
    right:10px;
    transition:.4s;
    transform-origin: center
}
.faqList dl.is-open dt::after {
    transform: rotate(225deg);
}
.faqList dl dd {
   visibility: hidden;
   padding: 10px 10px 10px 50px;
   transform: translateY(-40px);
   opacity: 0;
   transition-duration: 0.4s; 
   background-color: #FFF;
   position:relative;
}
.faqList dl dd::before {
    content:"A";
    width:60px;
    height:60px;
    position:absolute;
    left:0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFF;
    font-weight:600;
    font-size:1.2em;
    background-color: var(--pointcol);
}
.faqList dl.is-open dd {
  transform: translateY(0);
  transition-delay: .2s;
  line-height: normal;
  visibility: visible;
  opacity: 1;
}
.category .category-nav-wrap, .blog .category-nav-wrap {
    margin-bottom:40px;
}

.sp-nav .nav-inner{
    padding:0 10px 10px;
}
.sp-nav-cta a {
    display: block;
}
.header .nav .gNavSp {
    font-weight: 500;
    display: block;
    width: auto;
    padding: 0;
    border-left: none
}

.header .nav .gNavSp>li {
    color: #fff;
    border: none;
    float: none;
    margin-bottom: 0;
    padding: 5px 10px 0
}

.header .nav .gNavSp>li:last-child {
    border: none
}

.header .nav .gNavSp li a {
    color: #000;
    padding: 10px;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
    margin-bottom: 0;
    width: auto;
    border-radius: 8px;
    text-align: center;
}

.header .nav li li a:after {
    content: ""
}
.close a{
    background-color: #FFF;
    border-radius: 30px;
    text-align: center;
    display: block;
    width:100%;
    margin:20px auto;
    text-decoration: none;
    line-height: 20px;
}
/*.close a:before {
    content:"×";
    margin-right:5px;
    color:var(--pointcol)
}*/

.blogCont.singleCont .inner img {
    width: fit-content!important;
}

/* フッター追従ボタン（1ボタン・テキスト記述） */
.ftrScroll {
  position: fixed;
  bottom: -106px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 19px;
  background-color: rgba(51, 51, 51, 0.8)!important;
  text-align: center;
  z-index: 100;
  transition: all 0.5s ease;
}

.fixpanel-area {
  width: 520px;
  position: relative;
}
.fixpanel-area._column2 {
  width: 860px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-around;
}

.fixpanel_button {
  display: block;
  width: 520px;
  height: 56px;
  padding-top: 19px;
  box-sizing: border-box;
  background-color: #f77C00;
  border-bottom: 4px solid #e15f00;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.fixpanel-area._column2 .fixpanel-area_button{
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.fixpanel-area._column2 .fixpanel_button{
  width: 100%;
  padding: 0 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixpanel_button.-tel {
  background-color: var(--subcol);
  border-bottom: 4px solid #4a774c;
}
.fixpanel_button:link, .fixpanel_button:active, .fixpanel_button:visited {
  color: #fff;
  text-decoration: none;
}
.fixpanel_button .fixpanel_button-text {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px 4px;
  background-color: #fff;
  border: 2px solid #e15f00;
  border-radius: 26px;
  color: #e15f00;
  font-size: 13px;
  z-index: 999;
  white-space: nowrap;
}
.fixpanel_button .fixpanel_button-free {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 56px;
  background-color: #e15f00;
  border-bottom: 4px solid #d74100;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
  padding-top: 19px;
}
.fixpanel_button.-tel .fixpanel_button-free {
  background-color: #16771b;
  border-bottom: 4px solid #0d4810;
}
.fixpanel_button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
}
.fixpanel_button:hover {
  background-color: #e37505;
  border-color: #d05B05;
}
.fixpanel_button:hover .fixpanel_button-free {
  background-color: #d05B05;
  border-color: #c74005;
}
.fixpanel_button.-tel:hover {
  background-color: var(--subcol);
  border-color: #4a774c;
}
.fixpanel_button.-tel:hover .fixpanel_button-free {
  background-color: #16771b;
  border-color: #0d4810;
}

@media (max-width: 767px) {
.fixpanel-area {
  width:96%!important;
  position: relative;
  margin:0 auto;
}

.fixpanel-area._column2 .fixpanel-area_button{
  width: 100%;
  margin: 0;
}
.fixpanel-area._column2 .fixpanel-area_button + .fixpanel-area_button{
  margin-left: 2vw;
}

.fixpanel_button {
  display: block;
  width:100%;
  height: 56px;
  padding-top: 19px;
  padding-left:80px;
  box-sizing: border-box;
  background-color: #f77C00;
  border-bottom: 4px solid #e15f00;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.fixpanel_button .fixpanel_button-text{
  width: 60%;
}
.fixpanel-area._column2 .fixpanel_button{
  font-size: 3vw;
  padding: 0 0 0 10vw;
}
.fixpanel_button .fixpanel_button-free{
  width: 22%;
  font-size: 2.8vw;
}

}

.-disable{
  color: #888!important;
  pointer-events: none;
}

.area-waku {
  max-width: 1000px;
  margin: 40px auto 60px;
  padding: 0 20px;
  text-align: center;
}

.area-waku .area-title {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
  padding: 0 28px;
  color: #333;
}

.area-waku .area-title::before,
.area-waku .area-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  height: 1px;
  background: #999;
}

.area-waku .area-title::before {
  right: 100%;
  margin-right: 20px;
}

.area-waku .area-title::after {
  left: 100%;
  margin-left: 20px;
}

.area-waku p {
  display: inline-block;
  background: #e5e5e5;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .area-waku {
    margin-top: 30px;
    padding: 0 15px;
  }

  .area-waku .area-title {
    font-size: 24px;
    padding: 0 16px;
    margin-bottom: 18px;
  }

  .area-waku .area-title::before,
  .area-waku .area-title::after {
    width: 50px;
  }

  .area-waku .area-title::before {
    margin-right: 10px;
  }

  .area-waku .area-title::after {
    margin-left: 10px;
  }

  .area-waku p {
    display: block;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.h_mark {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kikka-icon {
  height: 68px; /* サイズ調整 */
  width: auto;
}

/* kikka1.png は最初は非表示 */
.kikka-icon-sp {
  display: none;
}

/* スマホだけ表示 */
@media screen and (max-width: 767px) {
  .hdrLogo a {
    display: flex;
    align-items: center;
  }

  .header .hdrLogo a img.logo01 {
    display: inline-block !important;
    width: auto !important;
    height: 36px !important;
  }

  .header .hdrLogo a .kikka-icon-sp {
    display: inline-block !important;
    width: auto !important;
    height: 37px !important;
    max-width: none !important;
    margin-left: 6px;
    vertical-align: middle;
  }
}