/*
Theme Name: Kenou
Theme URI: https://subsc-create.jp/kenou/
Author: irodori
Author URI: https://subsc-create.jp/kenou/
Version: 1.0.0
*/
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #272729;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* ==========================================================================
            header
            ========================================================================== */
.site-header {
    background-color: #0411A8;
}

.site-title {
    display: flex;
    align-items: center;
}

.site-title a {
    display: block;
}

.site-title a img {
    max-width: 164px;
    display: block;
}

.site-description {
    font-size: 1rem;
    color: #fff;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
}

/* ==========================================================================
            navigation
            ========================================================================== */
.main-navigation {}

.main-navigation ul {
    list-style: none;
    display: flex;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 1em;
    width: 1px;
    background: hsl(0deg 0% 100% / 50%);
}

.main-navigation ul li a {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 2.0;
}

.main-navigation ul li.contact-button a {
    padding: 20px 32px;
    background: #ACE7FF;
    color: #12289B;
}

.main-navigation a {
    color: #fff;
}



@media screen and (max-width: 960px) {
    .site-header .container {
        padding-right: 0;
    }

    .main-navigation ul li a {
        font-size: 13px;
        padding: 0 7px;
    }

    .main-navigation ul li.contact-button a {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 680px) {
    .site-header .container {
        padding: 10px;
    }
}

/* ==========================================================================
            main
            ========================================================================== */
.site-main {
    line-height: 2.0;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.entry-content p {
    margin-bottom: 1em;
}

.site-footer {
    background-color: #fff;
    color: #fff;
    padding: 24px 0;
    text-align: center;
}

.site-footer .site-info p {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.site-footer a {
    color: #fff;
    text-align: center;
    display: block;
}



/* ==========================================================================
            hamburger menu
            ========================================================================== */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1001;
}

.hamburger-line {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
    transition: 0.3s;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hamburger-line:first-child {
    top: 30%;
}

.hamburger-line:last-child {
    top: 70%;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
}

.mobile-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(4, 17, 168, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 80px 20px 20px;
    box-sizing: border-box;
}

.mobile-navigation.show {
    display: block;
}

.mobile-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-navigation ul li {
    margin-bottom: 20px;
}

.mobile-navigation ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease;
}

.mobile-navigation ul li a:hover {
    color: #ACE7FF;
}

.mobile-navigation ul li.contact-button a {
    background: #ACE7FF;
    color: #12289B;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    border: none;
}

@media screen and (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }

    .desktop-nav {
        display: none;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 10px;
    }

    .entry-title {
        font-size: 1.5rem;
    }

    .header-wrapper {
        align-items: center;
    }
}

/* ==========================================================================
            common
            ========================================================================== */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 46px;
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    word-break: auto-phrase;
    line-height: 1.7;
}

