/*
Theme Name: taihei
Theme URI: https://taihei-reform.com/
Description: taihei
Version: 1.1
Author: イーライフグループ
Author URI: https://taihei-reform.com/
*/
body {
    background: #a7a7a7;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Zen Maru Gothic","游ゴシック体", YuGothic, "YuGothic M",'Meiryo UI', Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif!important;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
}
br.sp-none{
    display: inline-block;
}
br.pc-none{
    display: none;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.nothing-you-could-do-regular {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
}
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.8s ease; /* アニメーション速度・柔らかさ */
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width:1024px) {
    body{
        overflow-x: hidden;
    }
}
@media screen and (max-width:767px) {
br.sp-none{
    display: none;
}
br.pc-none{
    display: inline-block;
}
}

/* ------------------header------------------*/
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    line-height: 1;
}
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background: #333;
    width: 1080px;
    margin: 100px auto 0;
}
#top-head a,
#top-head {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    z-index: 9999;
}
#top-head .inner {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1080px;
}
#top-head .logo-wrap {
    float: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}
#top-head .logo-wrap img{
    width: 230px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}
#top-head .logo-wrap h1{
    font-size: 12px;
    margin: 0;
    color: #333;
    padding: 10px 0 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 16px;
}
#global-nav ul li {
    float: left;
    position: relative;
    padding: 0 3px;
}
#global-nav ul li a {
    padding: 0 13px;
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
    padding-top: 0px;
    background: rgba(255,255,255,.9);
}
#top-head.fixed .logo-wrap {
    font-size: 24px;
    color: #333;
}
#top-head.fixed .logo-wrap img{
    width: 180px;
    padding: 0 0 6px;
}
#top-head.fixed .logo-wrap h1{
    font-size: 12px;
    margin: 0;
    padding: 8px 0 7px;
}
#top-head.fixed:after {
    width: 100%;
    margin-top: 85px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    font-weight: 500;
}
#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}
#global-nav ul li:hover:after {
    background: #ee7602;
    bottom: -18px;
}
#top-head.fixed #global-nav ul li:hover:after {
    background: #ee7602;
    bottom: -24px;
}
.hamburger{
    display: none;
}
.sp-nav{
    display: none;
}
@media screen and (max-width:1024px) {
    #top-head .inner {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .hamburger {
        display : block;
        position: fixed;
        z-index : 3;
        right : 25px;
        top   : 25px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 3px ;
        left    : 6px;
        background : #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    #top-head.fixed .hamburger{
        top   : 10px;
    }
    #top-head.fixed .hamburger span {
        background : #555;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    .hamburger.active span:nth-child(1) {
        top : 16px;
        left: 6px;
        background :#fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    .hamburger p{
        margin: 0;
        font-size: 13px;
        position: absolute;
        top: 40px;
        right: 3px;
        font-weight: 600;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3 ease;
        -o-transition: all 0.3 ease;
    }
    .hamburger.active p{
        color: #fff;
    }
    #top-head.fixed .hamburger p{
        color: #555;
    }
    #top-head.fixed {
        padding-top: 0px;
        height: 80px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3 ease;
        -o-transition: all 0.3 ease;
    }
    #top-head.fixed:after {
        width: 100%;
        margin-top: 80px;
    }
    #global-nav {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: #f9f9f9;
        visibility: visible;
        opacity: 0;
        transform: translateY(0);
        transition: transform 0.5s ease-out, opacity 0.5s ease-out,visibility 0s linear 0.5s; ;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5 ease;
        -o-transition: all 0.5 ease;
    }
    #global-nav ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #global-nav ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }
    #global-nav ul li:last-child {
        padding-bottom: 0;
    }
    #global-nav ul li:hover{
        background :#ddd;
    }
    #global-nav ul li a {
        display: block;
        color: #fff;
        padding: 2em 7em;
        text-decoration: none;
    }
    #top-head .logo-wrap h1 {
        padding: 0px 0 10px;
    }
    #top-head .logo-wrap {
        padding: 8px 0 0 15px;
    }
    #top-head.fixed .logo-wrap h1 {
        font-size: 11px;
        margin: 0;
        padding: 0px 0 5px;
    }
/*スクロール前のメニュー*/
    #top-head nav#global-nav ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: #f9f9f9;
        padding: 5px 0 calc(100vh);
        margin: -7px 0 0;
        transform: translateX(100vw);
    }
    #top-head nav#global-nav.active ul{
        transform: translateX(0);
            background: #48919f;
    }
    #top-head nav#global-nav ul li{
        width: 50%;
        margin: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #48919f;
        border-bottom: 1px solid #fff;
    }
    #top-head nav#global-nav ul li:nth-child(odd){
        border-right: 1px solid #fff;
    }
    #top-head nav#global-nav ul li:nth-child(-n+2){
        border-top: 1px solid #fff;
    }
    #top-head nav#global-nav ul li a{
        font-size: 18px;
        color: #333;
        letter-spacing: 2px;
    }
    #top-head #global-nav {
        margin-top: 0;
    }
