@charset "utf-8";

body {
    font-family: sans-serif;
}

p {
    line-height: 2em;
}

header {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    background: rgba(255, 255, 255, .8);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    display: none;
}

.main_logo {
    width: 300px;
    padding: 10px 20px 0;
}

.main_logo>h1 {
    padding: 0px 20px 0;
    top: 20px;
    position: relative;
}

.header_right {
    padding-bottom: 20px;
}

.header_menu {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 820px;
}

.header_menu li {
    display: inline;
}

.header_menu li a {
    transition: .2s;
}

.header_menu li a:hover {
    color: #0068B7;
}

.tel {
    color: #0068B7;
    text-align: right;
    padding-right: 1em;
}

.tel a {
    font-size: 20px;
    font-weight: bold;
}

.tel img {
    width: 20px;
}

.header_menu li.contact_button {}

.header_menu li.contact_button a {
    padding: 5px 30px;
    color: #fff;
    background: #0068B7;
    border: #0068B7 1px solid;
    border-radius: 22px;
    display: block;
    transition: .2s;
}

.header_menu li.contact_button a:hover {
    background: #fff;
    color: #0068B7;
}

.contact_button .mail {
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url(../images/icons/mail.png) no-repeat top left / 16px;
}

.contact_button a:hover .mail {
    background: url(../images/icons/mail.png) no-repeat bottom left / 16px;
}

/* トップに戻るボタン全体 */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #60B5FF;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 100;
    overflow: hidden;
}

#page_top span {
    position: absolute;
    bottom: -300px;
    right: -300px;
}

#page_top::before {
    content: '▲';
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

/* スティッキーヘッダー */
header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

/* drawer追加 */
.drawer-open .drawer-hamburger-icon::before,
.drawer-open .drawer-hamburger-icon::after {
    box-shadow: 1px 1px 1px #fff;
}

.mv {
    position: relative;
}

.oshirase {
    padding: 100px auto 150px auto;
}

.oshirase dl {
    max-width: 600px;
    border-top: #606060 1px solid;
    display: flex;
    margin: 20px auto;
}

.oshirase dl:last-of-type {
    border-bottom: #606060 1px solid;
}

.oshirase dt {
    /*width: 100px;*/
    width: 140px;
    font-weight: bold;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.oshirase dd {
    flex-grow: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}



h2 {
    font-size: 64px;
    margin-top: 100px;
    font-family: serif;
    font-weight: normal;
    color: #0E88B5;
    letter-spacing: .6rem;
}

.h2-contact {
    font-size: 40px;
}

#top h2 {
    opacity: 0;
    transition: 1.5s;
}

#top h2.fadeIn,
#top h3.fadeIn {
    opacity: 1;
}

h3 {
    color: #0E88B5;
    font-size: 64px;
    font-family: serif;
    font-weight: normal;
    letter-spacing: .8rem;
}

#top h3 {
    opacity: 0;
    transition: .7s;
}

.inner {
    margin: 0 auto;
    max-width: 1100px;
}

#top .message::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 100%;
    background: url(../images/mv_divider.png) top left /cover no-repeat;
}

#top .message {
    padding-bottom: 50px;
    background: #0E88B5;
    position: relative;
    margin: 80px 0 200px;
}

#top .message::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -200px;
    background: url(../images/message_divider.png) center center /cover no-repeat;
}

#top .message h2 {
    color: #fff;
    margin-top: 0;
}

#top .message h2 span {
    display: block;
    font-size: 20px;
}

#top .message__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top .message p {
    color: #fff;
    width: 500px;
    line-height: 3;
}

.philosophy {
    background: #EBEBEB;
    padding: 60px 0 100px;
}

.philosophy h2,
.products h2,
.contact h2 {}

.philosophy__box {
    display: flex;
    gap: 10%;
    justify-content: center;
    align-items: end;
}

.philosophy_left {
    padding-left: 10%;
}

