@charset "utf-8";

html {
  font-size: 62.5%;
  height: 100%;
  font-weight: 500;
}

body {
    color: #1B1919;
    min-width: 100%;
    width: 100%;
    font-size: 1.45rem;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    background:url(img/head_bg.png);
    background-repeat: no-repeat;
    background-size:contain;
    font-family: "Zen Old Mincho", serif !important;
    font-style: normal;
    font-weight: 400;
}

body.page {
    background:none;
}

.uk-h2, h2 {
    font-family: "Zen Old Mincho", serif !important;
}

@media screen and (min-width: 641px) {
    body {
        font-size:1.6rem;
        line-height: 1.8;
    }
}

#wrap {
    overflow: hidden;
}

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

a {
    text-decoration: none !important;
    color: #1B1919;
}

h2 {
    margin-bottom:0;
}

.hamburger {
    width: 100%;
/*    max-width: 1140px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left:7px;
}

@media screen and (min-width: 641px) {
    .hamburger  {
        padding: .5em;
    }
    #header {
        position:fixed;
        z-index:9999999;
        right: 0;
        left: 0;
        margin: auto;
    }

    #header.scroll-nav {
        background:#fff;
    }
}

.logo {
    width:52%;
    max-width:190px;
    height: 70px;
    display:flex;
    align-items:center;
}

.logo img {
    height: 60px;
}

/*@media screen and (min-width: 641px) {
    .logo {
        position: relative;
        top: 20px;
        align-items:flex-start;
        height: 100%;
    }
    .logo img {
        height: 90px;
    }
}*/

.hamburger .btn-gNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 20;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: #AA2424;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ffffff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    right:0;
    left:0;
    margin: auto;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 25px;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 35px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 45px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav {
    height: 70px;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}

.gNav .gNav-menu li a {
    font-size: 1.6rem;
    height: 100%;
    display:flex;
    align-items:center;
    padding: 0 15px;
    font-weight:600;
}

.head-cv img {
    width: 17px;
    margin-right: 7px;
    margin-top:-3px;
}

.head-cv span {
    text-align:center;
}

.head-cv-p {
    display:flex;
    flex-direction:column;
}

.head-cv-p .sm{
    font-size:.8em;
}

@media screen and (max-width: 641px) {
    .head-cv img {
        width: 16px;
        margin-right: 7px;
        margin-top:-3px;
    }
    .head-cv-p .sm{
        font-size:.7em;
    }
    .head-cv span {
        text-align:left;
    }
}

@media screen and (min-width: 1140px) {
    .gNav .gNav-menu li.head-cv a {
        background:#AA2424;
        color:#fff;
        padding: 0 2rem;
    }

    a:hover {
        text-decoration:none;
        opacity: .5;
        color: #292929;
        transition:.2s;
    }

    .uk-container {
        max-width:1400px;
    }
}

@media screen and (max-width: 1140px) {
    .btn-gNav {
        display: block;
    }

    .hamburger .btn-gNav.open span:nth-child(1) {
        top: 35px; /* 真ん中の位置に合わせる */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger .btn-gNav.open span:nth-child(2) {
        opacity: 0; /* 中央の線を消す */
    }

    .hamburger .btn-gNav.open span:nth-child(3) {
        top: 35px; /* 真ん中の位置に合わせる */
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 77%;
        height: 100%;
        background-color: #1B1A1A;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 15;
        padding-top: 80px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
/*        border-bottom: #525252 1px solid;*/
    }

    .gNav .gNav-menu li a {
        color: #fff;
        padding:15px;
    }

}

.fb {
    display:block;
    width:26px;
    height: 26px;
    margin:46px 0 0 30px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 薄い黒 */
    display: none; /* 初期状態では非表示 */
    z-index: 10; /* メニューの下に配置する */
}

#overlay.open {
    display: block;
}

#fv {
    position:relative;
    padding-top: 64%;
}

