@charset "utf-8";

h4 {
  border-top: 1px solid #86BC85;
  border-bottom: 1px solid #86BC85;
  color: #86BC85;
}
h4.orange {
  border-top: 1px solid #E5AE55;
  border-bottom: 1px solid #E5AE55;
  color: #E5AE55;
}
.tx-border,.tx-border02{
  font-size: 20px !important;
  text-align: left;
  font-weight: 600;
  margin: 10px 0 20px;
}
.tx-border::before, .tx-border02::before{
  content: "";
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  border-top: 2px solid #63B16E;
  vertical-align: middle;
}
.tx-border02::before{
  border-top: 2px solid #E5AE55;
}
.lower-title-wrap::before {
  background-image: url(/wp-content/uploads/2023/12/op-logo.svg);
}

.tx_01{
font-size: 16px !important;
}
.tx_02{
font-size: 18px !important;
font-weight: 600 !important;
}
.tx_orange{
color: #E5AE55;
}
.tx_pink{
color: #dfb3ab;
}
.tx_green{
color: #86bc85;
}
.ne-bg,.ho-bg{
background-color: #fff7d1;
}
.lower-title-en{
color: #c4c4b8;
}
.ne-features05-low-wrap{
  margin: 30px 0 0 0;
}
.ne-features01-low-wrap{
  margin: 23px 0 0 0;
  justify-content: center;
}
.ne-features01-low-item {
  width: 100%;
  padding: 0px;
}
.mt40{
margin-top:40px;
}
.mt20{
margin-top:20px;
}
.mt27{
margin-top:27px;
}
.alignC{
text-align:center;
}

/* リスト */
.list-01, .list-02{
  font-weight: 600;
  font-feature-settings: "palt";
line-height:4rem;
text-align: left;
}
ul.list-01 li,ul.list-02 li{
position: relative;
padding-left:18px;
}
ul.list-01 li:before,ul.list-02 li:before{ 
position: absolute;
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:.5em;
  height: .5em;
  background: #86BC85;
  border-radius: 50%;
  margin-right: 8px;
  margin-left:-18px;
  top:17px;
}
ul.list-02 li:before{
  background: #E5AE55;
}

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  bottom: 0;
}
.ne-features01-low02 {
  display: flex;
  flex-direction: column;
}
.ne-features01-low02 .youtube {
  margin-top: auto;
}

/* よくある質問 */
.qa-7,.qa-8 {
    max-width: 800px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
    margin: 0 auto 10px;
}
.qa-7 summary,.qa-8 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa-7 summary::before,
.qa-7 p::before ,.qa-8 summary::before,
.qa-8 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-7 summary::before{
    color: #86BC85;
    content: "Q";
}
.qa-8 summary::before {
  color: #E5AE55;
    content: "Q";
}
.qa-7 summary::after,.qa-8 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-7[open] summary::after,.qa-8[open] summary::after  {
    transform: rotate(225deg);
}
.qa-7 p ,.qa-8 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-7[open] p ,.qa-8[open] p {
    transform: none;
    opacity: 1;
}
.qa-7 p::before ,.qa-8 p::before{
    color: #DD9986;
    line-height: 1.2;
    content: "A";
}

/* section */
section,.section{
margin:50px 0;
}
section.top, section.top{
margin-top:0px;
}
section.bottom, section.bottom{
margin-bottom:0px;
}

/* ブランディングボタン */
.menu01-wrap {
  position: relative;
}
.tx_menu01-wrap{
  position: absolute;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  font-weight: 600;
  top:63px;
  left:0;
  font-size:24px;
  z-index:1;
padding:0 10px
}