.philosophy_right {
    width: 100%;
}

.philosophy__text {
    line-height: 3;
}

.philosophy__button,
.products__button {
    display: inline-block;
    margin-top: 30px;
    font-size: 24px;
    color: #0E88B5;
    border: #0E88B5 4px solid;
    border-radius: 40px;
    position: relative;
}

.philosophy__button a,
.products__button a {
    display: block;
    padding: 20px 90px 10px 100px;

}

.philosophy__button ._icn,
.products__button ._icn {
    background: #0E88B5 url(../images/icons/arrow_right.png) no-repeat center right 11px /40px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 200px;
    text-align: center;
    transition: 0.2s;
}

.philosophy__button a:hover ._icn,
.products__button a:hover ._icn {
    width: calc(100% - 12px);
}

.philosophy__button a:hover ._txt,
.products__button a ._txt {
    position: relative;
    z-index: 1;
}

.philosophy__button a:hover ._txt,
.products__button a:hover ._txt {
    color: #fff;
}

.philosophy__button a,
.products__button a {
    font-weight: bold;
}

.products {
    margin-top: 60px;
    padding-bottom: 300px;
    background: url(../images/shibuki.png)bottom center /50% no-repeat;
}

.products__box {
    display: flex;
    gap: 5%;
    justify-content: space-around;
    align-items: center;
}

.products__box_right {
    width: 50%;
}

.products__box_right .spec {
    font-size: 30px;
    font-weight: bold;
    color: #606060;
}

.products h3,
#product h3 {
    font-family: sans-serif;
    font-size: 30px;
}

.supports {
    background: #ebebeb;
    padding-bottom: 100px;
}

.supports h2 {
    margin-top: 0;
    padding-top: 100px;
    color: #606060;
}

.supports h3 {
    color: #606060;
    font-family: sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
}

.supports__box {
    display: flex;
    gap: 5%;
    justify-content: space-evenly;
}

.supports__box_left li {
    display: inline-block;
    margin: 10px 0;
    padding: 5px;
    background: #0E88B5;
}

.supports__box_left .kanto li {
    background: #D44F40;
}

.supports__box_right {
    width: 44%;
}

.supports .button {
    color: #0E88B5;
    text-align: center;
}

.supports .button a {
    margin: 50px 0;
    padding: 20px 40px;
    font-size: 28px;
    display: inline-block;
    font-weight: bold;
    border: #0E88B5 3px solid;
    border-radius: 50px;
    transition: .2s;
}

.supports .button a:hover {
    background: #0E88B5;
    color: #fff;
}

.supports__box_text {
    line-height: 2;
}

.supports__box_pic {
    width: 100%;
}

.contact .image {
    /* padding-top: 27vw;
    background: url(../images/contact_image.jpg) center center /cover no-repeat; */
}

.contact h2 {
    padding-left: 0;
}

.contact__box {
    display: flex;
    align-self: start;
    justify-content: space-around;
    background: #EBEBEB;
    padding: 40px;
    margin: 100px 0;
}

.contact h2 {
    margin-top: 0;
}

.contact .txt {
    /*font-size: 0.9rem;*/
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 10px;
    color: #0E88B5;
    font-weight: bold;
}

.contact .tel a {
    display: block;
    padding: 10px 50px;
    color: #fff;
    background: #0E88B5;
    text-align: center;
}

.contact .time {
    text-align: center;
    padding: 10px;
}

.contact .time span {
    display: block;
    text-align: center;
    font-size: 0.8em;
    color: #333;
}

.contact .txt2 {
    padding-top: 10px;
    font-size: 0.8rem;
    border-top: 1px solid #666;
}

.contact .btn {
    text-align: center;
}

.contact .btn a {
    display: inline-block;
    border: solid 1px #666;
    border-radius: 5em;
    font-size: 1.2rem;
    padding: 5px 20px;
    margin-top: 10px;
}