.mincho {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

.blue {
    color: #464EBB;
}

.navy {
    color: #5704A8;
}

.underline {
    text-decoration: underline #54A9FF;
    text-underline-offset: 10px;
}

.font-large {
    font-size: 1.39em;
}

.sp{
    display: none;
}

@media screen and (max-width: 960px) {
    h2 {
        font-size: 38px;
    }

}

@media screen and (max-width: 680px) {
    h2 {
        font-size: 28px;
    }

    .font-large {
        font-size: 1.2em;
    }

    .sp{
        display: block;
    }

}

/* ==========================================================================
            section
            ========================================================================== */
.intro {
    padding: 135px 0 100px;
    overflow: hidden;
}

.box-center {
    background: url(img/bg-box-c.svg) no-repeat center right / cover;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 64px 0;
    font-size: 24px;
    position: relative;
}

.box-left {
    background: url(img/bg-box-l.svg) no-repeat center right / cover;
    max-width: 731px;
    margin: 0;
    padding: 64px 80px 64px 200px;
    font-size: 24px;
    position: relative;
    text-align: left;
}

.box-right {
    background: url(img/bg-box-r.svg) no-repeat center right / cover;
    max-width: 761px;
    margin: 0 0 0 auto;
    padding: 64px 80px 64px 80px;
    font-size: 24px;
    position: relative;
}

p[class^="box-"]::before {
    content: '';
    width: 85%;
    height: 100%;
    background: url(img/bg-box-navy.svg) no-repeat center center / cover;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    bottom: -32px;
}

.box-center::before {
    right: -32px;
}

.box-left::before {
    left: 0;
}

@media screen and (max-width: 960px) {
    .box-left {
        padding: 40px 70px 40px 180px;
    }

    .box-right {
        padding: 40px 70px 40px 80px;
    }
}

@media screen and (max-width: 680px) {
    .intro {
        padding: 50px 0 70px;
    }

    .box-center {
        padding: 30px 0;
        font-size: 16px;
        word-break: auto-phrase;
    }

    .box-left {
        padding: 20px;
        font-size: 16px;
    }

    .box-right {
        padding: 20px 5px 20px 20px;
        font-size: 16px;
    }

    .box-right:before {
        right: 0;
    }
}

.service01 {
    background: url(img/bg-s01.png) no-repeat center bottom / cover;
}

.service01 .container {
    text-align: center;
}


.service01 h2#s01-title-01 {
    display: inline-block;
    text-align: center;
    margin-bottom: 100px;
}

.service01 h2#s01-title-01:before {
    content: '';
    background: url(img/bg-s01-title.svg) no-repeat center center / contain;
    width: 10vw;
    height: 10vw;
    max-width: 160px;
    max-height: 160px;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

.service01 img {
    max-width: 472px;
    display: block;
    margin: 0 auto 66px;
    width: 100%;
}

.service02 {
    margin-top: 120px;
}

.service02 h2 {
    max-width: 828px;
    margin: 0 auto 72px;
    position: relative;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}

.service02 h2:before {
    content: '';
    background: url(img/bg-s01-title.svg) no-repeat center center / contain;
    width: 10vw;
    height: 10vw;
    max-width: 160px;
    max-height: 160px;
    position: absolute;
    top: 20%;
    left: -80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

.service03 {
    background: url(img/bg-s03.png) no-repeat top center / cover;
    margin: 100px 0 94px;
    position: relative;
    padding: 284px 0 100px;
    z-index: -1;
}

.service03 .container {
    box-sizing: border-box;
}

.service03:after {
    content: '';
    bottom: -160px;
    width: 100%;
    height: 160px;
    background: url(img/bg-03-bottom.png) no-repeat center bottom / cover;
    z-index: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.service03_wrapper {
    max-width: 980px;
    background: #fff;
    margin: 0 auto;
    padding: 0 60px 40px;
    border-radius: 4px;
}

.s03-img {
    position: absolute;
    top: -70%;
    left: 0;
}

.service03_wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    background: #0411A8;
    transform: skewX(150deg);
    text-align: center;
    position: relative;
    top: -22px;
    padding: 24px;
    margin-bottom: 44px;
}

.service03_wrapper h2 span {
    display: block;
    transform: skewX(-150deg);
}

.service03_content {
    background: #E4E3E3;
    border-radius: 10px;
    text-align: center;
    padding: 32px 40px;
    max-width: 600px;
    margin: 0 auto 24px;
    margin-bottom: 24px;
}

.service03_content h3 {
    background: #A19A9A;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 1.0;
    display: inline-block;
    margin-bottom: 15px;
}

.service03_wrapper .service03_content p {
    margin-bottom: 0;
}

.service03_content p span:nth-child(2) {
    margin: 0 20px;
}

.service03_wrapper p {
    font-size: 24px;
    margin-bottom: 24px;
}

.service03_wrapper p .font-large {
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width: 960px) {
    .service03 {
        margin: 200px 0 94px;
    }


    .s03-img {
        top: -45%;
    }

    .s03-img img {
        max-width: 80%;
    }

    .service03_wrapper h2 {
        font-size: 38px;
        padding: 20px;
    }


}

@media screen and (max-width: 680px) {
    .service03 {
        margin: 100px 0 6px;
        background-position-x: 72%;
    }


    .s03-img {
        top: -35%;
        padding-left: 20px;
    }

    .s03-img img {
        max-width: 70%;
    }

    .service03_wrapper {
        padding: 0 20px 20px;
        border-radius: 4px;
    }


    .service03_wrapper h2 {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .service03_content {
        padding: 20px;

    }

    .service03_content h3 {
        font-size: 18px;
        padding: 10px 24px;
        line-height: 1.7;
        word-break: auto-phrase;
    }

    .service03_wrapper .service03_content p {
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service03_content p span:nth-child(2) {
        margin: 0 10px;
    }

    .service03_wrapper p {
        font-size: 16px;
    }

    .service03_wrapper p .font-large {
        font-size: 18px;
    }

}

.service04 {
    background: url(img/bg-s04.png) no-repeat left top / contain;
    padding: 130px 0 30px;
    z-index: -2;
    position: relative;
}

.service04 .container {
    max-width: 874px;
}

.service04 .container h2#s04-title-02 {
    text-align: right;
    margin: 20px 0 50px;
    padding-right: 60px;
    position: relative;
}

.service04 .container h2#s04-title-02:before {
    content: '';
    background: url(img/bg-s01-title.svg) no-repeat center center / contain;
    width: 10vw;
    height: 10vw;
    max-width: 160px;
    max-height: 160px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

.service04 p {
    background: rgb(228 227 227 / 60%);
    padding: 32px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
}

.service06 {
    padding-bottom: 150px;
}

.service06 .container {
    text-align: center;
}

.service06 h2 {
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 56px;
    padding: 0 70px;
}

.service06 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(45deg, #0411A8);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.service06 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0411A8);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.service06 .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 37%;
    max-width: 880px;
    margin: 0 auto;
}

.service06 .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1280px) {
     .service05 .container {
        padding: 0;
    }  
}

@media screen and (max-width: 960px) {
    .service06 .iframe-wrap {
        padding-top: 50%;

    }
}

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

    .service06 {
        padding: 20px 0 50px;
    }

}