/* ブランディングすぐ下 */
.container_point{
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.item_point{
width:100%;
padding: 20px 0 0;
}
.h4_green{
line-height: 3;
}

/* stickyメニュー */
      .box_middle_menu, .box_middle_menu02{
        position: sticky;
        top: 80px;
        background:#FFF;
        border:2px solid #86BC85;
        border-radius:10px;
        margin-top:30px;
        z-index: 1;
      }
      .box_middle_menu02{
        border:2px solid #E5AE55;
      }
      .sp_br{
      display: none;
      }
      .list_middle_menu, .list_middle_menu02{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:wrap;
        margin:0;
        padding:0;
        list-style:none;
      }
      .list_middle_menu li, .list_middle_menu02 li{
        flex:1;
        position:relative;
      }
      .list_middle_menu a, .list_middle_menu02 a{
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:center;
        text-decoration:none;
        color:#86BC85;
        font-size:16px;
        font-weight:600;
        line-height:1.4;
        padding:12px 4px;
        box-sizing:border-box;
        white-space:nowrap;
      }
      .list_middle_menu02 a{
        color:#E5AE55;
      }
      .list_middle_menu li:not(:last-child)::after, .list_middle_menu02 li:not(:last-child)::after{
        content:"｜";
        position:absolute;
        right:-3px;
        top:50%;
        transform:translateY(-50%);
        color:#86BC85;
      }
      .list_middle_menu02 li:not(:last-child)::after{
        color:#E5AE55;
      }
      .list_middle_menu a:hover{
        background:rgba(134,188,133,0.08);
      }
      .list_middle_menu02 a:hover{
        background:rgba(229,174,85,0.08);
      }
      @media screen and (max-width: 1024px) {
        .sp_br{
          display: block;
        }
      }
      @media screen and (max-width:768px){
      .box_middle_menu{
      display: none;
      }
      }

/* お問合せ */
.container_contact{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 800px;
margin: 0 auto;
}
.item{
width: 100%;
text-align: center;
padding:15px 20px;
}
.btn_tx{
  font-size: 16px !important;
  padding: 0 0 0 40px !important;
}
.btn_tel {
  display: inline-block;
  background-color: #86BC85;
  border-radius: 10px;
  padding: 20px 40px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.btn_tel:hover{
background-color:#528851;
}
.btn_tel p{
text-align: center !important;
}
.btn_contact{
display: inline-block;
background-color:#DD9986;
border-radius: 10px;
padding: 15px 42px;
color: #FFF;
}
.btn_contact:hover{
background-color:#b97c6c;
}
.tx_tel,.tx_contact{
font-weight: 600;
font-size: 18px !important;
}
.tx_tel02{
font-weight: 600;
font-size: 25px !important;
}
#neyagawa-menu {
  padding: 80px 0 100px 0;
}
.img_contact img{
width:55px;
padding: 24px 0 8px;
}
.nowrap {
  white-space: nowrap;
}
.sp_fixed_menu,.sp_fixed_menu02{
  display:none;
}


@media (min-width: 600px) {
section, .section{
margin:100px 0;
}
.item_point{
width:50%;
}
.ne-features01-low-item {
  width: 50%;
  padding: 0px 15px;
}
}
@media (min-width: 768px) {
.item{
width: 50%;
text-align: center;
}
}
@media (min-width: 1080px) {
.ne-features01-low-item {
  padding: 10px;
}
}


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

  .sp_fixed_menu,.sp_fixed_menu02{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #86BC85;
    z-index: 1;
    display: flex;
    align-items: stretch;
    padding: 0;
    box-sizing: border-box;
  }
  .sp_fixed_menu02{
    background: #E5AE55;
  }
  .sp_fixed_menu a,.sp_fixed_menu02 a{
    width: 16.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.4;
    color:#FFF;
    font-weight:600;
    padding: 12px 5px;
    box-sizing: border-box;
    position: relative;
  }
  .sp_fixed_menu a:not(:last-child)::after,.sp_fixed_menu02 a:not(:last-child)::after{
    content:"";
    position:absolute;
    top:20%;
    right:0;
    width:1px;
    height:60%;
    background:#FFF;
  }
  /* hover / tap */
  .sp_fixed_menu a:hover,
  .sp_fixed_menu a:active,.sp_fixed_menu02 a:hover,
  .sp_fixed_menu02 a:active{
    background: rgba(255,255,255,0.15);
  }
}

/* アンカーリンク */
.anchor {
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .anchor {
  padding-top: 130px;
  margin-top: -130px;
}
}

.post-password-form {
  display: block;
  height: 1000px;
  padding: 100px;
}