/* form{
    margin: 0 auto 100px;
}
form table{
    width: 100%;
    border-collapse: collapse;
}
form th{
    background: rgba(96,181,255,20%);
    padding: 20px;
    text-align: left;
    width: 40%;
    border: #606060 1px solid;
    border-collapse: collapse;
}
form td{
    width: 100%;
    padding: 10px;
    border: #606060 1px solid;
}
form input[type=text]{
    width: 100%;
}
form .caution{
    width: 400px;
    height: 100px;
    margin: 30px auto;
    font-size: 10px;
    overflow-y: scroll;
}
form input[type=submit]{
    background: #60B5FF;
    border-radius: 50px;
    color: #fff;
    border: none;
    text-align: center;
    padding: 10px 100px;
    margin-top: 30px;
}
form .consent__box{
    display: flex;
    justify-content: space-around;
}
form .consent__box label, form .consent__box input[type='checkbox']{
    cursor: pointer;
}
form .button{
    text-align: center;
} */
footer {
    padding: 20px;
    background: linear-gradient(180deg, #0E88B5, #0068B7);
}

.footer__box {
    display: flex;
    justify-content: space-around;
}

footer .logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer dt,
footer dd {
    display: inline-block;
}

.company_info,
.footer__menu,
.gmap {
    /* width: 33%; */
}

.footer__menu {
    color: #fff;
}

.footer__menu a {
    display: block;
    padding: 10px 20px;
    transition: .2s;
}

.footer__menu a:hover {
    /*color: #0068B7;*/
    color: #d3d3d3;
}

.gmap iframe {
    width: 100%;
}

.company_info {
    padding: 20px;
    background: #fff;
    border-radius: 30px;
}

.company_info ul {
    margin-top: 10px;
}

.company_info li {
    width: 25px;
    display: inline-block;
}

footer small {
    color: #fff;
}

/* about page */
#about .mv {
    width: 100%;
    height: 0;
    margin-bottom: 10%;
    padding-bottom: 40%;
    background: url(../images/about/mv.png) no-repeat top left /cover;
}

#about .mv::after {
    display: none;
}

#about .inner {
    max-width: 1000px;
}

#about .company_profile h2 {
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 100px;
    margin-bottom: 50px;
}

#about h2 span {
    margin-top: 20px;
    display: block;
    font-size: 18px;
    color: #efefef;
}

#about .txt {
    line-height: 2.5;
}

#about .message {
    background: #0E88B5;
    height: 100%;
    padding: 50px 0;
    transform: skewY(-10deg);
}

#about .message .inner {
    transform: skewY(10deg);
}

#about .message h2,
#about #philosophy h2 {
    color: #fff;
}

#about .message h3,
#about #philosophy h3 {
    color: #C0FFF2;
}

#about .message p {
    width: 400px;
    line-height: 2.5;
    color: #fff;
}

#about .message__box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 50px;
}

#about #greeting {
    margin-top: 200px;
    margin-bottom: 200px;
}

#about #greeting h3,
#about #history h3 {
    color: #0E88B5;
}

#about #greeting .img {
    text-align: center;
}

#about #greeting .txt {
    line-height: 2.5;
}

.txt_right {
    text-align: right;
}

#about #overview {
    padding: 100px 0;
    background: #ededed;
}

/* #about #overview table{
    margin: 100px auto;
    border-collapse: collapse;
}
#about #overview th, #about #overview td{
    padding: 10px;
    border: #606060 1px solid;
}
#about #overview th{
    width: 30%;
    color: #fff;
    background: #60B5FF;
    text-align: left;
}
#about #overview td{
    background: #fff;
} */
#about #overview .overview__box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#about #overview .overview__box div {
    width: 30%;
    margin: 20px 0 0 20px;
    padding: 20px;
    flex-grow: 2;
    flex-shrink: 2;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