#fv .fv_txt {
    position:absolute;
    top: 10%;
    max-width:1400px;
}

#fv .fv_txt01 {
    font-size:8.2vw;
    line-height:1.4;
}

#fv .fv_txt02 {
    font-size:3.4vw;
    line-height:1.4;
}


#fv .fv_img {
    margin-left: 10%;
}

#fv .fv_img::after {
    content:"";
    background:url(img/oribanachisato.png);
    background-repeat:no-repeat;
    display:block;
    width: 80vw;
    height: 30vw;
    background-size: contain;
    margin-top: -3%;
    margin-left:-7%;
    z-index:5;
    position:relative;
}

/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.uk-slider-items img {
    width: 100%;
    height: auto; /* 縦横比を保つ */
    object-fit: cover; /* コンテナに収める */
}


@media screen and (min-width: 641px) {

    #fv {
        position:relative;
        padding-top: 700px;
    }

    #fv .fv_txt {
        position:absolute;
        top: 300px;
        max-width:1400px;
        z-index:7;
        left:2%;
    }

    #fv .fv_txt01 {
        font-size: 50px;
        margin-bottom: .8em;
    }

    #fv .fv_txt02 {
        font-size: 24px;
        line-height:1.6;
    }

    #fv .fv_img {
        position:absolute;
        width:54%;
        max-width:900px;
        top: 100px;
        right:0;
    }

    #fv .fv_img::after {
        width:80%;
        height:200px;
        margin-left:auto;
        margin-right: 3%;
    }
}

@media screen and (min-width: 1140px) {
    #fv {
        position:relative;
        padding-top: 970px;
    }
}

@media screen and (min-width: 1600px) {
    #fv {
        position:relative;
        padding-top: 1000px;
    }
    #fv .fv_txt {
        left:10%;
    }
}

.top_origami-oribana,
.top_feature {
    display:flex;
    flex-direction:column;
}

@media (max-width: 640px) {
  .uk-container.w100 {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.top_origami-oribana .txt {
    margin-top: -70px;
    background: rgba(246,244,242, .8);
    width:82%;
    margin-left:auto;
    padding: 52px 1.7rem;
}

.txt_title {
    text-align:center;
}

.txt_title img {
    height: 45px;
}

.oribana .txt_title img {
    height: 28px;
}

.txt h2 {
    font-size:2.4rem;
    font-weight: 500;
    margin-bottom: .35em;
}

.top_feature .txt h2 {
    text-align:left;
}

.top_feature .txt {
    padding: 28px 1.7rem;
}

.txt p {
    color:#373737;
    line-height:1.95;
/*    text-align:justify;*/
}

.mt70 {
    margin: 70px auto;
}

.mt45 {
    margin:45px auto;
}

.mt90 {
    margin:45px auto;
}

.oribana-steps {
    width:90%;
    max-width:1300px;
    margin:auto;
}

.oribana-steps p {
    position:relative;
    color:#fff;
    background:#B58B5A;
    padding:1em;
    display:inline-block;
    margin-bottom:2em;
}

.oribana-steps p:before,
.oribana-steps p:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid  #B58B5A;
    content: "";
}

.oribana-steps p:before {
    margin-left: -12px;
    border-color:  transparent;
    border-top-color: #B58B5A;
    border-width: 12px;
}

.oribana-steps p:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: #B58B5A;
    border-width: 8px;
}

.top_feature .img {
    position:relative;
    padding-bottom: 96px;
}

.feature_en {
    position:absolute;
    display:block;
    width:80%;
    max-width:280px;
    height: 103px;
    bottom: 0;
    right: 6px;
}