/*スクロール後のメニュー*/
    #top-head.fixed nav#global-nav ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: rgb(255 255 255 / 90%);
        padding: 5px 0 calc(100vh);
        margin: -7px 0 0;
        transform: translateX(100vw);
    }
    #top-head.fixed nav#global-nav.active ul{
        transform: translateX(0);
    }
    #top-head.fixed nav#global-nav ul li{
        width: 32.333333%;
        margin: 0.5%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    #top-head.fixed nav#global-nav ul li a{
        font-size: 15px;
        color: #fff;
    }
    #top-head.fixed #global-nav.active {
        margin-top: 42px;
    }
      /* このクラスを、jQueryで付与・削除する */
    #global-nav.active {
        opacity: 1;
  transition:
    opacity .35s ease,
    transform .35s ease,
    visibility 0s;
    }
    #global-nav ul li:hover:after {
        content: none;
    }
    #top-head nav#global-nav ul{ padding-top: 72px; }     /* スクロール前 */
    #top-head.fixed nav#global-nav ul{ padding-top: 45px; }/* スクロール後 */
    /* 非表示時は絶対にクリックを通す */
    #global-nav:not(.active) {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    background: transparent !important; /* あれば */
    }

    /* 表示時のみクリック可 */
    #global-nav.active {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    }
    .sp-nav{
        display: block;
    }
    #top-head nav#global-nav ul li.sp-nav-list01{
            position: relative;
        border: none !important;
        width: 100% !important;
        margin: 20px auto;
    }
    #top-head nav#global-nav ul li.sp-nav-list02{
        position: relative;
        border: none !important;
        width: 50% !important;
        margin: 20px 0;
    }
    .sp-nav-txt p {
        font-size: 20px;
        line-height: 1.8;
    }
    .sp-nav-txt {
        padding: 40px 0 10px;
    }
    #top-head nav#global-nav ul li.sp-nav-list02 .sp-nav-tel a{
        font-family: "Zen Old Mincho", serif;
        font-size: 36px;
        color: #ee7602;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 20px 0 15px;
    }
    #top-head nav#global-nav ul li.sp-nav-list02 .sp-nav-tel a span {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .sp-nav-tel h3,.sp-nav-mail h3{
        display: inline-block;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        text-align: center;
    }
    .sp-nav-tel h3::before,.sp-nav-mail h3::before{
        content: "";
        background-image: url(images/common/cta-line01.png);
        position: absolute;
        background-size: contain;
        top: -5px;
        left: -55px;
        width: 40px;
        height: 40px;
    }
    .sp-nav-tel h3::after,.sp-nav-mail h3::after{
        content: "";
        background-image: url(images/common/cta-line02.png);
        position: absolute;
        background-size: contain;
        top: -5px;
        right: -55px;
        width: 40px;
        height: 40px;
    }
    #top-head nav#global-nav ul li.sp-nav-list02 .sp-nav-mail a{
        position: relative;
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background: #ee7602;
        border: 2px solid #ee7602;
        padding: 18px 40px;
        border-radius: 10px;
        transition: all 0.3s;
        margin: 30px auto 0;
    }
}
@media screen and (max-width:767px) {
    #top-head {
        padding: 5px 0 0;
    }
    #top-head .logo-wrap img{
        width: 200px;
    }
    #top-head .logo-wrap h1 {
        font-size: 10px;
    }
    #top-head:after {
        width: 100%;
        margin: 88px auto 0;
    }
    .hamburger {
        right: 15px;
        top: 20px;
    }
    #top-head.fixed .logo-wrap h1 {
        font-size: 10px;
    }
    #top-head.fixed .logo-wrap img {
        width: 160px;
        padding: 0 0 0px;
    }
    #top-head .logo-wrap {
        padding: 6px 0 0 7px;
    }
    #top-head #global-nav {
        margin-top: 0px;
        background: #48919f;
    }
    #top-head.fixed {
        padding-top: 0px;
        height: 70px;
    }
    #top-head.fixed:after {
        width: 100%;
        margin-top: 70px;
    }
    #top-head.fixed .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 15px;
        top: 18px;
        width: 35px;
        height: 35px;
    }
    #top-head.fixed .hamburger span {
        width: 25px;
        height: 3px;
        left: 6px;
    }
    #top-head.fixed .hamburger span:nth-child(1) {
        top: 10px;
    }
    #top-head.fixed .hamburger span:nth-child(2) {
        top: 17px;
    }
    #top-head.fixed .hamburger span:nth-child(3) {
        top: 24px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3 ease;
        -o-transition: all 0.3 ease;
    }
    #top-head.fixed .hamburger p {
        font-size: 10px;
        top: 32px;
        left: 5px;
    }
    #top-head.fixed #global-nav.active {
        margin-top: 33px;
    }
    #top-head.fixed .hamburger.active span:nth-child(1) {
        top: 17px;
    }
    #top-head.fixed .hamburger.active span:nth-child(3) {
        display: none;
    }
    #top-head nav#global-nav ul li,#top-head.fixed nav#global-nav ul li {
        width: 50%;
        margin: 0;
        text-align: center;
        height: auto;
    }
    #top-head nav#global-nav ul li a,#top-head.fixed nav#global-nav ul li a {
        font-size: 15px;
        padding: 20px 35px;
        color: #fff;
    }
    #top-head nav#global-nav ul {
        padding-top: 55px;
    }
    #top-head nav#global-nav ul li.sp-nav-list01 {
        display: none;
    }
    #top-head nav#global-nav ul li.sp-nav-list02 {
        position: relative;
        border: none !important;
        width: 100% !important;
        margin: 0;
    }
    .sp-nav-tel h3, .sp-nav-mail h3 {
        font-size: 16px;
            color: #fff;
    }
    .sp-nav-tel h3::before, .sp-nav-mail h3::before {
        background-size: cover;
        top: -8px;
        left: -55px;
        width: 40px;
        height: 32px;
    }
    .sp-nav-tel h3::after, .sp-nav-mail h3::after {
        background-size: cover;
        top: -8px;
        right: -55px;
        width: 40px;
        height: 32px;
    }
    .sp-nav-tel {
        position: relative;
        padding: 40px 0 35px;
    }
    .sp-nav-tel p {
        font-size: 13px;
            color: #fff;
    }
    #top-head nav#global-nav ul li.sp-nav-list02 .sp-nav-tel a {
        font-size: 32px;
        padding: 15px 0 10px;
            color: #fff;
    }
    #top-head nav#global-nav ul li.sp-nav-list02 .sp-nav-mail a {
        font-size: 18px;
        padding: 20px 40px 21px;
        margin: 25px auto 0;
    }


}
@media screen and (max-width:320px) {
    #top-head.fixed .logo-wrap h1 {
        font-size: 10px;
        margin: 0;
        padding: 0px 5px 5px 0;
    }
    #top-head .logo-wrap h1 {
        font-size: 10px;
        padding: 0px 5px 10px 0;
    }
    #top-head .logo-wrap img {
        width: 180px;
    }
    #top-head.fixed .logo-wrap img {
        width: 130px;
        padding: 0 0 0px;
    }
    .hamburger {
        right: 20px;
        top: 33px;
    }
    #top-head.fixed .hamburger {
        top: 22px;
    }
    #top-head nav#global-nav ul li, #top-head.fixed nav#global-nav ul li {
        height: calc(100vh - 93vh);
    }
    #top-head nav#global-nav ul li a, #top-head.fixed nav#global-nav ul li a {
        font-size: 13px;
    }
}
.midashi-wrap {
    position: relative;
    text-align: center;
    margin: 0 auto 120px;
}
.midashi-wrap::before{
    content: "";
    background: url(images/common/midashi-light.png);
    position: absolute;
    top: -50px;
    left: 50%;
    width: 118px;
    height: 68px;
    transform: translate(-50%, -50%);
}
.midashi-wrap.bg-white::after{
    content: "";
    background: url(images/common/midashi-bg-white.webp);
    position: absolute;
    top: 50px;
    left: 50%;
    width: 586px;
    height: 148px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.midashi-wrap.bg-blue::after{
    content: "";
    background: url(images/common/midashi-bg-blue.webp);
    position: absolute;
    top: 50px;
    left: 50%;
    width: 586px;
    height: 148px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.midashi-wrap.bg-brown::after{
    content: "";
    background: url(images/common/midashi-bg-brown.webp);
    position: absolute;
    top: 50px;
    left: 50%;
    width: 586px;
    height: 148px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.midashi-wrap h2{
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    letter-spacing: 3px;
}
.midashi-wrap h2::before{
    content: "";
    background: #ee8622;
    position: absolute;
    top: 90px;
    left: 50%;
    width: 100px;
    height: 3px;
    transform: translate(-50%, -50%);
}
.midashi-wrap h2::after{
    color: #ee7602;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    top: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.midashi-wrap h2.greeting-title::after{
    content: "Greeting";
}
.midashi-wrap h2.service-title::after{
    content: "Service Menu";
}
.midashi-wrap h2.work-title::after{
    content: "Works";
}
.midashi-wrap h2.reason-title::after{
    content: "Reason";
}
.midashi-wrap h2.plan-title::after{
    content: "Cost";
}
.midashi-wrap h2.columns-title::after{
    content: "Column";
}
.midashi-wrap h2.comnapy-title::after{
    content: "Overview";
}
.midashi-wrap h2.promise-title::after{
    content: "Promise";
}
.midashi-wrap h2.sub-reason-title::after{
    content: "Strength";
}
.midashi-wrap h2.contact-title::after{
    content: "Estimate";
}
.midashi-wrap h2.privacy-title::after{
    content: "Privacy Policy";
}
.midashi-wrap h2.thanks-title::after{
    content: "Sent Messages";
}
.midashi-wrap h2.roof-cost-title::after{
    content: "Price Guide";
}
.midashi-wrap h2.wall-cost-title::after{
    content: "Price Guide";
}
.midashi-wrap h2.roof-repair-title::after{
    content: "Roof Repair";
}
.midashi-wrap h2.leak-repair-title::after{
    content: "Leak Repair";
}
.midashi-wrap h2.wall-paint-title::after{
    content: "Other Menu";
}
.midashi-wrap h2.roof-work-title::after,.midashi-wrap h2.leak-work-title::after,.midashi-wrap h2.other-work-title::after{
    content: "Works";
}
.midashi-wrap h2.column-title::after{
    content: "Column";
}
.midashi-wrap h2.works-title::after{
    content: "Works";
}
.midashi-wrap h2.recruit-title::after{
    content: "Recruit";
}
.midashi-wrap h2.cta-title::before{
    content:none
}
@media screen and (max-width:1024px) {
    .midashi-wrap h2 {
        font-size: 38px;
    }
    .midashi-wrap::before {
        top: -40px;
    }
    .midashi-wrap h2::before {
        top: 75px;
    }
    .midashi-wrap h2::after {
        font-size: 16px;
        top: 113px;
    }
}
@media screen and (max-width:767px) {
    .midashi-wrap {
        margin: 0 auto 90px;
    }
    .midashi-wrap h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .midashi-wrap::before {
        top: -30px;
        width: 80px;
        height: 46px;
        background-size: cover;
    }
    .midashi-wrap.bg-brown::after,.midashi-wrap.bg-white::after,.midashi-wrap.bg-blue::after {
        position: absolute;
        background-size: cover;
        top: 30px;
        left: 50%;
        width: 300px;
        height: 76px;
    }
    .midashi-wrap h2::after {
        font-size: 15px;
        top: 80px;
        font-weight: 600;
    }
    .midashi-wrap h2::before {
        top: 55px;
        width: 80px;
        height: 2px;
    }
}
/*-----フッター----*/
footer{
    position: relative;
    background-image: url(images/common/footer-bg.webp);
    background-repeat: repeat;
}
.footer-container{
    position: relative;
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    padding: 7vw 0 7vw;
}
.footer-info {
    width: 50%;
    text-align: center;
    display: block;
}
.footer-name{
    display: block;
    text-align: center;
}
.footer-name p{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.footer-name img{
    display: block;
    margin: 10px auto 0;
}
.footer-address {
    display: block;
    text-align: center;
    margin: 20px auto;
}
.footer-address p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-address p:nth-child(2){
    font-family: "Zen Old Mincho", serif;
    font-size: 42px;
    color: #fff;
}
.footer-address p span{
    font-size: 20px;
    letter-spacing: 1px;
}
.footer-link{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}
.footer-link ul{
    display: flex;
    margin: 5px auto;
}
.footer-link ul a{
    position: relative;
    display: flex;
    align-items: baseline;
}
.footer-link ul a::after{
    content: "｜";
    color: #fff;
}
.footer-link ul a:nth-child(5)::after {
    content: none;
}
.footer-link ul a li{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 5px;
}
.footer-link ul a li:hover{
    opacity: 0.8;
}
.footer-area{
    width: 50%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.footer-link02 {
    display: block;
    margin: 1.2em auto 0;
}
.footer-link02 ul a{
    display: inline-block;
}
.footer-link02 ul a li{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 5px;
}
.footer-link02 ul a li:hover{
     opacity: 0.8;
}
.footer-area h3 {
    font-size: 22px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    margin: 0 0 20px;
}
.footer-area ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-area ul li {
    display: inline-block;
    color: #333;
    padding: 4px 0;
    font-weight: 500;
}
.footer-area ul li::after{
    content: "｜";
    color: #333;
}
.footer-area ul li:last-child::after {
    content: none;
}
.yokohama-wrap {
    position: relative;
    padding: 20px;
    border: 1px #ccc solid;
    border-radius: 15px;
}
.yokohama-wrap::before{
    content: "横浜市エリア";
    position: absolute;
    font-size: 17px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    background: #fff;
    padding: 0 10px;
}
.other-area-wrap {
    padding: 20px;
}
.footer-area p{
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.7;
}
.copyright {
    background: #fff;
    text-align: center;
}
.copyright p{
    font-size: 15px;
    color: #333;
    font-weight: 500;
    padding: 30px;
}
@media screen and (max-width:1024px) {
    .footer-container {
        width: 90%;
        margin: 0 auto;
        padding: 12vw 0 12vw;
        flex-direction: column-reverse;
    }
    .footer-area {
        width: 100%;
        margin: 0 auto 75px;
    }
    .yokohama-wrap::before {
        font-size: 16px;
    }
    .footer-area ul li {
        font-size: 13px;
    }
    .footer-area h3 {
        font-size: 20px;
    }
    .footer-area p {
        font-size: 14px;
    }
    .footer-info {
        width: 100%;
    }
    .footer-name p {
        font-size: 13px;
    }
    .footer-name img {
        margin: 15px auto 0;
    }
    .footer-link ul a li {
        font-size: 14px;
        padding: 0 10px;
    }
    .footer-address p {
        font-size: 15px;
    }
    .footer-address p:nth-child(2) {
        font-size: 32px;
    }
    .copyright p {
        font-size: 13px;
    }
    .footer-link02 ul a li {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media screen and (max-width:767px) {
    .footer-container {
        width: 90%;
        padding: 75px 0 50px;
    }
    .footer-area {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto 75px;
    }
    .footer-area h3 {
        font-size: 18px;
        text-align: center;
        margin: 0 0 30px;
    }
    .yokohama-wrap::before {
        font-size: 15px;
    }
    .footer-name img {
        width: 90%;
    }
    .footer-address p {
        font-size: 14px;
    }
    .footer-address p:nth-child(2) {
        font-size: 28px;
    }
    .footer-link ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }
    .footer-link ul a {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .footer-link ul.footer-link02 a:last-child {
        border-bottom:none
    }
    .footer-link ul a li {
        font-size: 15px;
        padding: 18px 0px;
        width: 100%;
    }
    .footer-link ul a::after {
        content: none;
    }
    .footer-link02 {
        display: block;
        margin: 0;
        padding: 15px 0 0 0;
        border-top: 1px solid #fff;
    }
    .footer-link02 ul a {
        display: block;
        width: 100%;
    }
    .footer-link02 ul a li {
        font-size: 15px;
        padding: 15px 0px;
    }
}
/*-----ファーストビュー----*/
.fv{
    position: relative;
    height: 100vh;
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
    z-index: 1;
}
.splide {
    position: absolute;
    width: 91%;
    height: 90%;
    top: 10%;
    left: 7%;
    overflow: hidden;
}
li.splide__slide img{
    max-width: 100%;
    object-fit: cover;
}
.fv-headline{
    position: absolute;
    top: 25%;
    left: 10%;
}
.fv-headline h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(40px, 3.05vw, 50px);
    color: #126076;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff;
}
.fv-headline h2 span{
    color: #ee8622;
}
.fv-list{
    position: absolute;
    display: block;
    width: 520px;
    background: #fff;
    bottom: -5%;
    left: 9%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.fv-list h3{
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    background: #ee7602;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-top-left-radius: 20px;
}
.fv-list-inner{
    position: relative;
    display: block;
    padding: 20px;
}
.fv-list-inner ul {
    height: 90px;
    overflow-y: scroll;
}
.fv-list-inner li {
    padding: 5px 0;
}
.fv-list-inner li dl {
    display: flex;
}
.fv-list-inner li dl dt{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.fv-list-inner li dl dd{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-left: 2em;
}
.fv-cta{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    width: 400px;
    z-index: 1;
    padding: 30px 20px 20px;
    right: 5%;
    bottom: 4%;
}
.fv-cta h3 {
    position: relative;
}
.fv-cta h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(images/top/fv-cta-line.png);
    width: 72px;
    height: 59px;
    top: 20px;
    left: -90px;
}
.fv-cta h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(images/top/fv-cta-line.png);
    width: 72px;
    height: 59px;
    top: 20px;
    right: -90px;
    transform: scaleY(-1) rotate(180deg);
}
.fv-cta h3 img{
    max-width: 100%;
}
.fv-tel{
    display: block;
    text-align: center;
}
.fv-tel p{
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    color: #ee7602;
    font-weight: 700;
    letter-spacing: 1px;
}
.fv-tel p span{
    font-size: 20px;
    letter-spacing: 1px;
}
.fv-tel p:nth-child(2){
    font-family: "Zen Maru Gothic", sans-serif;
    color: #333;
    font-size: 14px;
}
.fv-contact{
    position: relative;
}
.fv-contact a{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 50px 22px;
    margin: 12px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.fv-contact a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}
.scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #ee7602;
  font-size: 13px;
  font-family: "Zen Maru Gothic","游ゴシック体", YuGothic, "YuGothic M",'Meiryo UI', Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif!important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 3.6%;
  transform: translateX(-50%);
}
.scrollbar {
  position: absolute;
    left: 3.5%;
  transform: translateX(-50%);
  bottom: 1px;
}
.scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ee7602;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.fix-banner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none; /* 押せなくする（必要なら） */
}

.fix-banner.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* 押せるように戻す（必要なら） */
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.fix-banner{
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 3;
}
.fix-banner img{
    width: 100%;
    max-width: 100%;
}
.fix-banner a img:hover{
    opacity: 0.85;
    transition: 0.3s;
}
@media screen and (max-width:1024px) {
    .fv {
        height: 80vh;
    }
    .fv-headline h2 {
        font-size: 30px;
    }
    .fv-headline {
        position: absolute;
        top: 20%;
    }
    .fv-cta {
        width: 380px;
        right: 5%;
        bottom: 17%;
    }
    .fv-contact a {
        font-size: 16px;
        padding: 18px 40px;
    }
    .fv-cta h3::before {
        top: 10px;
        left: -75px;
    }
    .fv-cta h3::after {
        top: 10px;
        right: -75px;
    }
    .fv-list {
        width: 450px;
        bottom: -8%;
        left: 7%;
    }
    .fv-list h3 {
        font-size: 18px;
    }
    .fv-list-inner li dl dt {
        font-size: 12px;
    }
    .fv-list-inner li dl dd {
        font-size: 13px;
        padding-left: 1.5em;
    }
    .fix-banner {
        top: auto;
        bottom: 3%;
        width: 150px;
    }
}
@media screen and (max-width:767px) {
    .fv {
        height: 100vh;
    }
    .fv-headline {
        position: absolute;
        top: 17%;
        width: 90%;
        left: 5%;
    }
    .fv-headline h2 {
        font-size: 6.5vw;
        line-height: 1.8;
        font-weight: 800;
    }
    .splide {
        position: absolute;
        width: 96%;
        height: 65vh;
        top: 10%;
        left: 2%;
        overflow: visible;
    }
    .fv-cta {
        width: 86%;
        left: 7%;
        right: auto;
        bottom: 30px;
        border-radius: 15px;
        padding: 20px 15px 20px;
    }
    .fv-cta h3 img {
        display: block;
        max-width: 85%;
        margin: 0 auto 5px;
    }
    .fv-tel p {
        font-size: 28px;
    }
    .fv-tel p span {
        font-size: 16px;
    }
    .fv-tel p:nth-child(2) {
        font-size: 12px;
    }
    .fv-contact a {
        font-size: 18px;
        padding: 15px 35px 17px;
    }
    .fv-cta h3::before {
        top: 30px;
        left: -30px;
        background-size: cover;
        width: 45px;
        height: 37px;
    }
    .fv-cta h3::after{
        top: 30px;
        right: -30px;
        background-size: cover;
        width: 45px;
        height: 37px;
    }
    .fv-list {
        width: 90%;
        bottom: -150px;
        left: 7%;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .fv-list h3 {
        font-size: 16px;
        border-top-left-radius: 15px;
    }
    .fv-list-inner {
        padding: 15px;
    }
    .fv-list-inner li dl dd {
        font-size: 13px;
        padding-left: 1.0em;
        line-height: 1.5;
    }
    .scrollbar-text {
        padding: 5px 5px 80px;
        color: #ee7602;
        font-size: 12px;
    }
    .scrollbar::after {
        height: 70px;
    }
    li.splide__slide img {
        max-width: 100%;
        object-fit: cover;
        height: 65vh;
        width: 100%;
    }
    .splide__slide img{
    width: 100%;
    height: auto;
    display: block;   /* 余白消し（インライン画像の隙間対策） */
    }
    .fix-banner {
        top: auto;
        bottom: 2%;
        width: 90px;
    }
}
/*-----挨拶セクション----*/
.greeting{
    position: relative;
    padding: 11vw 0 13vw;
    background-image: url(images/bg/greeting-bg.webp);
    background-repeat: repeat;
    z-index: 0;
}
.greeting::before{
    content: "";
    background: url(images/bg/greeting-left.webp);
    position: absolute;
    top:25%;
    left: 0;
    width: 627px;
    height: 795px;
}
.greeting::after{
    content: "";
    background: url(images/bg/greeting-right.webp);
    position: absolute;
    top:30%;
    right: 0;
    width: 548px;
    height: 687px;
}
.greeting-container {
    position: relative;
    text-align: center;
    padding: 0 5%;
    z-index: 1;
}
.greeting-container p{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
@media screen and (max-width:1024px) {
    .greeting {
        position: relative;
        padding: 25vw 0 16vw;
    }
    .greeting-container p {
        font-size: 15px;
    }
    .greeting::before {
        top: 25%;
        background-size: contain;
        background-repeat: no-repeat;
        width: 357px;
        height: 500px;
    }
    .greeting::after {
        content: "";
        background: url(images/bg/greeting-right.webp);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        top: 55%;
        right: 0;
        width: 300px;
        height: 500px;
    }
}
@media screen and (max-width:767px) {
    .greeting {
        position: relative;
        padding: 260px 0 90px;
    }
    .greeting-container p {
        font-size: 16px;
        text-align: left;
    }
    .greeting::before {
        top: 20%;
        background-size: cover;
        background-repeat: no-repeat;
        width: 185px;
        height: 235px;
    }
    .greeting::after {
        background-size: cover;
        background-repeat: no-repeat;
        top: auto;
        bottom: 1%;
        right: 0;
        width: 185px;
        height: 233px;
    }
}
/*-----サービスセクション----*/
.service{
    position: relative;
    padding: 11vw 0 12vw;
    background-image: url(images/bg/service-bg.webp);
    background-repeat: repeat;
    z-index: 0;
}
.service::before{
    content: "";
    background-image: url(images/bg/service-border.webp);
    background-repeat: repeat;
    position: absolute;
    top:0;
    width: 100%;
    height: 5px;
}
.service-header{
    padding: 0 5%;
    text-align: center;
}
.service-header h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 32px;
    color: #333;
    margin: 0 auto 1.0em;
}
.service-header h3 span{
    color: #ee7602;
}
.service-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.service-menu-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto -50px;
}
.service-menu-left{
    width: 50%;
    padding: 2% 8%;
}
.service-menu-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.service-menu-link {
    position: relative;
    margin: 50px auto 0;
    text-align: center;
}
.service-menu-link a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 100px 22px;
    margin: 0px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.service-menu-link a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}
.service-menu-inner.service01 .service-menu-inner.service02 .service-menu-inner.service03{
    position: relative;
}
.service-menu-inner.service02{
    flex-direction: row-reverse;
}
.service-menu-inner.service01 .service-menu-right{
    width: 50%;
    background-image: url(images/top/service01.webp);
    height: 600px;
    background-size: cover;
}
.service-menu-inner.service02 .service-menu-right{
    width: 50%;
    background-image: url(images/top/service02.webp);
    height: 600px;
    background-size: cover;
}
.service-menu-inner.service03 .service-menu-right{
    width: 50%;
    background-image: url(images/top/service03.webp);
    height: 600px;
    background-size: cover;
}
.service-menu-title {
    position: relative;
    text-align: center;
    margin: 0 auto 120px;
}
.service-menu-title h3{
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 32px;
    font-weight: 500;
    color: #333;
    letter-spacing: 3px;
}
.service-menu-title h3::before{
    content: "";
    background: #ee8622;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 100px;
    height: 3px;
    transform: translate(-50%, -50%);
}
.service-menu-title h3::after{
    color: #ee7602;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    top: 105px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-menu-title h3.roof-title::after{
    content: "Roof Repair";
}
.service-menu-title h3.leak-title::after{
    content: "Leak Repair";
}
.service-menu-title h3.roof-title::after{
    content: "Roof Repair";
}
.service-menu-title h3.other-title::after{
    content: "Others";
}
.service-menu-inner.service01::before{
    content: "";
    background: url(images/bg/service-soushoku.webp);
    position: absolute;
    top: 0;
    left: -200px;
    width: 831px;
    height: 271px;
    z-index: -1;
}
.service-menu-inner.service02::before{
    content: "";
    background: url(images/bg/service-soushoku.webp);
    position: absolute;
    top: -80px;
    left: 28%;
    width: 831px;
    height: 271px;
    z-index: -1;
}
.service-menu-inner.service03::before{
    content: "";
    background: url(images/bg/service-soushoku.webp);
    position: absolute;
    top: 320px;
    left: -110px;
    width: 831px;
    height: 271px;
    z-index: -1;
}
@media screen and (max-width:1024px) {
    .service {
        position: relative;
        padding: 20vw 0 25vw;
        z-index: 2;
    }
    .service-header h3 {
        font-size: 24px;
    }
    .service-txt p {
        font-size: 14px;
    }
    .service-menu-left {
        width: 50%;
        padding: 2% 3%;
    }
    .service-menu-title {
        margin: 0 auto 100px;
    }
    .service-menu-title h3 {
        font-size: 32px;
    }
    .service-menu-title h3::after {
        font-size: 16px;
    }
    .service-menu-txt p {
        font-size: 14px;
    }
    .service-menu-link {
        margin: 30px auto 0;
    }
    .service-menu-link a {
        font-size: 16px;
        padding: 18px 55px;
    }
    .service-menu-inner.service01 .service-menu-right,.service-menu-inner.service03 .service-menu-right {
        height: 450px;
        z-index: 1;
        background-position: left center;
    }
    .service-menu-inner.service02 .service-menu-right {
        height: 450px;
        z-index: 1;
        background-position: right center;
    }
    .service-menu-inner.service02::before {
        opacity: 0.7;
    }
}
@media screen and (max-width:767px) {
    .service {
        position: relative;
        padding: 120px 0 115px;
    }
    .service-header h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .service-menu-title h3::before {
        top: 55px;
        left: 50%;
        width: 70px;
        height: 2px;
    }
    .service-menu-title h3::after {
        font-size: 15px;
    }
    .service-menu-title h3::after {
        font-size: 15px;
        top: 85px;
    }
    .service-menu-link a {
        font-size: 18px;
        padding: 20px 55px 22px;
        font-weight: 600;
    }
    .service-menu-link {
        margin: 35px auto 0;
    }
    .service-txt p {
        font-size: 16px;
        text-align: left;
    }
    .service-menu-title h3 {
        font-size: 24px;
    }
    .service-menu-title {
        margin: 0 auto 90px;
    }
    .service-menu-inner {
        flex-direction: column-reverse;
        margin: 70px auto 0px;
    }
    .service-menu-left {
        width: 100%;
        padding: 0% 5%;
    }
    .service-menu-inner.service01 .service-menu-right, .service-menu-inner.service02 .service-menu-right, .service-menu-inner.service03 .service-menu-right {
        width: 100%;
        height: 280px;
        background-position: center;
        margin: 0 auto 30px;
    }
    .service-menu-inner.service02 {
        flex-direction: column-reverse;
    }
    .service-menu-txt p {
        font-size: 15px;
    }
    .service-menu-inner.service01::before {
        background-size: cover;
        top: auto;
        bottom: 30%;
        left: -20%;
        width: 440px;
        height: 143px;
        z-index: -1;
        opacity: 0.7;
    }
    .service-menu-inner.service02::before {
        background-size: cover;
        top: auto;
        bottom: 30%;
        left: 28%;
        width: 440px;
        height: 143px;
        z-index: -1;
    }
    .service-menu-inner.service03::before {
        background-size: cover;
        bottom: 30%;
        top: auto;
        left: -110px;
        width: 440px;
        height: 143px;
        z-index: -1;
    }
}
/*---施工事例---*/
.works{
    position: relative;
    padding: 4vw 0 7vw;
    background: #fafafa;
    z-index: 0;
    background: linear-gradient(to bottom, #fafafa 50%, #ee7602 50%);
    z-index: 1;
}
.works::before {
  content: "";
  position: absolute;
  top: -150px;       /* 三角の高さぶん上に出す */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 150px solid #fafafa;  /* ← 三角の色（＝下のセクションの色） */
  pointer-events: none;
}
/* 
.works::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-top: 150px solid #ee7602;
}
*/
.works-header{
    padding: 0 5%;
    text-align: center;
}
.works-header h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 32px;
    color: #333;
    line-height: 1.7;
    margin: 0 auto 1.0em;
}
.works-header h3 span{
    color: #ee7602;
}
.works-container {
    position: relative;
    width: 85%;
    margin: 75px auto 75px;
}
.works-container a{
    position: relative;
    opacity: 1;
    transition: 0.3s;
}
.works-container a:hover{
    opacity: 0.9;
}
.works-inner img {
    border-top-left-radius: 20px;
}
.works-txt {
    position: relative;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5%;
    margin: -5px auto 0;
    border-bottom-right-radius: 20px;
}
.works-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}
.works-txt dl {
    display: flex;
    width: 100%;
    padding: 8px 0 0;
    align-items: baseline;
}
.works-txt dl.works-title {
    display: flex;
    width: 100%;
    padding: 0 0;
    align-items: flex-end;
}
.works-txt dl.works-title dt{
    font-size: 15px;
    font-weight: 600;
    color: #126076;
    letter-spacing: 1px;
    padding: 0 1em 0 0;
}
.works-txt dl.works-title dd{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}
.works-txt dl dt{
    width: 30%;
    font-size: 15px;
    font-weight: 600;
    color: #126076;
    letter-spacing: 0px;
}
.works-txt dl dd{
    width: 70%;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0px;
}
.works-txt dl.works-price {
    display: flex;
    width: 100%;
    padding: 5px 0 0;
    margin: 10px auto 0;
    align-items: baseline;
    border-top: 1px solid #ccc;
}
dl.works-price dd{
    font-weight: 700;
    color: #ee7602;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
}
dl.works-price dd span{
    font-size: 18px;
}
.works-inner{
  margin: 0 20px; /* 左右10pxの隙間 */
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: -50px;
    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #ee7602;
}
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -100px;
    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #ee7602;
}
.works-link {
    position: relative;
    margin: 50px auto 0;
    text-align: center;
}
.works-link a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ee7602;
    background: #fff;
    border: 2px solid #fff;
    padding: 20px 100px 22px;
    margin: 0px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.works-link a:hover{
    color: #fff;
    background: #ee7602;
    opacity: 1;
}
.pagenav-wrap {
    display: block;
    text-align: center;
    width: 100%;
}
.wp-pagenavi {
    font-size: 18px;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    color: #222;
    padding: 3px 10px!important;
}

@media screen and (max-width:1024px) {
    .works{
        position: relative;
        padding: 15vw 0 10vw;
        background: #f5f5f5;
        z-index: 0;
        background: linear-gradient(to bottom, #f5f5f5 50%, #ee7602 50%);
        z-index:2;
    }
    .works::before {
        top: -70px;
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
        border-bottom: 70px solid #f5f5f5;
    }
    .works-header h3 {
        font-size: 24px;
    }
    .works-container {
        position: relative;
        width: 85%;
        margin: 50px auto 60px;
    }
    button.slick-prev.slick-arrow {
        left: -20px;
    }
    button.slick-next.slick-arrow {
        right: -70px;
    }
    .works-link a {
        font-size: 16px;
        padding: 18px 80px;
    }
    .works::after {
        bottom: -100px;
        border-right: 100vw solid transparent;
        border-top: 100px solid #ee7602;
    }
    .works-txt dl.works-title dd {
        font-size: 14px;
    }
    .works-txt dl.works-title dt {
        font-size: 12px;
    }
    .works-txt dl dt {
        width: 30%;
        font-size: 12px;
        letter-spacing: 0px;
    }
    .works-txt dl dd {
        width: 70%;
        font-size: 13px;
        letter-spacing: 0;
    }
    dl.works-price dd span {
        font-size: 14px;
    }
    .works-txt dl.works-price dd {
        font-size: 18px;
    }
    .works-txt dl {
        width: 100%;
        padding: 10px 0 0;
        align-items: baseline;
    }
    .works-txt dl.works-price {
        padding: 5px 0 0;
        align-items: baseline;
    }
    .wp-pagenavi {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .works {
        position: relative;
        padding: 75px 0 75px;
    }
    .works::before {
        top: -50px;
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
        border-bottom: 50px solid #f5f5f5;
    }
    .works::after {
        bottom: -50px;
        border-right: 100vw solid transparent;
        border-top: 50px solid #ee7602;
        font-weight: 600;
    }
    .works-header h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .works-txt dl.works-title dt {
        font-size: 13px;
    }
    .works-txt dl.works-title dd {
        font-size: 15px;
    }
    .works-txt dl dt {
        width: 27%;
        font-size: 13px;
    }
    .works-txt dl dd {
        font-size: 14px;
    }
    button.slick-next.slick-arrow,button.slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    button.slick-next.slick-arrow {
        right: -29px;
    }
    button.slick-prev.slick-arrow {
        left: 10px;
        z-index: 1;
    }
    .works-container {
        position: relative;
        width: 90%;
        margin: 50px auto 60px;
    }
    .works-link a {
        font-size: 18px;
        padding: 20px 65px 22px;
        font-weight: 600;
    }
    .works-txt {
        border-bottom-right-radius: 15px;
    }
    .works-inner img {
        border-top-left-radius: 15px;
    }
    .works-txt dl.works-price {
        padding: 10px 0 0;
        align-items: baseline;
        margin: 12px auto 0;
    }
    .works-txt dl.works-price dd {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .pagenav-wrap {
        margin: 20px auto 0;
    }
    .wp-pagenavi {
        font-size: 16px;
    }
}
/*---選ばれる理由セクション---*/
.reason{
    position: relative;
    padding: 11vw 0 7vw;
    background:#c9dde0;
    z-index: 1;
}
/*
.reason::before {
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-bottom: 150px solid #c9dde0;
}
*/
.reason-container {
    position: relative;
    margin: 10vw auto 6vw;
}
.reason-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3vw 0;
}
.reason-inner .left{
    position: relative;
    width: 45%;
    height: 450px;
    background-size: cover;
    z-index: 1;
}
.reason-inner .right{
    position: relative;
    width: 55%;
    padding: 2% 5%;
    z-index: 1;
}
.reason-inner .right h3{
    font-size: 40px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    color: #126076;
    line-height: 1.5;
    margin: 0 auto 0.7em;
}
.reason-inner .right p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
}
.reason02,.reason04 {
    flex-direction: row-reverse;
}
.reason01 .left{
    background-image: url(images/top/reason01.webp);
}
.reason02 .left{
    background-image: url(images/top/reason02.webp);
}
.reason03 .left{
    background-image: url(images/top/reason03.webp);
}
.reason04 .left{
    background-image: url(images/top/reason04.webp);
}
.reason05 .left{
    background-image: url(images/top/reason05.webp);
}
.reason01::before{
    content: "";
    position: absolute;
    background-image: url(images/bg/reason-sousyoku.webp);
    width: 833px;
    height: 246px;
    top: 85%;
    left: 30%;
    z-index: 0;
}
.reason02::before{
    content: "";
    position: absolute;
    background-image: url(images/bg/reason-sousyoku.webp);
    width: 833px;
    height: 246px;
    top: 85%;
    left: 18%;
    transform: rotate(-25deg);
    z-index: 0;
}
.reason01 .right::before {
    content: "";
    position: absolute;
    background: #9adfe2;
    width: 60%;
    height: 90%;
    top: -10%;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}
.reason01 .right::after {
    content: "01";
    position: absolute;
    color: #fff;
    top: 3%;
    right: 7%;
    font-size: 15vw;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 500;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.reason02 .right::before {
    content: "";
    position: absolute;
    background: #9adfe2;
    width: 55%;
    height: 90%;
    top: -5%;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
.reason02 .right::after {
    content: "02";
    position: absolute;
    color: #fff;
    top: 3%;
    left: 7%;
    font-size: 15vw;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 500;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.reason03 .right::before {
    content: "";
    position: absolute;
    background: #9adfe2;
    width: 50%;
    height: 120%;
    top: -10%;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}
.reason03 .right::after {
    content: "03";
    position: absolute;
    color: #fff;
    top: 3%;
    right: 7%;
    font-size: 15vw;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 500;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.reason04 .right::before {
    content: "";
    position: absolute;
    background: #9adfe2;
    width: 55%;
    height: 90%;
    top: -5%;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
.reason04 .right::after {
    content: "04";
    position: absolute;
    color: #fff;
    top: 3%;
    left: 7%;
    font-size: 15vw;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 500;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.reason04::before{
    content: "";
    position: absolute;
    background-image: url(images/bg/reason-sousyoku.webp);
    width: 833px;
    height: 246px;
    top: -16%;
    left: 35%;
    transform: rotate(-18deg);
    z-index: -2;
}
.reason05 .right::before {
    content: "";
    position: absolute;
    background: #9adfe2;
    width: 60%;
    height: 90%;
    top: -10%;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}
.reason05 .right::after {
    content: "05";
    position: absolute;
    color: #fff;
    top: 3%;
    right: 7%;
    font-size: 15vw;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 500;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.reason05::before{
    content: "";
    position: absolute;
    background-image: url(images/bg/reason-sousyoku.webp);
    width: 833px;
    height: 246px;
    top: -12%;
    left: 19%;
    z-index: 0;
}
.reason-link {
    position: relative;
    margin: 2vw auto 0;
    text-align: center;
}
.reason-link a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 100px 22px;
    margin: 0px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.reason-link a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}
.top-reason-txt {
    position: relative;
    padding: 0 5%;
    text-align: center;
    margin: 0 auto 4vw;
}
.top-reason-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.top-reason-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
}
.top-reason-inner{
    width: 30%;
    position: relative;
    margin: 0 0 3%;
}
.top-reason-inner img{
    display: block;
    margin: 0 auto;
    width: 85%;
}
.top-reason-inner h3{
    position: relative;
    font-size: 26px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    color: #126076;
    line-height: 1.5;
    margin: -60px auto 0;
    text-align: center;
    z-index: 1;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff;
}
.top-reason-inner h3::before{
    content: "";
    background-image: url(images/common/midashi-bg-white.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 45px;
    left: 50%;
    width: 370px;
    height: 94px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.trw01::before,.trw02::before,.trw03::before,.trw04::before,.trw05::before{
    position: absolute;
    color: #fff;
    top: -15%;
    right: 0%;
    font-size: 120px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-weight: 500;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}
.trw01::before{
  content: "01";
}
.trw02::before{
  content: "02";
}
.trw03::before{
  content: "03";
}
.trw04::before{
  content: "04";
}
.trw05::before{
  content: "05";
}
@media screen and (max-width:1024px) {
    .reason {
        position: relative;
        padding: 19vw 0 11vw;
    }
    .reason::before {
        top: -100px;
        border-left: 100vw solid transparent;
        border-bottom: 100px solid #c9dde0;
    }
    .reason-inner {
        flex-wrap: wrap;
        margin: 3vw 0;
    }
    .reason-inner .left {
        position: relative;
        width: 80%;
        height: 280px;
    }
    .reason-inner .right {
        width: 100%;
        padding: 10% 5% 8%;
    }
    .reason-inner .right p {
        font-size: 14px;
    }
    .reason-inner .right h3 {
        font-size: 32px;
    }
    .reason01 .right::before {
        height: 70%;
        top: 10%;
    }
    .reason02 .right::before {
        height: 90%;
        top: 5%;
    }
    .reason03 .right::before {
        height: 90%;
        top: 10%;
    }
    .reason04 .right::before {
        height: 90%;
        top: 5%;
    }
    .reason05 .right::before {
        height: 70%;
        top: 10%;
    }
    .reason-link {
        margin: 4vw auto 0;
    }
    .reason-link a {
        font-size: 16px;
        padding: 18px 80px;
    }
    .top-reason-wrap {
        max-width: 95%;
    }
    .top-reason-txt {
        margin: 0 auto 5vw;
    }
    .top-reason-inner {
        margin: 0 1.5% 3%;
    }
    .top-reason-inner h3 {
        font-size: 15px;
        margin: -20px auto 0;
    }
    .top-reason-inner h3::before {
        top: 24px;
        left: 50%;
        width: 200px;
        height: 51px;
    }
    .trw01::before, .trw02::before, .trw03::before, .trw04::before, .trw05::before {
        top: -8%;
        right: 0%;
        font-size: 60px;
    }
    .top-reason-inner img {
        width: 90%;
    }
}
@media screen and (max-width:767px) {
    .reason {
        position: relative;
        padding: 100px 0 75px;
    }
    .reason::before {
        top: -50px;
        border-left: 100vw solid transparent;
        border-bottom: 50px solid #c9dde0;
    }
    .reason-inner .left {
        position: relative;
        width: 80%;
        height: 180px;
    }
    .reason-inner .right p {
        font-size: 15px;
    }
    .reason-inner .right h3 {
        font-size: 24px;
        font-weight: 700;
    }
    .reason01 .right::after,.reason02 .right::after,.reason03 .right::after,.reason04 .right::after,.reason05 .right::after {
        font-size: 100px;
    }
    .reason02 .right::before {
        height: 70%;
        top: 19%;
    }
    .reason03 .right::before {
        height: 80%;
        top: 10%;
    }
    .reason-link a {
        font-size: 18px;
        padding: 20px 65px 22px;
        font-weight: 600;
    }
    .reason01::before {
        transform: rotate(-15deg);
        background-size: cover;
        width: 380px;
        height: 115px;
        top: auto;
        bottom: -9%;
        left: -10%;
    }
    .reason02::before {
        background-size: cover;
        width: 380px;
        height: 138px;
        top: auto;
        bottom: -10%;
        left: auto;
        right: -26%;
        transform: rotate(-20deg);
    }
    .reason04::before {
        background-size: cover;
        width: 430px;
        height: 126px;
        top: -6%;
        bottom: auto;
        left: -14%;
    }
    .reason05::before {
        width: 345px;
        height: 116px;
        background-size: cover;
        top: -6%;
        left: 16%;
        z-index: -1;
    }
    .top-reason-txt p {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        line-height: 1.9;
        margin: 0 auto 1.5em;
        text-align: left;
    }
    .top-reason-inner {
        width: 100%;
        margin: 0 auto 25px;
    }
    .top-reason-inner h3 {
        font-size: 22px;
        margin: -50px auto 0;
    }
    .top-reason-inner h3::before {
        top: 35px;
        left: 50%;
        width: 300px;
        height: 76px;
    }
    .top-reason-inner img {
        width: 85%;
    }
    .trw01::before, .trw02::before, .trw03::before, .trw04::before, .trw05::before {
        top: -12%;
        right: 0%;
        font-size: 80px;
    }
    .top-reason-txt {
        margin: 0 auto 30px;
    }
    .reason-link {
        margin: 20px auto 0;
    }
}
/*---挿絵セクション---*/
.artwork{
    position: relative;
    padding: 11vw 0;
    background-image: url(images/top/artwork.webp);
    background-size: cover;
}
.artwork-container{
    position: relative;
}
.artwork-container h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(40px, 3.05vw, 50px);
    color: #126076;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff;
}
.artwork-container h3 span{
    color: #ee8622;
}
.artwork-container::before {
    content: "";
    background-image: url(images/top/artwork-sousyoku.png);
    width: 878px;
    height: 193px;
    position: absolute;
    top: -36%;
    left: -20%;
    opacity: 0.9;
    z-index: -1;
    transform: rotate(-10deg);
}
.artwork-container::after {
    content: "";
    background-image: url(images/top/artwork-sousyoku.png);
    width: 878px;
    height: 193px;
    position: absolute;
    top: 70%;
    right: -25%;
    opacity: 0.9;
    z-index: -1;
    transform: rotate(1deg);
}
@media screen and (max-width:1024px) {
    .artwork-container h3 {
        font-size: 30px;
    }
    .artwork-container::before {
        width: 538px;
        height: 113px;
        position: absolute;
        top: -25%;
        left: -35%;
        background-size: cover;
    }
    .artwork-container::after {
        width: 538px;
        height: 113px;
        position: absolute;
        top: 70%;
        right: -35%;
        background-size: cover;
    }
}
@media screen and (max-width:767px) {
    .artwork {
        position: relative;
        padding: 70px 0;
        background-image: url(images/top/artwork-sp.webp);
    }
    .artwork-container h3 {
        font-size: 4.7vw;
        padding: 0 5%;
        font-weight: 800;
    }
    .artwork-container::before {
        width: 300px;
        height: 66px;
        position: absolute;
        top: -20%;
        left: -35%;
        background-size: cover;
    }
    .artwork-container::after {
        width: 300px;
        height: 66px;
        position: absolute;
        top: 60%;
        right: -45%;
        background-size: cover;
        transform: rotate(-5deg);
    }
}
/*---料金セクション---*/
.plan{
    position: relative;
    padding: 11vw 0 7vw;
    background-image: url(images/bg/plan-bg.webp);
    background-repeat: repeat;
    z-index: 0;
}
.plan::before{
    content: "";
    background-image: url(images/bg/plan-bg01.webp);
    background-repeat: no-repeat;
    position: absolute;
    top:10vw;
    left: 0;
    width: 361px;
    height: 750px;
    z-index: -1;
}
.plan::after{
    content: "";
    background-image: url(images/bg/plan-bg02.webp);
    background-repeat: no-repeat;
    position: absolute;
    top:10vw;
    right: 0;
    width: 361px;
    height: 750px;
    z-index: -1;
}
.plan-header{
    padding: 0 5%;
    text-align: center;
}
.plan-header h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 32px;
    color: #333;
    margin: 0 auto 1.0em;
}
.plan-header h3 span{
    color: #ee7602;
}
.plan-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.plan-link {
    position: relative;
    text-align: center;
    margin: 3.5vw auto 0;
}
.plan-link a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 100px 22px;
    margin: 0px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.plan-link a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}
@media screen and (max-width:1024px) {
    .plan {
        padding: 20vw 0 12vw;
    }
    .plan-header h3 {
        font-size: 24px;
    }
    .plan-txt p {
        font-size: 14px;
    }
    .plan-link {
        margin: 5vw auto 0;
    }
    .plan-link a {
        font-size: 16px;
        padding: 18px 80px;
    }
    .plan::before {
        background-size: contain;
        top: 10vw;
        left: 0;
        width: 180px;
        opacity: 0.5;
    }
    .plan::after {
        background-size: contain;
        top: auto;
        bottom: -40vw;
        right: 0;
        width: 180px;
        opacity: 0.5;
    }
}
@media screen and (max-width:767px) {
    .plan {
        padding: 110px 0 75px;
    }
    .plan-header h3 {
        font-size: 22px;
        margin: 0 auto 1.5em;
            font-weight: 600;
    }
    .plan-txt p {
        font-size: 16px;
        text-align: left;
    }
    .plan-link {
        margin: 25px auto 0;
    }
    .plan-link a {
        font-size: 18px;
        padding: 20px 65px 22px;
        font-weight: 600;
    }
    .plan::before {
        background-size: cover;
        top: 55vw;
        left: 0;
        width: 125px;
        height: 260px;
        opacity: 0.3;
    }
    .plan::after {
        background-size: cover;
        top: auto;
        top: 55vw;
        right: 0;
        width: 125px;
        height: 260px;
        opacity: 0.3;
    }
}
/*---コラムセクション---*/
.columns{
    position: relative;
    padding: 11vw 0 7vw;
    background: url(images/bg/column-bg.webp);
    background-repeat: repeat;
}
.columns-container {
width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.columns-inner{
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 1vw 2vw;
}
.columns-inner .left {
    width: 30%;
    overflow: hidden;
    position: relative;
}
.columns-inner .left a {
  display: block;
  line-height: 0;
}
.columns-inner .left a img{
display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.3s;
  will-change: transform;
}
.columns-inner .left a img:hover{
    transform: scale(1.1);
    opacity: 0.9;
}
.columns-inner .right {
    width: 65%;
}
.columns-inner .right p{
    font-size: 14px;
    font-weight: 600;
    color: #126076;
    letter-spacing: 1px;
    margin: 0 auto 0.5em;
}
.columns-inner .right a{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    transition: all 0.3s;
}
.columns-inner .right a:hover{
    color: #ee7602;
}
.columns-link a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 100px 22px;
    margin: 0px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.columns-link a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}
.columns-link {
    text-align: center;
    margin: 2vw auto 0;
}
@media screen and (max-width:1024px) {
    .columns {
        padding: 20vw 0 12vw;
    }
    .columns-inner {
        width: 90%;
        margin: 0 1vw 5vw;
    }
    .columns-link {
        margin: 5vw auto 0;
    }
    .columns-link a {
        font-size: 16px;
        padding: 18px 80px;
    }
    .columns-inner .right a {
        font-size: 16px;
    }
    .columns-inner .right p {
        font-size: 13px;
    }
}
@media screen and (max-width:767px) {
    .columns {
        position: relative;
        padding: 110px 0 75px;
    }
    .columns-inner {
        width: 95%;
        margin: 0 auto 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #fff;
    }
    .columns-inner .right a {
        font-size: 15px;
    }
    .columns-inner .right p {
        font-size: 12px;
        margin: 0 auto 3px;
    }
    .columns-link {
        margin: 30px auto 0;
    }
    .columns-link a {
        font-size: 18px;
        padding: 20px 65px 22px;
        font-weight: 600;
    }
    .columns-container {
        width: 95%;
    }
}
/*---リンクセクション---*/
.links{
    position: relative;
    padding: 0;
    background-color: #ee7602;
    background-size: cover;
}
.links-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.links-container h2{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    line-height: 1.6;
    margin: 0 auto 1.0em;
}
.links-container h2 span{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    display: block;
}
.links-container .left{
    width: 50%;
    display: block;
    text-align: center;
    padding: 8vw 0;
    border-right: 1px solid #fff;
}
.links-container .right{
    width: 50%;
    display: block;
    text-align: center;
    padding: 8vw 0;
}
.circle-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 2px solid #fff; /* 白い丸 */
    border-radius: 50%;
    color: #fff; /* 矢印の色 */
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.4rem; /* 矢印サイズ */
}
.circle-btn:hover {
    background: #fff;
}
.circle-btn:hover i {
    transform: translateX(4px);
    color: #ee7602;
    transition: transform 0.3s ease;
}
@media screen and (max-width:1024px) {
    .links-container h2 {
        font-size: 38px;
    }
    .links-container h2 span {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .links-container h2 {
        font-size: 28px;
        line-height: 1.8;
            font-weight: 600;
    }
    .links-container h2 span {
        font-size: 15px;
    }
    .circle-btn {
        width: 60px;
        height: 60px;
        font-size: 15px;
    }
    .links-container {
        flex-wrap: wrap;
    }
    .links-container .left {
        width: 100%;
        padding: 50px 0 50px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .links-container .right {
        width: 100%;
        padding: 50px 0 50px;
    }
}
/*---CTAセクション---*/
.cta{
    position: relative;
    padding: 11vw 0 6vw;
    background-image: url(images/common/cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta.mid-cta {
    padding: 16vw 0 14vw;
    z-index: 0;
}
.cta-txt{
    position: relative;
    display: block;
    text-align: center;
    margin: -5em auto 0;
}
.cta-txt p{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.cta-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 50px auto 0;
}
.cta-tel-wrap{
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 420px;
    margin: 0 1.5% 0;
}
.cta-mail-wrap{
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 420px;
    margin: 0 1.5% 0;
}
.cta-title {
    position: relative;
    display: block;
    text-align: center;
}
.cta-title p{
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.cta-title p::before{
    content: "";
    background-image: url(images/common/cta-line01.png);
    position: absolute;
    top: -10px;
    left: -65px;
    width: 50px;
    height: 40px;
}
.cta-title p::after{
    content: "";
    background-image: url(images/common/cta-line02.png);
    position: absolute;
    top: -10px;
    right: -65px;
    width: 50px;
    height: 40px;
}
.cta-tel-inner{
    display: block;
    text-align: center;
    margin: 10px auto 0;
}
.cta-tel-inner p{
    font-family: "Zen Old Mincho", serif;
    font-size: 35px;
    color: #ee7602;
    font-weight: 700;
    letter-spacing: 1px;
}
.cta-tel-inner p span{
    font-size: 20px;
    letter-spacing: 1px;
}
.cta-tel-inner p:nth-child(2){
    font-family: "Zen Maru Gothic", sans-serif;
    color: #333;
    font-size: 14px;
}
.cta-mail-inner{
    position: relative;
    margin: 20px auto 0;
}
.cta-mail-inner a{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 50px 22px;
    margin: 12px auto 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.cta-mail-inner a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}
.cta-coupon{
    display: block;
    text-align: center;
    margin: 70px auto 0px;
}
@media screen and (max-width:1024px) {
    .cta {
        position: relative;
        padding: 20vw 0 12vw;
    }
    .cta-tel-wrap,.cta-mail-wrap {
        max-width: 44%;
        margin: 0 2% 0;
        padding: 30px;
    }
    .cta-tel-inner {
        margin: 15px auto 0;
    }
    .cta-tel-inner p {
        font-size: 24px;
    }
    .cta-mail-inner a {
        font-size: 16px;
        padding: 18px 35px;
    }
    .cta.mid-cta {
        padding: 28vw 0 23vw;
        z-index: 0;
    }
}
@media screen and (max-width:767px) {
    .cta {
        position: relative;
        padding: 110px 0 75px;
    }
    .midashi-wrap h2.cta-title {
        font-size: 24px;
        padding: 0 5%;
        letter-spacing: 1px;
    }
    .cta-txt p {
        font-size: 16px;
        padding: 0 5%;
        margin: 0 auto -20px;
    }
    .cta-txt {
        margin: -60px auto 0;
    }
    .cta-container {
        display: flex;
        flex-wrap: wrap;
    }
    .cta-tel-inner {
        margin: 10px auto 0;
    }
    .cta-tel-wrap {
        width: 90%;
        max-width: 100%;
        margin: 0 0 25px;
        padding: 20px;
    }
    .cta-mail-wrap {
        width: 90%;
        max-width: 100%;
        margin: 0 0 0;
        padding: 20px;
    }
    .cta-mail-inner a {
        font-size: 18px;
        text-align: center;
        padding: 20px 35px 22px;
        font-weight: 600;
    }
    .cta-tel-inner p {
        font-size: 30px;
    }
    .cta-tel-inner p:nth-child(2) {
        font-size: 13px;
    }
    .cta-title p::before {
        background-size: cover;
        top: 0px;
        left: -55px;
        width: 40px;
        height: 32px;
    }
    .cta-title p::after {
        background-size: cover;
        top: 0px;
        right: -55px;
        width: 40px;
        height: 32px;
    }
    .cta.mid-cta {
        padding: 145px 0 110px;
        z-index: 0;
    }
    .cta-coupon {
        margin: 60px auto 0px;
    }
    .cta-coupon img {
        width: 90%;
    }
}
/*---下層ページpadding調整---*/
section.reason.sub-reason::before {
    content: none;
}
section.reason.sub-reason {
    position: relative;
    padding: 11vw 0 4vw;
}
.sub-greeting {
    padding: 11vw 0 6vw;
}
@media screen and (max-width:1024px) {
    .sub-greeting{
        padding: 20vw 0 9vw;
    }
    section.reason.sub-reason {
        padding: 11vw 0 3vw;
    }
}
@media screen and (max-width:767px) {
    .sub-greeting{
        padding: 120px 0 50px;
    }
    section.reason.sub-reason {
        padding: 120px 0 30px;
    }
}

/*---下層ページファーストビュー---*/
.sub-fv{
    position: relative;
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
    height: 400px;
    z-index: -1;
}
.sub-fv::before{
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, #ee7602 60%);
    width: 100%;
    height: 400px;
    z-index: 1;
}
.sub-fv-image{
    position: absolute;
    background-position: center;
    background-size: cover;
    height: 375px;
    width: 80%;
    top: 0;
    right: 2%;
    z-index: 1;
}
.sub-fv-txt {
    position: absolute;
    top: 50%;
    left: 23%;
    z-index: 1;
}
.sub-fv-txt h2{
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 36px;
    color: #333333;
    z-index: 3;
    letter-spacing: 3px;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
}
.sub-fv-txt h2::before{
    content: "";
    position: absolute;
    background-image: url(images/common/midashi-bg-brown.webp);
    top: -10px;
    left: -200px;
    width: 586px;
    height: 148px;
    z-index: -2;
    opacity: 0.95;
}
.sub-fv-txt h2 span{
    font-family: "Nothing You Could Do", cursive;
    font-size: 108px;
    color: #fff;
    position: absolute;
    top: -60px;
    left: -260px;
    z-index: -1;
    transform: rotate(-12deg);
    text-shadow: none;
}






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



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




}

.sub-reason .sub-fv-image{
    background-image: url(images/sub-fv/reason-fv.webp);
}
.sub-company .sub-fv-image{
    background-image: url(images/sub-fv/company-fv.webp);
}
.sub-contact .sub-fv-image{
    background-image: url(images/sub-fv/contact-fv.webp);
}
.sub-privacy .sub-fv-image{
    background-image: url(images/sub-fv/privacy-fv.webp);
}
.sub-cost .sub-fv-image{
    background-image: url(images/sub-fv/price-fv.webp);
}
.sub-roof-repair .sub-fv-image{
    background-image: url(images/sub-fv/roof-repair-fv.webp);
}
.sub-leak-repair .sub-fv-image{
    background-image: url(images/sub-fv/leak-repair-fv.webp);
}
.sub-wall-paint .sub-fv-image{
    background-image: url(images/sub-fv/wall-paint-fv.webp);
}

.sub-columns-header .sub-fv-image{
    background-image: url(images/sub-fv/columns-fv.webp);
}
.sub-works-header .sub-fv-image{
    background-image: url(images/sub-fv/works-fv.webp);
}
.sub-recruit .sub-fv-image{
    background-image: url(images/sub-fv/recruit-fv.webp);
}

.breadcrumbs {
    position: relative;
    background: #ee7602;
}
.breadcrumbs-container{
    width: 90%;
    margin: 0 auto;
    padding: 0.4% 0 0.5%;
}
.breadcrumbs-container a,.breadcrumbs-container span{
    color: #fff;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 16px;
}
.breadcrumbs-container a:hover{
    opacity: 0.7;
}
@media screen and (max-width:1024px) {
    .sub-fv-image {
        height: 200px;
    }
    .sub-fv {
        height: 225px;
    }
    .sub-fv::before {
        height: 225px;
    }
    .breadcrumbs-container a, .breadcrumbs-container span {
        font-size: 13px;
    }
    .sub-fv-txt h2 {
        font-size: 30px;
    }
    .sub-fv-txt h2 span {
        font-size: 78px;
        top: -60px;
        left: -160px;
    }
    .sub-fv-txt h2::before {
        top: -10px;
        left: -80px;
        background-size: cover;
        width: 310px;
        height: 78px;
    }
    .sub-fv-txt {
        position: absolute;
        top: 55%;
        left: 25%;
        z-index: 1;
    }
    .breadcrumbs-container {
        padding: 0.4% 0 0.8%;
    }
}
@media screen and (max-width:767px) {
    .sub-fv-image {
        height: 150px;
    }
    .sub-fv,.sub-fv::before {
        height: 175px;
    }
    .breadcrumbs-container {
        padding: 0% 0 10px;
    }
    .breadcrumbs-container a, .breadcrumbs-container span {
        font-size: 12px;
    }
    .sub-fv-txt {
        position: absolute;
        top: 60%;
        left: 25%;
        z-index: 1;
    }
    .sub-fv-txt h2::before {
        top: -10px;
        left: -60px;
        background-size: cover;
        width: 240px;
        height: 62px;
    }
    .sub-fv-txt h2 {
        font-size: 18px;
        font-weight: 700;
    }
    .sub-fv-txt h2 span {
        font-size: 48px;
        top: -30px;
        left: -85px;
    }
    .breadcrumbs-container {
        padding: 3px 0 7px;
    }
}
/*---会社概要(下層）---*/
.company{
    position: relative;
    padding: 11vw 0 10vw;
    background-image: url(images/bg/service-bg.webp);
    background-repeat: repeat;
    z-index: 0;
}
.company::before{
    content: "";
    background-image: url(images/bg/service-border.webp);
    background-repeat: repeat;
    position: absolute;
    top:0;
    width: 100%;
    height: 5px;
}
.company-table-wrap{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
table.info-table{
    width: 100%;
    border-top: 2px solid #fff;
    margin: 0 auto;
    border-collapse: collapse;
}
table.info-table th, table.info-table td {
    padding: 18px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid #fff;
    line-height: 1.9;
    font-size: 16px;
}
table.info-table td {
    font-weight: 400;
}
@media screen and (max-width:1024px) {
    .company {
        padding: 20vw 0 14vw;
    }
}
@media screen and (max-width:767px) {
    .company {
        padding: 120px 0 85px;
    }
    table.info-table th, table.info-table td {
        padding: 18px 12px;
        font-size: 13px;
    }
}
/*---屋根修理(下層）---*/
.roof-repair {
    position: relative;
    padding: 11vw 0 6vw;
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
}
.wall-paint{
    position: relative;
    padding: 11vw 0 5vw;
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
}
.leak-repair{
    position: relative;
    padding: 11vw 0 5vw;
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
}
.construction-header {
    padding: 0 5%;
    text-align: center;
}
.construction-txt {
    position: relative;
    margin: 0 auto 2.5vw;
}
.construction-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.construction-wrap01,.construction-wrap02{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.construction-wrap02{
    flex-direction: row-reverse;
}
.construction-wrap01 .left,.construction-wrap02 .left{
    width: 55%;
    padding: 5%;
}
.construction-wrap01 .right,.construction-wrap02 .right {
    width: 45%;
    height: 750px;
    background-size: cover;
    background-position: center;
}
.construction-wrap01 .right02,.construction-wrap02 .right02 {
    height: 500px;
}
.construction-wrap01 .right {
    background-image: url(images/construction/cover.webp);
}
.construction-wrap02 .right {
    background-image: url(images/construction/hukikae.jpg);
}
.construction-wrap01 .right02 {
    background-image: url(images/construction/paint.webp);
}
.construction-wrap02 .right02 {
    background-image: url(images/construction/waterproof.webp);
}
.construction-wrap01 .amamori-right {
    background-image: url(images/construction/leak.webp);
}
.construction-menu-title {
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
}
.construction-menu-title h3 {
    position: relative;
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 32px;
    font-weight: 500;
    color: #333;
    letter-spacing: 3px;
}
.construction-menu-title h3::before {
    content: "";
    background: #ee8622;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 100px;
    height: 3px;
    transform: translate(-50%, -50%);
}
.construction-menu-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 0;
}
.construction-menu-txt02 p{
    margin: 0 auto 1em;
}
.feature-title{
    position: relative;
    display: block;
    margin: 30px auto 20px;
}
.feature-title h3{
    font-size: 24px;
    background: #ee8623;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 10px 10px 11px;
}
.feature-txt h4{
    position: relative;
    font-size: 18px;
    color: #333;
    border-left: 7px solid #ee8623;
    line-height: 1.5;
    padding: 2px 5px 3px 7px;
}
.feature-txt p{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    margin: 0 auto 15px;
    padding: 0 1em 0;
}
.roof-menu-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 2.5vw auto 0;
    align-items: stretch;
    justify-content: center;
}
.roof-menu-wrap h2{
    width: 100%;
    line-height: 1;
    font-size: 24px;
    font-family: "Zen Old Mincho", serif;
    padding: 15px 10px 16px;
    border-top: 3px solid #ee8623;
    border-bottom: 1px solid #ee8623;
    text-align: center;
    margin: 0 auto 20px;
    color: #333;
    background: #fafafa;
}
.roof-menu-inner {
    position: relative;
    width: 30%;
    margin: 1.5%;
}
.roof-menu-inner img{
    border-radius: 15px;
    display: block;
    margin: 0 auto 10px;
}
.roof-menu-inner h3{
    font-family: "Zen Old Mincho", serif;
    display: block;
    margin: 0 auto 10px;
    padding: 0 15px 10px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ee8623;
}
.roof-menu-inner p{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    margin: 0 auto 0;
    padding: 0 15px;
}
.wall-maker-txt{
    position: relative;
    display: block;
    margin: 10px auto 25px;
}
.wall-maker-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
}
.wall-maker-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.wall-maker-wrap img{
    max-width: 300px;
    margin: 1%;
}
.leal-txt-wrap01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1vw auto;

}
.leal-txt-wrap01 .left{
    width: 55%;
}
.leal-txt-wrap01 .left p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 1em auto;
}
.leal-txt-wrap01 .right{
    width: 40%;
}
.sub-works-wrap{
    position: relative;
    padding: 11vw 0 6vw;
    background: #fafafa;
    background: linear-gradient(to bottom, #fafafa 50%, #ee7602 50%);
}
@media screen and (max-width:1024px) {
    .roof-repair {
        position: relative;
        padding: 20vw 0 8.5vw;
    }
    .wall-paint {
        position: relative;
        padding: 20vw 0 8.5vw;
    }
    .leak-repair {
        position: relative;
        padding: 20vw 0 8.5vw;
    }
    .construction-txt p {
        font-size: 14px;
    }
    .construction-menu-title h3 {
        font-size: 24px;
    }
    .construction-menu-title h3::before {
        top: 53px;
    }
    .construction-menu-title {
        margin: 0 auto 40px;
    }
    .construction-menu-txt p {
        font-size: 14px;
        line-height: 1.8;
    }
    .feature-title h3 {
        font-size: 20px;
    }
    .feature-txt h4 {
        font-size: 15px;
    }
    .feature-txt p {
        font-size: 13px;
    }
    .roof-menu-wrap h2 {
        font-size: 22px;
    }
    .roof-menu-inner h3 {
        font-size: 16px;
        text-align: center;
    }
    .roof-menu-inner p {
        font-size: 13px;
    }
    .roof-menu-wrap {
        width: 95%;
    }
    .wall-maker-txt p {
        font-size: 14px;
        padding: 0 10%;
    }
    .wall-maker-wrap img {
        max-width: 155px;
        margin: 1%;
    }
    .leal-txt-wrap01 .left p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sub-works-wrap {
        padding: 20vw 0 10vw;
    }
}
@media screen and (max-width:767px) {
    .roof-repair {
        position: relative;
        padding: 120px 0 30px;
    }
    .wall-paint {
        position: relative;
        padding: 120px 0 55px;
    }
    .leak-repair {
        position: relative;
        padding: 120px 0 25px;
    }
    .construction-txt p {
        font-size: 16px;
        text-align: left;
    }
    .construction-wrap01,.construction-wrap02 {
        flex-direction: column-reverse;
    }
    .construction-wrap01 .right, .construction-wrap02 .right {
        width: 100%;
        height: 250px;
    }
    .construction-header {
        margin: 0 auto 50px;
    }
    .construction-wrap01 .left, .construction-wrap02 .left {
        width: 100%;
        padding: 30px 5% 20px;
    }
    .construction-menu-title h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .construction-menu-title h3::before {
        top: 50px;
        width: 70px;
    }
    .construction-menu-txt p {
        font-size: 15px;
        line-height: 1.9;
    }
    .feature-txt h4 {
        font-size: 16px;
        line-height: 1.6;
    }
    .feature-txt p {
        font-size: 14px;
        margin: 5px auto 20px;
    }
    .feature-title h3 {
        font-size: 18px;
    }
    .roof-menu-wrap h2 {
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
    }
    .roof-menu-wrap {
        width: 90%;
        margin: 0 auto 0;
    }
    .roof-menu-inner {
        position: relative;
        width: 100%;
        margin: 10px auto 25px;
    }
    .roof-menu-inner img {
        margin: 0 auto 15px;
        width: 85%;
    }
    .roof-menu-inner h3 {
        font-size: 18px;
        text-align: center;
        font-size: 700;
    }
    .roof-menu-inner p {
        font-size: 14px;
        padding: 0 10px;
    }
    .wall-maker-txt p {
        font-size: 15px;
        padding: 0;
    }
    .wall-maker-txt {
        margin: 0px auto 20px;
    }
    .wall-maker-wrap img {
        max-width: 46%;
        margin: 2%;
    }
    .leal-txt-wrap01 {
        flex-direction: column-reverse;
        margin: 0 auto 25px;
    }
    .leal-txt-wrap01 .left {
        width: 100%;
    }
    .leal-txt-wrap01 .left p {
        font-size: 15px;
        line-height: 1.9;
    }
    .leal-txt-wrap01 .right {
        width: 90%;
        margin: 10px auto;
    }
    .sub-works-wrap {
        padding: 120px 0 70px;
    }
    section.sub-works-wrap .works-link a {
        font-size: 18px;
        padding: 20px 50px 22px;
        font-weight: 600;
    }
}
/*---お客様へのお約束(下層）---*/
.promise{
    position: relative;
    padding: 10vw 0 6vw;
    background: url(images/bg/column-bg.webp);
    background-repeat: repeat;
    z-index: 1;
}
.promise::before{
    content: "";
    background-image: url(images/bg/promise-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -46px;
    width: 100%;
    height: 47px;
    z-index: 1;
}
.promise-header {
    padding: 0 5%;
    text-align: center;
}
.promise-header h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 32px;
    color: #333;
    margin: 0 auto 1.0em;
}
.promise-header h3 span{
    color: #ee7602;
}
.promise-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.promise-wrap{
    width: 80%;
    margin: 2.5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.promise-inner{
    position: relative;
    width: 31%;
    background: #fafafa;
    padding: 2.5%;
    border-radius: 10px;
    margin: 1%;
}
.promise-inner h3{
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    color: #333;
    margin: 0 auto 1em;
    z-index: 1;
}
.promise-inner h3::before{
    content: "";
    position: absolute;
    background-image: url(images/common/midashi-bg-brown.webp);
    background-size: cover;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 63px;
    z-index: -1;
    opacity: 0.7;
    transform: translate(-50%, -50%);
}
.promise-inner p{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
    .promise {
        padding: 18vw 0 12vw;
    }
    .promise-header h3 {
        font-size: 24px;
    }
    .promise-txt p {
        font-size: 14px;
    }
    .promise-wrap {
        width: 90%;
        margin: 4vw auto 0;
    }
    .promise-inner h3 {
        font-size: 16px;
    }
    .promise-inner p {
        font-size: 13px;
    }
    .promise-inner h3::before {
        width: 200px;
        height: 50px;
    }
}
@media screen and (max-width:767px) {
    .promise {
        padding: 110px 0 55px;
    }
    .promise::before {
        background-size: contain;
        position: absolute;
        top: -12px;
        width: 100%;
        height: 15px;
    }
    .promise-header h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .promise-txt p {
        font-size: 16px;
        text-align: left;
    }
    .promise-wrap {
        width: 90%;
        margin: 45px auto 0;
    }
    .promise-inner h3::before {
        width: 260px;
        height: 66px;
    }
    .promise-inner {
        width: 100%;
        padding: 25px;
        margin: 0 auto 20px;
    }
    .promise-inner h3 {
        font-size: 18px;
        font-weight: 700;
    }
    .promise-inner p {
        font-size: 15px;
        font-weight: 500;
    }
}
/*---プライバシーポリシー(下層）---*/
.privacy{
    position: relative;
    padding: 11vw 0 6vw;
    background-image: url(images/bg/service-bg.webp);
    background-repeat: repeat;
    z-index: 0;
}
.privacy-container{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
.privacy-container h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    margin: 1em auto 1em;
    padding-top: 1em;
    border-top: 1px solid #ee7602;
}
.privacy-container p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
    margin: 0 auto 1em;
}
@media screen and (max-width:1024px) {
    .privacy {
        position: relative;
        padding: 20vw 0 10vw;
    }
    .privacy-container h3 {
        font-size: 18px;
    }
    .privacy-container p {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    .privacy {
        position: relative;
        padding: 120px 0 50px;
    }
    .privacy-container p {
        font-size: 15px;
    }
}



.recruit-container p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
    margin: 0 auto 1em;
    text-align: center;
}
@media screen and (max-width:767px) {
    .recruit-container p {
        font-size: 15px;
    }
}

/*---料金について(下層）---*/
.sub-plan {
    position: relative;
    padding: 11vw 0 5vw;
}
.plan.sub-plan::before,.plan.sub-plan::after{
    content: none;
}
.roof-cost{
    position: relative;
    padding: 11vw 0 6vw;
    background: url(images/bg/column-bg.webp);
    background-repeat: repeat;
}
.wall-cost{
    position: relative;
    padding: 11vw 0 6vw;
    background: url(images/bg/waii-cost-bg.jpg);
    background-repeat: repeat;
}
.cost-list01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 2em auto 0;
    max-width: 980px;
}
.cost-list-hader{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 40px auto 0px;
}
.cost-list-hader h3{
    position: relative;
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 28px;
    letter-spacing: 1px;
    color: #333;
    margin: 0 auto 67px;
    font-weight: 500;
}
.cost-list-hader h3::before {
    content: "";
    background: #ee8622;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 90px;
    height: 3px;
    transform: translate(-50%, -50%);
}
.cost-list02 p,.cost-list03 p.caution,.cost-list04 p.caution{
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
    margin: 15px 0 0;
}
.cost-list03 p.caution,.cost-list04 p.caution{
    margin: -10px 0 0;
}
.cost-list01 dl{
    width: 100%;
    background: #fff;
    margin: 1%;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.cost-list01 dl dt {
    width: 20%;
    padding: 5px 0 4px 5px;
    line-height: 1;
}
.cost-list01 dl dt img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}
.cost-list01 dl dd {
    width: 80%;
    padding: 15px 30px;
}
.cost-list01 dl dd h3 {
    font-size: 18px;
    margin: 0 auto 10px;
    color: #333;
}
.cost-list01 dl dd p{
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 10px;
    line-height: 1.8;
    color: #333;
}
.cost-list01 dl dd span{
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ee7602;
    text-align: right;
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
}
.cost-list02 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 980px;
}
.cost-list02 dl{
    width: 48%;
    background: #fff;
    margin: 1%;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.cost-list02 dl dt {
    width: 30%;
    padding: 5px 0 4px 5px;
    line-height: 1;
}
.cost-list02 dl dt img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}
.cost-list02 dl dd {
    width: 70%;
    padding: 15px;
}
.cost-list02 dl dd h3 {
    font-size: 18px;
    margin: 0 auto 8px;
    color: #333;
}
.cost-list02 dl dd p{
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 8px;
    line-height: 1.6;
    color: #333;
}
.cost-list02 dl dd span{
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ee7602;
    text-align: right;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
}
.cost-list-txt {
    position: relative;
    margin: 0 auto 25px;
}
.cost-list-txt h3 {
    font-size: 20px;
    line-height: 1;
    padding: 5px 10px;
    margin: 0 auto 10px;
    color: #333;
    border-left: 5px solid #ee7602;
}
.cost-list-txt p{
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.7;
}
.cost-list03 {
    position: relative;
    display: block;
    width: 90%;
    margin: 4em auto 0;
    max-width: 980px;
}
.cost-list04 {
    position: relative;
    display: block;
    width: 90%;
    margin: 5em auto 0;
    max-width: 980px;
}
.price-table-wrap{
    position: relative;
    width: 100%;
    max-width: 980px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
    background: transparent;
    margin: 0 auto;
}
.scroll-notice{
    display: none;
    margin: 6px 0 0;
    font-size: .8rem;
    text-align: center;
    color: #666;
}
@media (max-width: 640px){
  .scroll-notice{ display:block; }
}
.price-table{
    border-collapse: collapse;
    width: 100%;
    min-width: 820px; /* 列幅を確保（横スクロール用） */
    table-layout: fixed;
    font-size: 15px;
}
.price-table .col-name { width: 25%; }
.price-table .col-feature { width: 33%; }
.price-table .col-years { width: 17%; }
.price-table .col-price { width: 25%; }
.price-table th,
.price-table td{
    border: 1px solid #ececec;
    padding: 14px 16px;
    vertical-align: middle;
    line-height: 1.8;
    background: #f9f9f9;
    font-weight: 500;
    color: #333;
}
.price-table thead th{
    background: #ee7602;
    color: #fff;
    font-weight: 700;
}
.price-table tbody th{
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
}
.price-table th{
    font-size: 16px;
}
/* 文字寄せ */
.t-right{ text-align: right; }
.t-center{ text-align: center; }

/* 列幅の目安（任意で調整） */
.col-years{ width: 140px; }
.col-price{ width: 190px; }

/* 視覚的に非表示（スクリーンリーダー用） */
.visually-hidden{
  position:absolute !important;
  height:1px; width:1px;
  overflow:hidden; clip:rect(1px,1px,1px,1px);
  white-space:nowrap;
}
.paint-plan-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.paint-plan-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    margin: 0 2% 4%;
    background: #fafafa;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.paint-plan-inner h3{
    width: 100%;
    background: #ee7602;
    font-size: 22px;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 10px 11px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
}
.paint-plan-inner h3 span {
    font-size: 0.7em;
}
.paint-plan-inner img {
    display: block;
    width: 80%;
    margin: 5% auto;
}
.paint-feature h4,.paint-year h4 {
    font-size: 17px;
    line-height: 1;
    padding: 5px 5px;
    margin: 0 auto 5px;
    color: #333;
    border-left: 5px solid #ee7602;
}
.paint-feature {
    width: 50%;
    margin: 0 2.5%;
}
.paint-year {
    width: 40%;
    margin: 0 2.5%;
}
.paint-feature ul li{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    padding: 5px 5px 5px 10px;
}
.paint-year p{
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    padding: 5px 5px 5px 10px;
}
.paint-price {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    padding: 0 0 5px;
    margin: 20px 0 30px;
    border-bottom: 2px solid #333;
}
.paint-price h4{
    width: 30%;
    font-size: 17px;
    line-height: 1;
    color: #333;
    padding: 0 10px;
}
.paint-price p{
    width: 70%;
    color: #ee7602;
    font-size: 32px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: right;
    line-height: 1;
}
.paint-price p span{
    font-size: 0.5em;
}
@media screen and (max-width:1024px) {
    .sub-plan {
        position: relative;
        padding: 20vw 0 8vw;
    }
    .roof-cost {
        padding: 20vw 0 10vw;
    }
    .wall-cost {
        padding: 20vw 0 12vw;
    }
    .cost-list01 {
        width: 90%;
        margin: 0px auto 0;
    }
    .cost-list01 dl dt {
        width: 26%;
        padding: 5px 0 4px 5px;
        line-height: 1;
    }
    .cost-list01 dl dd h3 {
        font-size: 16px;
        margin: 0 auto 5px;
    }
    .cost-list01 dl dd p {
        font-size: 12px;
        margin: 0 auto 5px;
        line-height: 1.6;
    }
    .cost-list01 dl dd span {
        font-size: 24px;
    }
    .cost-list01 dl dd {
        width: 74%;
        padding: 15px 15px;
    }
    .cost-list02 {
        align-items: stretch;
    }
    .cost-list02 dl dd {
        width: 70%;
        padding: 5px 15px;
    }
    .cost-list02 dl dd p {
        font-size: 12px;
        margin: 0 auto 5px;
        line-height: 1.5;
    }
    .cost-list02 dl dd h3 {
        font-size: 16px;
        margin: 0 auto 5px;
    }
    .cost-list02 dl dd span {
        font-size: 20px;
    }
    .cost-list-txt p {
        font-size: 14px;
    }
    .cost-list03,.cost-list04 {
        margin: 60px auto 0;
    }
    .cost-list02 p, .cost-list04 p.caution {
        font-size: 13px;
        line-height: 1.7;
    }
    .paint-feature ul li {
    font-size: 13px;
    line-height: 1.2;
    }
    .paint-year p {
    font-size: 14px;
    }
    .paint-price h4 {
    font-size: 15px;
    }
    .paint-price p {
    font-size: 26px;
    }
}
@media screen and (max-width:767px) {
    .sub-plan {
        position: relative;
        padding: 120px 0 50px;
    }
    .roof-cost {
        padding: 120px 0 55px;
    }
    .wall-cost {
        padding: 120px 0 50px;
    }
    .cost-list01 {
        width: 90%;
        margin: 0px auto 0;
    }
    .cost-list01 dl {
        margin: 0 auto 10px;
    }
    .cost-list01 dl {
        margin: 0 auto 15px;
        flex-wrap: wrap;
    }
    .cost-list01 dl dt {
        width: 100%;
        padding: 10px;
    }
    .cost-list01 dl dt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 3px;
    }
    .cost-list01 dl dd {
        width: 100%;
        padding: 5px 10px 15px;
    }
    .cost-list01 dl dd h3 {
        font-size: 16px;
        margin: 0 auto 8px;
    }
    .cost-list01 dl dd p {
        font-size: 14px;
        margin: 0 auto 8px;
        line-height: 1.6;
    }
    .cost-list01 dl dd span {
        font-size: 24px;
    }
    .cost-list02 dl dd span {
        font-size: 20px;
    }
    .cost-list02 dl {
        width: 100%;
        margin: 0 auto 15px;
    }
    .cost-list02 dl dt {
        width: 35%;
        padding: 5px 0 4px 10px;
        line-height: 1;
    }
    .cost-list02 dl dd {
        width: 65%;
        padding: 10px 10px 10px 15px;
    }
    .cost-list02 dl dd h3 {
        font-size: 16px;
        margin: 0 auto 5px;
    }
    .cost-list02 dl dd p {
        font-size: 14px;
        margin: 0 auto 8px;
        line-height: 1.5;
    }
    .cost-list-hader h3 {
        font-size: 24px;
    }
    .cost-list-hader h3::before {
        top: 55px;
        width: 70px;
        height: 2px;
    }
    .cost-list-hader h3 {
        font-size: 24px;
        margin: 0 auto 50px;
        font-weight: 600;
    }
    .cost-list03 {
        margin: 40px auto 0;
    }
    .cost-list-txt p {
        font-size: 14px;
        line-height: 1.7;
    }
    .cost-list-txt {
        position: relative;
        margin: 0 auto 20px;
    }
    .cost-list-hader {
        margin: 20px auto 0px;
    }
    .paint-plan-inner {
        width: 100%;
        margin: 0 0% 20px;
    }
    .paint-plan-inner h3 {
        font-size: 18px;
    }
    .paint-plan-inner img {
        margin: 5% auto 15px;
    }
    .paint-feature,.paint-year {
        width: 90%;
        margin: 0 auto 15px;
    }
    .paint-feature ul li {
        font-size: 15px;
        line-height: 1.2;
    }
    .paint-year p {
        font-size: 15px;
    }
    .paint-price {
        margin: 0px 0 25px;
    }
    .cost-list03, .cost-list04 {
        margin: 50px auto 0;
    }
    .cost-list02 p, .cost-list03 p.caution, .cost-list04 p.caution {
        margin: 5px 0 0;
    }
}
/*---相見積もり歓迎(下層）---*/
.estimate{
    position: relative;
    padding: 6.5vw 0 6.5vw;
    background-image: url(images/bg/greeting-bg.webp);
    background-repeat: repeat;
}
.estimate-container{
    width: 75%;
    background: #fafafa;
    border-radius: 20px;
    margin: 0 auto;
    padding: 3% 5%;
}
.estimate-container h2{
    display: block;
    font-family: "Zen Old Mincho", serif;
    color: #ee7602;
    display: block;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 auto 30px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 2px solid #ee7602;
}
.estimate-container p.last{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    margin: 30px auto 0;
}
.estimate-container p.fukidashi{
    font-size: 18px;
    font-weight: 500;
    padding: 18px 0;
    margin: 0;
    color: #fff;
    text-align: center;
}
.estimate-container p.fukidashi span {
    padding: 10px 30px 12px;
    background: #48919f;
    line-height: 1;
    border-radius: 100px;
}
@media screen and (max-width:1024px) {
    .estimate {
        padding: 11vw 0 11vw;
    }
    .estimate-container {
        padding: 5% 5%;
        width: 90%;
    }
    .estimate-container h2 {
        font-size: 22px;
    }
    .estimate-container p.fukidashi {
        font-size: 16px;
    }
    .estimate-container p.last {
        font-size: 14px;
        margin: 20px auto 0;
    }
}
@media screen and (max-width:767px) {
    .estimate {
        padding: 60px 0 60px;
    }
    .estimate-container {
        width: 90%;
        padding: 25px 15px;
    }
    .estimate-container h2 {
        font-size: 20px;
    }
    .estimate-container p.fukidashi{
            font-size: 15px;
            font-weight: 500;
            padding: 10px 25px;
            line-height: 1.5;
            margin: 10px auto;
            display: block;
            border-radius: 100px;
            background: #48919f;
    }
    .estimate-container p.fukidashi span {
            padding: 0;
            display: block;
            background: none;
            line-height: 1.5;
            border-radius: 0;
    }
    .estimate-container p.last {
        font-size: 15px;
        text-align: left;
        margin: 20px auto 0;
    }
}
/*---無料見積もりフォーム(下層）---*/
.contact{
    position: relative;
    padding: 11vw 0 7vw;
    background-image: url(images/bg/greeting-bg.webp);
    background-repeat: repeat;
    z-index: 1;
}
.contact-header{
    position: relative;
    padding: 0 5%;
    text-align: center;
}
.contact-header h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 32px;
    color: #333;
    margin: 0 auto 1.0em;
}
.contact-header h3 span{
    color: #ee7602;
}
.contact-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.contact-txt p.caution{
    font-size: 14px;
    line-height: 1.8;
}
.contact-tel-wrap {
    position: relative;
    border-top: 2px solid #ee7602;
    border-bottom: 2px solid #ee7602;
    padding: 1.5em;
    max-width: 500px;
    margin: 2.5em auto;
}
.contact-tel-wrap a{
    font-family: "Zen Old Mincho", serif;
    font-size: 46px;
    color: #ee7602;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}
.contact-tel-wrap a span{
    font-size: 28px;
    letter-spacing: 1px;
}
.contact-tel-wrap p {
    margin: 5px auto 0;
}
.contact-form-wrap {
    margin: 3vw auto 0;
    width: 90%;
    max-width: 980px;
    background: rgb(255 255 255 / 90%);
}
.contact-form-inner{
    position: relative;
    padding: 5%;
}
.contact-form-inner h3{
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    color: #ee7602;
    text-align: center;
    border-top: 2px solid #ee7602;
    border-bottom: 2px solid #ee7602;
    line-height: 1;
    letter-spacing: 1px;
    padding: 12px 0 15px;
    margin: 0 auto 30px;
}
dl.form-txt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
dl.form-txt dt{
    width: 22%;
    display: flex;
    font-size: 16px;
    align-items: center;
    font-weight: 500;
}
dl.form-txt dt span{
    display: inline-block;
    font-size: 12px;
    background: #e20000;
    padding: 4px 5px 5px;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    margin: 2px 0 0 1em;
}
dl.form-txt dd{
    width: 73%;
}
dl.form-txt dd input {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 12px 10px 13px;
    border-radius: 5px;
    font-size: 15px;
}
dl.form-txt dd textarea{
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px 10px 13px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.6;
}
.submit-wrap {
    display: flex;
    position: relative;
    text-align: center;
    margin: 40px auto 0;
    flex-wrap: wrap;
}
.submit-wrap label{
    width: 100%;
    font-size: 16px;
    margin: 0 auto 20px;
}
.submit-wrap label a{
    color: #ee7602;
    font-weight: 500;
    text-decoration: underline;
}
.submit-wrap label a:hover{
    opacity: 0.7;
}
.contact-form-inner input[type="submit"] {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    background: #ee7602;
    color: #fff;
    padding: 20px 70px 22px;
    border-radius: 10px;
    transition: 0.2s;
    border: #ee7602 2px solid;
    height: auto;
    margin: 0 auto;
}
.contact-form-inner input[type="submit"]:hover{
    background: #fff;
    color: #ee7602;
}
#submitBtn[disabled]{
    opacity: .5;
    cursor: not-allowed;
}
dl.form-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
dl.form-block dt{
    width: 22%;
    display: flex;
    font-size: 16px;
    align-items: center;
    font-weight: 500;
}
dl.form-block dt span{
    display: inline-block;
    font-size: 12px;
    background: #e20000;
    padding: 4px 5px 5px;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    margin: 2px 0 0 1em;
}
dl.form-block dd{
    width: 73%;
}
/* 2列 or 3列に並べたい場合は自由に調整可能 */
.radio-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.radio-item {
  display: block;
  width: calc(33.333% - 8px); /* 3列仕様 */
  cursor: pointer;
}
.radio-item.radio-even {
  display: block;
  width: calc(50% - 8px); /* 2列仕様 */
  cursor: pointer;
}
.radio-item input[type="radio"] {
  display: none;
}
.radio-body {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 5px 8px 10px;
    text-align: center;
    background: #fff;
    transition: 0.2s;
    height: 70px;
}
.radio-body img {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 15px;
}
.radio-body span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #222;
}
/* チェックされた場合の見た目 */
.radio-item input[type="radio"]:checked + .radio-body {
  background: #ee7602;
  border-color: #ee7602;
  border: #ee7602 solid 1px;
  color: #fff;
}
.radio-item input[type="radio"]:checked + .radio-body span {
    color: #fff;
}
.top-contact{
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
}
@media screen and (max-width:1024px) {
    .contact {
        position: relative;
        padding: 20vw 0 12vw;
    }
    .contact-header h3 {
        font-size: 24px;
    }
    .contact-txt p {
        font-size: 14px;
    }
    .contact-tel-wrap a {
        font-size: 36px;
    }
    .contact-txt p.caution {
        font-size: 12px;
        line-height: 1.8;
    }
    dl.form-block {
        justify-content: space-between;
    }
    dl.form-block dt {
        width: 27%;
        font-size: 15px;
    }
    dl.form-block dd {
        width: 70%;
    }
    dl.form-block dt span {
        font-size: 11px;
    }
    .radio-body span {
        display: block;
        font-size: 13px;
    }
    .radio-item {
        display: block;
        width: calc(50% - 8px);
        cursor: pointer;
    }
    dl.form-txt dt {
        width: 27%;
        font-size: 15px;
    }
    dl.form-txt dt span {
        font-size: 11px;
    }
    dl.form-txt {
        justify-content: space-between;
    }
    dl.form-txt dd {
        width: 70%;
    }
    dl.form-txt dd input,dl.form-txt dd textarea {
        font-size: 14px;
    }
    .submit-wrap label {
        font-size: 14px;
    }
    .submit-wrap {
        margin: 30px auto 0;
    }
    .contact-form-inner input[type="submit"] {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .contact {
        padding: 120px 0 75px;
    }
    .contact-header h3 {
        font-size: 22px;
        font-weight: 600;
        margin: 0 auto 40px;
    }
    .contact-txt p {
        font-size: 16px;
        text-align: left;
    }
    .contact-tel-wrap a span {
        font-size: 18px;
    }
    .contact-tel-wrap a {
        font-size: 32px;
    }
    .contact-tel-wrap {
        padding: 10px;
        max-width: 100%;
        margin: 2.0em auto;
    }
    .contact-txt .contact-tel-wrap p {
        margin: 5px auto 0;
        font-size: 13px;
        text-align: center;
        font-weight: 600;
    }
    .contact-txt p.caution {
        font-size: 13px;
        line-height: 1.7;
    }
    .contact-form-wrap {
        margin: 2.5em auto 0;
        width: 90%;
        max-width: 100%;
    }
    .contact-form-inner h3 {
        font-size: 20px;
        padding: 12px 0 13px;
        margin: 10px auto 5px;
    }
    .contact-form-inner {
        position: relative;
        padding: 25px 15px 40px;
    }
    dl.form-block {
        padding: 25px 0;
    }
    dl.form-block dt {
        width: 100%;
        font-size: 15px;
        margin: 0 auto 15px;
    }
    dl.form-block dd {
        width: 100%;
    }
    .radio-boxes {
        gap: 10px;
    }
    .radio-body {
        border-radius: 4px;
        padding: 8px 5px 8px 6px;
        height: 60px;
    }
    .radio-body img {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .radio-body span {
        display: block;
        font-size: 13px;
        line-height: 1.4;
    }
    .radio-item {
        width: calc(50% - 5px);
    }
    dl.form-block dt span {
        font-size: 12px;
    }
    dl.form-txt dt span {
        font-size: 12px;
    }

    dl.form-txt {
        padding: 25px 0;
    }
    dl.form-txt dt {
        width: 100%;
        font-size: 15px;
        margin: 0 auto 15px;
    }
    dl.form-txt dd {
        width: 100%;
    }
    dl.form-txt dd input, dl.form-txt dd textarea {
        font-size: 14px;
    }
}
/*---一覧ページ---*/
.sub-columns {
    padding: 11vw 0 7vw;
}
.sub-works {
    padding: 11vw 0 2vw;
    background-image: url(images/bg/fv-bg.webp);
    background-repeat: repeat;
}
.single-works {
    padding: 11vw 0 7vw;
}
.sub-works-container {
    position: relative;
    width: 85%;
    margin: 75px auto 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sub-works-container a {
    position: relative;
    width: 32%;
    margin: 1% 0.5% 2%;
    transition: 0.3s;
}
.sub-works-container a:hover {
    opacity: 0.8;
}
.columns-blog-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}
.columns-blog-container .left{
    width: 65%;
    background: #fafafae6;
    padding: 4% 5%;
    border-radius: 10px;
}
.columns-fv {
    display: block;
    margin: 20px auto 30px;
    text-align: center;
}
.columns-intro{
    display: block;
    background: #f1f1f1;
    padding: 25px 25px 25px;
    border-radius: 10px;
    margin: 0 auto 50px;
}
.columns-wrap h2 {
    font-size: 20px;
    margin: 50px auto 20px;
    padding: 0 0 15px;
    color: #333;
    border-bottom: 2px solid #ee7602;
}
.columns-wrap h3 {
    font-size: 18px;
    color: #333;
    margin: 0 auto 15px;
    padding: 5px 7px 7px 10px;
    border-left: 7px solid #ee7602;
}
.columns-wrap p{
    font-size: 15px;
    font-family: "游ゴシック体", YuGothic, "YuGothic M", 'Meiryo UI', Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif !important;
    font-weight: 500;
    color: #000;
    line-height: 1.9;
    display: block;
    margin: 0 auto 1.5em;
}
.columns-wrap img {
    display: block;
    margin: 0 auto 20px;
    height: auto;
}
.columns-wrap h2.columns-header {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto 10px;
    padding: 0 0 15px;
    border-bottom: 3px solid #ee7602;
}
.columns-wrap p.columns-date {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.columns-intro p{
    font-size: 16px;
    margin: 0 auto;
    color: #222;
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "YuGothic M", 'Meiryo UI', Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif !important;
}
.columns-blog-container .right{
    position: sticky;
    top:0;
    width: 30%;
    background: #fafafa;
    padding: 4% 2.5% 2%;
    border-radius: 10px;
}
.columns-nav h2{
    font-size: 22px;
    color: #333;
    line-height: 1.4;
    margin: 0 auto 10px;
    padding: 0 0 15px;
    border-bottom: 3px solid #ee7602;
    text-align: center;
}
.columns-nav-list {
    display: flex;
    align-items: center;
    margin: 25px auto;
    justify-content: space-between;
}
.columns-nav-list .left{
    width: 30%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.columns-nav-list .right {
    width: 65%;
    padding: 0;
}
.columns-nav-list .right p{
    font-size: 14px;
    font-weight: 600;
    color: #126076;
    letter-spacing: 1px;
    margin: 0 auto 3px;
}
.columns-nav-list .right h3{
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.columns-nav-list .left img {
    height: auto;
}
a:hover .columns-nav-list .left img{
    opacity: 0.8;
    transition: 0.3s;
}
a:hover .columns-nav-list .right h3{
    color: #ee7602;
    transition: 0.3s;
}
.single-works-wrap h2.single-works-header {
    font-size: 28px;
    line-height: 1.4;
    color: #333;
    margin: 0 auto 10px;
    padding: 0 0 15px;
    border-bottom: 3px solid #ee7602;
    text-align: center;
}
.single-works-wrap p.single-works-date {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.before-wrap {
    display: block;
    margin: 30px auto 50px;
}
.before-wrap h3,.after-wrap h3{
    background: #ee7602;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 15px;
    margin: 0 auto 20px;
}
.before-wrap img,.after-wrap img{
    display: block;
    margin: 0 auto ;
    max-width: 680px;
    height: auto;
}
.single-works-info {
    display: block;
    margin: 50px auto;
}
.works-info-wrap{
    background: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 3% 4%;
    border: 1px #ccc solid;
}
.works-info-wrap h3{
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 15px;
}
.works-info-wrap dl{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.works-info-wrap dt{
    width: 40%;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #ee7602;
}
.works-info-wrap dd{
    width: 60%;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 10px 10px;
    border-bottom: 1px dotted #acacac;
}
.single-works-contents h3{
    font-size: 20px;
    margin: 0px auto 20px;
    padding: 0 0 15px;
    color: #333;
    font-family: "Zen Old Mincho", serif;
    border-bottom: 2px solid #ee7602;
}
.single-works-contents p{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin: 1em auto;
    line-height: 1.8;
}
.s-works-nav h2{
    font-size: 22px;
    color: #333;
    line-height: 1.4;
    margin: 0 auto 10px;
    padding: 0 0 15px;
    border-bottom: 3px solid #ee7602;
    text-align: center;
}
.s-works-nav-list {
    display: flex;
    align-items: center;
    margin: 25px auto;
    justify-content: space-between;
}
.s-works-nav-list .left{
    width: 35%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-works-nav-list .right {
    width: 60%;
    padding: 0;
}
.s-works-nav-list .right p{
    font-size: 14px;
    font-weight: 600;
    color: #126076;
    letter-spacing: 1px;
    margin: 0 auto 3px;
}
.s-works-nav-list .right p.user{
    font-size: 15px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1px;
    margin: 0 auto;
}
.s-works-nav-list .right dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.s-works-nav-list .right dl dt{
    width: 30%;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 3px 0;
    border-bottom: 1px solid #ee7602;
}
.s-works-nav-list .right dl dd{
    width: 65%;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    padding: 3px 5px;
    border-bottom: 1px dotted #acacac;
}
.s-works-nav-list .left img {
    height: auto;
}
a:hover .s-works-nav-list .left img{
    opacity: 0.8;
    transition: 0.3s;
}
a:hover .s-works-nav-list .right p.user{
    color: #ee7602;
    transition: 0.3s;
}
.s-works-cate {
    display: block;
    margin: 0 auto 50px;
}
.s-works-cate a{
    width: 90%;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #ee7602;
    border: 2px solid #ee7602;
    padding: 20px 10px 22px;
    margin: 15px auto 15px;
    border-radius: 10px;
    transition: all 0.3s;
}
.s-works-cate a:hover{
    color: #ee7602;
    background: #fff;
    opacity: 1;
}




@media screen and (max-width:1024px) {
    .sub-columns {
        padding: 20vw 0 9vw;
    }
    .sub-works {
        padding: 20vw 0 9vw;
    }
    .single-works {
        padding: 20vw 0 9vw;
    }
    .sub-works-container {
        position: relative;
        width: 90%;
        margin: 75px auto 50px;
    }
    .sub-works-container a {
        width: 49%;
        margin: 1% 0.5% 5%;
    }
    .columns-blog-container {
        width: 90%;
    }
    .columns-blog-container .left {
        width: 100%;
        padding: 7% 7% 5%;
        margin: 0 auto 50px;
    }
    .columns-wrap p {
        font-size: 14px;
    }
    .columns-intro p {
        font-size: 15px;
    }
    .columns-blog-container .right {
        width: 100%;
        padding: 7% 7% 4%;
        margin: 0 auto 50px;
    }
    .columns-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .columns-nav h2 {
        width: 100%;
        font-size: 22px;
    }
    .columns-nav a{
        width: 47%;
    }
    .columns-nav-list {
        margin: 20px auto;
    }
    .columns-nav-list .left {
        width: 30%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .columns-nav-list .right {
        width: 65%;
        padding: 0;
        margin: 0;
    }
    .columns-nav-list .right p {
        font-size: 12px;
    }
    .columns-nav-list .right h3 {
        font-size: 13px;
    }
    .works-info-wrap h3 {
        font-size: 18px;
    }
    .works-info-wrap dt {
        width: 40%;
        font-size: 14px;
    }
    .works-info-wrap dd {
        width: 60%;
        font-size: 14px;
    }
    .single-works-contents h3 {
        font-size: 18px;
    }
    .single-works-contents p {
        font-size: 14px;
    }
    .s-works-nav{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .s-works-nav h2 {
        width: 100%;
    }
    .s-works-nav a{
        width:47%;
    }
    .s-works-nav-list {
        display: flex;
        align-items: center;
        margin: 15px auto;
        justify-content: space-between;
    }
    .s-works-nav-list .left {
        margin: 0;
        padding: 0;
        width: 30%;
    }
    .s-works-nav-list .right{
        width: 60%;
        padding: 0 0 0;
        margin: 0 auto 0px;
    }
    .s-works-nav-list .right p {
        font-size: 12px;
    }
    .s-works-nav-list .right p.user {
        font-size: 14px;
    }
    .s-works-nav-list .right dl dt {
        width: 35%;
        font-size: 13px;
    }
    .s-works-nav-list .right dl dd {
        width: 60%;
        font-size: 13px;
    }
    .s-works-cate {
        width: 100%;
        margin: 0 0 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .s-works-cate a {
        width: 31%;
        margin: 15px 1.5% 0;
        padding: 20px 5px 22px;
        font-size: 15px;
    }
}
@media screen and (max-width:767px) {
    .sub-columns {
        padding: 120px 0 50px;
    }
    .sub-works {
        padding: 120px 0 50px;
    }
    .sub-works-container {
        position: relative;
        width: 100%;
        margin: 75px auto 25px;
    }
    .sub-works-container a {
        width: 95%;
        margin: 0 auto 25px;
    }
    .columns-blog-container .left {
        width: 100%;
        padding: 25px 15px 15px;
        margin: 0 auto 50px;
    }
    .columns-wrap h2.columns-header {
        font-size: 20px;
        margin: 0 auto 15px;
        padding: 0 0 20px;
    }
    .columns-wrap p.columns-date {
        font-size: 14px;
    }
    .columns-fv {
        margin: 20px auto 35px;
    }
    .columns-intro {
        padding: 20px 13px 5px;
    }
    .columns-wrap h2 {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 0 20px;
    }
    .columns-wrap h3 {
        font-size: 17px;
        margin: 30px auto 15px;
    }
    .columns-wrap p {
        font-size: 15px;
        margin: 0 auto 20px;
    }
    .columns-blog-container .right {
        width: 100%;
        padding: 30px 15px 25px;
        margin: 0 auto 30px;
    }
    .columns-nav h2 {
        width: 100%;
        font-size: 20px;
        margin: 0 auto 15px;
        padding: 0 0 20px;
    }
    .columns-nav a {
        width: 100%;
    }
    .columns-nav-list .left {
        width: 30%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .columns-nav-list .right {
        width: 65%;
        padding: 0;
        margin: 0;
    }
    .columns-nav-list .right h3 {
        font-size: 14px;
    }
    .columns-nav-list {
        margin: 15px auto;
    }
    .single-works-wrap h2.single-works-header {
        font-size: 20px;
        margin: 0 auto 15px;
        padding: 0 0 20px;
    }
    .before-wrap h3, .after-wrap h3 {
        background: #ee7602;
        color: #fff;
        font-size: 22px;
        line-height: 1;
        padding: 12px 15px 17px;
        margin: 0 auto 20px;
    }
    .before-wrap img, .after-wrap img {
        display: block;
        margin: 0 auto;
        height: auto;
        max-width: 100%;
    }
    .before-wrap {
        display: block;
        margin: 30px auto 30px;
    }
    .single-works-info {
        display: block;
        margin: 30px auto;
    }
    .works-info-wrap dl {
        width: 100%;
    }
    .works-info-wrap dt {
        width: 35%;
        font-size: 14px;
    }
    .works-info-wrap dd {
        width: 65%;
        font-size: 14px;
    }
    .single-works-contents p {
        font-size: 15px;
    }
    .s-works-nav h2 {
        width: 100%;
        font-size: 20px;
        margin: 0 auto 15px;
        padding: 0 0 20px;
    }
    .s-works-nav a {
        width: 100%;
    }
    .s-works-nav-list .left {
        margin: 0;
        padding: 0;
        width: 35%;
    }
    .s-works-nav-list .right {
        width: 60%;
        padding: 0 0 0;
        margin: 0;
    }
    .works-info-wrap {
        padding: 20px 10px;
    }
    .s-works-cate {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 40px;
    }
    .s-works-cate a {
        width: 100%;
        padding: 20px 5px 22px;
        font-size: 16px;
    }
}










