/* Templat */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
    box-sizing: border-box;
    word-break: break-all;
}

html {
    font-size: 10px;
    height: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    /* min-width: 1080px; */
    color: #080808;
    -webkit-text-size-adjust: none;
}

body.layer {
    overflow: hidden;
    height: 100%;
}

a, a img {
    transition: color .3s ease, background .3s ease, opacity .3s ease;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    opacity: .75;
}

a:hover * {
    opacity: .75;
}

a:focus {
    outline: none;
}

@media(min-width: 768px) {
    a[href^='tel:'] {
        pointer-events: none;
    }
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

.clear {
    clear: both;
}

.only_pc {
    display: block !important;
}

.only_sp {
    display: none !important;
}

input, button, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.container {
    /* width: 1000px;
    margin: 0 auto; */
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
    }
    .container {
        width: auto;
        margin: 0 20px;
    }
    .only_pc {
        display: none !important;
    }
    .only_sp {
        display: block !important;
    }
}

.header .header2_container {
    display: none;
}

.header2_container {
    padding: 16.00px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 999;
}

.header2_title {
    display: block;
    width: 183.20px;
}

.header2_title a {
    display: block;
}

.header_menu2 {
    display: flex;
    padding-top: 12.00px;
    padding-bottom: 12.00px;
}

.header_menu_item3 {
    padding-right: 32.00px;
    font-family: "Noto Serif JP", serif;
    font-size: 16.00px;
    letter-spacing: 0.03em;
    text-align: left;
    font-weight: 500;
}

.header_menu_item4 {
    font-size: 12.80px;
    background-color: #C20116;
    color: #FFFFFF;
    list-style: none;
    border-radius: 40.00px;
    text-align: center;
    padding: 8.00px 8.00px 8.00px 8.00px;
    display: block;
    position: relative;
    text-indent: 16.00px;
    width: 140.80px;
    margin-top: -8.00px;
}

.header_menu_item4::before {
    content: '';
    display: block;
    width: 14.40px;
    height: 9.60px;
    background-image: url(../img/Aboutus_contact_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 14.40px;
    left: 32.00px;
}

.header_menu_item3::before {
    content: "";
    width: 3.20px;
    height: 3.20px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    position: relative;
    top: -4.00px;
    margin-right: 6.40px;
}

.c_menu {
    display: none;
}

.header_nav {
    display: none;
}

@media screen and (max-width: 767px) {
    .header2_container {
        padding: 8.00px 16.00px;
        align-items: center;
    }
    .header .header2_container {
        display: flex;
    }
    .header2_title_img {
        position: relative;
    }
    .header2_title {
        display: block;
        width: 160.00px;
        position: relative;
        z-index: 1;
    }
    .header_menu2 {
        display: none;
    }
    .c_menu {
        cursor: pointer;
        display: block;
        height: 32.00px;
        margin-left: 4.00px;
        position: relative;
        transition: 300ms;
        width: 32.00px;
        z-index: 3;
    }
    .c_menu.is-open .c_menu_inner {
        background: rgba(255, 255, 255, 0);
    }
    .c_menu.is-open .c_menu_inner::before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
        transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
        transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
        width: 16.00px;
    }
    .c_menu.is-open .c_menu_inner::after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(.23, 1, .32, 1);
        transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
        transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
        width: 16.00px;
    }
    .c_menu_inner {
        background-color: #C20116;
        border-radius: 80.00px;
        display: block;
        height: 1.60px;
        left: 50%;
        position: absolute;
        top: 49%;
        transform: translate(-50%, -50%);
        transition: all 0ms 300ms;
        transition: 300ms;
        width: 16.00px;
    }
    .c_menu_inner::before {
        background-color: #C20116;
        border-radius: 80.00px;
        bottom: 4.00px;
        content: '';
        height: 1.60px;
        position: absolute;
        right: 0;
        transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
        transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
        transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
        width: 16.00px;
    }
    .c_menu_inner:after {
        background-color: #C20116;
        border-radius: 80.00px;
        content: '';
        height: 1.60px;
        position: absolute;
        right: 0;
        top: 4.00px;
        transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
        transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
        transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
        width: 16.00px;
    }
    .header_nav {
        display: none;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .header_nav_inner {
        background-color: #fff;
        height: 100vh;
        overflow-y: scroll;
        padding: 80.00px 16.00px 16.00px;
        width: 100%;
    }
    .header_nav_links_item {
        border-bottom: 0.80px #C20116 solid;
    }
    .header_nav_links_item:first-child {
        border-top: 0.80px #C20116 solid;
    }
    .header_nav_links_item a {
        background-image: url(../img/sub/cmn_btn_arrow.png);
        background-position: center right 8.00px;
        background-repeat: no-repeat;
        background-size: 6.40px;
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 32.00px;
        padding: 0 8.00px;
        text-align: left;
        font-family: "Noto Serif JP", serif;
    }
    dl.header_right_top_search_inner {
        margin: 16.00px auto;
    }
    .header_right_top_sns {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 16.00px 0;
    }
    .header_menu_item4 {
        margin: 16.00px auto 0;
    }
}

/* ------------------------------------------
  footer
------------------------------------------ */

.footer_icon {
    display: block;
    width: 256.00px;
}

.footer_container {
    max-width: 880.00px;
    margin: 0 auto;
    padding: 80.00px 16.00px 80.00px 16.00px;
}

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