@media screen and (min-width: 641px) {
    .top_origami-oribana,
    .top_feature  {
        flex-direction:row;
        align-items:flex-start;
    }

    .top_feature {
        max-width:1140px;
        justify-content:center;
    }

    .top_feature.feature02 {
        flex-direction:row-reverse;
    }

    .oribana.top_origami-oribana {
        flex-direction:row-reverse;
        margin-bottom:0;
    }

    .top_origami-oribana .img {
        width:56%;
    }

    .top_origami-oribana .txt {
        width: 40%;
        margin-top: 9%;
        margin-left:-10%;
        padding: 64px 85px;
    }

    .oribana.top_origami-oribana .txt {
        margin-left:0;
        margin-right:-10%;
        position:relative;
    }

    .txt h2 {
        font-size:3.6rem;
    }

/*    .oribana.top_origami-oribana .txt p {
    text-align:center;
    }*/

    .mt45,.mt70 {
    margin:142px auto;
    }

    .mt90 {
    margin: 90px auto;
    }

    .oribana-steps {
        margin-top: 32px;
    }

    .oribana-steps p {
        font-size:1.85rem;
        padding:1em 1.5em;
    }

    .oribana-steps p:before, .oribana-steps p:after {
        left:41px;
    }

    .top_feature .img {
        padding-bottom:0;
    }

    .feature_en {
        top: 10px;
        right:-256px;
    }

    .top_feature .txt {
        padding: 178px 0 0 125px;
    }

    .top_feature.feature02 .txt {
        padding: 178px 125px 0 0;
    }

    .top_feature.feature02 .feature_en {
        right:auto;
        left:-220px;
    }

}


.items {
    background:#EEE6DD;
    padding: 28px 0;
}

.items .uk-container {
    display:flex;
    flex-direction:column;
    max-width:1000px;
}

.items_wrap {
    background:#fff;
    padding: 20px 11px;
    margin-bottom: 16px;
}

.items_wrap:nth-child(2) {
    margin:0;
}

.items_wrap h3 {
    color: #AA2424;
    font-family: sans-serif !important;
    font-weight: 600;
    padding-left:.75em;
    border-left: 2px solid #AA2424;
    line-height:1.8;
    font-size:1.65rem;
}

.items_wrap p {
    color:#373737;
    font-family: sans-serif !important;
    line-height:1.8;
}

.items_wrap p span {
    font-size:.8em;
    line-height:1.6;
    margin-top:1.6rem;
}


@media screen and (min-width: 641px) {
    .items .uk-container {
        flex-direction:row;
        align-items:stretch;
        justify-content:space-between;
    }

    .items_wrap {
        width: 43%;
        margin-bottom:0;
        padding: 47px 32px;
    }

    .items_wrap h3 {
        text-align:center;
        font-size:1.8rem;
        border-left:0;
        border-bottom: 2px dotted #AA2424;
        padding: 0 0 10px 0;
    }
}


aside h4 {
    margin:0;
    height: 60px;
    line-height:60px;
    font-size:1.5rem;
    font-weight:600;
    font-family: "Zen Old Mincho", serif !important;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    background:rgba(255, 255, 255, .8);
    min-width:150px;
}

aside h4::after {
    content:"≫";
    font-weight: 600;
    color:#AA2424;
    font-family: sans-serif !important;
    margin-left:20px;
    position: absolute;
    right: 20px;
}

aside a {
    display:block;
    position:relative;
    margin-bottom:20px;
}

aside a img {
    width:100%;
}

.aside_wrap {
    padding-top:60px;
/*    background:red;*/
border-top: 1px solid #ccc;
}


@media screen and (min-width: 641px) {
    aside.uk-container {
        max-width:1000px;
/*        display:flex;
        justify-content:space-between;*/
    }

    aside a {
        margin-bottom:40px;
    }

    aside h4 {
        font-size:1.8rem;
        min-width:300px;
    }
}

.BreadNax.uk-container {
    height:70px;
    max-width:1200px;
}

.BreadNax nav {
    list-style: none;
    display:flex;
}

.BreadNax a {
    height:70px;
    line-height:70px;
    display:inline-block;
    color:#959393;
    font-family: sans-serif !important;
    font-size:.95em;
}

