@charset "UTF-8";
/* font */
.mplus {
  font-family: "M+ 1p", sans-serif;
}

.naname {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin: 2em auto;
}

/* フォントサイズ */
:root {
  --fs50: 50px;
  --fs40: 32px;
  --fs36: 36px;
  --fs32: 26px;
  --fs30: 30px;
  --fs27: 27px;
  --fs24: 24px;
  --fs21: 21px;
}
@media screen and (max-width: 1024px) {
  :root {
    --fs50: 30px;
    --fs40: 20px;
    --fs36: 18px;
    --fs32: 18px;
    --fs30: 18px;
    --fs27: 18px;
    --fs24: 18px;
    --fs21: 18px;
  }
}

.fs50 {
  font-size: var(--fs50);
}

.fs30 {
  font-size: var(--fs30) !important;
}

.fs40 {
  font-size: var(--fs40);
}

.fs32 {
  font-size: var(--fs32);
}

.fs27 {
  font-size: var(--fs27) !important;
}

.fs24 {
  font-size: var(--fs24) !important;
}

.fs21 {
  font-size: var(--fs21) !important;
}

.column90 {
  max-width: 1080px;
  margin: 1.5em auto;
}
.column90 .swell-block-columns__inner {
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mw90 {
  max-width: 90%;
  margin: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .mw90 {
    max-width: none;
  }
}

.mw80 {
  max-width: 80%;
  margin: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .mw80 {
    max-width: none;
  }
}

.mw75 {
  max-width: 75%;
  margin: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .mw75 {
    max-width: none;
  }
}

.mw70 {
  max-width: 70%;
  margin: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .mw70 {
    max-width: none;
  }
}

.mw50 {
  max-width: 50%;
  margin: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .mw50 {
    max-width: none;
  }
}

.tr140 {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
@media screen and (max-width: 767px) {
  .tr140 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tr120 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .tr120 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tr90 {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .tr90 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tr80 {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .tr80 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tr75 {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (max-width: 767px) {
  .tr75 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tr65 {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}
@media screen and (max-width: 767px) {
  .tr65 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ヘッダー */
#header {
  position: sticky;
}
@media screen and (max-width: 960px) {
  #header {
    position: fixed;
  }
}
#header > .l-header__inner {
  position: static;
  padding: 0 1em;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #header > .l-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#header .l-header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#header .l-header__logo .c-headLogo {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #header .l-header__logo .c-headLogo {
    margin-bottom: 0;
  }
}
#header .l-header__logo a {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  #header .l-header__logo a {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  #header .l-header__logo a {
    font-size: 16px;
  }
}
#header .l-header__logo .c-catchphrase {
  text-align: center;
  max-width: 250px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  #header .l-header__logo .c-catchphrase {
    font-size: 12px;
  }
}
#header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1600px) {
  #header .header-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#header .header-right .tel-number {
  text-align: right;
  padding: 0.5em 0.5em 0 0;
}
@media screen and (max-width: 960px) {
  #header .header-right .tel-number {
    display: none;
  }
}
#header .header-right .l-header__customBtn {
  display: none;
}
@media screen and (max-width: 1600px) {
  #header .header-right .l-header__menuBtn {
    display: block !important;
  }
}
#header .header-right #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1600px) {
  #header .header-right #gnav {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #header .header-right #gnav {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  #header .header-right #gnav {
    display: none;
  }
}
#header .header-right #gnav #menu-g-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  #header .header-right #gnav #menu-g-menu-1 {
    gap: 1em;
  }
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item > a {
  color: #000;
  position: relative;
  display: block;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item > a::after {
  display: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item > a.active::after {
  display: block;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #333;
  padding: 4em;
  grid-template-columns: repeat(auto-fit, 380px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  display: none;
  opacity: 0;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0.active {
  display: grid;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 li.depth-1-item > a {
  display: block;
  background-color: #fff;
  padding: 45px 70px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  border-radius: 10px;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 li.depth-1-item > a:hover {
  outline: 3px #fff solid;
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  opacity: 0;
}
#header .header-right #gnav #menu-g-menu-1 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a:hover::after {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 1600px) {
  #sp_menu {
    display: block;
    z-index: 105;
  }
}

#fix_header {
  display: none;
}
#fix_header > .l-fixHeader__inner {
  position: relative;
  padding: 0 1em;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fix_header .l-fixHeader__logo {
  margin-top: 1em;
  display: block;
}
#fix_header .l-fixHeader__logo .c-headLogo a {
  font-size: 54px !important;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #fix_header .l-fixHeader__logo .c-headLogo a {
    font-size: 27px;
  }
}
#fix_header .l-fixHeader__logo .c-catchphrase {
  max-width: 280px;
}
#fix_header .fix-header-right .tel-number {
  text-align: right;
  padding: 0.5em 0.5em 0 0;
}
@media screen and (max-width: 960px) {
  #fix_header .fix-header-right .tel-number {
    display: none;
  }
}
#fix_header .fix-header-right .l-fixHeader__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1280px) {
  #fix_header .fix-header-right .l-fixHeader__gnav {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  #fix_header .fix-header-right .l-fixHeader__gnav {
    display: none;
  }
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item > a {
  color: #000;
  position: relative;
  display: block;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item > a::after {
  display: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item > a.active::after {
  display: block;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #333;
  padding: 4em;
  grid-template-columns: repeat(auto-fit, 380px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  display: none;
  opacity: 0;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0.active {
  display: grid;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 li.depth-1-item > a {
  display: block;
  background-color: #fff;
  padding: 70px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  border-radius: 10px;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 li.depth-1-item > a:hover {
  outline: 3px #fff solid;
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  opacity: 0;
}
#fix_header .fix-header-right .l-fixHeader__gnav #menu-g-menu-2 .depth-0-item ul.depth-0 li.depth-1-item ul.depth-1 li a:hover::after {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* TOPページ */
.home h2 {
  width: 100%;
  text-align: center; /* テキストを中央揃えにする */
  position: relative; /* 相対位置指定 */
}
@media screen and (max-width: 767px) {
  .home h2 {
    padding-bottom: 0.5em;
    border-bottom: 5px dotted #000;
  }
}
.home h2::before,
.home h2::after {
  content: ""; /* 擬似要素の内容をクリア */
  position: absolute; /* 絶対位置指定 */
  top: 50%; /* 上端を中央に配置 */
  width: 30%; /* 画面幅の50%より50vw（viewport width）だけ引く */
  height: 1px; /* 線の高さ */
}
@media screen and (max-width: 1024px) {
  .home h2::before,
  .home h2::after {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .home h2::before,
  .home h2::after {
    display: none;
  }
}
.home h2::before {
  left: 0; /* 左側に線を表示 */
  border-top: 5px dotted #000;
}
.home h2::after {
  right: 0;
  border-top: 5px dotted #000;
}

.top-penguin img {
  max-width: 720px;
}

.flow-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin: 4em auto 8em;
}
@media screen and (max-width: 1024px) {
  .flow-chart {
    gap: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-chart.three-circle, .flow-chart.six-circle {
  display: block;
}
.flow-chart.three-circle .first-row,
.flow-chart.three-circle .second-row, .flow-chart.six-circle .first-row,
.flow-chart.six-circle .second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .flow-chart.three-circle .first-row,
  .flow-chart.three-circle .second-row, .flow-chart.six-circle .first-row,
  .flow-chart.six-circle .second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-chart.three-circle figure, .flow-chart.six-circle figure {
  text-align: center;
}
.flow-chart.three-circle .sec-arrow, .flow-chart.six-circle .sec-arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .flow-chart.three-circle .sec-arrow, .flow-chart.six-circle .sec-arrow {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .flow-chart .flow-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.rulebook {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 4em auto;
}
@media screen and (max-width: 1024px) {
  .rulebook {
    display: block;
  }
}
.rulebook figure {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .rulebook figure {
    -webkit-transform: none;
            transform: none;
  }
}
.rulebook .rule-text {
  background-color: rgba(210, 214, 225, 0.2509803922);
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-10px, 40px);
          transform: translate(-10px, 40px);
}
@media screen and (max-width: 1024px) {
  .rulebook .rule-text {
    -webkit-transform: none;
            transform: none;
    padding: 1em;
  }
}

.map {
  margin-bottom: 4em;
}

.map-text {
  text-align: center;
  margin-bottom: 0.1em;
}
.map-text span {
  font-size: var(--fs30);
  font-weight: bold;
}

/* 固定ページ */
/* 共通 */
.bg-white-group {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1024px) {
  .bg-white-group {
    padding: 1em;
  }
}

.page-designlab-customers-voice .bg-white-group {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1024px) {
  .page-designlab-customers-voice .bg-white-group {
    padding: 1em;
  }
}
.page-designlab-customers-voice .bg-white-group h2 {
  position: relative;
  font-size: var(--fs30);
  padding-left: 1em;
  color: #000;
  margin: 1em 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-designlab-customers-voice .bg-white-group h2 {
    padding-left: 0.8em;
  }
}
.page-designlab-customers-voice .bg-white-group h2::before {
  height: 40px;
  width: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #71a8c9;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page-designlab-customers-voice .bg-white-group h2::before {
    width: 6px;
    height: 30px;
  }
}

.bg-grey-group {
  background-color: #d2d6e1;
  padding: 3em;
  border-radius: 10px;
  -webkit-box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bg-grey-group {
    padding: 0.5em;
  }
}
.bg-grey-group > .wp-block-group__inner-container {
  background-color: #fff;
  padding: 3em;
  border-radius: 10px;
  -webkit-box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1024px) {
  .bg-grey-group > .wp-block-group__inner-container {
    padding: 0.5em;
  }
}
.bg-grey-group > .wp-block-group__inner-container > .wp-block-heading.grey-top {
  position: absolute;
  top: 0;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: var(--fs30);
}
@media screen and (max-width: 1024px) {
  .bg-grey-group > .wp-block-group__inner-container > .wp-block-heading.grey-top {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1em;
    text-align: center;
  }
}
.bg-grey-group h4 {
  margin-top: 0.5em;
}

.bg-grey-group.option-plan-75 {
  background-color: #d2d6e1;
  padding: 2.25em;
  border-radius: 7px;
  -webkit-box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bg-grey-group.option-plan-75 {
    padding: 0.5em;
  }
}
.bg-grey-group.option-plan-75 > .wp-block-group__inner-container {
  background-color: #fff;
  padding: 3em;
  border-radius: 10px;
  -webkit-box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 2 5 rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1024px) {
  .bg-grey-group.option-plan-75 > .wp-block-group__inner-container {
    padding: 0.5em;
  }
}
.bg-grey-group.option-plan-75 > .wp-block-group__inner-container > .wp-block-heading.grey-top {
  position: absolute;
  top: 0;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: var(--fs24);
}
@media screen and (max-width: 1024px) {
  .bg-grey-group.option-plan-75 > .wp-block-group__inner-container > .wp-block-heading.grey-top {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1em;
    text-align: center;
  }
}
.bg-grey-group.option-plan-75 h4 {
  margin-top: 0.5em;
}

ul.foot-list {
  list-style: none;
  padding-left: 20px;
}
ul.foot-list > li {
  background: url("/wp/wp-content/themes/swell_child/img/page/list-foot.png") left 0px top 10px no-repeat; /* 親要素のマーカー画像を設定 */
  background-size: 20px auto;
  padding-left: 25px;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: var(--fs24);
}
ul.foot-list > li > ul {
  padding-left: 0;
  list-style-type: none; /* 子要素のマーカーを消す */
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  ul.foot-list {
    padding-left: 0;
  }
}

.not-home h2 {
  font-size: var(--fs36);
  color: #71a8c9;
  padding-bottom: 10px;
  position: relative;
}
.not-home h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d2d6d1;
  width: 55px;
  height: 3px;
}
.not-home h3 {
  width: 100%;
  text-align: center; /* テキストを中央揃えにする */
  position: relative; /* 相対位置指定 */
  font-size: var(--fs30);
}
@media screen and (max-width: 767px) {
  .not-home h3 {
    padding-bottom: 0.5em;
    border-bottom: 5px dotted #000;
  }
}
.not-home h3::before,
.not-home h3::after {
  content: ""; /* 擬似要素の内容をクリア */
  position: absolute; /* 絶対位置指定 */
  top: 50%; /* 上端を中央に配置 */
  width: 15%; /* 画面幅の50%より50vw（viewport width）だけ引く */
  height: 1px; /* 線の高さ */
}
@media screen and (max-width: 1024px) {
  .not-home h3::before,
  .not-home h3::after {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .not-home h3::before,
  .not-home h3::after {
    display: none;
  }
}
.not-home h3::before {
  left: 0; /* 左側に線を表示 */
  border-top: 5px dotted #000;
}
.not-home h3::after {
  right: 0;
  border-top: 5px dotted #000;
}

.center-column .swell-block-columns__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jus-cen {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .jus-cen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkmark-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto;
}
.checkmark-list li {
  color: #71a8c9;
  font-weight: bold;
}
.checkmark-list li::before {
  color: #71a8c9;
  font-weight: bold;
}

.checkmark-list-bl li {
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 1em;
}
.checkmark-list-bl li::before {
  color: #71a8c9 !important;
  font-weight: bold;
}

.diagonal-lines {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding: 0 1em;
}
@media screen and (max-width: 1024px) {
  .diagonal-lines {
    padding: 0;
    border-bottom: 2px dotted #000;
  }
}

.diagonal-lines::before,
.diagonal-lines::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .diagonal-lines::before,
  .diagonal-lines::after {
    display: none;
  }
}

.diagonal-lines::before {
  left: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg); /* 左側の斜め線を設定 */
}

.diagonal-lines::after {
  right: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg); /* 右側の斜め線を設定 */
}

.fit-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto;
}
.fit-center p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
}

ul.blue-circle-list {
  list-style: none;
  padding-left: 0;
}
ul.blue-circle-list > li {
  margin-bottom: 1em;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
ul.blue-circle-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #71a8c9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  ul.blue-circle-list > li::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
ul.blue-circle-list > li > ul {
  padding-left: 0;
  list-style-type: none; /* 子要素のマーカーを消す */
  font-weight: normal;
  font-size: 18px;
}

/* ブランド立ち上げサポート */
.brand-support-column h3 {
  font-size: var(--fs24);
}
.brand-support-column img {
  max-width: 80%;
}
.brand-support-column p {
  font-size: 16px;
}

/* タイトルエリア */
#top_title_area {
  padding: 0 1em;
}
@media screen and (max-width: 960px) {
  #top_title_area {
    margin-top: 48px;
  }
}
#top_title_area .l-topTitleArea__body {
  color: #000;
  background-color: #fff;
  max-width: 1200px;
  margin: 4em auto;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_title_area .l-topTitleArea__body {
    min-height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top_title_area .l-topTitleArea__body::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  right: -3%;
  bottom: 0;
  background-image: url("/wp/wp-content/themes/swell_child/img/page/top-title-penguin.png");
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top_title_area .l-topTitleArea__body::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

.mg-1em {
  margin: 0 auto 2em auto !important;
}

/* オリジナル商品作成 */
.plan-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .plan-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.plan-grid > .wp-block-group__inner-container #plana {
  padding: 1em 0.5em 1em 1em;
  border-radius: 10px 0 0 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .plan-grid > .wp-block-group__inner-container #plana {
    border-radius: 10px 10px 0 0;
  }
}
.plan-grid > .wp-block-group__inner-container #planb {
  padding: 1em 1em 1em 0.5em;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .plan-grid > .wp-block-group__inner-container #planb {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan-grid > .wp-block-group__inner-container #plana,
  .plan-grid > .wp-block-group__inner-container #planb {
    padding: 1em;
  }
}
.plan-grid > .wp-block-group__inner-container #plana > .wp-block-group__inner-container,
.plan-grid > .wp-block-group__inner-container #planb > .wp-block-group__inner-container {
  padding: 1em;
  height: 100%;
}
.plan-grid > .wp-block-group__inner-container #plana > .wp-block-group__inner-container img,
.plan-grid > .wp-block-group__inner-container #planb > .wp-block-group__inner-container img {
  max-height: 288px;
}