.footer_text {
    font-family: "Noto Serif JP", serif;
    font-size: 9.60px;
    color: #333333;
    font-weight: 400;
    margin-top: 68.00px;
    text-align: center;
}

.footer_right {
    display: flex;
}

.footer_right_list_div {
    display: flex;
    flex-flow: column;
}

.footer_right_list_item {
    font-family: "Noto Serif JP", serif;
    font-size: 16.00px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    line-height: 4;
    letter-spacing: 0.05em;
}

.footer_right_list1 {
    padding-right: 80.00px;
}

.footer_Business {
    font-family: "Noto Serif JP", serif;
    font-size: 11.20px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    line-height: 2.8;
}

.footer_right_list_item::before {
    content: "";
    width: 4.00px;
    height: 4.00px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    position: relative;
    top: -4.00px;
    margin-right: 6.40px;
}

.footer_right_list_item::before {
    content: "";
    width: 4.00px;
    height: 4.00px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    position: relative;
    top: -4.00px;
    margin-right: 6.40px;
}

.Contact {
    background-image: url(../img/Contact_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Contact_container {
    max-width: 344.00px;
    margin: 0 auto;
    padding: 120.00px 0.00px;
}

.contact_text {
    font-family: "Noto Serif JP", serif;
    color: #FFFFFF;
    font-size: 16.00px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 2.5;
    text-align: center;
}

.contact_btn {
    font-family: "Noto Serif JP", serif;
    font-size: 20.00px;
    color: #FFFFFF;
    border: #FFFFFF solid 0.80px;
    border-radius: 40.00px;
    text-align: center;
    padding: 16.00px 8.00px 16.00px 8.00px;
    display: block;
    position: relative;
    text-indent: -64.00px;
    width: 336.00px;
    margin: 40.00px auto 0;
    transition: .3s;
}

.contact_btn:hover {
    background-color: #C20116;
    color: #fff;
    opacity: 1;
    border: #C20116 solid 0.80px;
}

.contact_btn::before {
    content: '';
    display: block;
    width: 28.00px;
    height: 16.00px;
    background-image: url(../img/Aboutus_contact_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 24.80px;
    left: 64.00px;
}

.contact_btn::after {
    content: '';
    display: block;
    width: 14.40px;
    height: 9.60px;
    background-image: url(../img/Aboutus_btnafter.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 75%;
    transition: .3s;
}

.contact_btn:hover::after {
    left: 77%;
}

@media screen and (max-width: 767px) {
    .footer_icon {
        display: block;
        width: 256.00px;
        margin: 0 auto;
    }
    .footer_container {
        max-width: 880.00px;
        margin: 0 auto;
        padding: 32.00px 16.00px;
    }
    .footer_flex {
        display: block;
    }
    .footer_text {
        font-family: "Noto Serif JP", serif;
        font-size: 9.60px;
        color: #333333;
        font-weight: 400;
        margin-top: 0;
        text-align: center;
        padding: 8.00px 0;
    }
    .footer_right {
        display: block;
        max-width: 200.00px;
        margin: 32.00px auto 0;
    }
    .footer_right_list_div {
        display: flex;
        flex-flow: column;
    }
    .footer_right_list_item {
        font-family: "Noto Serif JP", serif;
        font-size: 16.00px;
        color: #333333;
        font-weight: 500;
        text-align: left;
        line-height: 4;
        letter-spacing: 0.05em;
    }
    .footer_right_list1 {
        padding-right: 0;
    }
    .footer_Business {
        font-family: "Noto Serif JP", serif;
        font-size: 11.20px;
        color: #333333;
        font-weight: 500;
        text-align: left;
        line-height: 2.8;
        display: block;
    }
    .footer_right_list_item::before {
        content: "";
        width: 4.00px;
        height: 4.00px;
        display: inline-block;
        background-color: #333333;
        border-radius: 50%;
        position: relative;
        top: -4.00px;
        margin-right: 6.40px;
    }
    .footer_right_list_item::before {
        content: "";
        width: 4.00px;
        height: 4.00px;
        display: inline-block;
        background-color: #333333;
        border-radius: 50%;
        position: relative;
        top: -4.00px;
        margin-right: 6.40px;
    }
    .Contact_container {
        max-width: 344.00px;
        padding: 48.00px 0.00px;
    }
    .contact_text {
        font-size: 12.80px;
    }
    .contact_btn {
        font-family: "Noto Serif JP", serif;
        font-size: 16.00px;
        color: #FFFFFF;
        border: #FFFFFF solid 0.80px;
        border-radius: 40.00px;
        text-align: center;
        padding: 16.00px 8.00px 16.00px 8.00px;
        display: block;
        position: relative;
        text-indent: -64.00px;
        width: 240.00px;
        margin: 32.00px auto 0;
    }
    .contact_btn::before {
        content: '';
        display: block;
        width: 28.00px;
        height: 16.00px;
        background-image: url(../img/Aboutus_contact_btn.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 21.60px;
        left: 24.00px;
    }
    .contact_btn::after {
        content: '';
        display: block;
        width: 14.40px;
        height: 9.60px;
        background-image: url(../img/Aboutus_btnafter.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 45%;
        left: 75%;
    }
}

.wpcf7 form .wpcf7-response-output {
    font-size: 11.20px;
}

span.wpcf7-not-valid-tip {
    font-size: 11.20px;
}