#about #overview .overview__box div h4 {
    font-size: 1.3rem;
}

#about #history h3 {
    margin-top: 150px;
}

#about #history table {
    margin: 50px auto;
}

#about #history th,
#about #history td {
    padding: 10px;
    border-bottom: #606060 1px solid;
}

#about #history th {
    width: 40%;
    text-align: left;
}

#about #philosophy {
    background: #0E88B5;
    height: 750px;
    margin: 250px 0;
    padding: 150px 0;
    transform: skewY(10deg);
}

#about #philosophy .inner {
    transform: skewY(-10deg);
}

#about #philosophy h2 {
    margin-top: 70px;
}

#about #philosophy .txt {
    color: #fff;
}

#about #access .access__box {
    display: flex;
    align-items: center;
    gap: 5%;
}

#about #access .access__box .gmap {
    width: 50%;
}

#about #access .access__box p:last-of-type {
    font-size: 20px;
}

/* productページ */
#product .mv {
    width: 100%;
    padding-bottom: 50%;
    background: url(../images/product/mv.png) top left /cover no-repeat;
}

.product__box {
    display: flex;
    justify-content: space-around;
    align-items: start;
    gap: 200px 10%;
    margin: 100px 0 200px;
    flex-wrap: wrap;
}

.product__box img {
    margin-bottom: 50px;
}

.product__box p {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}

.product__box p a {
    display: block;
    margin-bottom: 50px;
    padding: 10px;
    color: #0068B7;
    border: #0068B7 2px solid;
    border-radius: 3em;
}

.about_service {
    background: #EDEDED;
    position: relative;
    margin-top: 300px;
    padding-top: 30px;
}

.about_service::before {
    content: "";
    display: block;
    width: 100%;
    height: 7vw;
    background: url(../images/product/devider.png) no-repeat center center /contain;
    position: absolute;
    bottom: 99%;
}

.about_service img {
    margin: 100px 0;
}

/* お問い合わせフォーム */
#contact .mv {
    width: 100%;
    padding-bottom: 40%;
    background: url(../images/contact/mv.jpg) no-repeat center center /cover;
}

.cform td {
    font-size: 14px;
    line-height: 200%;
    border-bottom: solid 1px #d6d6d6;
    padding: 50px;
}

#contact h5 {
    font-size: 16px;
}

.cform {
    margin: 30px auto 50px;
    border: solid 1px #eee;
}

.required-srt {
    font-size: 0.8em;
    padding: 3px 8px;
    margin-right: 15px;
    background: #46b4b8;
    color: #FFF;
}

form input[type="email"],
form input[type="tel"],
form input[type="text"],
form textarea {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: solid 1px #ccc;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    width: 100%;
    margin: 0 auto;
}

.submit-btn input {
    display: block;
    background: #46b4b8;
    border: 0;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bolder;
    margin: 0 auto;
    padding: 10px 35px;
    cursor: pointer;
    text-align: center;
}

/* blog */
#blog .mv,
#single .mv {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background: url(../images/blog/mv.png) no-repeat top left /cover;
}

#column .mv,
#single .mv {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background: url(../images/blog/mv.png) no-repeat top left /cover;
}

.blog__container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.blog__box {
    max-width: 300px;
    box-shadow: #ccc 1px 1px 5px;
    margin: 50px 10px;
}

.blog__box .img {
    background: #ccc;
    height: 250px;
    overflow: hidden;
    /* はみ出し部分を隠す */
}

.blog__box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 親要素いっぱいに表示 */
    object-position: center;
    /* 中央基準でトリミング */
}

.blog__box .txt {
    padding: 20px;
}

.blog__box .txt h3 {
    font-size: 1.2rem;
    letter-spacing: 0;
}

.blog__box .date {
    text-align: right;

}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.pagination a {
    width: 50px;
    height: 45px;
    margin-right: 10px;
    padding: 10px;
    display: block;
    text-align: center;
    background: rgba(14, 136, 181, .2);
    color: #0E88B5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .thispage a {
    color: #fff;
    background: #0E88B5;
}