/* フォーム関連 */
.form-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
}
.form-wrapper .form-row {
  border-bottom: 2px dotted #000;
  padding-bottom: 1em;
  margin-top: 1em;
}
.form-wrapper .form-row .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.form-wrapper .form-row .form-label span.require {
  background-color: red;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 20px;
  white-space: nowrap;
}
.form-wrapper .form-row .form-input {
  margin-top: 0.5em;
}
.form-wrapper .form-row .form-input input {
  width: 100%;
}
.form-wrapper .form-row .form-input textarea {
  width: 100%;
  max-width: 100%;
}
.form-wrapper .form-row .form-input .agree-check .wpcf7-list-item {
  margin-left: 0;
}
.form-wrapper .form-row .form-input .agree-check .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.form-wrapper .form-row .form-input .agree-check .wpcf7-list-item label input {
  width: 30px;
}
.form-wrapper .form-row .form-input input[type=submit] {
  background-color: #fff;
  padding: 40px;
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 100px;
  border: 3px solid #000;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-wrapper .form-row .form-input input[type=submit] {
    padding: 1em;
    font-size: 20px;
  }
}
.form-wrapper .form-row .form-input input[type=submit]:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-wrapper .form-row .submit-info {
  text-align: center;
}
.form-wrapper .form-row .form-position-check {
  margin-top: 1em;
}
.form-wrapper .form-row .form-position-check .form-input p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.form-wrapper .form-row .form-position-check .form-input p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: 30px;
}
.form-wrapper .form-row .form-pic-container {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.form-wrapper .form-row.v-check .form-input span span {
  width: 100%;
}
.form-wrapper .form-row.v-check .form-input span span span {
  margin-left: 0;
}
.form-wrapper .form-row.v-check .form-input span span span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.form-wrapper .form-row.v-check .form-input span span span label input[type=checkbox] {
  width: 30px;
  height: 30px;
}

.pbSubmit {
  display: none;
}

/* カテゴリアーカイブ */
.category {
  background-color: #f9fbff;
}

.category .p-postList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}

