@charset "UTF-8";
/* Scss Document */
/* 全端末共通
-------------------------------------------------- */
/* Scss Document */
/* Page all*/
html, body {
  font-size: 18px;
  /*font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;*/
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
  color: #333333; }

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }

.grecaptcha-badge {
  display: none; }

span.green {
  color: #26B794; }

span.yellow {
  color: #FFDF3A; }

/* 本文中の文字装飾*/
h1.entry-title {
  font-size: 24px;
  margin: 0 0 16px 0;
  padding: 0; }

.article h2 {
  font-size: 22px !important;
  line-height: 1em !important;
  margin: 5px 0 5px 0 !important;
  padding: 10px 0 !important;
  background-color: #ffffff !important;
  border-top: 2px solid #FFDF3A;
  border-bottom: 2px solid #FFDF3A; }

.btn-yellow {
  text-align: center;
  border: none;
  background-color: #FFDF3A;
  border-radius: 20px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
  width: 100%;
  margin: 0;
  cursor: pointer;
  display: block;
  text-decoration: none; }
  .btn-yellow:hover {
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset; }

figure.wp-block-table table {
  margin: 0 auto;
  background-color: #ffffff;
  width: 100%; }
  figure.wp-block-table table td {
    border: solid 1px #26B794; }
  figure.wp-block-table table td.green {
    color: #333333;
    background-color: rgba(38, 183, 148, 0.5); }

/* header */
#header-container {
  width: 100%;
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.1);
  position: relative;
  z-index: 1; }
  #header-container #header-container-in {
    width: 100%; }
    #header-container #header-container-in #header {
      height: 71px;
      border-bottom: 1px solid #26B794; }
      #header-container #header-container-in #header .tagline {
        display: none; }
      #header-container #header-container-in #header .logo-text {
        display: none; }
      #header-container #header-container-in #header #header-in {
        width: 100%;
        padding: 0 2%; }
        #header-container #header-container-in #header #header-in .header-in-insert {
          width: 100%;
          display: flex; }
          #header-container #header-container-in #header #header-in .header-in-insert .left {
            width: 80px; }
            #header-container #header-container-in #header #header-in .header-in-insert .left img {
              width: 70px; }
          #header-container #header-container-in #header #header-in .header-in-insert .center {
            display: none; }
          #header-container #header-container-in #header #header-in .header-in-insert .right {
            width: calc(100% - 80px); }
            #header-container #header-container-in #header #header-in .header-in-insert .right .inner {
              text-align: right;
              margin-top: 20px;
              margin-right: 10px; }
              #header-container #header-container-in #header #header-in .header-in-insert .right .inner a {
                text-decoration: none;
                background-color: #26B794;
                border: 1px solid #26B794;
                border-radius: 4px;
                padding: 8px 8px 10px 8px;
                box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2); }
                #header-container #header-container-in #header #header-in .header-in-insert .right .inner a .cta {
                  vertical-align: middle;
                  font-size: 14px;
                  font-weight: bold;
                  color: #ffffff; }
                #header-container #header-container-in #header #header-in .header-in-insert .right .inner a img {
                  vertical-align: middle;
                  width: 30px; }
                #header-container #header-container-in #header #header-in .header-in-insert .right .inner a:hover {
                  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2) inset; }

/* navi (PC) */
/*menu (SP)*/
.mobile-footer-menu-buttons {
  background-color: rgba(38, 183, 148, 0.88); }
  .mobile-footer-menu-buttons .menu-button-in {
    color: #ffffff !important; }
  .mobile-footer-menu-buttons #navi-menu-content ul.menu-drawer li.menu-item a {
    padding: 15px 10px;
    display: block;
    font-size: 22px;
    font-weight: bold; }
  .mobile-footer-menu-buttons li.sidebar-menu-button {
    display: none; }
  .mobile-footer-menu-buttons .menu-close-button {
    text-align: right;
    padding-right: 20px; }

/* wrapper */
#content {
  margin: 0;
  padding: 0;
  background-color: #FBF7ED; }

/*ホーム・LP・その他共通処理*/
body .entry-content figure.wp-block-gallery ul {
  padding-left: 0; }
body .hubspot-link__container {
  display: none; }