.pagination .nav a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #0068B7;
    color: #FFF;
}

#single .return_btn {
    max-width: 300px;
    margin: 50px auto 100px;
    padding: 10px 20px;
    text-align: center;
    background: #0E88B5;
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    header {
        display: block;
    }

    header.is-fixed {
        position: static;
    }

    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-nav,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        display: block;
    }

    .drawer-nav {
        background: linear-gradient(180deg, #0E88B5, #0068B7);
    }

    .drawer-menu-item {
        color: #fff;
    }

    .drawer-menu-item.tel {
        text-align: center;
        font-weight: bold;
        display: block;
    }

    .header_menu,
    header .tel {
        display: none;
    }

    .main_logo {
        padding-bottom: 20px;
    }

    .inner {
        padding: 0 20px;
    }

    #about .message {
        height: 100%;
    }

    #about .message .message__box {
        display: block;
    }
}

@media screen and (max-width:600px) {
    .main_logo {
        width: 250px;
    }

    h2 {
        font-size: 40px;
    }

    .contact h2 {
        margin: 0 auto;
        text-align: center;
    }

    .mv::after {
        height: 30px;
    }

    #top .message {
        margin-bottom: 0;
    }

    #top .message__content {
        display: block;
    }

    #top .message h2 {
        text-align: left;
    }

    #top .message p {
        width: 100%;
    }

    #top .message::after {
        height: 50px;
        bottom: -49px;
    }

    .philosophy h2,
    .products h2 {
        padding: 0;
    }

    .philosophy__box,
    .products__box {
        flex-wrap: wrap;
    }

    .philosophy_left {
        margin-bottom: 50px;
        padding: 0;
    }

    .products__box_right {
        width: 100%;
    }

    .products {
        padding-bottom: 20%;
    }

    .products h2 {
        text-align: left;
    }

    .products__box_right .spec {
        font-size: 28px;
    }

    .supports__box {
        display: block;
    }

    .supports__box_right {
        margin-top: 30px;
        width: 100%;
    }

    .footer__box {
        flex-flow: column-reverse;
    }

    .company_info,
    .footer__menu,
    .gmap {
        width: 100%;
    }

    form th,
    form td {
        display: block;
        width: 100%;
    }

    form .caution {
        width: 80%;
    }

    .contact__box {
        display: block;
    }

    .contact h2 {
        font-size: 35px;
    }

    #about h3 {
        font-size: 45px;
    }

    #about .company_profile h2 {
        font-size: 60px;
    }

    #about .message p {
        width: 100%;
    }

    #about #overview .overview__box div {
        width: 90%;
    }

    #about #philosophy h2 {
        margin-top: 0;
    }

    #about #philosophy {
        height: 100%;
        padding-bottom: 100px;
    }

    #about #access .access__box {
        display: block;
    }

    #about #access .access__box .gmap {
        width: 100%;
    }

    .contact .tel a {
        padding: 10px 20px;
    }

}

.custom-shape-divider-top-1752422710 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1752422710 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 37px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1752422710 .shape-fill {
    fill: #FFFFFF;
}



/* Bubble */

.oshirase.bubbly-section,
.about_product.bubbly-section,
.products.bubbly-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.bubble-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000000000000000;
}

.about_product.bubbly-section>.bubble-area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000000000000000;
}

/* デバッグのため色をつけて確認してもええで */
.oshirase.bubbly-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background-color: rgba(0,255,0,0.05); */
}


.bubble {
    position: absolute;
    bottom: -100px;
    width: 20px;
    height: 20px;
    background: rgba(202, 238, 255, 0.9);
    border-radius: 50%;
    animation: float-up 6s infinite ease-in;
    opacity: 0.8;
    filter: blur(1px);
}