.category .-type-card .p-postList__item {
  width: 100% !important;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
}

.category .-type-card .p-postList__body {
  padding-top: 0.5em;
}

.category .-type-card .p-postList__link {
  height: auto;
}

.category .-type-card .p-postList__title {
  font-size: 22px;
  margin-bottom: 0.5em;
}

.category .p-postList__category {
  margin-bottom: 0.5em;
}
.category .p-postList__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.category .p-postList__category ul > .p-postList__link {
  display: none;
}
.category .p-postList__category ul li {
  white-space: nowrap;
  color: #fff;
  background-color: #d2d6e1;
  border-radius: 20px;
}
.category .p-postList__category ul li > .p-postList__link {
  display: none;
}
.category .p-postList__category ul li a {
  color: #333;
  padding: 0.5em 1em;
  font-size: 14px;
}

.category .p-postList__times {
  font-size: 12px;
}

.category .p-postList__meta {
  display: none;
}

/* ブログ */
.blog {
  background-color: #f9fbff;
}

.p-postList {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-postList {
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
  }
}

.-type-card .p-postList__item {
  width: 100% !important;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
}
@media screen and (max-width: 767px) {
  .-type-card .p-postList__item {
    padding: 5px;
  }
}

.-type-card .p-postList__body {
  padding-top: 0.5em;
}