.service07 {
    position: relative;
    padding: 50px 0;
}

.service07:before {
    position: absolute;
    background: url(img/s07.png) no-repeat left center / cover;
    z-index: -1;
    width: 80%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

.s07_wrapper {
    max-width: 630px;
    margin-top: 50px;
    margin-left: auto;
    text-align: right;
}

.service07 h2 {
    background: #fff;
    text-align: right;
    padding: 12px 16px;
    color: #0411A8;
    display: inline-block;
    line-height: 1.5;
}

.service07 h2+h2 {
    margin-top: 10px;
}

.service07 p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding: 30px;
    background: #0411A8;
    margin-top: 30px;
    max-width: 420px;
    margin-left: auto;
}


@media screen and (max-width: 680px) {
    .service07:before {
        width: calc(100% - 50px);
    }

    .service07 h2 {
        text-align: right;
        font-size: 20px;
    }

    .service07 p {
        font-size: 16px;
        color: #fff;
        text-align: left;
        padding: 30px;
        background: #0411A8;
        margin-top: 30px;
        max-width: 420px;
        margin-left: auto;
    }

}

.service08 {
    background: url(img/bg-s08.png) no-repeat center center / cover;
    padding: 96px 0 80px;
}

.service08_wrapper {
    background: #fff;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px;
}

.service08_wrapper h3 {
    font-weight: 600;
    color: #1228BF;
    text-align: center;
    font-size: 40px;
    text-decoration: underline;
    text-underline-offset: -4px;
    text-decoration-color: #A4FFFA;
    text-decoration-thickness: 16px;
    line-height: 2.0;
    margin-bottom: 24px;
}

.div_2col {
    display: flex;
}

.div_2col>div {
    width: 50%;
}

.div_2col_text p {
    font-size: 20px;
    line-height: 2.0;
}

.div_2col_img {
    padding-left: 32px;
}