/* ホーム・LPのみ処理*/
body.home #content-in,
body.page-id-2959 #content-in {
  width: 100%;
  /*セクション1*/
  /*セクション4*/
  /*セクション5*/
  /*セクション6*/
  /*セクション7*/
  /*セクション8*/
  /*セクション9*/ }
  body.home #content-in #sidebar,
  body.page-id-2959 #content-in #sidebar {
    display: none; }
  body.home #content-in #main,
  body.page-id-2959 #content-in #main {
    width: 100%;
    padding: 0;
    margin: 0; }
    body.home #content-in #main header,
    body.page-id-2959 #content-in #main header {
      display: none; }
    body.home #content-in #main .entry-content,
    body.page-id-2959 #content-in #main .entry-content {
      margin: 0; }
  body.home #content-in .lp-section-block,
  body.page-id-2959 #content-in .lp-section-block {
    margin: 0;
    padding: 20px 0;
    opacity: 1;
    /*transform: translate(0, 100px);*/ }
    body.home #content-in .lp-section-block .wrap,
    body.page-id-2959 #content-in .lp-section-block .wrap {
      width: 98%;
      padding: 0 1%; }
      body.home #content-in .lp-section-block .wrap .title-section,
      body.page-id-2959 #content-in .lp-section-block .wrap .title-section {
        text-align: center;
        padding: 5px 0; }
  body.home #content-in .lp-section-block#home-sec1, body.home #content-in .lp-section-block#home-sec2,
  body.page-id-2959 #content-in .lp-section-block#home-sec1,
  body.page-id-2959 #content-in .lp-section-block#home-sec2 {
    opacity: 1;
    transform: none; }
  body.home #content-in .lp-section-block.show,
  body.page-id-2959 #content-in .lp-section-block.show {
    opacity: 1;
    transform: none; }
  body.home #content-in .lp-section-block.yellow,
  body.page-id-2959 #content-in .lp-section-block.yellow {
    background-color: #FBF7ED; }
  body.home #content-in .lp-section-block.green,
  body.page-id-2959 #content-in .lp-section-block.green {
    background-color: #26B794; }
  body.home #content-in .lp-section-block.white,
  body.page-id-2959 #content-in .lp-section-block.white {
    background-color: #ffffff; }
  body.home #content-in .lp-section-block.photo,
  body.page-id-2959 #content-in .lp-section-block.photo {
    min-height: 350px;
    background-image: url(https://i2.wp.com/tsukuba-reien.com/wp-content/uploads/2017/05/2_01.jpg?resize=1230%2C821&#038;ssl=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 65%; }
    body.home #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper,
    body.page-id-2959 #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper {
      width: 100%;
      margin: 100px auto; }
      body.home #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper .color-white-shadow,
      body.page-id-2959 #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper .color-white-shadow {
        width: 100%;
        position: relative;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.35);
        font-family: serif;
        font-weight: bold; }
  body.home #content-in .lp-section-block,
  body.page-id-2959 #content-in .lp-section-block {
    /*セクション2*/
    /*セクション3*/ }
    body.home #content-in .lp-section-block .inner,
    body.page-id-2959 #content-in .lp-section-block .inner {
      display: block; }
      body.home #content-in .lp-section-block .inner .box-green,
      body.page-id-2959 #content-in .lp-section-block .inner .box-green {
        display: block;
        position: relative;
        background-color: #ffffff;
        border: 1px solid #26B794;
        border-radius: 4px;
        text-align: center;
        width: 100%;
        padding: 5px 15px;
        margin: 15px 0; }
        body.home #content-in .lp-section-block .inner .box-green a,
        body.page-id-2959 #content-in .lp-section-block .inner .box-green a {
          color: #26B794;
          text-decoration: none; }
        body.home #content-in .lp-section-block .inner .box-green a:hover,
        body.page-id-2959 #content-in .lp-section-block .inner .box-green a:hover {
          text-decoration: underline; }
    body.home #content-in .lp-section-block .text-section .float-box,
    body.page-id-2959 #content-in .lp-section-block .text-section .float-box {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
      padding: 10px; }
  body.home #content-in .lp-section-block.green,
  body.page-id-2959 #content-in .lp-section-block.green {
    color: #ffffff; }
  body.home #content-in #home-sec5 .text-section .float-box,
  body.page-id-2959 #content-in #home-sec5 .text-section .float-box {
    border: 1px solid #CCBFA0;
    border-radius: 8px;
    margin: 10px 0; }
    body.home #content-in #home-sec5 .text-section .float-box .circle,
    body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle {
      filter: drop-shadow(2px 2px 1px #999);
      width: 50%;
      margin: 0 auto; }
      body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in,
      body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in {
        width: 100%;
        padding-top: 100%;
        border-radius: 50%;
        background-color: #CCBFA0;
        position: relative; }
        body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in .reason,
        body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in .reason {
          position: absolute;
          top: 30%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 20px;
          color: #ffffff;
          font-weight: bold;
          text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }
        body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in .number,
        body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in .number {
          position: absolute;
          top: 55%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 28px;
          color: #ffffff;
          font-weight: bold;
          text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }
  body.home #content-in #home-sec6 .text-section ul,
  body.page-id-2959 #content-in #home-sec6 .text-section ul {
    list-style: none;
    border-left: 2px solid #26B794;
    padding-left: 10px; }
    body.home #content-in #home-sec6 .text-section ul li,
    body.page-id-2959 #content-in #home-sec6 .text-section ul li {
      position: relative; }
      body.home #content-in #home-sec6 .text-section ul li h2,
      body.page-id-2959 #content-in #home-sec6 .text-section ul li h2 {
        color: #26B794;
        background-color: inherit !important;
        border-top: none;
        border-bottom: none;
        display: inline-block; }
      body.home #content-in #home-sec6 .text-section ul li p,
      body.page-id-2959 #content-in #home-sec6 .text-section ul li p {
        margin: 0 0 2em 0; }
    body.home #content-in #home-sec6 .text-section ul li:before,
    body.page-id-2959 #content-in #home-sec6 .text-section ul li:before {
      border-radius: 50%;
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      left: -22px;
      top: 20px;
      content: "";
      background-color: #26B794; }
  body.home #content-in #home-sec7 .wrap .text-section,
  body.page-id-2959 #content-in #home-sec7 .wrap .text-section {
    text-align: center; }
  body.home #content-in #home-sec8 .wrap .text-section,
  body.page-id-2959 #content-in #home-sec8 .wrap .text-section {
    text-align: center; }
  body.home #content-in .lp-section-block.green .hbspt-form form label span,
  body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form label span {
    color: #ffffff;
    font-size: 18px; }
  body.home #content-in .lp-section-block.green .hbspt-form form label span.hs-form-required,
  body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form label span.hs-form-required {
    color: red;
    font-size: 18px; }
  body.home #content-in .lp-section-block.green .hbspt-form form p,
  body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form p {
    color: #ffffff;
    font-size: 18px; }
  body.home #content-in .lp-section-block.green .hbspt-form form .hubspot-link__container,
  body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form .hubspot-link__container {
    display: none; }
  body.home #content-in .lp-section-block.green .hbspt-form form input[type='submit'],
  body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form input[type='submit'] {
    border: none;
    background-color: #FFDF3A;
    border-radius: 20px;
    color: #333333;
    font-size: 20px;
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2); }
  body.home #content-in .lp-section-block.green .hbspt-form form input:hover,
  body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form input:hover {
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset;
    color: #999999; }

/* ホーム・LPのみ共通文字装飾処理*/
body.home .entry-content h2.color-grey-shadow,
body.page-id-2959 .entry-content h2.color-grey-shadow {
  background-color: inherit !important;
  border-top: none;
  border-bottom: none;
  display: inline-block; }
body.home .entry-content h2.color-grey-shadow.underline,
body.page-id-2959 .entry-content h2.color-grey-shadow.underline {
  background: linear-gradient(transparent 85%, #FFDF3A 85%); }
body.home .entry-content h2.color-white-shadow,
body.page-id-2959 .entry-content h2.color-white-shadow {
  color: #ffffff;
  background-color: inherit !important;
  border-top: none;
  border-bottom: none;
  display: inline-block; }

/*LPのみ特別処理*/
body.page-id-2959 {
  /*セクション1*/ }
  body.page-id-2959 #home-sec1 {
    background-image: url(https://i2.wp.com/tsukuba-reien.com/wp-content/uploads/2022/01/soranoniwa_202201_2.jpg) !important;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: lighten; }
    body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h4 {
      font-family: serif;
      border: none;
      color: #ffffff;
      font-size: 28px;
      filter: drop-shadow(1px 2px 1px #707070);
      text-align: center;
      margin: 0;
      text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
    body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h1 {
      font-size: 60px;
      color: #ffffff;
      background-color: inherit !important;
      font-weight: bold;
      font-family: monospace !important;
      margin: 0 !important;
      padding: 20px 0 !important;
      text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
    body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h3 {
      margin: 0;
      text-align: center;
      border: none;
      color: #ffffff;
      font-family: sans-serif;
      font-size: 32px;
      font-weight: normal;
      text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
  body.page-id-2959 #lp-sec1 {
    text-align: center;
    font-weight: bold;
    font-family: serif; }
  body.page-id-2959 #home-sec2 .box-green {
    width: 47% !important; }
    body.page-id-2959 #home-sec2 .box-green .box-green-title {
      font-weight: bold; }

/* ホーム・LP以外の1カラム構成 */
body.column1-wide #content #content-in #main {
  width: 100%; }

/* ホーム・LP以外の2カラム構成*/
body:not(.home):not(.page-id-2959) #content #content-in {
  width: 100%;
  padding: 5px 0; }
  body:not(.home):not(.page-id-2959) #content #content-in main {
    border: 1px solid #CCBFA0;
    border-radius: 0px;
    padding: 15px;
    width: 100%; }
    body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc {
      border: none;
      width: 100%; }
      body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc .toc-title {
        color: #ffffff;
        border-radius: 20px 20px 0 0;
        background-color: #26B794;
        box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
        padding: 0px 16px; }
      body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc .toc-content {
        border: 1px solid #cccccc;
        box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
        padding: 10px; }
    body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-wrap {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 0;
      padding: 30px 0; }
      body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-wrap .entry-card-thumb {
        width: 35%; }
    body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-content {
      margin-left: 40%; }
    body:not(.home):not(.page-id-2959) #content #content-in main .pagination .page-numbers {
      border-radius: 50%; }
  body:not(.home):not(.page-id-2959) #content #content-in #sidebar {
    width: 25%;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: inherit; }
    body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside {
      background-color: #ffffff;
      border: 1px solid #CCBFA0;
      border-radius: 4px;
      padding: 10px;
      margin-bottom: 20px;
      box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.2);
      font-size: 16px; }
      body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside h3.widget-title {
        font-size: 18px;
        padding: 0;
        margin: 0;
        background-color: #ffffff; }
      body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside a {
        color: #26B794; }
      body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .btn-yellow {
        margin: 5px 0 20px 0;
        color: #333333; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .btn-yellow:hover {
          box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset; }
      body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .phone {
        font-size: 24px;
        font-weight: bold;
        color: #26B794; }

/*フッター処理*/
footer .author-info {
  display: none; }

#footer {
  margin-top: 0; }
  #footer .wrap {
    max-width: 1024px; }
    #footer .wrap .footer-widgets {
      display: block; }
      #footer .wrap .footer-widgets .footer-center {
        text-align: center; }
        #footer .wrap .footer-widgets .footer-center p {
          margin: 5px 0;
          color: #333333;
          font-size: 16px; }
    #footer .wrap .footer-bottom .footer-bottom-logo {
      display: none; }
    #footer .wrap .footer-bottom .footer-bottom-content {
      text-align: center;
      float: inherit; }

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 1023x) {
  /* Scss Document */
  /* Page all*/
  html, body {
    font-size: 18px;
    /*font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;*/
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    color: #333333; }

  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }

  .grecaptcha-badge {
    display: none; }

  span.green {
    color: #26B794; }

  span.yellow {
    color: #FFDF3A; }

  /* 本文中の文字装飾*/
  h1.entry-title {
    font-size: 24px;
    margin: 0 0 16px 0;
    padding: 0; }

  .article h2 {
    font-size: 22px !important;
    line-height: 1em !important;
    margin: 5px 0 5px 0 !important;
    padding: 10px 0 !important;
    background-color: #ffffff !important;
    border-top: 2px solid #FFDF3A;
    border-bottom: 2px solid #FFDF3A; }

  .btn-yellow {
    text-align: center;
    border: none;
    background-color: #FFDF3A;
    border-radius: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
    width: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
    text-decoration: none; }
    .btn-yellow:hover {
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset; }

  figure.wp-block-table table {
    margin: 0 auto;
    background-color: #ffffff;
    width: 100%; }
    figure.wp-block-table table td {
      border: solid 1px #26B794; }
    figure.wp-block-table table td.green {
      color: #333333;
      background-color: rgba(38, 183, 148, 0.5); }

  /* header */
  #header-container {
    width: 100%;
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.1);
    position: relative;
    z-index: 1; }
    #header-container #header-container-in {
      width: 100%; }
      #header-container #header-container-in #header {
        height: 71px;
        border-bottom: 1px solid #26B794; }
        #header-container #header-container-in #header .tagline {
          display: none; }
        #header-container #header-container-in #header .logo-text {
          display: none; }
        #header-container #header-container-in #header #header-in {
          width: 100%;
          padding: 0 2%; }
          #header-container #header-container-in #header #header-in .header-in-insert {
            width: 100%;
            display: flex; }
            #header-container #header-container-in #header #header-in .header-in-insert .left {
              width: 80px; }
              #header-container #header-container-in #header #header-in .header-in-insert .left img {
                width: 70px; }
            #header-container #header-container-in #header #header-in .header-in-insert .center {
              display: none; }
            #header-container #header-container-in #header #header-in .header-in-insert .right {
              width: calc(100% - 80px); }
              #header-container #header-container-in #header #header-in .header-in-insert .right .inner {
                text-align: right;
                margin-top: 20px;
                margin-right: 10px; }
                #header-container #header-container-in #header #header-in .header-in-insert .right .inner a {
                  text-decoration: none;
                  background-color: #26B794;
                  border: 1px solid #26B794;
                  border-radius: 4px;
                  padding: 8px 8px 10px 8px;
                  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2); }
                  #header-container #header-container-in #header #header-in .header-in-insert .right .inner a .cta {
                    vertical-align: middle;
                    font-size: 14px;
                    font-weight: bold;
                    color: #ffffff; }
                  #header-container #header-container-in #header #header-in .header-in-insert .right .inner a img {
                    vertical-align: middle;
                    width: 30px; }
                  #header-container #header-container-in #header #header-in .header-in-insert .right .inner a:hover {
                    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2) inset; }

  /* navi (PC) */
  /*menu (SP)*/
  .mobile-footer-menu-buttons {
    background-color: rgba(38, 183, 148, 0.88); }
    .mobile-footer-menu-buttons .menu-button-in {
      color: #ffffff !important; }
    .mobile-footer-menu-buttons #navi-menu-content ul.menu-drawer li.menu-item a {
      padding: 15px 10px;
      display: block;
      font-size: 22px;
      font-weight: bold; }
    .mobile-footer-menu-buttons li.sidebar-menu-button {
      display: none; }
    .mobile-footer-menu-buttons .menu-close-button {
      text-align: right;
      padding-right: 20px; }

  /* wrapper */
  #content {
    margin: 0;
    padding: 0;
    background-color: #FBF7ED; }

  /*ホーム・LP・その他共通処理*/
  body .entry-content figure.wp-block-gallery ul {
    padding-left: 0; }
  body .hubspot-link__container {
    display: none; }

  /* ホーム・LPのみ処理*/
  body.home #content-in,
  body.page-id-2959 #content-in {
    width: 100%;
    /*セクション1*/
    /*セクション4*/
    /*セクション5*/
    /*セクション6*/
    /*セクション7*/
    /*セクション8*/
    /*セクション9*/ }
    body.home #content-in #sidebar,
    body.page-id-2959 #content-in #sidebar {
      display: none; }
    body.home #content-in #main,
    body.page-id-2959 #content-in #main {
      width: 100%;
      padding: 0;
      margin: 0; }
      body.home #content-in #main header,
      body.page-id-2959 #content-in #main header {
        display: none; }
      body.home #content-in #main .entry-content,
      body.page-id-2959 #content-in #main .entry-content {
        margin: 0; }
    body.home #content-in .lp-section-block,
    body.page-id-2959 #content-in .lp-section-block {
      margin: 0;
      padding: 20px 0;
      opacity: 1;
      /*transform: translate(0, 100px);*/ }
      body.home #content-in .lp-section-block .wrap,
      body.page-id-2959 #content-in .lp-section-block .wrap {
        width: 98%;
        padding: 0 1%; }
        body.home #content-in .lp-section-block .wrap .title-section,
        body.page-id-2959 #content-in .lp-section-block .wrap .title-section {
          text-align: center;
          padding: 5px 0; }
    body.home #content-in .lp-section-block#home-sec1, body.home #content-in .lp-section-block#home-sec2,
    body.page-id-2959 #content-in .lp-section-block#home-sec1,
    body.page-id-2959 #content-in .lp-section-block#home-sec2 {
      opacity: 1;
      transform: none; }
    body.home #content-in .lp-section-block.show,
    body.page-id-2959 #content-in .lp-section-block.show {
      opacity: 1;
      transform: none; }
    body.home #content-in .lp-section-block.yellow,
    body.page-id-2959 #content-in .lp-section-block.yellow {
      background-color: #FBF7ED; }
    body.home #content-in .lp-section-block.green,
    body.page-id-2959 #content-in .lp-section-block.green {
      background-color: #26B794; }
    body.home #content-in .lp-section-block.white,
    body.page-id-2959 #content-in .lp-section-block.white {
      background-color: #ffffff; }
    body.home #content-in .lp-section-block.photo,
    body.page-id-2959 #content-in .lp-section-block.photo {
      min-height: 350px;
      background-image: url(https://i2.wp.com/tsukuba-reien.com/wp-content/uploads/2017/05/2_01.jpg?resize=1230%2C821&#038;ssl=1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 65%; }
      body.home #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper,
      body.page-id-2959 #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper {
        width: 100%;
        margin: 100px auto; }
        body.home #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper .color-white-shadow,
        body.page-id-2959 #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper .color-white-shadow {
          width: 100%;
          position: relative;
          text-align: center;
          background-color: rgba(255, 255, 255, 0.35);
          font-family: serif;
          font-weight: bold; }
    body.home #content-in .lp-section-block,
    body.page-id-2959 #content-in .lp-section-block {
      /*セクション2*/
      /*セクション3*/ }
      body.home #content-in .lp-section-block .inner,
      body.page-id-2959 #content-in .lp-section-block .inner {
        display: block; }
        body.home #content-in .lp-section-block .inner .box-green,
        body.page-id-2959 #content-in .lp-section-block .inner .box-green {
          display: block;
          position: relative;
          background-color: #ffffff;
          border: 1px solid #26B794;
          border-radius: 4px;
          text-align: center;
          width: 100%;
          padding: 5px 15px;
          margin: 15px 0; }
          body.home #content-in .lp-section-block .inner .box-green a,
          body.page-id-2959 #content-in .lp-section-block .inner .box-green a {
            color: #26B794;
            text-decoration: none; }
          body.home #content-in .lp-section-block .inner .box-green a:hover,
          body.page-id-2959 #content-in .lp-section-block .inner .box-green a:hover {
            text-decoration: underline; }
      body.home #content-in .lp-section-block .text-section .float-box,
      body.page-id-2959 #content-in .lp-section-block .text-section .float-box {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
        padding: 10px; }
    body.home #content-in .lp-section-block.green,
    body.page-id-2959 #content-in .lp-section-block.green {
      color: #ffffff; }
    body.home #content-in #home-sec5 .text-section .float-box,
    body.page-id-2959 #content-in #home-sec5 .text-section .float-box {
      border: 1px solid #CCBFA0;
      border-radius: 8px;
      margin: 10px 0; }
      body.home #content-in #home-sec5 .text-section .float-box .circle,
      body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle {
        filter: drop-shadow(2px 2px 1px #999);
        width: 50%;
        margin: 0 auto; }
        body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in,
        body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in {
          width: 100%;
          padding-top: 100%;
          border-radius: 50%;
          background-color: #CCBFA0;
          position: relative; }
          body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in .reason,
          body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in .reason {
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            font-size: 20px;
            color: #ffffff;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }
          body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in .number,
          body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in .number {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            font-size: 28px;
            color: #ffffff;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }
    body.home #content-in #home-sec6 .text-section ul,
    body.page-id-2959 #content-in #home-sec6 .text-section ul {
      list-style: none;
      border-left: 2px solid #26B794;
      padding-left: 10px; }
      body.home #content-in #home-sec6 .text-section ul li,
      body.page-id-2959 #content-in #home-sec6 .text-section ul li {
        position: relative; }
        body.home #content-in #home-sec6 .text-section ul li h2,
        body.page-id-2959 #content-in #home-sec6 .text-section ul li h2 {
          color: #26B794;
          background-color: inherit !important;
          border-top: none;
          border-bottom: none;
          display: inline-block; }
        body.home #content-in #home-sec6 .text-section ul li p,
        body.page-id-2959 #content-in #home-sec6 .text-section ul li p {
          margin: 0 0 2em 0; }
      body.home #content-in #home-sec6 .text-section ul li:before,
      body.page-id-2959 #content-in #home-sec6 .text-section ul li:before {
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        left: -22px;
        top: 20px;
        content: "";
        background-color: #26B794; }
    body.home #content-in #home-sec7 .wrap .text-section,
    body.page-id-2959 #content-in #home-sec7 .wrap .text-section {
      text-align: center; }
    body.home #content-in #home-sec8 .wrap .text-section,
    body.page-id-2959 #content-in #home-sec8 .wrap .text-section {
      text-align: center; }
    body.home #content-in .lp-section-block.green .hbspt-form form label span,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form label span {
      color: #ffffff;
      font-size: 18px; }
    body.home #content-in .lp-section-block.green .hbspt-form form label span.hs-form-required,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form label span.hs-form-required {
      color: red;
      font-size: 18px; }
    body.home #content-in .lp-section-block.green .hbspt-form form p,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form p {
      color: #ffffff;
      font-size: 18px; }
    body.home #content-in .lp-section-block.green .hbspt-form form .hubspot-link__container,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form .hubspot-link__container {
      display: none; }
    body.home #content-in .lp-section-block.green .hbspt-form form input[type='submit'],
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form input[type='submit'] {
      border: none;
      background-color: #FFDF3A;
      border-radius: 20px;
      color: #333333;
      font-size: 20px;
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2); }
    body.home #content-in .lp-section-block.green .hbspt-form form input:hover,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form input:hover {
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset;
      color: #999999; }

  /* ホーム・LPのみ共通文字装飾処理*/
  body.home .entry-content ul,
  body.page-id-2959 .entry-content ul {
    padding-left: 0; }
  body.home .entry-content h2.color-grey-shadow,
  body.page-id-2959 .entry-content h2.color-grey-shadow {
    background-color: inherit !important;
    border-top: none;
    border-bottom: none;
    display: inline-block; }
  body.home .entry-content h2.color-grey-shadow.underline,
  body.page-id-2959 .entry-content h2.color-grey-shadow.underline {
    background: linear-gradient(transparent 85%, #FFDF3A 85%); }
  body.home .entry-content h2.color-white-shadow,
  body.page-id-2959 .entry-content h2.color-white-shadow {
    color: #ffffff;
    background-color: inherit !important;
    border-top: none;
    border-bottom: none;
    display: inline-block; }

  /*LPのみ特別処理*/
  body.page-id-2959 {
    /*セクション1*/ }
    body.page-id-2959 #home-sec1 {
      background-image: url(https://i2.wp.com/tsukuba-reien.com/wp-content/uploads/2022/01/soranoniwa_202201_2.jpg) !important;
      background-color: rgba(0, 0, 0, 0.2);
      background-blend-mode: lighten; }
      body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h4 {
        font-family: serif;
        border: none;
        color: #ffffff;
        font-size: 28px;
        filter: drop-shadow(1px 2px 1px #707070);
        text-align: center;
        margin: 0;
        text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
      body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h1 {
        font-size: 60px;
        color: #ffffff;
        background-color: inherit !important;
        font-weight: bold;
        font-family: monospace !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
      body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h3 {
        margin: 0;
        text-align: center;
        border: none;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 32px;
        font-weight: normal;
        text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
    body.page-id-2959 #lp-sec1 {
      text-align: center;
      font-weight: bold;
      font-family: serif; }
    body.page-id-2959 #home-sec2 .box-green {
      width: 47% !important; }
      body.page-id-2959 #home-sec2 .box-green .box-green-title {
        font-weight: bold; }

  /* ホーム・LP以外の1カラム構成 */
  body.column1-wide #content #content-in #main {
    width: 100%; }

  /* ホーム・LP以外の2カラム構成*/
  body:not(.home):not(.page-id-2959) #content #content-in {
    width: 100%;
    padding: 5px 0; }
    body:not(.home):not(.page-id-2959) #content #content-in main {
      border: 1px solid #CCBFA0;
      border-radius: 0px;
      padding: 15px;
      width: 100%; }
      body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc {
        border: none;
        width: 100%; }
        body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc .toc-title {
          color: #ffffff;
          border-radius: 20px 20px 0 0;
          background-color: #26B794;
          box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
          padding: 0px 16px; }
        body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc .toc-content {
          border: 1px solid #cccccc;
          box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
          padding: 10px; }
      body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-wrap {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 0;
        padding: 30px 0; }
        body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-wrap .entry-card-thumb {
          width: 35%; }
      body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-content {
        margin-left: 40%; }
      body:not(.home):not(.page-id-2959) #content #content-in main .pagination .page-numbers {
        border-radius: 50%; }
    body:not(.home):not(.page-id-2959) #content #content-in #sidebar {
      width: 25%;
      padding: 0;
      border: none;
      border-radius: 0;
      background-color: inherit; }
      body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside {
        background-color: #ffffff;
        border: 1px solid #CCBFA0;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 20px;
        box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.2);
        font-size: 16px; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside h3.widget-title {
          font-size: 18px;
          padding: 0;
          margin: 0;
          background-color: #ffffff; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside a {
          color: #26B794; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .btn-yellow {
          margin: 5px 0 20px 0;
          color: #333333; }
          body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .btn-yellow:hover {
            box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .phone {
          font-size: 24px;
          font-weight: bold;
          color: #26B794; }

  /*フッター処理*/
  footer .author-info {
    display: none; }

  #footer {
    margin-top: 0; }
    #footer .wrap {
      max-width: 1024px; }
      #footer .wrap .footer-widgets {
        display: block; }
        #footer .wrap .footer-widgets .footer-center {
          text-align: center; }
          #footer .wrap .footer-widgets .footer-center p {
            margin: 5px 0;
            color: #333333;
            font-size: 16px; }
      #footer .wrap .footer-bottom .footer-bottom-logo {
        display: none; }
      #footer .wrap .footer-bottom .footer-bottom-content {
        text-align: center;
        float: inherit; } }
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /* Scss Document */
  /* Page all*/
  html, body {
    font-size: 18px;
    /*font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;*/
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    color: #333333; }

  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }

  .grecaptcha-badge {
    display: none; }

  span.green {
    color: #26B794; }

  span.yellow {
    color: #FFDF3A; }

  /* 本文中の文字装飾*/
  h1.entry-title {
    font-size: 28px;
    margin: 0 0 16px 0; }

  .article h2 {
    font-size: 22px !important;
    line-height: 1em !important;
    margin: 5px 0 5px 0 !important;
    padding: 10px 0 !important;
    background-color: #ffffff !important;
    border-top: 2px solid #FFDF3A;
    border-bottom: 2px solid #FFDF3A; }

  .btn-yellow {
    text-align: center;
    border: none;
    background-color: #FFDF3A;
    border-radius: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
    width: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
    text-decoration: none; }
    .btn-yellow:hover {
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset; }

  figure.wp-block-table table {
    margin: 0 auto;
    background-color: #ffffff;
    width: 90%; }
    figure.wp-block-table table td {
      border: solid 1px #26B794; }
    figure.wp-block-table table td.green {
      color: #333333;
      background-color: rgba(38, 183, 148, 0.5); }

  /* header */
  #header-container {
    width: 100%;
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.1);
    position: relative;
    z-index: 1; }
    #header-container #header-container-in {
      max-width: 1024px;
      margin: 0 auto; }
      #header-container #header-container-in #header {
        height: 100px;
        border: none; }
        #header-container #header-container-in #header .tagline {
          display: none; }
        #header-container #header-container-in #header .logo-text {
          display: none; }
        #header-container #header-container-in #header #header-in {
          width: 100%;
          padding: 0; }
          #header-container #header-container-in #header #header-in .header-in-insert {
            width: 100%;
            display: flex; }
            #header-container #header-container-in #header #header-in .header-in-insert .left {
              width: 160px; }
              #header-container #header-container-in #header #header-in .header-in-insert .left img {
                width: 120px; }
              #header-container #header-container-in #header #header-in .header-in-insert .left .inner {
                text-align: center; }
            #header-container #header-container-in #header #header-in .header-in-insert .center {
              width: calc(100% - 330px);
              display: flex;
              justify-content: right; }
              #header-container #header-container-in #header #header-in .header-in-insert .center .inner {
                padding-top: 37px;
                padding-right: 20px; }
              #header-container #header-container-in #header #header-in .header-in-insert .center .green {
                vertical-align: middle;
                font-size: 24px;
                font-weight: bold; }
              #header-container #header-container-in #header #header-in .header-in-insert .center img {
                vertical-align: middle;
                width: 40px; }
              #header-container #header-container-in #header #header-in .header-in-insert .center .phone {
                vertical-align: middle;
                font-size: 32px;
                font-weight: bold; }
                #header-container #header-container-in #header #header-in .header-in-insert .center .phone rt {
                  color: #26B794;
                  transform: translateY(1px);
                  font-size: 12px; }
            #header-container #header-container-in #header #header-in .header-in-insert .right {
              width: 170px; }
              #header-container #header-container-in #header #header-in .header-in-insert .right .inner {
                text-align: right;
                margin-top: 45px; }
                #header-container #header-container-in #header #header-in .header-in-insert .right .inner a {
                  text-decoration: none;
                  padding: 4px 0px 6px 0px;
                  background-color: #26B794; }
                  #header-container #header-container-in #header #header-in .header-in-insert .right .inner a .cta {
                    vertical-align: middle;
                    font-size: 20px;
                    font-weight: bold;
                    color: #ffffff; }
                  #header-container #header-container-in #header #header-in .header-in-insert .right .inner a img {
                    vertical-align: middle;
                    width: 30px; }
                  #header-container #header-container-in #header #header-in .header-in-insert .right .inner a:hover {
                    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2) inset; }

  /* navi (PC) */
  #navi #navi-in {
    width: 1024px; }
    #navi #navi-in a {
      font-size: 18px;
      font-weight: bold;
      text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.1);
      padding: 0; }
    #navi #navi-in a:hover {
      text-decoration: underline;
      /*display: inherit;
      transition:none;
      color:inherit;
      background-color: inherit;*/ }
    #navi #navi-in ul {
      width: 1024px;
      padding: 6px 0 6px 0;
      display: block; }
      #navi #navi-in ul li {
        height: 28px;
        line-height: normal;
        border-right: 1px solid #555555;
        display: table-cell; }
      #navi #navi-in ul li:first-child {
        border-left: 1px solid #555555; }

  /*menu (SP)*/
  .mobile-footer-menu-buttons {
    background-color: rgba(38, 183, 148, 0.88); }
    .mobile-footer-menu-buttons .menu-button-in {
      color: #ffffff !important; }
    .mobile-footer-menu-buttons #navi-menu-content ul.menu-drawer li.menu-item a {
      padding: 15px 10px;
      display: block;
      font-size: 22px;
      font-weight: bold; }
    .mobile-footer-menu-buttons li.sidebar-menu-button {
      display: none; }
    .mobile-footer-menu-buttons .menu-close-button {
      text-align: right;
      padding-right: 20px; }

  /* wrapper */
  #content {
    margin: 0;
    padding: 0;
    background-color: #FBF7ED; }

  /*ホーム・LP・その他共通処理*/
  body .entry-content figure.wp-block-gallery ul {
    padding-left: 0; }
  body .hubspot-link__container {
    display: none; }

  /* ホーム・LPのみ処理*/
  body.home #content-in,
  body.page-id-2959 #content-in {
    width: 100%;
    /*セクション1*/
    /*セクション4*/
    /*セクション5*/
    /*セクション6*/
    /*セクション7*/
    /*セクション8*/
    /*セクション9*/ }
    body.home #content-in #sidebar,
    body.page-id-2959 #content-in #sidebar {
      display: none; }
    body.home #content-in #main,
    body.page-id-2959 #content-in #main {
      width: 100%;
      padding: 0;
      margin: 0; }
      body.home #content-in #main header,
      body.page-id-2959 #content-in #main header {
        display: none; }
      body.home #content-in #main .entry-content,
      body.page-id-2959 #content-in #main .entry-content {
        margin: 0; }
    body.home #content-in .lp-section-block,
    body.page-id-2959 #content-in .lp-section-block {
      margin: 0;
      padding: 20px 0;
      opacity: 0;
      transition: all .8s ease;
      /*transform: translate(0, 100px);*/ }
      body.home #content-in .lp-section-block .wrap,
      body.page-id-2959 #content-in .lp-section-block .wrap {
        max-width: 1024px; }
        body.home #content-in .lp-section-block .wrap .title-section,
        body.page-id-2959 #content-in .lp-section-block .wrap .title-section {
          text-align: center;
          padding: 5px 0; }
    body.home #content-in .lp-section-block#home-sec1, body.home #content-in .lp-section-block#home-sec2,
    body.page-id-2959 #content-in .lp-section-block#home-sec1,
    body.page-id-2959 #content-in .lp-section-block#home-sec2 {
      opacity: 1;
      transform: none; }
    body.home #content-in .lp-section-block.show,
    body.page-id-2959 #content-in .lp-section-block.show {
      opacity: 1;
      transform: none; }
    body.home #content-in .lp-section-block.yellow,
    body.page-id-2959 #content-in .lp-section-block.yellow {
      background-color: #FBF7ED; }
    body.home #content-in .lp-section-block.green,
    body.page-id-2959 #content-in .lp-section-block.green {
      background-color: #26B794; }
    body.home #content-in .lp-section-block.white,
    body.page-id-2959 #content-in .lp-section-block.white {
      background-color: #ffffff; }
    body.home #content-in .lp-section-block.photo,
    body.page-id-2959 #content-in .lp-section-block.photo {
      min-height: 350px;
      background-image: url(https://i2.wp.com/tsukuba-reien.com/wp-content/uploads/2017/05/2_01.jpg?resize=1230%2C821&#038;ssl=1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 65%; }
      body.home #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper,
      body.page-id-2959 #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper {
        width: 60%;
        margin: 80px auto; }
        body.home #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper .color-white-shadow,
        body.page-id-2959 #content-in .lp-section-block.photo .photo-wrapper .wrap .text-wrapper .color-white-shadow {
          width: 100%;
          position: relative;
          text-align: center;
          padding: 50px 0;
          background-color: rgba(255, 255, 255, 0.35);
          font-family: serif;
          font-weight: bold; }
    body.home #content-in .lp-section-block,
    body.page-id-2959 #content-in .lp-section-block {
      /*セクション2*/
      /*セクション3*/ }
      body.home #content-in .lp-section-block .inner,
      body.page-id-2959 #content-in .lp-section-block .inner {
        display: flex;
        justify-content: space-between; }
        body.home #content-in .lp-section-block .inner .box-green,
        body.page-id-2959 #content-in .lp-section-block .inner .box-green {
          display: block;
          position: relative;
          background-color: #ffffff;
          border: 1px solid #26B794;
          border-radius: 4px;
          text-align: center;
          width: 32%;
          padding: 15px; }
          body.home #content-in .lp-section-block .inner .box-green a,
          body.page-id-2959 #content-in .lp-section-block .inner .box-green a {
            color: #26B794;
            text-decoration: none; }
          body.home #content-in .lp-section-block .inner .box-green a:hover,
          body.page-id-2959 #content-in .lp-section-block .inner .box-green a:hover {
            text-decoration: underline; }
      body.home #content-in .lp-section-block .text-section .float-box,
      body.page-id-2959 #content-in .lp-section-block .text-section .float-box {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
        padding: 10px; }
    body.home #content-in .lp-section-block.green,
    body.page-id-2959 #content-in .lp-section-block.green {
      color: #ffffff; }
    body.home #content-in #home-sec5 .text-section .float-box,
    body.page-id-2959 #content-in #home-sec5 .text-section .float-box {
      border: 1px solid #CCBFA0;
      border-radius: 8px;
      margin: 10px 0;
      display: flex; }
      body.home #content-in #home-sec5 .text-section .float-box .left,
      body.page-id-2959 #content-in #home-sec5 .text-section .float-box .left {
        width: 20%; }
      body.home #content-in #home-sec5 .text-section .float-box .right,
      body.page-id-2959 #content-in #home-sec5 .text-section .float-box .right {
        width: 80%; }
      body.home #content-in #home-sec5 .text-section .float-box .circle,
      body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle {
        filter: drop-shadow(2px 2px 1px #999);
        width: 80%; }
        body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in,
        body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in {
          width: 100%;
          padding-top: 100%;
          border-radius: 50%;
          background-color: #CCBFA0;
          position: relative; }
          body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in .reason,
          body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in .reason {
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            font-size: 20px;
            color: #ffffff;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }
          body.home #content-in #home-sec5 .text-section .float-box .circle .circle-in .number,
          body.page-id-2959 #content-in #home-sec5 .text-section .float-box .circle .circle-in .number {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            font-size: 28px;
            color: #ffffff;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2); }
    body.home #content-in #home-sec6 .text-section ul,
    body.page-id-2959 #content-in #home-sec6 .text-section ul {
      list-style: none;
      border-left: 2px solid #26B794;
      padding-left: 10px; }
      body.home #content-in #home-sec6 .text-section ul li,
      body.page-id-2959 #content-in #home-sec6 .text-section ul li {
        position: relative; }
        body.home #content-in #home-sec6 .text-section ul li h2,
        body.page-id-2959 #content-in #home-sec6 .text-section ul li h2 {
          color: #26B794;
          background-color: inherit !important;
          border-top: none;
          border-bottom: none;
          display: inline-block; }
        body.home #content-in #home-sec6 .text-section ul li p,
        body.page-id-2959 #content-in #home-sec6 .text-section ul li p {
          margin: 0 0 2em 0; }
      body.home #content-in #home-sec6 .text-section ul li:before,
      body.page-id-2959 #content-in #home-sec6 .text-section ul li:before {
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        left: -22px;
        top: 20px;
        content: "";
        background-color: #26B794; }
    body.home #content-in #home-sec7 .wrap .text-section,
    body.page-id-2959 #content-in #home-sec7 .wrap .text-section {
      text-align: center; }
    body.home #content-in #home-sec8 .wrap .text-section,
    body.page-id-2959 #content-in #home-sec8 .wrap .text-section {
      text-align: center; }
    body.home #content-in .lp-section-block.green .hbspt-form form label span,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form label span {
      color: #ffffff;
      font-size: 18px; }
    body.home #content-in .lp-section-block.green .hbspt-form form label span.hs-form-required,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form label span.hs-form-required {
      color: red;
      font-size: 18px; }
    body.home #content-in .lp-section-block.green .hbspt-form form p,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form p {
      color: #ffffff;
      font-size: 18px; }
    body.home #content-in .lp-section-block.green .hbspt-form form .hubspot-link__container,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form .hubspot-link__container {
      display: none; }
    body.home #content-in .lp-section-block.green .hbspt-form form input[type='submit'],
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form input[type='submit'] {
      border: none;
      background-color: #FFDF3A;
      border-radius: 20px;
      color: #333333;
      font-size: 20px;
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2); }
    body.home #content-in .lp-section-block.green .hbspt-form form input:hover,
    body.page-id-2959 #content-in .lp-section-block.green .hbspt-form form input:hover {
      box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset;
      color: #999999; }

  /* ホーム・LPのみ共通文字装飾処理*/
  body.home .entry-content ul,
  body.page-id-2959 .entry-content ul {
    padding-left: 60px; }
  body.home .entry-content h2.color-grey-shadow,
  body.page-id-2959 .entry-content h2.color-grey-shadow {
    background-color: inherit !important;
    border-top: none;
    border-bottom: none;
    display: inline-block; }
  body.home .entry-content h2.color-grey-shadow.underline,
  body.page-id-2959 .entry-content h2.color-grey-shadow.underline {
    background: linear-gradient(transparent 85%, #FFDF3A 85%); }
  body.home .entry-content h2.color-white-shadow,
  body.page-id-2959 .entry-content h2.color-white-shadow {
    color: #ffffff;
    background-color: inherit !important;
    border-top: none;
    border-bottom: none;
    display: inline-block; }

  /*LPのみ特別処理*/
  body.page-id-2959 {
    /*セクション1*/ }
    body.page-id-2959 #home-sec1 {
      background-image: url(https://i2.wp.com/tsukuba-reien.com/wp-content/uploads/2022/01/soranoniwa_202201_2.jpg) !important;
      background-color: rgba(0, 0, 0, 0.2);
      background-blend-mode: lighten; }
      body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h4 {
        font-family: serif;
        border: none;
        color: #ffffff;
        font-size: 28px;
        filter: drop-shadow(1px 2px 1px #707070);
        text-align: center;
        margin: 0;
        text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
      body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h1 {
        font-size: 60px;
        color: #ffffff;
        background-color: inherit !important;
        font-weight: bold;
        font-family: monospace !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
      body.page-id-2959 #home-sec1 .photo-wrapper .wrap .text-wrapper h3 {
        margin: 0;
        text-align: center;
        border: none;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 32px;
        font-weight: normal;
        text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222, -1px 1px 0 #222222, 1px -1px 0 #222222, 0px 1px 0 #222222, -1px 0 #222222, -1px 0 0 #222222, 1px 0 0 #222222; }
    body.page-id-2959 #lp-sec1 {
      text-align: center;
      font-weight: bold;
      font-family: serif; }
    body.page-id-2959 #home-sec2 .box-green {
      width: 47% !important; }
      body.page-id-2959 #home-sec2 .box-green .box-green-title {
        font-weight: bold; }

  /* ホーム・LP以外の1カラム構成 */
  body.column1-wide #content #content-in #main {
    width: 100%; }

  /* ホーム・LP以外の2カラム構成*/
  body:not(.home):not(.page-id-2959) #content #content-in {
    max-width: 1024px;
    padding: 30px 0; }
    body:not(.home):not(.page-id-2959) #content #content-in main {
      border: 1px solid #CCBFA0;
      border-radius: 0px;
      padding: 15px;
      width: 73%; }
      body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc {
        border: none;
        min-width: 600px; }
        body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc .toc-title {
          color: #ffffff;
          border-radius: 20px 20px 0 0;
          background-color: #26B794;
          box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
          padding: 0px 16px; }
        body:not(.home):not(.page-id-2959) #content #content-in main .entry-content #toc .toc-content {
          border: 1px solid #cccccc;
          box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
          padding: 10px; }
      body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-wrap {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 0;
        padding: 30px 0; }
        body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-wrap .entry-card-thumb {
          width: 250px; }
      body:not(.home):not(.page-id-2959) #content #content-in main #list .entry-card-content {
        margin-left: 260px; }
      body:not(.home):not(.page-id-2959) #content #content-in main .pagination .page-numbers {
        border-radius: 50%; }
    body:not(.home):not(.page-id-2959) #content #content-in #sidebar {
      width: 25%;
      padding: 0;
      border: none;
      border-radius: 0;
      background-color: inherit; }
      body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside {
        background-color: #ffffff;
        border: 1px solid #CCBFA0;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 20px;
        box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.2);
        font-size: 16px; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside h3.widget-title {
          font-size: 18px;
          padding: 0;
          margin: 0;
          background-color: #ffffff; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside a {
          color: #26B794; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .btn-yellow {
          margin: 5px 0 20px 0;
          color: #333333; }
          body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .btn-yellow:hover {
            box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2) inset; }
        body:not(.home):not(.page-id-2959) #content #content-in #sidebar aside .phone {
          font-size: 24px;
          font-weight: bold;
          color: #26B794; }

  /*フッター処理*/
  footer .author-info {
    display: none; }

  #footer {
    margin-top: 0; }
    #footer .wrap {
      max-width: 1024px; }
      #footer .wrap .footer-widgets {
        display: flex; }
        #footer .wrap .footer-widgets .footer-center {
          text-align: center; }
          #footer .wrap .footer-widgets .footer-center p {
            margin: 5px 0;
            color: #333333;
            font-size: 16px; }
      #footer .wrap .footer-bottom .footer-bottom-logo {
        display: none; }
      #footer .wrap .footer-bottom .footer-bottom-content {
        text-align: center;
        float: inherit; } }