.-type-card .p-postList__link {
  height: auto;
}

.-type-card .p-postList__title {
  font-size: 22px;
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .-type-card .p-postList__title {
    font-size: 18px;
  }
}

.p-postList__category {
  margin-bottom: 0.5em;
}
.p-postList__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-postList__category ul {
    gap: 0.2em;
  }
}
.p-postList__category ul > .p-postList__link {
  display: none;
}
.p-postList__category ul li {
  white-space: nowrap;
  color: #fff;
  background-color: #d2d6e1;
  border-radius: 20px;
}
.p-postList__category ul li > .p-postList__link {
  display: none;
}
.p-postList__category ul li a {
  color: #333;
  padding: 0.5em 1em;
  font-size: 14px;
}

.p-postList__times {
  font-size: 12px;
}

.p-postList__meta {
  display: none;
}

/* 検索 */
/* カテゴリアーカイブ */
.search {
  background-color: #f9fbff;
}

.search .p-postList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}

.search .-type-card .p-postList__item {
  width: 100% !important;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
}

.search .-type-card .p-postList__body {
  padding-top: 0.5em;
}

.search .-type-card .p-postList__link {
  height: auto;
}

.search .-type-card .p-postList__title {
  font-size: 22px;
  margin-bottom: 0.5em;
}

