@charset "UTF-8";
/* 共通部分 */
body {
    background: #fff;
    color: #393939;
    overflow: hidden;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    counter-reset: number 0;
}
a, .post-content a {
    color: #393939;
}
.font-type2, .headline-font-type {
    font-family: "Noto Sans JP", sans-serif;
}
p, .post-content p {
    margin-bottom: 10px;
}
.post-content ul {
    list-style: disc;
}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb {
    height: 80px;
    line-height: 80px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.signage {
    height: 300px;
    position: relative;
    z-index: 0;
    /*background-image: url(img/header.jpg) !important;*/
    background-size: cover;
}
.signage:before{
    content: '';
    position: absolute;
    display: block;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}
/*.signage:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(img/wave_bg.png);
  background-size: auto 15px;
  background-position: center;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 0;
}*/
.signage-title.headline-font-type, .signage-title-sub {
    text-align: center;
    font-weight: 600;
}
.signage-title.headline-font-type {
    font-size: 3em !important;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-shadow: none;
}
.signage-title-sub {
    font-size: 1em !important;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: none;
}
@media only screen and (max-width: 1200px) {
    .signage {
        height: 280px;
    }
}
@media only screen and (max-width: 970px) {}
@media only screen and (max-width: 767px) {
    .signage {
        height: 200px;
    }
    .signage-title.headline-font-type {
        font-size: 35px !important;
        letter-spacing: 4px;
    }
    .signage-title-sub {
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 500px) {
    .signage {
        height: 200px;
    }
    .signage-title.headline-font-type {
        font-size: 30px !important;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}
/* ナビ */
.logo-image {
    top: 30px;
    width: 250px;
    height: auto;
    left: 25px;
    position: absolute;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 150px;
}
.header-bar {
    height: 110px;
    box-shadow: 1px 1px 5px hsl(0deg 0% 0% / 15%);
}
.header-bar-inner {
    width: 100%;
}
.global-nav {
    padding-right: 0;
}
.global-nav > ul > li > a {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 88px;
    padding: 0 12px;
    color: #393939;
    position: relative;
    text-align: center;
    transition: all .8s;
}
.global-nav > ul > li > a:before {
    content: '';
    height: 2px;
    left: 14px;
    width: 0;
    bottom: 20px;
    position: absolute;
    background: #078282;
    transition: 0.8s;
}
.global-nav .current-menu-item > a, .global-nav a:hover {
    color: #078282;
}
.global-nav .current-menu-item > a:after, .global-nav > ul > li > a:hover:after {
    color: #393939;
}
.global-nav > ul > li > a:hover:before {
    width: calc(100% - 28px);
}
.global-nav a:hover:before {
    position: absolute;
    content: '';
    left: 14px;
    height: 2px;
    background: #078282;
    text-align: center;
}
.global-nav > ul > li > a:after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 30px;
    line-height: 2;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0px;
    color: #078282;
}
.global-nav > ul > li > a span{
    position: relative;
    text-align: center;
    display: block;
    bottom: 30px;
    line-height: 2;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0px;
    color: #393939;
}
.global-nav > ul > li.global-menu-home > a:after {
    content: "ホーム"
}
.global-nav > ul > li.global-menu-housecleaning > a:after {
    content: "ハウスクリーニング"
}
.global-nav > ul > li.global-menu-watercleaning > a:after {
    content: "水回りクリーニング"
}
.global-nav > ul > li.global-menu-support > a:after {
    content: "孫の手"
}
.global-nav > ul > li.global-menu-faq > a:after {
    content: "よくある質問";
}
.global-nav > ul > li.global-menu-flow > a:after {
    content: "ご利用の流れ";
}
.global-nav > ul > li.global-menu-information > a:after {
    content: "会社案内"
}
.global-nav > ul > li.global-menu-contact > a:before {
    content: none;
}
.global-nav > ul > li.global-menu-contact > a:after {
    content: "お問い合わせ";
    color: #fff;
}
.global-nav > ul > li.global-menu-contact > a {
    background: #81c8bb;
    padding: 0 25px;
    margin-left: 10px;
    color: #fff;
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: #fff;
    background: #078282;
}
.global-nav > ul > li.global-menu-contact > a:hover:after {
    color: #fff;
}
.global-nav .sub-menu {
    right: 0 !important;
    left: auto;
}
.global-nav .sub-menu a {
    font-size: 0.9em;
    font-weight: 600;
    color: #393939;
    background: #fbf5e6;
}
.global-nav .sub-menu a:hover {
    color: #fff !important;
    background: #078282 !important;
}
.global-nav .sub-menu a:hover:before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 5px;
        width: 150px;
        left: 0;
    }
    .header-bar {
        height: 60px;
        border-bottom: none;
        box-shadow: none;
    }
    .global-nav {
        padding-right: 0;
    }
    .global-nav-button {
        border-left: 0;
        background: none;
        width: 60px;
        height: 60px;
    }
    .global-nav-button:before {
        color: #393939;
    }
    .global-nav > ul > li > a, .global-nav .sub-menu a {
        font-size: 12px;
        text-align: left;
        padding: 0 0 0 20px;
        line-height: 50px;
    }
    .global-nav > ul > li.global-menu-contact > a {
        background: #fff;
        margin-left: 0;
        padding: 0 0 0 20px;
    }
    .global-nav > ul > li > a:after {
        text-align: left;
        font-size: 10px;
        line-height: 0;
        bottom: 25px;
        padding-left: 140px;
        color: #078282 !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #393939;
    }
    .global-nav a {
        background: #fff;
        color: #393939 !important;
    }
    .global-nav a:hover {
        color: #078282 !important;
        background: #fff;
    }
    .global-nav .menu-item-has-children > a span:hover::before {
        color: #078282;
    }
    .global-nav .sub-menu a {
        width: 100%;
        background: #fff !important;
        color: #393939 !important;
    }
    .global-nav .sub-menu a br {
        display: contents;
    }
    .global-nav a:hover, .sub-menu a:hover {
        background: #fff !important;
        color: #078282 !important;
    }
    .global-nav .sub-menu a:hover {
        color: #078282 !important;
        background: #fff !important;
    }
    .global-nav a:hover:before {
        content: none;
    }
}
@media only screen and (max-width: 970px) {
    .header-bar-inner {
        width: 100% !important;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
/* トップ・フッター */
.mb_YTPBar .buttonBar {
    display: none !important;
}
.mb_YTPBar {
    display: none !important;
}
.header-youtube-overlay {
    background: hsl(0deg 0% 17% / 30%);
}
.top-slider-nav, .top-slider-nav a, .top-slider-nav li.active a {
    display: none;
}
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 767px){
    .top-slider-content{
        justify-content: flex-end;
    }
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-copy-img img {
    width: 100%;
}
.original_inner {
    margin: 0 auto;
    width: 86%;
    max-width: 1150px;
}
.front_original01 {
    margin: 8em 0 6em;
    position: relative;
    z-index: 0;
}
.front_original01::before {
    content: '';
    display: block;
    background: url(img/1.jpg) no-repeat center top #f0f0f0;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    width: calc(50% + 50px);
    right: 0;
    height: 100%;
    border-radius: 50px 0 0 50px;
    z-index: -2;
}
.front-original01_col_img {
    position: relative;
    z-index: -1;
}
.front-original01_col_text {
    margin-right: 59%;
    box-sizing: border-box;
    background: #fff;
}
.front-original01_col_text h2 {
    font-size: 1.8em;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: left;
}
.front-original01_col_text h2:before {
    content: 'CONCEPT';
    font-size: 1em;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #078282;
    display: block;
}
.front-original01_col_text p {
    line-height: 2.2;
    margin-bottom: 0;
}
.front_original_area {
    padding: 8em 0;
    position: relative;
    z-index: 0;
    background: #393939;
}
/*.front_original_area:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(img/wave_bg.png);
  background-size: auto 15px;
  background-position: center;
  width: 100%;
  height: 15px;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  z-index: 0;
}*/
.front_original_area:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}
.front_area_inner {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.front_original_area_box {
    width: 50%;
    padding: 40px 50px;
    border-radius: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #a4e5e0;
}
.front_original_area_box h2 {
    font-size: 1.6em;
    margin-bottom: 30px;
}
.front_original_area_box h2:before {
    content: '　AREA';
    display: block;
    font-size: 0.7em;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #078282;
}
ul.front-area_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.front-area_list li {
    width: 31.9%;
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 2%;
    margin-bottom: 20px;
    background: linear-gradient(transparent 30%, #fff 30%);
}
ul.front-area_list li:last-child {
    margin-right: 0;
}
p.front-area_text {
    line-height: 1.5;
    margin-bottom: 0;
}
.original_area_con {
    width: 50%;
    text-align: center;
}
a.area_con {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #81c8bb;
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    -webkit-font-smoothing: auto;
    justify-content: center;
    align-items: center;
    overflow: visible;
    z-index: 1;
    margin: 25px 50px;
    transition: 0.8s;
}
a.area_con:before, a.area_con:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.8s;
}
a.area_con:before {
    background: #81c8bb;
    z-index: -1;
}
a.area_con:hover{
    opacity: 0.7;
}
/*a.area_con:after {
  content: "";
  position: absolute;
  background: #a4e5e0;
  border: 2px solid #078282;
  box-sizing: border-box;
  z-index: -2;
}
a.area_con:hover {
  border: 2px solid #078282;
  color: #fff;
  transform: translatey(1.5rem);
}
a.area_con:hover::before {
  background: #078282;
}
a.area_con:hover:after {
  top: -20px;
  left: 10px;
}*/
a.area_con span {
    padding-top: 30px;
}
a.area_con span:after {
    content: '\e90e';
    margin-top: 5px;
    font-family: "design_plus";
    display: block;
}
.content02 {
    position: relative;
    background: #fff;
}
/*.content02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(img/wave_bg.png);
  background-size: auto 15px;
  background-position: center;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
  z-index: -1;
}*/
.content02:after {
    content: '';
    display: block;
    position: absolute;
    background: #f1fffc;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.content02-inner {
    padding: 120px 0 100px;
    width: 85%;
}
.content02-item {
    margin-left: 5%;
    padding-bottom: 0;
}
.content02-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative;
    transition: all .8s;
    border-radius: 20px;
    z-index: 0;
}
.content02-img:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.content02-img img {
    width: 100%;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: hsl(46deg 94% 48% / 20%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-title {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    color: #393939;
}
.content02-title:before {
    content: "HOUSE CLEANING";
    display: block;
    color: #078282;
    margin-bottom: 15px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 1px;
}
.content02-title.title02:before {
    content: "WATER CLEANING";
}
.content02-title.title03:before {
    content: "SUPPORT";
}
.content02-text {
    color: #393939;
    line-height: 2;
    margin-bottom: 0;
}
a.content02-button {
    font-size: 0.9em;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    color: #078282;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #078282;
    position: relative;
    box-sizing: border-box;
    display: flex;
    -webkit-font-smoothing: auto;
    justify-content: center;
    align-items: center;
    overflow: visible;
    z-index: 1;
    margin: 30px auto 0;
    transition: 0.8s;
}
.content02-button:before, .content02-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.8s;
}
.content02-button:hover{
    opacity: 0.7;
}
/*.content02-button:before {
  background: #fff;
  z-index: -1;
}
.content02-button:after {
  content: "";
  position: absolute;
  background: #81c8bb;
  z-index: -2;
}
.content02-button:hover {
  border: 2px solid #81c8bb;
  color: #81c8bb;
  transform: translatey(1rem);
}
.content02-button:hover::before {
  background: #fff;
}
.content02-button:hover:after {
  top: -20px;
  left: 0px;
}*/
a.content02-button span {
    padding-top: 20px;
}
a.content02-button span:after {
    content: '\e90e';
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-top: 5px;
    font-family: "design_plus";
    display: block;
}
.front-original02 {
    padding: 8em 0 12em;
    position: relative;
    z-index: 0;
}
/*.front-original02:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(img/wave_bg.png);
  background-size: auto 15px;
  background-position: center;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
  z-index: -1;
}*/
.original-02_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}
.front-original02-text {
    width: 50%;
    margin-left: auto;
    box-sizing: border-box;
}
.front-original02 .front-original02-text:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-color: #dcdfdf;
    background-image: url(img/front_original02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: -1;
}
.front-original02-text h2 {
    font-size: 1.4em;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
}
.front-original02-text h2:before {
    content: 'はるねこクリーンについて';
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #078282;
    display: block;
}
.front-original02-text p {
    line-height: 2.2;
    margin-bottom: 0;
}
.front-original03 {
    padding: 100px 0;
    background: #393939;
    position: relative;
    z-index: 0;
}
.front-original03:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/front_original03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.front-original03_col_text {
    color: #fff;
    max-width: 850px;
    margin: 0 auto;
}
.front-original03_col_text h2 {
    font-size: 1.8em;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: center;
}
.front-original03_col_text p {
    font-size: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 0;
}
.front-original03-list_box {
    max-width: max-content;
    padding: 40px;
    margin: 0 auto 30px;
    border: 1px solid;
    box-sizing: border-box;
}
ul.front-original03_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: revert;
}
ul.front-original03_list li {
    width: 50%;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-size: 1em;
    line-height: 1.5;
    position: relative;
    padding-right: 15px;
    box-sizing: border-box;
}
ul.front-original03_list li:nth-of-type(3), ul.front-original03_list li:last-of-type {
    padding-bottom: 0;
}
ul.front-original03_list li:before {
    content: '\ea10';
    font-family: "design_plus";
    position: absolute;
    left: 0;
    color: #bde169;
    font-weight: 500;
}
.third-box {
    margin-bottom: 60px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-inner {
    position: relative;
    padding-right: 55%;
}
.third-box:nth-of-type(2) .front-third-inner {
    padding-right: 0;
    padding-left: 55%;
}
.third-box .front-third-inner::after {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-color: #dcdfdf;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px 0 0 50px;
    z-index: -1;
}
.third-box:nth-of-type(1) .front-third-inner::after {
    background-image: url(img/6.jpg);
}
.third-box:nth-of-type(2) .front-third-inner::after {
    right: auto;
    left: 0;
    background-image: url(img/7.jpg);
    border-radius: 0 50px 50px 0;
}
.third-box:nth-of-type(3) .front-third-inner::after {
    background-image: url(img/8.jpg);
}
.front-third-text {
    padding: 10% 12% 8%;
    box-sizing: border-box;
}
.front-third-text:before {
    content: "";
    display: block;
    line-height: 0.2;
    color: #81c8bb;
    font-size: 3.5em;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.2;
    z-index: -1;
}
.third-box:nth-of-type(1) .front-third-text:before {
    content: "CONTACT US";
}
.third-box:nth-of-type(2) .front-third-text:before {
    content: "SERVICE";
}
.third-box:nth-of-type(3) .front-third-text:before {
    content: "RESPONSIVENESS";
}
h3.third_title {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
p.third_text {
    line-height: 1.9;
    margin-bottom: 0;
}
span.front-third-text_point {
    margin-top: 15px;
    padding: 15px 20px;
    background: #f0f7de;
    line-height: 1.8;
    display: block;
    box-sizing: border-box;
}
.front_topics {
    padding-top: 12em;
    padding-bottom: 8em;
    position: relative;
}
h2.front_topics_first {
    font-size: 2.4em;
    letter-spacing: 2px;
    margin-bottom: 60px;
    font-weight: 600;
    text-align: center;
}
h2.front_topics_first:after {
    content: 'お知らせ';
    font-size: 0.4em;
    letter-spacing: 1px;
    display: block;
    margin-top: 15px;
    color: #81c8bb;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
}
.footer-content {
    display: none;
}
.footer_original_content {
    padding: 4em 0 0;
    background: #a4e5e0;
    position: relative;
    z-index: 0;
}
/*.footer_original_content:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(img/wave_bg.png);
  background-size: auto 15px;
  background-position: center;
  width: 100%;
  height: 15px;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  z-index: -1;
}*/
.footer_about_inner {
    width: 86%;
    margin: 0 auto;
    max-width: 1150px;
}
.footer_content_bg {
    width: 50%;
    box-sizing: border-box;
    float: right;
}
.footer_contact_bg {
    width: 50%;
    padding-left: 30px;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
ul.footer-content-list-outer {
    width: 40%;
    box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(3) {
    padding-left: 20px;
    box-sizing: border-box;
}
ul.footer-content-list-outer li {
    font-size: 0.9em;
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
}
ul.footer-content-list-outer li a span{
    display: none;
}
ul.footer-content-list-outer li:before {
    content: '>';
    left: 0;
    position: absolute;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li.footer_content-title {
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-left: 0 !important;
}
ul.footer-content-list-outer li.footer_content-title:before {
    content: none;
}
a.footer_but {
    position: relative;
    transition: 0.8s;
}
a.footer_but:hover {
    color: #078282;
    padding-left: 10px;
}
h2.logo_.text {
    font-size: 1.5em;
    font-weight: 500;
}
p.address_text {
    font-size: 0.8em;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 15px;
}
address.footer_tel {
    font-size: 1.5em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1 !important;
}
span.footer_tel_sab {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 2px;
    color: #078282;
}
a.footer_con {
    width: 100%;
    max-width: 300px;
    padding: 18px 20px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background: #81c8bb;
    transition: all .8s;
}
a.footer_con:after {
    position: absolute;
    content: '';
    font-family: "design_plus";
    right: 25px;
}
a.footer_con.mail_but:after {
    content: '\f0e0';
}
a.footer_con:hover {
    background: #078282;
}
.footer-content {
    display: none;
}
p.copyright {
    color: #393939;
    margin-bottom: 0;
}
.social-nav-item a:before {
    color: #393939;
}
.pagetop {
    bottom: 40px;
    right: 15px;
    transition: 0.8s;
}
.pagetop:hover {
    bottom: 80px;
}
.pagetop a {
    color: #078282;
    writing-mode: vertical-rl;
    position: relative;
    width: auto;
    height: auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 3px;
}
.pagetop a:before {
    content: '';
    position: absolute;
    display: block;
    background: #078282;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    top: -140px;
    right: 0;
    transition: 0.8s;
}
.pagetop a:hover {
    color: #81c8bb;
}
.pagetop a:hover:before {
    width: 15px;
    height: 15px;
    top: -150px;
    background: #81c8bb;
}
.footer-bar01, .copyright {
    background: #a4e5e0 !important;
}
@media only screen and (max-width: 1200px) {
    .header-youtube {
        height: calc(80vh - 80px);
    }
    .front-copy-img {
        width: 65%;
    }
    .front_original01 {
        margin: 5em 0 3em;
    }
    .front-original01_col_text h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .front_original_area {
        padding: 5em 0;
    }
    .content02-inner {
        padding: 50px 5.07813% 60px;
        width: 100%;
    }
    .content02-title {
        font-size: 1.3em;
        margin-top: 5px;
    }
    .content02-title:before {
        margin-bottom: 10px;
    }
    a.content02-button {
        font-size: 0.8em;
    }
    .front-original02 {
        padding: 5em 0;
    }
    .front-third-text {
        padding: 3% 10% 0;
    }
    .front-third-text:before {
        font-size: 2.8em;
    }
    .front_topics {
        padding-top: 8em;
        padding-bottom: 5em;
    }
    h2.front_topics_first {
        margin-bottom: 40px;
    }
    .footer_original_content {
        padding: 3em 0 0.5em;
    }
    ul.footer-content-list-outer li {
        font-size: 0.8em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube {
        height: calc(60vh - 100px);
    }
    .front_original01 {
        padding-bottom: 280px;
    }
    .front_original01::before {
        width: calc(90% + 18px);
        height: 250px;
        background-position: bottom;
    }
    .front-original01_col_text {
        margin-right: 0;
    }
    .front_original_area_box, .original_area_con {
        width: 100%;
    }
    a.area_con {
        margin: 30px 0 0;
    }
    .content02:after {
        height: 85%;
    }
    .front-original02-text {
        width: 100%;
        padding-top: 340px;
    }
    .front-original02 .front-original02-text:before {
        width: 100%;
        height: 300px;
        background-position-y: 10%;
    }
    .front-third {
        padding-top: 0;
    }
    .third-box {
        margin-bottom: 0;
    }
    .front-third-inner {
        padding-top: 290px;
        padding-right: 0;
    }
    .third-box:nth-of-type(2) .front-third-inner {
        padding-left: 0;
    }
    .third-box .front-third-inner::after {
        width: 100%;
        height: 270px;
        border-radius: 0 !important;
    }
    .front-third-text {
        padding: 5%;
    }
    .third-box:last-of-type .front-third-text {
        padding-bottom: 0;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
    .dp-footer-bar a {
        color: #fff !important;
    }
    .dp-footer-bar {
        background: #81c8bb !important;
        border-top: solid 1px #fff !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: solid 1px #fff !important;
    }
    [class^="icon-"], [class*=" icon-"] {
        font-family: "dnp-shuei-mgothic-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    .header-youtube {
        height: calc(100vh - 55px);
    }
    .front_original01 {
        margin: 2em 0;
    }
    .front_original_area {
        padding: 2em 0;
    }
    .front_original_area_box {
        padding: 25px 30px;
    }
    .content02:after {
        height: 95%;
    }
    .content02-inner {
        padding-bottom: 100px;
    }
    .content02-item {
        padding-bottom: 0;
        margin-left: 0;
    }
    .content02-item:nth-child(2) {
        top: 30px;
    }
    .content02-item:nth-child(3) {
        top: 60px;
    }
    .content02-img {
        height: 250px;
    }
    .content02-img .caption {
        display: none;
    }
    a.content02-button {
        margin-top: 10px;
    }
    .front-original02 {
        padding: 2.5em 0;
    }
    .front-original02 .front-original02-text:before {
        height: 250px;
    }
    .front-original02-text {
        padding-top: 270px;
    }
    .front-original02-text h2 {
        margin-bottom: 15px;
    }
    .front-original02-text h2:before {
        font-size: 1em;
    }
    .front-original02-text p {
        line-height: 2;
    }
    .front-third-inner {
        padding-top: 240px;
    }
    .third-box .front-third-inner::after {
        height: 220px;
    }
    h3.third_title {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .front_topics {
        padding-top: 4em;
        padding-bottom: 3em;
    }
    h2.front_topics_first {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .pagetop {
        bottom: 85px !important;
    }
    .pagetop a {
        font-size: 0.9em;
    }
    .social-nav {
        width: 86%;
        margin: 0 auto;
        text-align: left;
    }
    .footer-bar01-inner {
        background: #a4e5e0;
    }
}
@media only screen and (max-width: 680px) {
    .footer_content_bg {
        width: 100%;
    }
    .footer_contact_bg {
        width: 100%;
        padding-left: 0;
        text-align: left;
        padding-top: 30px;
    }
    ul.footer-content-list-outer li.footer_content-title {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube {
        height: calc(80vh - 120px);
    }
    .front-copy-img {
        width: 95%;
    }
    .front-original01_col_text h2 br {
        display: none;
    }
    ul.front-area_list {
        width: fit-content;
        display: inline-block;
        margin: 0 auto;
    }
    ul.front-area_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    p.front-area_text {
        text-align: left;
    }
    .content02-inner {
        padding-bottom: 120px;
        width: 96%;
    }
    .content02-img {
        height: auto;
    }
    .front-third-text {
        padding: 8%;
    }
    .front-third-text:before {
        font-size: 1.8em;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* お知らせ */
.archive.category .main, .post-template-default .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-weight: 600;
    letter-spacing: 1px;
    color: #393939;
}
.archive-header {
    margin: 90px 0 40px;
}
.article02-title a {
    color: #393939;
    font-weight: 600;
}
p.article02-text {
    font-size: 12px;
}
.article03 {
    background: #fff;
    border: 2px solid #c6c6c6;
    border-radius: 5px;
    box-sizing: border-box;
}
.article03-thumbnail {
    border-radius: 5px 5px 0 0;
}
.article03-content {
    padding: 15px 20px;
}
.article03-title {
    font-size: 14px;
    font-weight: 500;
    color: #393939;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title, .post-meta {
    font-weight: 600;
    color: #393939;
}
.nav-links01 {
    /*border-top: 2px #f5e6b8 solid;
    border-bottom: 2px #f5e6b8 solid;*/
}
.nav-links01-previous + .nav-links01-next {
    border-left: 2px #f5e6b8 solid;
}
.headline-bar {
    font-weight: 600;
    background: #078282;
}
.article01 {
    border: 2px #f5e6b8 solid;
    box-sizing: border-box;
}
.article01-title {
    padding: 0 20px 13px;
    line-height: 1.5;
    box-sizing: border-box;
}
.article01-title a {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #393939;
}
.nav-links01-previous a:before, .nav-links01-next a:after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #a4e5e0;
}
.post-meta-box-item:before {
    color: #393939;
}
.primary {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-content {
        padding: 10px 20px;
    }
    .article03-title {
        font-size: 12px;
    }
}
@media only screen and (max-width: 970px) {}
@media only screen and (max-width: 767px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 60px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    .post-header {
        margin: 50px auto 20px;
    }
    .post-title, .post-meta {
        text-align: left;
    }
    h1.post-title {
        font-size: 18px !important;
    }
    .nav-links01-previous a:before, .nav-links01-next a:after {
        color: #393939;
    }
    .article01-title {
        padding: 20px 0 0 0;
    }
    .article03-content {
        padding: 10px 15px;
    }
    .article03-title {
        margin-top: 0;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 2px #f5e6b8 solid;
    }
}
@media only screen and (max-width: 500px) {
    h1.post-title {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
    }
}
/* お知らせ END */
/* 固定ページ */
.page .post-header {
    margin: 0;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto 0;
    padding: 120px 0;
    box-sizing: border-box;
    position: relative;
}
.post-content h2 {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-top: 0;
    font-weight: 600;
    text-align: center;
}
/*.post-content h2:after {
  content: '';
  width: 30px;
  display: block;
  margin: 12px auto 0;
  border-bottom: 6px dotted #078282;
}*/
.post-content h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #078282;
    border-radius: 15px;
}
.post-content table {
    margin: 0 0 20px 0;
}
.post-content th, .post-content td {
    border: 2px #f5e6b8 solid;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 25px 18px 25px;
    background: none;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: 0;
    font-weight: 600;
}
.post-content td {
    border-left: 0;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
        margin-top: -2px;
    }
    .post-content tr:first-child th{
        margin-top: 0;
    }
    .post-content th {
        padding: 10px 20px 0 20px;
        border-bottom: none;
        border-right: 2px #f5e6b8 solid;
    }
    .post-content td {
        padding: 8px 20px 10px 20px;
        border-top: none;
        border-left: 2px #f5e6b8 solid;
    }
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 60px 0;
    }
    .post-content h2 {
        font-size: 1.3em;
        margin-bottom: 30px;
    }
    .post-content h3 {
        font-size: 1.3em;
    }
}
/* 固定ページ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* コンテンツ共通 END */
/* サービス 共通 */
.two {
    width: calc(50% - 30px);
    margin-right: 60px;
    box-sizing: border-box;
}
.two:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
}
.two p {
    margin-bottom: 0;
}
.two img {
    border-radius: 20px;
}
.services_sec .content_inner {
    max-width: 950px;
}
.house-cleaning_sec .content_inner, .wataer-cleaning_sec .content_inner {
    padding-bottom: 0;
}
.house-cleaning_sec:last-of-type .content_inner, .wataer-cleaning_sec:last-of-type .content_inner {
    padding-bottom: 120px;
}
h2.services_title {
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 15px;
}
h2.services_title:after {
    content: none;
}
h2.services_title span {
    font-size: 0.6em;
    letter-spacing: 0;
    display: block;
    margin-left: -15px;
}
span.services_caution {
    position: relative;
    padding-left: 20px;
}
span.services_caution:before {
    content: '※';
    position: absolute;
    left: 0;
    color: #f26464;
    font-weight: 600;
}
ul.price {
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px;
    color: #078282;
}
ul.price li {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 8px;
}
ul.price li:last-child {
    padding-bottom: 0;
}
span.cleaning_type {
    font-size: 0.9em;
    color: #393939;
    margin-right: 10px;
}
p.price_caution {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.5;
    margin-top: -10px;
    margin-bottom: 30px;
}
table.price_table {
    margin-bottom: 0;
}
table.price_table th, table.price_table td {
    padding: 20px 20px 17px 25px;
    font-weight: 600;
}
table.price_table th {
    width: 75%;
    letter-spacing: 1px;
}
table.price_table td {
    letter-spacing: 1px;
    text-align: right;
}
span.tax {
    font-size: 0.7em;
    letter-spacing: 0;
    font-weight: 500;
    margin-left: -5px;
    color: #393939;
}
.services_box {
    padding: 20px 25px;
    background: #f7f9f1;
    border: 1px dotted #81c8bb;
    margin-top: 30px;
    margin-bottom: 100px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
    .house-cleaning_sec:last-of-type .content_inner, .wataer-cleaning_sec:last-of-type .content_inner {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 970px) {
    .two {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    table.price_table th {
        padding: 15px 20px 0 20px;
    }
    table.price_table td {
        padding: 3px 15px 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .house-cleaning_sec:last-of-type .content_inner, .wataer-cleaning_sec:last-of-type .content_inner {
        padding-bottom: 60px;
    }
    span.tax {
        font-size: 0.5em;
    }
}
/* サービス 共通 END */
/* 水回りクリーニング */
.works_box {
    margin-top: 30px;
    padding: 25px 30px 20px;
    border-radius: 20px;
    background: #a4e5e0;
    box-sizing: border-box;
}
.works_box h3 {
    font-size: 1.3em;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid;
    border-radius: 0;
    background: none;
}
p.works_caution {
    font-size: 0.9em;
    font-weight: 600;
    color: #f26464;
    line-height: 1.8;
    margin-bottom: 0;
}
ul.works_list {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
ul.works_list li {
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-left: 8px;
    line-height: 1.5;
    position: relative;
}
ul.works_list li:first-child {
    margin-left: 0;
}
ul.works_list li:last-child {
    padding-bottom: 0;
    padding-left: 0;
}
ul.works_list li:before {
    content: '●';
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    color: #81c8bb;
    font-size: 0.5em;
}
ul.works_list li:last-child:before {
    content: none;
}
@media only screen and (max-width: 767px) {
    .works_box {
        margin-top: 20px;
        padding: 20px 25px 15px;
    }
    .works_box h3 {
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 500px) {
    ul.works_list li {
        width: 100%;
        margin-left: 0;
    }
}
/* 水回りクリーニング END */
/* 孫の手 */
.support_box, .support-list_inner {
    margin-bottom: 70px;
}
span.support_caution {
    background: #f0f7de;
    padding: 12px 20px;
    display: block;
    line-height: 1.8;
    margin-top: 15px;
}
.support-list_inner {
    padding: 35px 40px;
    border-radius: 20px;
    background: #a4e5e0;
    box-sizing: border-box;
}
ul.support_list {
    width: 50%;
    margin: 0;
    list-style: none;
    padding-right: 5%;
    box-sizing: border-box;
}
ul.support_list:nth-of-type(2) {
    padding-right: 0;
    padding-bottom: 0;
}
ul.support_list li {
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}
ul.support_list li:before {
    font-size: 1.2em;
    content: '\f058';
    font-family: 'fontawesome';
    position: absolute;
    top: -2px;
    left: 0;
    color: #078282;
}
ul.support_list li:last-child {
    padding-bottom: 0;
}
ul.support_list li.support_list_text {
    font-size: 1em;
    font-weight: 500;
    padding-left: 0;
}
ul.support_list li.support_list_text:before {
    content: none;
}
@media only screen and (max-width: 767px) {
    .support_box, .support-list_inner {
        margin-bottom: 50px;
    }
    .support-list_inner {
        padding: 20px 25px;
    }
}
@media only screen and (max-width: 500px) {
    ul.support_list {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }
}
/* 孫の手 END */
/* ご利用の流れ */
.flow_sec .content_inner {
    max-width: 900px;
}
.flow {
    position: relative;
    padding-bottom: 4em;
}
.flow:last-of-type {
    padding: 0;
}
.flow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 2px;
    height: 100%;
    background-color: #078282;
    z-index: -1;
}
.flow:last-of-type::before {
    content: none;
    height: 0;
}
.flow-img {
    width: 200px;
}
.flow-img img {
    width: 100%;
    display: block;
    border-radius: 50%;
    border: 2px solid #078282;
    box-sizing: border-box;
    background: #fff;
}
.flow-text-block {
    width: calc(100% - 200px - 3em);
    float: right;
    margin-left: 2em;
    box-sizing: border-box;
}
.flow-text-block p {
    line-height: 1.8;
    margin-bottom: 0;
}
h2.title {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left;
    position: relative;
}
h2.title:before {
    font-size: 1em;
    counter-increment: number 1;
    content: "STEP.0"counter(number)"";
    color: #078282;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: unset;
    top: 0;
    left: 0;
    z-index: 0;
}
h2.title:after {
    content: none;
}
a.flow_con {
    width: 100%;
    max-width: 330px;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 50px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    background: #81c8bb;
    display: block;
    transition: all .8s;
}
a.flow_con:after {
    content: '>';
    position: absolute;
    right: 15px;
}
a.flow_con:hover {
    color: #fff;
    background: #078282;
    transform: translatex(1rem);
}
@media only screen and (max-width: 767px) {
    .flow {
        padding-bottom: 3em;
    }
}
@media only screen and (max-width: 500px) {
    .flow:before {
        left: 50%;
    }
    .flow-img {
        width: 100%;
    }
    .flow-img img {
        max-width: 250px;
        margin: 0 auto;
    }
    .flow-text-block {
        width: 100%;
        margin: 0 0 2em;
        padding: 2em 0;
        background: #fff;
    }
    .flow:last-of-type .flow-text-block {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    h2.title {
        text-align: center;
    }
}
/* ご利用の流れ END */

/* 会社案内 */
.information_sec .content_inner {
    max-width: 850px;
}
table.information_table {
    margin-bottom: 30px;
}
table.information_table th, table.information_table td {
    line-height: 2;
}
table.information_table th {
    width: 20%;
}
span.information_caution {
    font-size: 0.9em;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}
span.information_time {
    font-size: 0.9em;
    background: #ffe74d;
    padding: 5px;
}
span.information_caution:before {
    content: '※';
    position: absolute;
    left: 0;
    color: #f26464;
}
.map_inner {
    height: 500px;
}
@media only screen and (max-width: 970px) {}
@media only screen and (max-width: 767px) {
    .map_inner {
        height: 350px;
    }
}
@media only screen and (max-width: 500px) {}
/* 会社案内 END */

.margin-100 {
    margin-bottom: 100px;
}
.margin-90 {
    margin-bottom: 90px;
}
.margin-80 {
    margin-bottom: 80px;
}
.margin-70 {
    margin-bottom: 70px;
}
.margin-60 {
    margin-bottom: 60px;
}
.margin-50 {
    margin-bottom: 50px;
}
.margin-40 {
    margin-bottom: 40px;
}
.margin-30 {
    margin-bottom: 30px;
}
.margin-20 {
    margin-bottom: 20px;
}
.margin-10 {
    margin-bottom: 10px;
}
/* よやくるバナー */
.yoyakuru-box a {
    width: 320px;
    max-width: 100%;
    transition: 0.3s;
    border: none !important;
    display: inline-block;
}
.yoyakuru-box a:hover {
    opacity: 0.6;
}
.yoyakuru-box img {
    width: 100%;
}
/*スマホ動画*/
video {display:block;}

#bg-video {
    right:0;
    bottom:0;
    z-index:-1;
}

#main-image {
    background-color: rgba(0, 0, 0, 0);
}

video {
    min-height: 20%;
    min-height: 20vh;
    min-width: 20%;
    min-width: 20vw;
    width:100%;
    height:auto;
    background: url('/wp-content/uploads/2021/07/image_sp.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.greeting_intro.flex-inner{
    align-items: flex-end;
}
.greeting_intro-img {
    width: 40%;
    box-sizing: border-box;
}

.greeting_intro-title {
    width: calc(60% - 4em);
    margin-left: 4em;
}

@media only screen and (min-width: 768px){
    .greeting_intro-title {
        display: flex;
        justify-content: flex-start;
    }
}

.greeting_intro {}

.greeting_intro-title h2 {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    border: none;
}

.greeting_intro-title h2::after {
    display: none;
}

span.greeting_intro-name {
    display: block;
    font-size: 0.8em;
    color: #303D64;
}

.greeting-text {
    margin: 4em auto 0;
}

@media only screen and (max-width: 767px) {
    .greeting_intro-img {
        width: 100%;
    }

    .greeting_intro-title {
        width: 100%;
        margin: 2em auto 0;
    }

    .greeting-text {
        margin-top: 3em;
    }
}

span.ruby {
    font-size: 0.7em;
    margin-left: 1em;
}

table.greeting__table {
    box-sizing: border-box;
    font-size: 0.8em;
    margin: 1em auto 0;
}

.coach__box {
    margin: 3em auto 0;
}

ul.greeting__list {
    margin: 1em auto;
    list-style: none;
}

ul.greeting__list li {
    padding-left: 1.5em;
    font-weight: 900;
    position: relative;
}

ul.greeting__list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    color: #303D64;
}

/* qa */
.faq-sec h2 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0.5em;
}
.faq-sec h2::before {
    content: 'Q.';
    font-family: 'Poppins','Noto Sans JP', Verdana, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #333;
    top: 7px;
}
.faq-sec h2::after {
    display: none;
}
.faq-sec p {
    padding-left: 35px;
    margin-top: 0.3em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* qa END */

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

.faq-sec {
    margin: 3em auto 0;
}

.post-content .faq-sec h2, .faq-sec p {
    padding-left: 45px;
    position: relative;

}

.post-content .faq-sec h2 {
    font-size: 1.2em;text-align: left;
    margin-bottom: 0.75em;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}

.faq-sec h2::after {
    display: none;
}

.faq-sec p {
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 2px solid #ffffff;
}

.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-sec h2::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #303D64;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.faq-sec p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #303D64;
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .faq-sec h2, .faq-sec p {
        padding-left: 45px;
    }

    .faq-sec h2::before, .faq-sec p::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}

/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 1000px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 40px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #078282;
    text-align: center;
}
address.con_tel a {
    color: #3eb926;
}
span.con_tel_sub {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #151515;
}
p.con-time {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
p.con_time:last-of-type {
    margin-bottom: 0;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #078282;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    address.con_tel {
        font-size: 1.8em;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7em;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #ff5353;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #efefef;
    border: 0;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 60px 0 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 22px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    font-weight: 500;
}
.wpcf7 select {
    background: #fff;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2em;
    font-weight: 700;
    height: 75px;
    color: #fff;
    background: #a4e5e0;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #a4e5e0;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
    .top-slider-text{
        font-size: 7vw;
        line-height: 1.3;
        margin-bottom: 40px;
    }
}
/* お問い合わせフォーム END */

@media only screen and (max-width: 991px) {
    .top-slider {
        height: 40vh;
    }
}

@media only screen and (min-width: 768px){
    .top-slider-text br:nth-child(2){
        display: none;
    }
}

@media (max-width: 767px) {
    .post-content .s_table {
        white-space: normal;
    }
}

.mail_info_box p.line-intro {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .mail_info_box p.line-intro {
        text-align: left;
    }
}

/* =========================================
   Hero Catchcopy — Redesign v2
   ========================================= */

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

/* 上下のアクセントライン：左から伸びてくる */
.hero-copy-line {
    display: block;
    height: 1px;
    width: clamp(80px, 11vw, 150px);
    background: #fff;
    transform-origin: left center;
    transform: scaleX(0);
}
.hero-copy-line.is-top {
    animation: hLineIn 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.05s forwards;
}
.hero-copy-line.is-bottom {
    width: clamp(48px, 6.5vw, 90px);
    opacity: 0.4;
    animation: hLineIn 0.7s cubic-bezier(0.76, 0, 0.24, 1) 1.6s forwards;
}

.hero-copy-body {
    padding: clamp(24px, 3.8vw, 52px) 0;
}

/* スライドアップ用オーバーフロークリップ */
.hero-copy-headline-wrap,
.hero-copy-text-wrap {
    overflow: hidden;
    display: block;
}

/* 見出し（ロゴ画像 or テキスト） */
.hero-copy-headline-wrap .top-slider-logo,
.hero-copy-headline-wrap img.top-slider-logo {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.2em;
    line-height: 1.45;
    transform: translateY(112%);
    animation: hTextUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

/* 仕切りライン */
.hero-copy-divider {
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.55;
    width: clamp(40px, 5.5vw, 70px);
    margin: clamp(20px, 2.8vw, 36px) 0;
    transform-origin: left center;
    transform: scaleX(0);
    animation: hLineIn 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.98s forwards;
}

/* キャッチコピー本文 */
.hero-copy-text-wrap .top-slider-text {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.13em;
    font-size: clamp(26px, 3.6vw, 54px);
    line-height: 1.65;
    transform: translateY(112%);
    animation: hTextUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.82s forwards;
}

@keyframes hLineIn {
    to { transform: scaleX(1); }
}
@keyframes hTextUp {
    to { transform: translateY(0); }
}

@media only screen and (max-width: 767px) {
    .hero-copy-body {
        padding: 20px 0;
    }
    .hero-copy-text-wrap .top-slider-text {
        font-size: 7vw;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
    .hero-copy-divider {
        margin: 16px 0;
    }
}