.BreadNax a::after {
    content:"｜";
    font-size:1em;
}


footer {
    border-top: #959393 1px solid;
    font-family: sans-serif !important;
    background:url(img/head_bg.png);
}

footer .uk-container {
    max-width:1200px;
}


.cv-link {
    color:#AA2424;
    font-weight: 600;
    font-size:1.8rem;
    font-family: sans-serif !important;
}

.cv-link::after {
    content:"≫";
}

.frame-fb, .frame-map {
    width:100%;
    max-width:340px;
    height: 440px;
    background: #f9f9f9;
    margin-bottom:30px;
}

.footer_item-right {
    width:100%;
    max-width:375px;
}

iframe {
    width:100%;
    height: 100%;
}

.footer_item-left,
.footer_item-right {
    margin: 25px 0;
}

footer h5 {
    font-weight: 600;
    text-align:center;
    padding:.5em;
    background:#F9F9F9;
    border: 1px solid #ddd;
    color:inherit;
    font-family:"Zen Old Mincho", serif !important;
}

.text-center-s {
    text-align:center;
}

.tel_wrap,
.tel_wrap a {
    color:#AA2424;
    font-size:2rem;
    margin:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tel_wrap .row {
    margin:10px 0;
}

.tel_wrap span {
    color:#fff;
    background:#AA2424;
    display:inline-block;
    width:60px;
    height: 50px;
    line-height:50px;
    text-align:center;
    font-size:.65em;
    margin-right:.5em;
}

.row {
    display:flex;
    align-items:center;
}

.txt_small {
    font-size:.85em;
}

.txt_normal {
    margin-bottom:0;
}

.footer_item {
    margin-bottom:54px;
}

.footer_sub a {
    display:block;
    width: 100px;
    margin:auto;
}

.footer_sub .list {
    width:100%;
    margin:2rem 0;
    text-align:center;
}


.footer_sub .list a {
    display: inline;
    padding: .5em .5em .5em 1em;
    font-size:10px;
    position:relative;
}

.footer_sub .list a::before {
    content:"";
    position:absolute;
    top: 0;
    left:0;
    display:block;
    width:1px;
    height:100%;
    background:#bbb;
}

.footer_sub .list a:last-child::after {
    content:"";
    display:block;
    width:1px;
    height:100%;
    background:#bbb;
    position:absolute;
    top: 0;
    right:0;
}

.footer_copyright {
    color:#fff;
    background:#AA2424;
    height: 44px;
    line-height:44px;
    margin: 0;
    text-align:center;
}




@media screen and (min-width: 641px) {
    .footer_container {
        display:flex;
    }

    .footer_item-left,
    .footer_item-right {
    margin: 56px 0 0;
    }

    .footer_item-left {
        width:calc(100% - 375px);
        margin-right: 40px;
        position:relative;
        padding-bottom:278px;
    }

    .text-center-s {
    text-align: left
    }

    .tel_wrap span {
        font-size:.45em;
        width:50px;
    }

    .tel_wrap {
        display:flex;
    }

    .tel_wrap a {
        margin-right: .75em;
    }

    .txt_normal {
     margin-bottom:10px;
    }

    footer h5 {
        font-size:1.6rem;
        font-weight:600;
        padding:.7em;
    }

    .footer_sub {
        position:absolute;
        bottom:0;
    }

    .footer_sub .list {
        margin-top:40px;
        text-align:left;
    }

    .footer_sub a {
        margin: 0;
    }

    .footer_sub .list a {
        font-size:12px;
        padding: .5em 1em .5em 1.5em;
    }

    .footer_copyright {
        height: 54px;
        line-height:54px;
    }
}

@media screen and (min-width: 992px) {
    .tel_wrap, .tel_wrap a {
        margin:0;
        font-size:2.6rem;
        flex-direction:row;
    }
}

#page-head {
    width:100%;
    height: 250px;
    background:url(img/bg_school.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

#page-head.profile {
    background:url(img/bg_profile.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

#page-head.works {
    background:url(img/bg_works.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

#page-head h1 {
    font-size:1.8rem;
    font-weight: 600;
    background:rgba(255, 255, 255, .6);
    padding:1em 3em;
    font-family: "Zen Old Mincho", serif !important;
}

#page-head.underpage {
    height: 250px;
    background:#fff;
}

#page .uk-container {
    max-width:1000px;
}

.info h2 {
    padding:1em;
    color:#AA2424;
    font-size:1.8rem;
    font-weight: 600;
    background:#F8F7F7;
}

.class_list dl {
    display:flex;
    width:100%;
    margin:0;
    justify-content:space-between;
}

.class_list dl dt {
    width:140px;
    background:#F8F6F6;
    border-left:2px solid #AA2424;
    border-top:1px solid #AA2424;
    margin-right:6px;
    padding:.7em;
    text-align:center;
}

.class_list dl dd {
    width:calc(100% - 146px);
    border-top:1px solid #AA2424;
    padding:.7em 1em;
}

.class_list dl.last dt,
.class_list dl.last dd {
    border-bottom:1px solid #AA2424;
}

.class_list p {
    font-size:.85em;
    margin:7px 0 20px;
    text-align:right;
}

.info_img .cv-link {
    font-size:.85em;
    display:block;
    text-align:right;
}

.info_img p {
    margin:4px 0 ;
    font-size:.85em;
    text-align:right;
}

.page-head02 {
    width:100%;
    height: 100px;
    background:url(img/bg_voice.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.page-head02 h2 {
    padding:1em;
    width:80%;
    max-width:780px;
    font-size:1.8rem;
    font-weight: 600;
    background:rgba(255, 255, 255, .7);
    text-align:center;
}

.page-head03 {
    width:100%;
    height: 100px;
    background:url(img/bg_voice.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.page-head03.spring {
    background:url(img/bg_spring.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.summer {
    background:url(img/bg_summer.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.autumn {
    background:url(img/bg_autumn.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.winter {
    background:url(img/bg_winter.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03::after {
    content:"";
    display:block;
    width: 200px;
    height: 77px;
    margin: 20px;
    background:url(img/Spring.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.summer::after {
    background:url(img/Summer.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.autumn::after {
    background:url(img/Autumn.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.winter::after {
    background:url(img/Winter.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.display::after {
    background:url(img/Display.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.interior::after {
    background:url(img/Interior.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.present::after {
    background:url(img/Present.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.celebration::after {
    background:url(img/Celebration.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03 h2 {
    padding:.8em;
    width:80%;
    max-width:780px;
    font-size:1.8rem;
    font-weight: 600;
    background:rgba(255, 255, 255, .7);
    text-align:center;
    margin-bottom:0;
}

.voice_date {
    font-size:.9em;
    color: #717171;
    text-align:center;
    margin-top:1rem;
}

.voice_list {
    margin: 45px 0;
}

.voice_list-left {
    display:flex;
}

.voice_list-left img {
    width: 90px;
    margin-right:15px;
}

.voice_list-left p.bg_tt {
    font-size:1.6rem;
    font-weight: 600;
    margin: .5em 0;
}

.voice_list-right {
    color:#373737;
    font-weight: 400;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}

.name {
    margin: 0;
    font-size:.85em;
}

.profile_img {
    width:70%;
    max-width: 320px;
    margin:auto;
}

.profile h2 {
    margin-top: 20px;
    font-size:1.8rem;
    padding-bottom:.5em;
    border-bottom:1px #ccc solid;
}

.profile h2 span {
    font-size:.75em;
    margin-left:2rem;
    font-style:italic;
}

.profile_txt {
    margin-top:-10px;
}

.profile_works-list {
    margin-top:40px;
}

.profile_works-list h3 {
    color: #AA2424;
    font-family: sans-serif !important;
    font-weight: 600;
    padding-left: .75em;
    border-left: 2px solid #AA2424;
    line-height: 1.8;
    font-size: 1.65rem;
}

.profile_works-list ul {
    margin-bottom:20px;
    padding-left:10px;
    color:#AA2424;
    list-style-type:disc;
    padding-left:30px;
}

.profile_works-list ul li span{
    color:#373737;
}

.profile_works-list ul img {
    margin: 5px 0 5px 1em;
}

.profile_works-list .list {
    margin-bottom:45px;
}

@media screen and (min-width: 641px) {

    .page #header {
        background:#fff;
    }

    #page-head {
        height: 450px;
        margin-top:86px;
    }

    #page-head h1 {
        font-size:3.2rem;
    }
    .info {
        display:flex;
    }

    .info_txt {
        width: 780px;
        margin-right:40px;
    }

    .info_txt p {
        margin-bottom: 50px;
    }

    .page-head02 {
        height: 120px;
    }

    .page-head03 {
    height: 120px;
    }

    .info h2,
    .page-head03 h2 {
        font-size:2.8rem;
    }

    .voice_list {
        display:flex;
        align-items:center;
    }

    .voice_list-left {
        width: 418px;
        align-items:flex-start;
    }

    .voice_list-right {
        width: calc(100% - 450px);
        margin: 0;
        padding-left:40px;
        border-left:1px solid #ccc;
        border-bottom:0;
        padding-bottom:0;
    }

    .voice_list-left p.bg_tt {
        font-size:1.8rem;
    }

    .voice_list-left img {
        width: 115px;
        margin-right:22px;
    }

    .profile {
        display:flex;
        align-items:flex-start;
    }

    .profile_img {
        margin-right:70px;
        margin: 0 70px 0 0;
    }

    .profile_txt {
        margin-top: 10px;
    }

    .profile h2 {
        font-size: 2.4rem;
    }

}

.uk-container .uk-container {
    padding:0 15px;
}

.works .uk-slider {
    margin: 20px 0;
}

.w_slider_p01 {
    color: #AA2424;
    font-family: sans-serif !important;
    font-weight: 500;
    margin:20px 0 0;
}

.w_slider_p02 {
    color: #373737;
    font-family: sans-serif !important;
    font-weight: 500;
    margin:6px 0 0;
}

.order {
    padding: 40px;
    border:1px solid #AA2424;
    margin-left:15px;
    margin-right:15px;
}

.order p:first-child {
    padding-top: 100px;
    position:relative;
}

.order p:first-child::before {
    content:"";
    background:url(img/logo_mini.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:80px;
    height: 80px;
    display:block;
    position:absolute;
    top:0;
    right: 0;
    left:0;
    margin:auto;
}

@media screen and (min-width: 641px) {
    .works .uk-slider {
        margin: 30px 0;
    }

    .w_slider_p01 {
        margin:30px 0 0;
    }

    .order {
        margin:auto 30px;
        max-width: 918px !important;
    }

    .order p {
        font-size:2.1rem;
    }

    .order p:first-child::before {
        width:98px;
    }
}

@media screen and (min-width: 1000px) {
    .order {
        margin:auto;
    }
}

#page-top {
    position:relative;
}

#page-top a {
    width: 52px;
    width: 52px;
    position:absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 22;
}

.visit {
    background:#fff;
    border:1px solid #AA2424;
    color:#AA2424;
    line-height:1.3;
    margin-bottom:20px;
    max-width:356px;
    padding:2px 3px;
}

.img-relais {
    display:flex;
    flex-direction:column;
}

.img-relais a {
    max-width:300px;
    margin:20px auto;
}

@media screen and (min-width: 641px) {
    .img-relais {
        flex-direction:row;
    }
    .img-relais a {
        max-width:300px;
        margin:20px;
    }
}

.after-none:after {
    display: none;
}