.search .p-postList__category {
  margin-bottom: 0.5em;
}
.search .p-postList__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.search .p-postList__category ul > .p-postList__link {
  display: none;
}
.search .p-postList__category ul li {
  white-space: nowrap;
  color: #fff;
  background-color: #d2d6e1;
  border-radius: 20px;
}
.search .p-postList__category ul li > .p-postList__link {
  display: none;
}
.search .p-postList__category ul li a {
  color: #333;
  padding: 0.5em 1em;
  font-size: 14px;
}

.search .p-postList__times {
  font-size: 12px;
}

.search .p-postList__meta {
  display: none;
}

.archive {
  background-color: #f9fbff;
}

.archive .p-postList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .archive .p-postList {
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
  }
}

.archive .-type-card .p-postList__item {
  width: 100% !important;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
}

.archive .-type-card .p-postList__body {
  padding-top: 0.5em;
}

.archive .-type-card .p-postList__link {
  height: auto;
}

.archive .-type-card .p-postList__title {
  font-size: 22px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .archive .-type-card .p-postList__title {
    font-size: 18px;
  }
}

.archive .p-postList__category {
  margin-bottom: 0.5em;
}
.archive .p-postList__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.archive .p-postList__category ul > .p-postList__link {
  display: none;
}
.archive .p-postList__category ul li {
  white-space: nowrap;
  color: #fff;
  background-color: #d2d6e1;
  border-radius: 20px;
}
.archive .p-postList__category ul li > .p-postList__link {
  display: none;
}
.archive .p-postList__category ul li a {
  color: #333;
  padding: 0.5em 1em;
  font-size: 14px;
}

