@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}
p {
    font-size: 1.5rem;
    text-align: justify;
}
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.65rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: #212121;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

a:hover {
    opacity: 0.7;
}

.is_last {
    margin-bottom: 70px!important;
}

.charm_gray_area {
    background: rgb(240, 241, 240);
}

.red {
    color: rgb(170, 42, 57);
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sawarabi {
    font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sidebar {float: left;width: 20%;margin-top: 70px;}

.img_Img {
    display: block;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.cont_zone {
    padding-bottom: 50px;
}

.center {
    text-align: center;
}
.adv_h1 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 200;
    letter-spacing: 0.2em;
    color: #b02929;
    margin-bottom: 20px;
}

.adv_cont {
    padding: 50px 0;
}
.adv_h1:after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
    top: -0.7em;
    z-index: -1;
}

.adv_h1 span {background: #FFF;z-index: 2;padding: 0 20px;}
.about_h2 {
    font-weight: 200;
    font-size: 2.4rem;
    border-left: 3px solid #801a22;
    padding-left: 20px;
    margin-bottom: 20px;
}
.foot_info.clearfix {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
/*==========================
TABLE
==========================*/
table.common_table {
    border: 1px solid #000;
    margin: 0 auto;
    max-width: 723px;
    width: 100%;
}

.common_table th {
    width: 11em;
    background: #1d2089;
    color: #FFF;
    font-weight: 200;
    padding: 5px 5px;
}

.common_table th,.common_table td {
    border-bottom: 1px solid #000;
    vertical-align: middle;
}

.common_table td {
    padding: 5px 10px;
}
/*==========================
H1～
==========================*/
.common_h1 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align:center;
    letter-spacing:0.2em;
    color: #6e504b;
}
h2.common_h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #6e504b;
}
.company_sidebar li {
    border-bottom: solid 2px rgb(221, 223, 224);
    padding: 12px 0;
    font-size: 1.9rem;
}

.cont_wrap {
    padding: 60px 0;
}

ul.bread {
    font-size: 1.6rem;
    color: #666666;
    padding: 10px;
}
ul.bread li {
    display: inline-block;
    font-weight: 200;
    text-shadow: 0px 0px 3px #cdcdcd;
}

ul.bread li:after {
    content: " > ";
}

ul.bread li:last-child:after {
    content: none;
}
.flex {
    display: flex;
}

.tx_left {
    text-align: left!important;
}

.blink {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*==========================
HEADER
==========================*/
.content.header_content {
    /* padding: 20px 10px; */
}
header {
    border-top: 3px solid #801a22;
    border-bottom: 3px solid #801a22;
}
.logo {
    text-align: right;
    padding: 35px 100px 35px 10px;
    background: #801a22;
    border-radius: 0 100px 0 0;
    min-width: 254px;
    width: calc((100% - 1000px) / 2 + 275px);
}
.logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu {
    /* padding: 10px 10px 20px; */
    flex-grow: 2;
}

.head_contact {
    color: #FFF;
    padding: 10px 10px;
    font-size: 2.0rem;
}
.btn_official {
    font-size: 1.2rem;
    background: #801a22;
    float: right;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 0px 0px 10px 10px;
    margin-right: calc((100% - 1000px) / 2 + 10px);
}
@media screen and (max-width: 1000px) {
    .btn_official{
        margin-right: 10px;
    }
}
.menu li {
    font-size: 1.8rem;
    font-weight: 200;
    color: #000;
    padding: 0 5px;
}
.menu li .active {
    color: #801a22;
    font-weight: 500;
}

.menu ul.flex {
    justify-content: flex-start;
    clear: both;
    padding-top: 88px;
    flex-wrap: wrap;
}

.header_content.flex {
    justify-content: space-between;
    max-width: none;
    padding: 0;
    clear: both;
}

@media screen and ( min-width: 741px) and ( max-width:1020px) {
    .menu li {
        /* font-size: 1.5vw; */
    }

    .btn_official.pc {
        font-size: 1.4vw;
    }

    .head_contact {
        font-size: 2vw;
    }

    .logo {
        width: 28vw;
    }
}
/*==========================
MAIN VISUAL
==========================*/
.mv {
    height: 400px;
}
.mv .content {
    height: 100%;
    display: flex;
    align-items: center;
}
.mv h1 {
    font-size: 4.0rem;
    font-weight: 300;
    color: #FFF;
}
/*==========================
FOOTER
==========================*/
.foot_navi.flex {
    max-width: 800px;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0px 0;
    font-size: 1.4rem;
}

.footer_copy {
    text-align: center;
    background: #801a22;
    color: #fff;
    padding: 5px 0;
    font-size: 1.4rem;
}

#footer {
    color: #010101;
    clear: both;
}

.foot_info {
    padding: 10px 0;
    font-size: 1.4rem;
    text-align: right;
}
p.line-text {
    padding: 20px;
    font-size: 1.8rem;
}
.logo img {
    max-width: 230px;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px), print {
    .sp {
        display: none;
    }

    .content {
        overflow: hidden;
        max-width: 1020px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_content {
        max-width: 75%;
    }

    .sidebar {
    }

    .main_content {
        float: left;
        padding-left: 80px;
        box-sizing: border-box;
    }

    header {}
    p.pagetop {
    width: 70px;
    display: none;
}
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .pc {
        display: none;
    }

    .content {
        overflow: hidden;
        margin: 0 auto;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .common_h1 {
        font-size: 2.3rem;
        font-weight: normal;
    }

    .common_h2 {
        text-align: center;
        font-weight: normal;
        font-size: 2.3rem;
    }

    .content.header_content {
        /* padding: 20px 10px; */
        justify-content: flex-start;
    }
    p {
        font-size: 1.4rem;
    }
    .adv_h1 {
        font-size: 2.0rem;
        letter-spacing: 1px;
    }
    .adv_h1 span {
        padding: 0 5px;
    }
    /*==========================
    HEADER
    ==========================*/
    header {
        position: relative;
    }

    .btn_menu_open, .btn_menu_open span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .btn_menu_open {
        position: relative;
        width: 40px;
        height: 30px;
        margin: 20px 10px;
    }

    .btn_menu_open span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
    }

    .btn_menu_open span:nth-of-type(1) {
        top: 0px;
    }

    .btn_menu_open span:nth-of-type(2) {
        top: 13px;
    }

    .btn_menu_open span:nth-of-type(3) {
        top: 26px;
    }

    .btn_menu_open.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-315deg);
        transform: translateY(14px) rotate(-315deg);
    }

    .btn_menu_open.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn_menu_open.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(315deg);
        transform: translateY(-13px) rotate(315deg);
    }

    .logo {
        padding: 0px 20px 0 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: auto;
        width: calc(100% - 50px);
        box-sizing: border-box;
    }

    .sp_menu {
        text-align: center;
        background: rgba(176, 41, 41, 0.73);
        color: #FFF;
        display: none;
        position: absolute;
        width: 100%;
        top: 70px;
        z-index: 999;
    }

    .sp_menu li {
        border-bottom: solid 1px;
        padding: 5px 0;
        font-size: 1.4rem;
    }

    .sp_menu li a {
        display: block;
    }
    .logo img {
        height: 30px;
    }
    /*==========================
    FOOTER
    ==========================*/
    ul.foot_navi.flex {
        display: none;
    }

    #footer {
        font-size: 1.2rem;
    }
    p.pagetop {
        width: 50px;
    }
    .foot_info.clearfix {
    display: block;
    text-align: center;
    }
}