.bubble:nth-child(2) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-duration: 8s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    left: 40%;
    width: 25px;
    height: 25px;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(1) {
    left: 5%;
    width: 10px;
    height: 10px;
    animation-duration: 6s;
    animation-delay: 0s;
}

.bubble:nth-child(2) {
    left: 15%;
    width: 12px;
    height: 12px;
    animation-duration: 7s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    left: 30%;
    width: 15px;
    height: 15px;
    animation-duration: 5s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    left: 45%;
    width: 20px;
    height: 20px;
    animation-duration: 8s;
    animation-delay: 1.5s;
}

.bubble:nth-child(5) {
    left: 60%;
    width: 25px;
    height: 25px;
    animation-duration: 6s;
    animation-delay: 0.5s;
}

.bubble:nth-child(6) {
    left: 75%;
    width: 18px;
    height: 18px;
    animation-duration: 9s;
    animation-delay: 2.5s;
}

.bubble:nth-child(7) {
    left: 90%;
    width: 10px;
    height: 10px;
    animation-duration: 7s;
    animation-delay: 1s;
}

@keyframes float-up {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-120vh);
        opacity: 0;
    }
}

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

#region-area {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding: 20px;
    line-height: 1.6;
    margin-top: 20px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

#region-area .container {
    max-width: 1200px;
    margin: 0 auto;
    /*background-color: #e8e8e8;*/
    /*border-radius: 8px;*/
    overflow: hidden;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

#region-area h1 {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: normal;
}

#region-area .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

#region-area .region {
    padding: 30px;
}

#region-area .region:first-child {
    /*border-right: 1px solid #ccc;*/
}

#region-area h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

#region-area .city-section {
    margin-bottom: 25px;
}

#region-area h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

#region-area .location-list {
    list-style: none;
    padding-left: 17px;
}

#region-area .location-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

#region-area .location-list li:before {
    content: "・";
    position: absolute;
    left: 0;
}

#region-area .phone {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 768px) {
    #region-area .content {
        grid-template-columns: 1fr;
    }

    #region-area .region:first-child {
        border-right: none;
        /*border-bottom: 1px solid #ccc;*/
    }

    #region-area .region {
        padding: 20px;
    }

    #region-area h1 {
        font-size: 18px;
        padding: 15px 20px;
    }
}


#btn-to {
    max-width: 605px;
    text-align: right;
    margin: 0 auto;
    padding: 1em;
}

.btn-to-list {
    display: inline-block;
    background: gray;
    color: #fff;
    text-decoration: none;
    padding: 0.7em 1.5em;
    border-radius: 4px;
    font-size: 16px;
    transition: background 0.3s;
}

.btn-to-list:hover {
    background: #555;
}

.btn-small {
    padding: 0.3em 0.8em;
    /* 小さめ余白 */
    font-size: 12px;
    /* 文字サイズ小さめ */
    border-radius: 3px;
    /* 角丸も少し控えめ */
}

#single .inner {
    margin: 0 auto;
    max-width: 1100px;
}

.single-thumbnail {
    text-align: center;
    /* 中央揃え */
    margin: 20px 0;
}

.single-thumbnail img {
    max-width: 500px;
    /* 最大500px */
    width: 100%;
    /* スマホ対応で可変 */
    height: auto;
    /* 縦横比維持 */
    display: inline-block;
}



.drawer-nav {
    padding: 2em 1em;
}



.submit-btn {
    text-align: center;
}

/* 入力/確認/完了の出し分け（前回のまま） */
.mw_wp_form_input .back,
.mw_wp_form_input .submit {
    display: none !important;
}

.mw_wp_form_confirm .conf {
    display: none !important;
}

.mw_wp_form_complete .back,
.mw_wp_form_complete .conf,
.mw_wp_form_complete .submit {
    display: none !important;
}

/* 中央寄せ：テーブルの左寄せより強くする */
.cform .submit-btn {
    text-align: center !important;
    /* ←まずはこれ */
}