.archive .p-postList__times {
  font-size: 12px;
}

.archive .p-postList__meta {
  display: none;
}

.c-pageTitle__subTitle {
  display: none;
}

/* 会社概要 */
.about-table table tbody tr td {
  border: none;
}
.about-table table tbody tr td:first-child {
  color: #71a8c9;
}

.about-b-text {
  color: #71a8c9;
  font-size: 26px;
  font-weight: bold;
}

.blue-h h3 {
  color: #71a8c9 !important;
  font-size: 20px;
  text-align: left;
  margin: 1em 0;
}
.blue-h h3::before, .blue-h h3::after {
  display: none;
}

.blue-h h4 {
  font-size: 16px;
  margin: 0.5em 0;
}

.blue-h p {
  font-size: 16px;
}

/* アコーディオン */
.page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title {
  border-radius: 40px;
  background-color: #d2d6e1;
}
.page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title .swell-block-accordion__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title .swell-block-accordion__label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  content: "Q";
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic";
}
@media screen and (max-width: 767px) {
  .page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title .swell-block-accordion__label::before {
    width: 25px;
    height: 25px;
  }
}
.page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened::before {
  content: "\e920";
}
.page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body p::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  content: "A";
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #ad4e4e;
}
@media screen and (max-width: 767px) {
  .page-qa .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body p::before {
    width: 25px;
    height: 25px;
  }
}