@media screen and (max-width: 960px) {
    .service08_wrapper {
        padding: 40px;
    }

    .service08_wrapper h3 {
        font-size: 32px;
    }


}

@media screen and (max-width: 680px) {
    .service08_wrapper {
        padding: 20px 10px;
    }

    .service08_wrapper h3 {
        font-size: 24px;
        word-break: auto-phrase;
    }

    .service08_wrapper .div_2col {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .service08_wrapper .div_2col>div {
        width: 100%;
    }

    .div_2col_img {
        padding: 0;
    }

    .div_2col_text p {
        font-size: 16px;
    }
}

.service09 {
    padding: 80px 0;
    text-align: center;
}

.service09 h2 {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.7;
    padding: 0 70px;
}

.service09 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(45deg, #0411A8);
    position: absolute;
    bottom: 0.5em;
    left: 0;
    z-index: 1;
}

.service09 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0411A8);
    position: absolute;
    bottom: 0.5em;
    right: 0;
    z-index: 1;
}

.service09 h2 span {
    font-size: 38px;
}

.slick-slider {
    margin: 50px 0 0;
    position: relative;
}

.slick-item {
    position: relative;
    padding-top: 388px;
    margin: 20px 16px;
    max-width: 296px;
}

.slick-item.slick-center {
     padding-top: 428px;
     margin: 0 16px
}

.slick-item iframe {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* transform: scale(.9); */
    transition: opacity .5s, transform .5s;
}

.slick-center iframe {
    /* transform: scale(1); */
}