/* うまく効かんときは flex で確実に中央へ */
.cform .submit-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 12px;
    /* ボタン間の余白 */
    flex-wrap: wrap;
}

/* ボタン自体は横幅固定せず “並べられる” ように */
.cform .submit-btn .conf,
.cform .submit-btn .back,
.cform .submit-btn .submit {
    display: inline-block;
    width: auto;
    margin: 0;
}

/* 入力画面：確認ボタンだけ表示（戻る/送信は隠す） */
.mw_wp_form_input .back,
.mw_wp_form_input .submit {
    display: none !important;
}

/* 確認画面：送信・戻るだけ表示（確認は隠す） */
.mw_wp_form_confirm .conf {
    display: none !important;
}

/* 完了画面：全部隠す（保険） */
.mw_wp_form_complete .back,
.mw_wp_form_complete .conf,
.mw_wp_form_complete .submit {
    display: none !important;
}

/* 並びと余白（任意） */
.mw_wp_form .conf,
.mw_wp_form .back,
.mw_wp_form .submit {
    display: inline-block;
    margin: 0 8px 8px 0;
}

/* 2025.12 contact */
.mwform-radio-field.horizontal-item {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px;
    width: 49%;
    font-size: 1.2em;
    background: #fff;
}
.mwform-radio-field input {
    vertical-align: baseline;
}

.cta-info.inner {
    background: #0e88b50f;
    margin-top: 4em;
    padding: 2em;
}
.cta-info.inner p {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
	.cta-info.inner p {
	    font-size: 1em;
	}
	.mwform-radio-field.horizontal-item {
	    width: 100%;
	    margin: 0 !important;
	}
}


.company_info dl {
    display: flex;
    /* dt, ddを横並び */
    margin: 0;
}

.company_info dt {
    width: 6em;
    /* 見出し部分は6文字分固定 */
    flex-shrink: 0;
    /* 縮まないようにする */
    font-weight: bold;
    /* 見出しっぽく強調（任意） */
}

.company_info dd {
    flex: 1;
    /* 残りを全部使う */
    margin: 0;
    /* 余計な隙間消す */
}


/* 現在のページ番号を強調 */
.page-numbers.current {
    background-color: #0073aa;
    /* 青背景 */
    color: #fff;
    /* 白文字 */
    font-weight: bold;
    /* 太字 */
    border-radius: 4px;
    /* 角丸 */
    padding: 8px 16px;
    /* 内側余白 */
    margin: 0 5px;
    border: 2px solid #0073aa;
    /* ボーダー */
}

/* ホバー時のスタイル（currentは変化しない） */
.page-numbers.current:hover {
    background-color: #0073aa;
    /* ホバーしても変わらない */
    color: #fff;
    cursor: default;
    /* カーソルを通常に */
}

/* 他のページ番号のスタイル */
.page-numbers:not(.current) {
    background-color: #f0f0f0;
    color: #333;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.page-numbers:not(.current):hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* 前へ・次へボタン */
.page-numbers.prev,
.page-numbers.next {
    background-color: #e0e0e0;
    padding: 8px 15px;
}

/* PC時はリンクを無効化 */
@media (min-width: 768px) {
    .tel-link {
        pointer-events: none;
        text-decoration: none;
        color: inherit;
        cursor: default;
    }
}

/* スマホ時はリンクスタイル */
@media (max-width: 767px) {
    .tel-link {
        color: #0066cc;
        text-decoration: underline;
    }
}

/* Hero Video Container for CLS Prevention */
.hero-video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f0f0f0;
    /* Placeholder color */
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.hero-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .hero-video-container {
        aspect-ratio: 16 / 9;
        /* モバイルでも横長のアスペクト比を維持 */
        min-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .hero-video-container {
        aspect-ratio: 16 / 9;
        min-height: 200px;
    }
}