/* 自動お見積り */
@media screen and (max-width: 767px) {
  #fbuilder_1 #fieldlist_1 .pbreak .fields {
    padding-left: 0;
  }
}
#fbuilder_1 #fieldlist_1 .pbreak .fields label {
  text-align: left;
  display: block !important;
  width: 100% !important;
}
#fbuilder_1 #fieldlist_1 .pbreak .fields label a span {
  color: #71a8c9;
  font-size: 16px !important;
  margin-left: 0.5em;
}
#fbuilder_1 #fieldlist_1 .pbreak .fields label > span.r {
  display: none;
}
#fbuilder_1 #fieldlist_1 .pbreak .fields .dfield {
  width: 100% !important;
  padding-left: 0;
}
#fbuilder_1 #fieldlist_1 .pbreak .fields .dfield p.mitumori-label {
  position: relative;
}
#fbuilder_1 #fieldlist_1 .pbreak .fields .dfield p.mitumori-label::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  background-color: #71a8c9;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #fbuilder_1 #fieldlist_1 .pbreak .fields .dfield p.mitumori-label::before {
    display: none;
  }
}
#fbuilder_1 #fieldlist_1 .pbreak .fields .dfield select {
  width: 100% !important;
}

#sb_instagram {
  max-width: 810px;
  margin: 1.5em auto;
}

#sidebar .p-blogParts #sb_instagram {
  margin-bottom: 2em;
}
#sidebar .p-blogParts #sb_instagram #sbi_mod_error {
  display: none !important;
}
#sidebar .p-blogParts > p {
  text-align: center;
  font-weight: bold;
}
#sidebar .p-blogParts .popular-posts ul {
  padding-left: 0;
}
#sidebar #blog_subscription-3 .wp-block-jetpack-subscriptions__container form #subscribe-text {
  margin-bottom: 1em;
}
#sidebar #blog_subscription-3 .wp-block-jetpack-subscriptions__container form #subscribe-email {
  margin-bottom: 1em;
}
#sidebar #blog_subscription-3 .wp-block-jetpack-subscriptions__container form #subscribe-submit {
  margin-bottom: 1em;
  text-align: center;
}
#sidebar #blog_subscription-3 .wp-block-jetpack-subscriptions__container .wp-block-jetpack-subscriptions__subscount {
  text-align: center;
}

html[data-spmenu=opened] #tidio-chat {
  display: none;
}

#tidio-chat iframe {
  bottom: 0 !important;
  z-index: 2 !important;
}

/* 追従メニュー */
.fixed-menu {
  position: fixed;
  right: 0;
  bottom: 7em;
  padding: 1em;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.fixed-menu a {
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .fixed-menu {
    display: none;
  }
}

.gt-pc {
  position: fixed;
  left: 1%;
  bottom: 1%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .gt-pc {
    display: none;
  }
}

.gt-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gt-sp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .gt-sp .gt_float_switcher {
    margin: 0 auto;
    display: block;
  }
}

.fixed-menu-sp {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0em;
  z-index: 3;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 55px;
}
@media screen and (max-width: 1600px) {
  .fixed-menu-sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.fixed-menu-sp .fixed-tel-sp a,
.fixed-menu-sp .fixed-contact-sp a,
.fixed-menu-sp .fixed-top-sp a {
  display: block;
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 1em;
}
.fixed-menu-sp .fixed-tel-sp {
  width: 100%;
  background-color: rgb(136, 148, 171);
}
.fixed-menu-sp .fixed-contact-sp {
  background-color: #d2d6d1;
}
.fixed-menu-sp .fixed-top-sp {
  background-color: #000;
}

/* チャットボット */
@media screen and (max-width: 1600px) {
  #tidio-chat > #tidio-chat-iframe {
    left: 0 !important;
    bottom: 2.9em !important;
  }
}

/* スライダー */
.container .slider {
  max-width: 400px;
  margin: 1em auto;
}
.container .slider .slick-list .slick-track .slick-img img {
  max-width: 100%;
}