.slider-prev {
    position: absolute;
    left: 16%;
    z-index: 1;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slider-next {
    position: absolute;
    right: 16%;
    z-index: 1;
    border: none;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
    .slider-prev {
        left: 23%;
    }

    .slider-next {
        right: 23%;
    }
}


@media screen and (max-width: 680px) {
    .service09 h2 span {
        font-size: 28px;
    }

    .service09 h2:before,
    .service09 h2:after {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .slick-item {
        max-width: inherit;
    }

    .slider-prev,
    .slider-next {
        width: 50px;
        height: 50px;
    }

    .slider-prev {
        left: -15px;
    }

    .slider-next {
        right: -15px;
    }
}

.service10 {
    background: url(img/bg-s10.png) no-repeat center center / cover;
    padding: 96px 0 80px;
    text-align: center;
}

.service10 h2 {
    color: #fff;
    text-align: center;
    margin: 0 auto 56px;
    display: inline-block;
    padding: 0 70px;
}

.service10 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(45deg, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.service10 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.service10_wrapper {
    background: #fff;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 60px;
    text-align: left;
}

.service10_wrapper h3 {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 1em;
}

.service10_wrapper p {
    font-size: 20px;
}

.service10_wrapper p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
    .service10_wrapper {
        padding: 20px;
    }

    .service10_wrapper h3 {
        font-size: 20px;
    }

    .service10_wrapper p {
        font-size: 16px;
    }

}


.service11 {
    padding: 80px 0 70px;
    text-align: center;
}

.service11 h2 {
    text-align: center;
    margin: 0 auto 56px;
    display: inline-block;
    padding: 0 70px;
}

.service11 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(45deg, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.service11 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.service11 .div_2col {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    gap: 46px;
}

.service11 .div_2col .s11_img {
    position: relative;
    margin-bottom: 56px;
}

.service11 .div_2col h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 8px;
    background: #F5F5F5;
    line-height: 1.0;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.service11 .div_2col p {
    font-size: 18px;
}

@media screen and (max-width: 680px) {
    .service11 .div_2col {
        flex-direction: column;

    }

    .service11 .div_2col>div {
        width: 100%;
    }

    .service11 .div_2col .s11_img {
        margin-bottom: 30px;
    }

    .service11 .div_2col h3 {
        font-size: 20px;
    }

    .service11 .div_2col p {
        font-size: 16px;
    }

}

.service12 {
    padding: 172px 0 130px;
    background: url(img/bg-s12.png) no-repeat top center / cover;
}

.service12 h2 {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 0;
}

.service12 h2:before {
    content: '';
    background: url(img/bg-s01-title.svg) no-repeat center center / contain;
    width: 10vw;
    height: 10vw;
    max-width: 160px;
    max-height: 160px;
    position: absolute;
    top: 20%;
    left: -35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

.service12 .container {
    max-width: 880px;
}

.service12 .container p {
    font-size: 24px;
}

.service12 .container p .font-large {
    font-size: 30px;
}

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

    .service12 {
        padding: 50px 0 110px;
        background: url(img/bg-s12.png) no-repeat top center / cover;
    }

    .service12 .container p {
        font-size: 16px;
    }

    .service12 .container p .font-large {
        font-size: 20px;
    }


}

.service13 {
    background: url(img/bg-s13.png) no-repeat center center / cover;
    position: relative;
    padding: 332px 0 100px;
}

.service13 .s13_img {
    max-width: 996px;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 95%;
}

.service13 .s13_text {
    max-width: 980px;
    margin: 98px auto 0;
    text-align: center;
    background: #171717;
    padding: 0 30px 60px;
}

.service13 .s13_text h2 {
    background: #fff;
    color: #0411A8;
    font-size: 34px;
    text-align: center;
    display: block;
    padding: 12px 16px;
    margin: 0 auto;
    line-height: 1.5;
    top: -30px;
}

.service13 .s13_text p {
    color: #fff;
    font-size: 40px;
}

@media screen and (max-width: 960px) {
    .service13 .s13_text {
        margin: 0 auto;
        text-align: center;
    }

    .service13 .s13_text p {
        font-size: 32px;
    }
}

@media screen and (max-width: 680px) {
    .service13 {
        padding: 162px 0 100px;
    }

    .service13 .s13_text {
        padding: 0 20px 40px;
    }

    .service13 .s13_text h2 {
        font-size: 20px;
        word-break: auto-phrase;
        padding: 10px;
    }

    .service13 .s13_text p {
        font-size: 20px;
        word-break: auto-phrase;
    }

}

.service14 {
    padding: 95px 0 80px;
    background: url(img/bg-s14.png) no-repeat center center / cover;
    text-align: center;
}

.service14 h2 {
    color: #fff;
    display: inline-block;
    padding: 0 70px;
}

.service14 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(90deg, #0411A8, #0026FF);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.service14 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0026FF, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.service14_wrapper {
    background: #171717;
    max-width: 980px;
    margin: 80px auto 40px;
    position: relative;
    padding: 0 30px 60px;
}

.service14_wrapper h3 {
    background: #fff;
    display: block;
    padding: 12px 16px;
    color: #0411A8;
    line-height: 1.5;
    font-size: 34px;
    top: -30px;
    margin: 0 auto;
    position: relative;
}

.service14_wrapper>p {
    font-size: 28px;
    color: #fff;
    padding-top: 10px;
}

.service14 p.mincho {
    color: #fff;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
}

@media screen and (max-width: 960px) {
    .service14_wrapper h3 {
        font-size: 28px;
        word-break: auto-phrase;
    }

    .service14_wrapper>p {
        font-size: 22px;
    }
}

@media screen and (max-width: 680px) {
    .service14_wrapper {
        padding: 0 20px 40px;
    }

    .service14_wrapper h3 {
        font-size: 20px;
        word-break: auto-phrase;
    }

    .service14_wrapper>p {
        font-size: 16px;
        padding: 0;
    }

    .service14 p.mincho {
        font-size: 20px;
        word-break: auto-phrase;
    }
}



.service15 {
    padding: 96px 0 80px;
    text-align: center;
    background: url(img/bg-s15.png) no-repeat center center / cover;
}

.service15 h2 {
    display: inline-block;
    margin-bottom: 40px;
    padding: 0 70px;
}

.service15 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(90deg, #0411A8, #0026FF);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.service15 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0026FF, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.service15 p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.service15 .price_table {
    text-align: left;
    max-width: 980px;
    margin: 0 auto;
}

.price_table th,
.price_table td {
    padding: 32px;
    border: 1px solid transparent;
    line-height: 1.7
}

.price_table th {
    background: #DBE0EF;
    font-weight: 600;
    width: 36%;
    font-size: 18px;
}

.price_table td {
    background: #fff;
    width: 26%;
    font-size: 16px;

}

.price_table tr>td:nth-child(2n) {
    width: 38%;
}

.price_table tr>td:nth-child(3n) {
    color: #0411A8;
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    .service15 p {
        font-size: 20px;
        word-break: auto-phrase;
    }

    .price_table th,
    .price_table td {
        padding: 20px 18px;

    }

    .price_table th {
        font-size: 16px;
    }

    .price_table td {
        font-size: 14px;

    }


    .price_table tr>td:nth-child(3n) {
        font-size: 14px;
    }

}

@media screen and (max-width: 680px) {
    .service15 p {
        font-size: 16px;
    }

    .price_table table,
    .price_table th,
    .price_table td {
        display: block;
        width: 100%;

    }

    .price_table th,
    .price_table td {
        padding: 10px 20px;
    }

    .price_table tr>td:nth-child(2n) {
        width: 100%;
        padding-bottom: 0;
    }

}

.service16 {
    background: #0411A8;

}

.service16 .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.s16-text {
    width: 77%;
    padding: 64px 64px 64px 0;
}

.s16-text h2 {
    background: #fff;
    padding: 12px 16px;
    display: inline-block;
    line-height: 1.5;
    margin: 0 0 24px;
}

.s16-text p {
    color: #fff;
    font-size: 24px;
    margin: 0 0 1.5em;
}

.s16-img {
    width: 23%;
    max-width: 295px;
}

@media screen and (max-width: 960px) {
    .service16 .container {
        padding-right: 0;
    }

    .s16-text {
        width: 77%;
        padding: 40px 40px 40px 0;
    }

    .s16-text h2 {
        font-size: 30px;
    }

    .s16-text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 680px) {
    .service16 .container {
        align-items: stretch;
    }

    .s16-text {
        width: 70%;
        padding: 40px 10px 20px 0;
    }

    .s16-img {
        width: 30%;
        /* height: 100%; */
        position: relative;
        min-height: 500px;
    }

    .s16-img:before {
        background: url(img/s16.png) repeat-y top center / 100%;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .s16-img img {
        display: none;
    }

    .s16-text h2 {
        font-size: 20px;
        padding: 12px;
    }

    .s16-text p {
        font-size: 16px;
    }
}

.service17 {
    padding: 95px 0 80px;
    text-align: center;
}

.service17 h2 {
    display: inline-block;
    margin-bottom: 64px;
    padding: 0 70px;
}

.service17 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(90deg, #0411A8, #0026FF);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.service17 h2:after {
    content: '';
    width: 40px;
    height: 40px;
    aspect-ratio: cos(40deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(90deg, #0026FF, #0411A8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.service17 .div_2col {
    gap: 40px;
    flex-wrap: nowrap;
}

.service17 .div_2col>div:first-child {
    border-right: 1px solid #26C5FF
}

.service17 .tel .tel_inner {
    max-width: 460px;
    text-align: left;
    margin-left: auto;
    padding-right: 40px;
}

.service17 .tel a {
    color: #272729;
    font-size: 56px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: block;
}

.service17 .tel p {
    text-align: left;
}

.service17 .link a {
    height: 88px;
    display: inline-block;
    max-width: 408px;
    width: 100%;
    padding: 20px 32px;
    font-size: 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service17 .link>div {
    width: 100%;
}

.service17 .link .form_link {
    margin-bottom: 16px;
}

.service17 .link .form_link a {
    background: #0411A8;
    border: 1px solid #0411A8;
    color: #fff;

}

.service17 .link .form_link a:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(img/icon-form.svg) no-repeat center center / contain;
    margin-right: 5px;
}

.service17 .link .line_link a {
    background: #fff;
    color: #272729;
    border: 1px solid #0411A8;
}

.service17 .link .line_link a:before {
    content: '';
    width: 38px;
    height: 38px;
    background: url(img/icon-line.svg) no-repeat center center / contain;
    margin-right: 16px;
}

@media screen and (max-width: 960px) {
    .service17 .div_2col {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .service17 .div_2col>div:first-child {
        border-bottom: 1px solid #26C5FF;
        border-right: none;
        padding-bottom: 40px;
    }

    .service17 .div_2col>div {
        width: 100%;
    }

    .service17 .tel .tel_inner {
        max-width: inherit;
        text-align: center;
        margin-left: auto;
        margin: 0 auto;
        padding-right: 0;
    }

    .service17 .tel p {
        text-align: center;
    }

    .service17 .link a {
        margin: 0 auto;
    }

}

@media screen and (max-width: 680px) {
    .service17 h2 {
        display: block;
        font-size: 24px;
    }

    .service17 .tel a {
        font-size: 48px;
    }

    .service17 .link a {
        font-size: 20px;
        padding: 20px 20px;
    }

    .service17 .link .form_link a:before {
        width: 36px;
        height: 36px;
    }

    .service17 .link .line_link a:before {
        width: 26px;
        height: 26px;

    }
}

.company {
    background: #0411A8;
    color: #fff;
    padding: 80px;
}

.company table {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

.company table th,
.company table td {
    padding: 16px 24px;
}

.company table th {
    width: 20%;
}

.company table td img {
    display: inline-block;
    margin-right: 16px;
}

.company table td img+img {
    margin-right: 0;
}

@media screen and (max-width: 680px) {
    .company {
        background: #0411A8;
        color: #fff;
        padding: 50px 0;
    }

    .company table tr {
        display: block;
        padding: 10px 0;
    }

    .company table th,
    .company table td {
        padding: 0;
        display: block;
        width: 100%;
    }

    .service02 h2,
    .service06 h2,
    .service09 h2,
    .service10 h2,
    .service11 h2,
    .service12 h2,
    .service14 h2,
    .service15 h2,
    .service17 h2 {
        padding: 0 20px;
    }

    .service02 h2:before,
    .service02 h2:after,
    .service06 h2:before,
    .service06 h2:after,
    .service09 h2:before,
    .service09 h2:after,
    .service10 h2:before,
    .service10 h2:after,
    .service11 h2:before,
    .service11 h2:after,
    .service12 h2:before,
    .service14 h2:before,
    .service14 h2:after,
    .service15 h2:before,
    .service15 h2:after,
    .service17 h2:before,
    .service17 h2:after {
        width: 20px;
        height: 20px;
    }
}
/* ==============================================
   お客様の声（service11）1カラム＋動画対応
   ============================================== */
   .service11 {
	text-align: center;
	padding: 100px 0 80px;
	background: #fff;
}

.service11 .container {
	max-width: 800px;
	margin: 0 auto;
}

/* 旧2カラム設定の影響を打ち消す */
.service11 .div_2col {
	display: block !important;
}

/* 動画ブロック */
.s11_img {
	text-align: center;
	margin-bottom: 40px;
}

.s11_img .iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9比率 */
	max-width: 640px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	background: #000;
}

.s11_img .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/* タイトル */
.s11_img h3 {
	margin-top: 24px;
	font-size: 24px;
	color: #0411A8;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
}

/* 本文テキスト */
.s11_text {
	text-align: left;
	max-width: 640px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.9;
	color: #272729;
}

/* スマホ対応 */
@media screen and (max-width: 680px) {
	.service11 {
		padding: 60px 0;
	}

	.s11_img .iframe-wrap {
		max-width: 100%;
		border-radius: 12px;
	}

	.s11_img h3 {
		font-size: 20px;
		margin-top: 16px;
	}

	.s11_text {
		font-size: 16px;
		line-height: 1.8;
		padding: 0 10px;
	}
}
/* ==========================================
   雨漏り相談フォーム（必須ラベル対応）
   ========================================== */
   .contact-form-wrap {
	background: #fff;
	padding: 60px 40px;
	max-width: 980px;
	margin: 60px auto 0;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	text-align: left;
}

.contact-form-wrap h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 32px;
	color: #0411A8;
}

.form-item {
	margin-bottom: 24px;
}

.form-item label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
}

/* ★「必須」バッジのデザイン */
.required-label {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	background: #d60000;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	line-height: 1.3;
	vertical-align: middle;
}

/* 入力欄 */
.wpcf7-form-control {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
	box-sizing: border-box;
}

/* テキストエリア */
.wpcf7 textarea {
	min-height: 160px;
	resize: vertical;
}

/* 送信ボタン */
.form-submit {
	text-align: center;
	margin-top: 30px;
}

.wpcf7-submit {
	display: inline-block;
	width: 240px;
	padding: 14px 0;
	border: none;
	background: #0411A8;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s ease;
}

.wpcf7-submit:hover {
	background: #0411A8;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
	color: #d00;
	font-size: 14px;
	margin-top: 4px;
}

.wpcf7-response-output {
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

/* スマホ対応 */
@media screen and (max-width: 680px) {
	.contact-form-wrap {
		padding: 40px 20px;
	}
	.contact-form-wrap h3 {
		font-size: 22px;
		margin-bottom: 24px;
	}
	.form-item label {
		font-size: 15px;
	}
}
/* 送信ボタンの中央寄せ修正 */
.form-submit {
	text-align: center !important;
}

.wpcf7-submit {
	display: inline-block !important;
	margin: 30px auto 0 !important;
	float: none !important;
}
@media screen and (max-width: 680px) {
	/* 右側の画像を消す */
	.s16-img:before {
		display: none !important;
	}

	/* 左のテキストを全幅に */
	.s16-text {
		width: 100% !important;
		padding: 40px 20px !important;
	}

	/* レイアウト整形（右カラムを非表示） */
	.s16-img {
		display: none !important;
	}

	.service16 .container {
		display: block !important;
	}
}


.floating {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 99;
}
.floating-item a {
    background: #0411A8;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 45px 0;
    text-decoration: none;
    writing-mode: tb;
    width: 80px;
}
@media screen and (max-width: 680px) {
    .site-wrapper {
        padding-bottom: 70px;
    }
    .floating {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        gap: 5px;
        left: 0;
        top: inherit;
        bottom: 0;
        width: 100%;
    }
    .floating-item {
        width: calc((100% - (5px * 1)) / 2);
    }
    .floating-item a {
        border-radius: 10px 10px 0 0;
        font-size: 16px;
        padding: 20px 0;
        writing-mode: lr;
        width: 100%;
    }
}
/* ==========================================
   Thanks Page
   ========================================== */

   .thanks-page {
    background: #fff;
    padding: 120px 0;
}

.thanks-box {
    background: url(img/bg-box-c.svg) no-repeat center right / cover;
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 40px;
    border-radius: 16px;
    text-align: center;
    position: relative;
}

.thanks-box:before {
    content: '';
    width: 85%;
    height: 100%;
    background: url(img/bg-box-navy.svg) no-repeat center center / cover;
    position: absolute;
    right: -32px;
    bottom: -32px;
    z-index: -1;
}

.thanks-box h2 {
    margin-bottom: 32px;
}

.thanks-text {
    font-size: 20px;
    line-height: 2.0;
    margin-bottom: 48px;
}

.thanks-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.thanks-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.thanks-home {
    background: #0411A8;
    color: #fff;
}

.thanks-home:hover {
    background: #0026FF;
}

.thanks-contact {
    background: #ACE7FF;
    color: #12289B;
}

.thanks-contact:hover {
    opacity: 0.8;
}


/* スマホ対応 */
@media screen and (max-width: 680px) {
    .thanks-page {
        padding: 60px 0;
    }

    .thanks-box {
        padding: 40px 20px;
        border-radius: 12px;
    }

    .thanks-text {
        font-size: 16px;
        line-height: 1.9;
    }

    .thanks-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .thanks-btn {
        width: 100%;
        font-size: 16px;
    }
}