.thumbnail .slick-list .slick-track .thumbnail-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thumbnail .slick-list .slick-track .thumbnail-img img {
  width: 150px;
  height: 150px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .thumbnail .slick-list .slick-track .thumbnail-img img {
    width: 100px;
    height: 100px;
  }
}

.slick-arrow {
  color: red;
}
.slick-arrow::before {
  color: #333 !important;
}

/* カラム幅 */
.col-700 {
  max-width: 700px !important;
  margin: 2em auto;
}

/* フッター */
#footer {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  #footer {
    padding-bottom: 55px;
  }
}
#footer .footer-sitemap {
  padding: 1em;
}
#footer .footer-sitemap .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-sitemap .sitemap ul li {
  margin-bottom: 0.5em;
}
#footer .footer-sitemap .sitemap ul li a:hover {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-bottom: 1px solid #fff;
}
#footer .footer-sitemap .sitemap ul .map-lv2 {
  padding-left: 0.5em;
}
#footer .footer-sitemap .sitemap ul .map-lv2::before {
  content: "-";
}

.post_content h2 {
  margin-bottom: 1em !important;
}

.single .post_content p {
  font-size: 18px;
}

.pittari-service {
  width: 70%;
  margin: 10px auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1450980392);
  padding: 40px 50px 40px;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .pittari-service {
    padding: 1em;
  }
}
.pittari-service .pittari-content {
  margin: 1em auto;
  display: none;
}
.pittari-service .pittari-content.active {
  display: block;
}
.pittari-service .pittari-content.first-q {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.pittari-service .pittari-content .pittari-hukidasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pittari-service .pittari-content .pittari-hukidasi img {
    max-width: 30px;
  }
}
.pittari-service .pittari-content .pittari-hukidasi .hukidasi-text {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  border: 4px solid #000;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.pittari-service .pittari-content .pittari-hukidasi .hukidasi-text::before, .pittari-service .pittari-content .pittari-hukidasi .hukidasi-text::after {
  position: absolute;
  content: "";
}
.pittari-service .pittari-content .pittari-hukidasi .hukidasi-text::before {
  background-color: #000;
  width: 20px;
  height: 40px;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.pittari-service .pittari-content .pittari-hukidasi .hukidasi-text::after {
  background-color: #fff;
  width: 20px;
  height: 40px;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .pittari-service .pittari-content .pittari-hukidasi .hukidasi-text {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.pittari-service .pittari-content.third-q .pittari-hukidasi .hukidasi-text::before, .pittari-service .pittari-content.third-q .pittari-hukidasi .hukidasi-text::after {
  position: absolute;
  content: "";
}
.pittari-service .pittari-content.third-q .pittari-hukidasi .hukidasi-text::before {
  background-color: #000;
  width: 20px;
  height: 40px;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-clip-path: polygon(100% 51%, 0 0, 0 100%);
          clip-path: polygon(100% 51%, 0 0, 0 100%);
}
.pittari-service .pittari-content.third-q .pittari-hukidasi .hukidasi-text::after {
  background-color: #fff;
  width: 20px;
  height: 40px;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(70%, -50%);
          transform: translate(70%, -50%);
  -webkit-clip-path: polygon(100% 51%, 0 0, 0 100%);
          clip-path: polygon(100% 51%, 0 0, 0 100%);
}
.pittari-service .yesno {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 10px;
}
.pittari-service .yesno .select-btn {
  width: 100%;
  max-width: 280px;
  border: 4px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  font-size: 26px;
}
.pittari-service .yesno .select-btn:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .pittari-service .yesno .select-btn {
    height: 60px;
  }
}
.pittari-service #result {
  margin: 1em auto;
  display: none;
}
.pittari-service #result .result-images {
  margin: 1em auto;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.pittari-service #result .result-images .result-image {
  width: calc(50% - 1em);
  display: none;
}

.return-top {
  margin: 2em auto 1em auto;
}
.return-top .return-top-btn {
  cursor: pointer;
  margin: 1em auto;
  width: 100%;
  max-width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #000;
  font-size: 16px;
}
.return-top .return-top-btn:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}