@charset "UTF-8";

/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
    font-family: "Yu Mincho", "YuMincho";
}

.font_en {
    font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
    font-size: 62.5%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 58.5%;
    }
}

body {
    font-size: 1.6rem;
    background: #fff;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    color: #383635;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

a {
    transition: all 0.3s ease 0s;
    color: #000;
}

a:hover {
    color: #0e2449;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .tab {
        display: none;
    }
}

@media screen and (min-width: 606px) and (max-width: 767px) {
    .tab {
        display: block !important;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

a img {
    transition: all 0.3s ease 0s;
}

a img:hover {
    opacity: 0.8;
}

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

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }
}

.link {
    color: #000;
    text-decoration: none;
}

.marker{
background:linear-gradient(transparent 60%, #ff6 60%);
}

.mrgT5 {
    margin-top: 5px;
}

.mrgT10 {
    margin-top: 10px;
}

.mrgT15 {
    margin-top: 15px;
}

.mrgT20 {
    margin-top: 20px;
}

.mrgT25 {
    margin-top: 25px;
}

.mrgT30 {
    margin-top: 30px;
}

.mrgT40 {
    margin-top: 40px;
}

.mrgT50 {
    margin-top: 50px;
}

.mrgT60 {
    margin-top: 60px;
}

.mrgT70 {
    margin-top: 70px;
}

.mrgB5 {
    margin-bottom: 5px;
}

.mrgB10 {
    margin-bottom: 10px;
}

.mrgB15 {
    margin-bottom: 15px;
}

.mrgB20 {
    margin-bottom: 20px;
}

.mrgB25 {
    margin-bottom: 25px;
}

.mrgB30 {
    margin-bottom: 30px;
}

.mrgB40 {
    margin-bottom: 40px;
}

.mrgB50 {
    margin-bottom: 50px;
}

.mrgB60 {
    margin-bottom: 60px;
}

.mrgB70 {
    margin-bottom: 70px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.fontBold {
    font-weight: bold;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.f14 {
    font-size: 1.4rem;
}

.f16 {
    font-size: 1.6rem;
}

.f18 {
    font-size: 1.8rem;
}

.red {
    color: #c1272d;
}

/*=======================================================
	
    header
    
========================================================*/
#container {
    /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
	footer
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
}

#container section {
    background: #fff;
}

#container section p {
    line-height: 1.6;
}

#container header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
    #container header {
        padding: 10px 10px 0;
        top: 0;
    }
}

#container header .tag {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    width: 0;
}

#container header.is-fixed {
    background: rgba(255, 255, 255, 0.8);
    top: 0;
}

#container header.is-fixed .inner h1 {
    background: 0;
}

#container header .inner {
    padding: 0 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #container header .inner {
        padding: 20px;
    }
}

#container header .inner nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
}

#container header .inner nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#container header .inner nav ul li {
    margin-right: 30px;
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Muli', sans-serif;
    transition: all 0.3s ease 0s;
}

#container header .inner nav ul li .jp {
    display: none;
}

#container header .inner nav ul li a {
    color: #151515;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

#container header .inner nav ul li a:hover {
    color: #5b4927;
}

#container header .inner nav ul li a:hover::after {
    transform: scale(1, 1);
}

#container header .inner nav ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #5b4927;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#container header .inner nav ul li:nth-child(4) {
/*    margin-right: 50px;*/
}

#container header .inner nav .search {
    background: #0092d4;
    display: flex;
    align-items: center;
}

#container header .inner nav .search a {
    align-items: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    height: 90px;
}

#container header .inner nav .search a i {
    margin-right: 10px;
}

#container header .inner nav .search:hover {
    background: #017ab0;
}


#container header .inner nav .contact {
    background: #5b4927;
    display: flex;
    align-items: center;
}

#container header .inner nav .contact a {
    align-items: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    height: 90px;
}

#container header .inner nav .contact a i {
    margin-right: 10px;
}

#container header .inner nav .contact:hover {
    background: #261e10;
}

#container header .menu-trigger,
#container header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
}

#container header .menu-trigger {
    width: 60px;
    height: 50px;
    float: right;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 105;
    transform: scale(0.8);
}

#container header .menu-trigger span {
    width: 35px;
    height: 4px;
    margin: auto auto auto 13px;
    position: absolute;
    background-color: #5b4927;
}

#container header .menu-trigger span:nth-of-type(1) {
    top: 10px;
}

#container header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

#container header .menu-trigger span:nth-of-type(3) {
    bottom: 10px;
}

#container header .menu-trigger.active {
    background: #fff;
}

#container header .menu-trigger.active span {
    background-color: #000;
}

#container header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

#container header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

#container header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}

#container header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 15%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    display: none;
    color: #000;
}

#container header #overlay h1 {
    text-align: center;
    margin-bottom: 10px;
}

#container header #overlay .sns {
    justify-content: center;
}

#container header #overlay .sns li {
    margin: 0 10px;
}

#container header #overlay .gnav {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#container header #overlay .gnav li {
    border: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#container header #overlay .gnav li {
    text-align: center;
}

#container header #overlay .gnav li a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}

#container header #overlay .gnav li a span {
    color: #fff;
    font-size: 1.1rem;
    padding-top: 10px;
    display: block;
}

/* KVスライダー */
#container .slide_wrap .slider li{
    position: relative;
    margin:auto;
}
#container .slide_wrap .slider li img{
    height: 780px;
    margin: auto;
    object-fit: cover;
}
#container .slide_wrap .slider li .cont{
    position: absolute;
    top: 60%;
    left: 10%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
}
#container .slide_wrap .slider li .cont dl{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    margin-right: 70px;
}
#container .slide_wrap .slider li .cont dl dt{
    padding: 15px;
    color: #fff;
    font-size: 2.8rem;
    margin-right: 20px;
    font-weight: 700;
    width: 150px;
    text-align: center;
}
#container .slide_wrap .slider li .cont dl.access dt{
    background: #d31317;
}
#container .slide_wrap .slider li .cont dl.capa dt{
    background: #3780ca;
}
#container .slide_wrap .slider li .cont dl.facility dt{
    background: #eeb73b;
}
#container .slide_wrap .slider li .cont dl dd{
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
}
#container .slide_wrap .slider li .cont dl dd span{
    font-size: 1.5rem;
}
#container .slide_wrap .slider li h1{
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
    font-size: 4.6rem;
    font-weight: 700;
    max-width: 1300px;
    margin: 0 auto;
    line-height: 1.6;
}
@media screen and (min-width: 1300px) {
    #container .slide_wrap .slider li h1{
        font-size: 5rem;
    }
}
@media screen and (min-width: 1500px) {
    #container .slide_wrap .slider li h1{
        font-size: 5.5rem;
    }
    #container .slide_wrap .slider li img{
        height: 850px;
    }
}
@media screen and (min-width: 1600px) {
    #container .slide_wrap .slider li img{
        height: 1000px;
    }
    #container .slide_wrap .slider li h1,
    #container .slide_wrap .slider li .cont{
        left: 50%;
        margin-left: -680px;
    }
}
@media screen and (max-width: 767px) {
    #container .slide_wrap{margin-top:80px;margin-bottom: 180px;}
    .slick-list {        overflow: visible !important;   }
    #container .slide_wrap .slider li img{
        width:100%;
        height:auto;
        object-fit: cover;
    }
    #container .slide_wrap .slider li h1{
        font-size: 3.4rem;
        left: 5%;
        top: 18%;
        font-size:5.2vw;
        padding: 0 15px;
        left: 0;
    }
    #container .slide_wrap .slider li .cont{
        top: 125%;
        padding: 0 15px;
        left: 0;
    }
    #container .slide_wrap .slider li .cont dl{
            width:100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    #container .slide_wrap .slider li .cont dl dt{
        font-size: 1.4rem;
        width: 70px;
        padding: 8px;
    }
    #container .slide_wrap .slider li .cont dl dd{
        color:#000;
        font-size: 1.2rem;
    }
    #container .slide_wrap .slider li .cont dl dd span {
        font-size: 1.2rem;
    }
}

#container .fv_wrap {
    margin-top: 90px;
    position: relative;
    background-image: url(../img/mv.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #container .fv_wrap {
        border: 0;
        margin-top: 70px;
        margin-right: 0;
        background: 0;
        height: auto;
    }
}

#container .fv_wrap img.visual {
    width: 100%;
}

#container .fv_wrap .catch_area {
    background: rgba(91, 73, 39, 0.9);
    padding: 40px 60px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    box-sizing: border-box;
    transform: translateY(-60%) translateX(-50%);
    margin: auto;
}

@media screen and (max-width: 767px) {
    #container .fv_wrap .catch_area {
        padding: 20px;
        margin-top: -10px;
        position: inherit;
        left: auto;
        top: auto;
        transform: none;
    }
}

#container .fv_wrap .catch_area .sub {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #container .fv_wrap .catch_area .sub {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}

#container .fv_wrap .catch_area h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #container .fv_wrap .catch_area h1 {
        font-size: 2.0rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    #container .fv_wrap .catch_area {
        position: inherit;
        left: auto;
        bottom: auto;
        display: block;
    }
}

#container .fv_wrap .bnr_webinar img{
   
}
#container .fv_wrap .bnr_webinar{
    position: absolute;
    top: 5%;
    right: 5%;
}
@media screen and (max-width: 767px) {
    #container .bnr_webinar_sp{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    #container .bnr_webinar_sp a{
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        background: #f0d89f;
        line-height: 0;
    }
}


#container .fv_wrap .catch_area .btn01 a {
    margin-top: 0;
}

#container .toTop {
    position: fixed;
    right: 3%;
    bottom: 7%;
}

#container footer {
    clear: both;
}
@media screen and (max-width: 767px) {
    #container footer{
        padding-bottom: 75px;
    }
}

#container footer dl,
#container footer dd {
    margin: 0;
}

#container footer .inner {
    width: 1000px;
    margin: 0 auto;
}

#container footer .footBox {
    color: #fff;
    background: #93856c;
    padding: 40px 0 0 0;
}

#container footer .whatis dt {
    font-size: 17px;
}

#container footer .whatis dd {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 30px 0;
}

#container footer .foot_inquiry {
    text-align: center;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 30px 0;
}

#container footer .foot_inquiry .foot_tel,
#container footer .foot_inquiry .inquiryBtn {
    display: inline-block;
    margin: 0 20px;
}

#container footer .foot_tel .tel1 {
    padding-left: 28px;
    background: url(https://manabel-japan.com/wp-content/themes/manabel/img_new/foot_tel_icon.png) left center no-repeat;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

#container footer .foot_tel a {
    color: #fff;
}

#container footer .foot_tel .tel_time {
    font-size: 14px;
    margin-left: 10px;
}

#container footer .foot1 {
    color: #fff;
    background: #93856c;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 0;
    clear: both;
}

#container .foot1 .foot_left {
    float: left;
    width: 25%;
    padding-right: 58px;
    overflow: hidden;
    box-sizing: border-box;
}

#container .foot1 .foot_left a {
    color: #fff;
    text-decoration: none;
}

#container .foot1 .foot_left a.gray {
    color: #575757;
}

#container .foot1 .foot_left a:hover {
    opacity: 0.6;
}

#container .foot1 .foot_left p {
    background: url(img/side_bk.png) no-repeat left center;
    background-size: 10px auto;
    padding: 0 0 0 15px;
    margin: 0;
}

#container .foot1 .foot_left ul {
    box-sizing: border-box;
    margin-top: 6px;
    list-style: none;
    margin: 10px 0;
}

#container .foot1 .foot_left ul li {
    box-sizing: border-box;
    margin-bottom: 10px;
}

#container .foot1 .foot_left ul li a {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
}

#container .foot1 .foot_left ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-80%);
}

#container .foot1 .foot_left .foot_left_left {
    float: left;
    margin-right: 20px;
}

#container .foot1 .foot_left .foot_left_right {
    float: left;
}

#container .foot1 .foot_center {
    float: left;
    width: 270px;
    margin: 0 50px 0 0;
}

#container .foot_search {
    width: 300px;
    margin: 0 auto 20px auto;
}

#container .foot_search input[type="text"] {
    width: 260px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
}

#container .foot_search input[type="submit"] {
    border: none;
    background: url(img/top_search.png) no-repeat center center, #1466a2;
    background-size: 17px auto;
    width: 40px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #1466a2;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
}

#container .foot_center img {
    margin: 0 auto 20px auto;
}

#container .foot1 .foot_right {
    float: right;
    width: 75%;
}

#container .foot1 .foot_right > dl > dt {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

#container .foot1 .foot_right > dl > dd dl {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

#container .foot1 .foot_right > dl > dd dt {
    display: table-cell;
    vertical-align: top;
    width: 110px;
}

#container .foot1 .foot_right > dl > dd dt span {
    display: block;
    text-align: center;
    background: #5b4927;
    line-height: 3.3em;
    height: 3.3em;
    font-size: 12px;
    border-radius: 4px;
}

#container .foot1 .foot_right > dl > dd dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

#container .foot1 .foot_right > dl > dd dd p {
    line-height: 1.7;
}

#container .foot1 .foot_right > dl > dd dd p a {
    color: #fff;
    text-decoration: underline;
}

#container .foot1 .foot_right > dl > dd dd p a:hover {
    opacity: 0.6;
}

#container .foot_p1 {
    padding: 10px 0;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    background: #1466a2;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5px;
}

#container .foot_p2 {
    color: #1466a2;
    font-weight: bold;
    font-size: 22px;
}

#container .foot_p3 {
    margin-bottom: 5px;
}

#container footer .foot2 {
    background: #fff;
    padding: 20px 0;
}

#container .foot2 p {
    text-align: center;
    font-size: 12px;
}

#container .foot1 .foot_left .foot_title {
    background: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#container .foot_title {
    font-weight: bold;
    color: #1466a2;
    font-size: 18px;
    margin-bottom: 20px;
}

#container .detailBtn a,
#container .inquiryBtn a {
    display: inline-block;
    background: #a00000;
    padding: 0 16px 0 45px;
    border-radius: 26px;
    position: relative;
}

#container .detailBtn a span,
#container .inquiryBtn a span {
    color: #fff;
    display: inline-block;
    padding: 10px 30px 10px 0;
    position: relative;
    font-size: 16px;
}

#container .detailBtn a span:after,
#container .inquiryBtn a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-80%);
}

#container .inquiryBtn a:hover span:after {
    border-color: #fff;
}

#container .detailBtn a:hover,
#container .inquiryBtn a:hover {
    opacity: 0.6;
}

#container .inquiryBtn a:hover span {
    color: #fff;
}

#container .detailBtn.lgsize a,
#container .inquiryBtn.lgsize a {
    font-weight: 600;
    padding: 0 16px 0 45px;
    border-radius: 30px;
}

#container .detailBtn.lgsize a span,
#container .inquiryBtn.lgsize a span {
    font-size: 26px;
}

#container .detailBtn.lgsize a span:after,
#container .inquiryBtn.lgsize a span:after {
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}

#container .detailBtn a {
    background: none;
    border: 3px solid #d4291f;
}

#container .detailBtn.lgsize a {
    border: 5px solid #d4291f;
}

#container .detailBtn a span {
    color: #d4291f;
}

#container .detailBtn a:hover span:after,
#container .detailBtn.lgsize a span:after,
#container .detailBtn a span:after {
    border-color: #d4291f;
}

#container .detailBtn a:hover span {
    color: #d4291f;
}

@media only screen and (max-width: 812px) {
    #container footer .inner {
        width: 95%;
    }

    #container .foot1 .inner {
        width: 90%;
        margin: 0 auto;
    }

    #container .foot1 .foot_left,
    #container .foot1 .foot_center,
    #container .foot1 .foot_right {
        float: none;
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #container .foot_center img {
        display: block;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    #container .foot1 .foot_left ul li {
        margin-bottom: 10px;
    }
}

#container footer .about_LiLeaS {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #container footer .about_LiLeaS {
        display: block;
        text-align: center;
    }
}

#container footer .about_LiLeaS .cont {
    margin-left: 20px;
    line-height: 1.8;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    #container footer .about_LiLeaS .cont {
        margin-left: 0;
        margin-top: 20px;
    }
}

.sec11 nav {
    margin: 30px 0 0;
}

.sec11 nav ul {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .sec11 nav ul {
        display: block;
        text-align: center;
    }
}

.sec11 nav ul li {
    margin: 0 15px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .sec11 nav ul li {
        margin: 15px 0;
    }
}

/* for modern brouser */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
    display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/**/
/*=======================================================
	
    共通レイアウト
    
========================================================*/
@media screen and (max-width: 767px) {
    #container {
        overflow: hidden;
    }
}

#container .flex {
    display: flex;
    flex-wrap: wrap;
}

#container .flex img {
    max-width: 100%;
}

#container section {
    padding: 90px 0;
}

@media screen and (max-width: 767px) {
    #container section {
        padding: 60px 0;
    }
}

#container section .inner {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #container section .inner {
        padding: 0 20px;
    }
}

#container section .marker {
    background: linear-gradient(transparent 60%, #ffff7f 60%);
}
#container .btn01,
#container .btn02 {
    text-align: center;
}

#container .btn01 a {
    background: #fff;
    padding: 15px 20px;
    display: block;
    max-width: 570px;
    border: 2px solid #5b4927;
    border-radius: 20px;
    text-align: center;
    margin: 30px auto 0;
    text-decoration: none;
    position: relative;
    color: #5b4927;
    font-size: 2.2rem;
    font-weight: 700;
}
#container .btn02 a {
    background: #fff;
    padding: 15px 20px;
    display: block;
    max-width: 570px;
    border: 2px solid #8e0304;
    border-radius: 20px;
    text-align: center;
    margin: 30px auto 0;
    text-decoration: none;
    position: relative;
    color: #8e0304;
    font-size: 2.2rem;
    font-weight: 700;
}


@media screen and (max-width: 767px) {
    #container .btn01 a,
    #container .btn02 a {
        font-size: 1.8rem;
    }
}

#container .btn01 a::before {
    font-family: FontAwesome;
    content: '\f0e0';
    margin-right: 10px;
}

#container .btn01 a::after
#container .btn02 a::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 10px;
    background-image: url(../img/ico_arrow01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 37%;
    right: 20px;
    transition: all .3s;
}
#container .btn02 a::after{background-image: none;}

#container .btn01 a:hover {
    background: #5b4927;
    color: #fff;
}
#container .btn02 a:hover {
    background: #8e0304;
    color: #fff;
}

#container .btn01 a:hover::after ,
#container .btn02 a:hover::after {
    right: 10px;
    transition: all .3s;
    background-image: url(../img/ico_arrow01_on.png);
}

@media screen and (max-width: 767px) {
    #container .btn01, 
    #container .btn02 {
        padding: 0 20px;
    }
}

/*=======================================================
	
    TOP
    
========================================================*/
#top #container h2 {
    text-align: center;
    position: relative;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 50px;
}

#top #container .small {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 10px;
}

#top #container h2 span {
    font-size: 1.4rem;
    display: block;
    font-weight: normal;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    #top #container h2 {
        font-size: 3.0rem;
    }
}

#top #container h2::after {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 1px;
    height: 84px;
    background: #998550;
    content: "";
    z-index: 20;
}

@media screen and (max-width: 767px) {
    #top #container h2::after {
        height: 60px;
        top: -60px;
    }
}

#top #container .virtual{
    text-align: center;
}
#top #container .virtual {
    padding: 70px 0 0;
}

@media screen and (max-width: 767px) {
    #top #container .virtual {
        padding: 40px 0 0;
    }
}

#top .mfp-iframe-holder .mfp-content{
    max-width: 90%;
    height: 100%;
    padding: 80px;
    box-sizing: border-box;
}

#top #container .sec001 .inner {
    text-align: center;
}

#top #container .sec001 .inner .sub {
    font-size: 2.0rem;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    #top #container .sec001 .inner .sub {
        font-size: 1.6rem;
    }
}

#top #container .sec001 .inner .catch {
    font-size: 3.6rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #top #container .sec001 .inner .catch {
        font-size: 2.4rem;
    }
}

#top #container .sec002 {
    background: #faf8f1;
}

#top #container .sec002 .inner .room_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

#top #container .sec002 .inner .room_list li {
    width: calc(20% - 10px);
    position: relative;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 .inner .room_list li {
        width: calc(50% - 5px);
    }
}

#top #container .sec002 .inner .room_list li:nth-child(6) {
    width: calc(60% - 10px);
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 .inner .room_list li:nth-child(6) {
        width: 100%;
    }
}

#top #container .sec002 .inner .room_list li:last-child {
    width: calc(20% - 10px);
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 .inner .room_list li:last-child {
        width: 100%;
    }
}

#top #container .sec002 .inner .room_list li a {
    text-decoration: none;
    color: #fff;
}

#top #container .sec002 .inner .room_list li a:hover {
    color: #fff;
}

#top #container .sec002 .inner .room_list li a .box {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#top #container .sec002 .inner .room_list li a .box h3 {
    font-family: 'Muli', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 .inner .room_list li a .box h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}

#top #container .sec002 .inner .room_list li a .box h3::after {
    content: "";
    width: 41px;
    height: 1px;
    display: block;
    margin: 20px auto 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 .inner .room_list li a .box h3::after {
        margin: 10px auto 0;
    }
}

#top #container .sec002 .inner .room_list li a .box .txt_left{
    text-align: left;
}

#top #container .sec002 article {
    position: relative;
    margin-bottom: 100px;
    clear: both;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article {
        margin-bottom: 50px;
    }
}

#top #container .sec002 article .cont {
    position: absolute;
    padding: 25px 40px;
    background: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    box-sizing: border-box;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article .cont {
        position: inherit;
        padding: 20px 30px;
    }
}

#top #container .sec002 article .cont .fig {
    text-align: center;
    margin-bottom: 20px;
}

#top #container .title-bold {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.8;
}

#top #container .sec002 article.no1 .cont {
    top: 3%;
    left: 15%;
}

@media screen and (min-width: 1600px) {
    #top #container .sec002 article.no1 .cont {
        left: 20%;
    }
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article.no1 .cont {
        top: auto;
        left: auto;
    }
}

#top #container .sec002 article.no1 .cont_bg {
    float: right;
    width: 50%;
    height: 60%;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article.no1 .cont_bg {
        float: none;
        width: 100%;
        height: 100%;
    }
}

#top #container .sec002 article.no2 .cont {
    top: 10%;
    right: 15%;
}

@media screen and (min-width: 1600px) {
    #top #container .sec002 article.no2 .cont {
        right: 20%;
    }
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article.no2 .cont {
        top: auto;
        right: auto;
    }
}

#top #container .sec002 article.no2 .cont_bg {
    width: 50%;
    height: 60%;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article.no2 .cont_bg {
        float: none;
        width: 100%;
        height: 100%;
    }
}

#top #container .sec002 article.no3 .cont {
    top: 10%;
    left: 15%;
}

@media screen and (min-width: 1600px) {
    #top #container .sec002 article.no3 .cont {
        left: 20%;
    }
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article.no3 .cont {
        top: auto;
        left: auto;
    }
}

#top #container .sec002 article.no3 .cont_bg {
    float: right;
    width: 50%;
    height: 60%;
}

@media screen and (max-width: 767px) {
    #top #container .sec002 article.no3 .cont_bg {
        float: none;
        width: 100%;
        height: 100%;
    }
}

#top #container .sec003 {
    clear: both;
    background: #faf8f1;
}

#top #container .sec003 .flex {
    justify-content: space-between;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #top #container .sec003 .flex {
        display: block;
    }
}

#top #container .sec003 .flex dl {
    width: calc(50% - 20px);
    border: 2px solid #93856c;
    background: #fff;
}

@media screen and (max-width: 767px) {
    #top #container .sec003 .flex dl {
        width: 100%;
        margin-bottom: 20px;
    }
}

#top #container .sec003 .flex dl dt {
    padding: 20px 10px;
    background: #93856c;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #top #container .sec003 .flex dl dt {
        padding: 10px;
    }
}

#top #container .sec003 .flex dl dd {
    padding: 20px;
    background: #fcfcfc;
}

#top #container .sec003 .flex dl dd ul li {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

#top #container .sec003 .flex dl dd ul li::before {
    font-family: FontAwesome;
    content: '\f00c';
    margin-right: 10px;
    color: #93856c;
}

#top #container .sec003 .flex dl dd ul li:last-child {
    margin-bottom: 0;
}

#top #container .sec003 .flex dl.option {
    border: 2px solid #a00000;
    background: #fef9f9;
}

#top #container .sec003 .flex dl.option dt {
    background: #a00000;
}

#top #container .sec003 .flex dl.option dd {
    background: #fef9f9;
}

#top #container .sec003 .flex dl.option dd ul li::before {
    color: #a00000;
}

#top #container .sec004 {
    
}

#top #container .sec004 .inner .flex {
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #top #container .sec004 .inner .flex {
        display: block;
    }
}

#top #container .sec004 .inner .flex dl {
    width: calc(50% - 20px);
}

#top #container .sec004 .inner .flex dl.w60 {
    width: calc(60% - 20px);
}

#top #container .sec004 .inner .flex dl.w40 {
    width: calc(40% - 20px);
}

@media screen and (max-width: 767px) {
    #top #container .sec004 .inner .flex dl {
        width: 100%;
        margin-bottom: 20px;
    }

    #top #container .sec004 .inner .flex dl.w40,
    #top #container .sec004 .inner .flex dl.w60 {
        width: 100%;
    }
}

#top #container .sec004 .inner .flex dl dt {
    padding: 15px 10px;
    background: #93856c;
    font-size: 2.0rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#top #container .sec004 .inner .flex dl dd table {
    width: 100%;
    background: #fff;
    font-size: 15px;
}

#top #container .sec004 .inner .flex dl dd table.syde_by_syde01 {
    width: calc(40% - 10px);
}

#top #container .sec004 .inner .flex dl dd table.syde_by_syde02 {
    width: calc(60% - 10px);
}

#top #container .sec004 .inner .flex dl dd table .title th {
    padding: 15px 1px;
    border: 1px solid #7d693f;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background: #faf8f1;
    color: #000;
    width: 25%;
    vertical-align: middle;
}

#top #container .sec004 .inner .flex dl dd table td {
    padding: 15px;
    border: 1px solid #7d693f;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #top #container .sec004 .inner .flex dl .scroll table {
        width: 100%;
    }

    #top #container .sec004 .inner .flex dl .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    #top #container .sec004 .inner .flex dl .scroll::-webkit-scrollbar {
        height: 5px;
    }

    #top #container .sec004 .inner .flex dl .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    #top #container .sec004 .inner .flex dl .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}

#top #container .sec004 .inner .flex dl.plan02 dt {
    background: #5b4927;
}

#top #container .sec004 .inner .flex dl.plan03 {
    width: 70%;
}

@media screen and (max-width: 767px) {
    #top #container .sec004 .inner .flex dl.plan03 {
        width: auto;
    }

    #top #container .sec004 .inner .flex dl dd table.syde_by_syde01 {
        width: 100%;
        margin-bottom: 20px;
    }

    #top #container .sec004 .inner .flex dl dd table.syde_by_syde02 {
        width: 100%;
    }
}

#top #container .sec004 .inner .flex dl.plan03 .flex {
    margin-bottom: 0;
    align-items: start;
}

#top #container .sec004 .inner .flex dl.plan03 dd table .title th {
    width: auto;
}

#top #container .sec004 p.supplement{
    margin-bottom: 20px;
}

#top #container .sec005{
    
}

#top #container .sec005 .inner .flex {
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #top #container .sec005 .inner .flex {
        display: block;
        text-align: center;
    }
}

#top #container .sec005 .inner .flex figure {
    width: 40%;
}

@media screen and (max-width: 767px) {
    #top #container .sec005 .inner .flex figure {
        width: 100%;
    }
}

#top #container .sec005 .inner .flex .cont {
    width: 56%;
}

@media screen and (max-width: 767px) {
    #top #container .sec005 .inner .flex .cont {
        width: 100%;
    }
}

#top #container .sec005 .inner .flex .cont h3 {
    font-size: 2.8rem;
    color: #5b4927;
    font-weight: 700;
    margin-bottom: 20px;
}

#top #container .sec005 .inner .flex .cont .txt {
    line-height: 2.0;
    margin-bottom: 40px;
}

#top #container .sec005 .inner .flex .cont .fig {
    margin-bottom: 10px;
}

#top #container .sec005 .inner .flex .cont .telnum {
    font-size: 2.8rem;
    font-weight: 700;
}

#top #container .sec005 .inner .flex .cont .telnum::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 25px;
    background-image: url(../img/ico_tel.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

#top #container .sec005 .gmap {
    margin-top: 50px;
}

#top #container .sec006 {
    background: #faf8f1;
}

#top #container .sec006 .inner {
    text-align: center;
}

#top #container .sec006 .inner iframe {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #top #container .sec006 .inner iframe {
        width: 100%;
    }
}

/*事例紹介*/
#top #container .case .box{
    margin-bottom: 50px;
    padding: 2em;
    background: #faf8f1;
}
#top #container .case .box h3{
    font-size: 2.8rem;
    color: #5b4927;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5b4927;
}
#top #container .case .box .lead{
    margin-bottom: 30px;
}
#top #container .case .box .flex{
    justify-content: space-between;
    margin-bottom: 30px;
}
#top #container .case .box .flex .cont{
    width: 48%;
}
#top #container .case .box .flex .cont ul li{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #b6b6b6;
}
#top #container .case .box .flex .cont ul li:last-child{
    margin-bottom: 0;
}
#top #container .case .box .flex .photo{
    width: 48%;
    display: flex;
    justify-content: space-between;
}
#top #container .case .box .flex .photo img{
    width: 100%;
}
#top #container .case .box .flex .photo .photo_s{
    width: 48%;
}
#top #container .case .box dl dt{
    background: #5b4927;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
}
#top #container .case .box dl dt::before{
    font-family: FontAwesome;
    content: '\f508';
    margin-right: 10px;
}
#top #container .case .box dl dd{
    padding: 1em;
    border: 1px solid #5b4927;
    line-height: 1.6;
    background: #fff;
}
@media screen and (max-width: 767px) {
    #top #container .case .box .flex .cont{
        width: 100%;
        margin-bottom: 30px;
    }
    #top #container .case .box .flex .photo{
        width: 100%;
    }
    #top #container .case .box .flex .photo .photo_s{
        width: 100%;
        margin-bottom: 20px;
    }
}

/*# sourceMappingURL=style.css.map */
/* top_voice */
.voiceImage{text-align:center;margin:0 auto;}
.voiceImage img{max-width:100%;}
.voiceCatch{color:#5b4927;font-size: 1.7em;font-weight:700;text-align:center;}
.voiceCatch span {font-size: 2.6em;margin:0 5px;}
.voiceContainer {
    max-width: 1000px;
    margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.voiceBox {
    width: 300px;
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #5b4927;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #5b4927;
    box-sizing: border-box;
  }
  
  .voiceBox:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .voiceBox:after {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #5b4927;
    z-index: 1;
  }
  
  .voiceBox p {
    margin: 0;
    padding: 0;
  }
  @media (max-width: 767px) {
    .voiceContainer {justify-content: space-around;}
    .voiceBox {width: auto;margin: 1.5em 0 0.5em;}
    }
/*width*/
.w10p {
    width: 10%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w45p {
    width: 45%;
}

.w47p {
    width: 47%;
}

.w48p {
    width: 48%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w75p {
    width: 75%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w100p {
    width: 100%;
}

.w-half-res {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
}

@media (max-width:768px) {
    .w-half-res {
        width: auto;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .w-half-res iframe {
        width: 100%;
    }
}

/*margin*/
.mr0 {
    margin-right: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pdt0 {
    padding-top: 0px !important;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

/*border*/
.border-top {
    padding-top: 24px;
    border-top: 1px solid #CCC;
}

.border-bottom {
    border-bottom: 1px solid #CCC;
}

/*font*/
.red {
    color: #FF0000;
}

.bold {
    font-weight: bold;
}

.ft12 {
    font-size: 12px;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft15 {
    font-size: 15px;
}

.ft16 {
    font-size: 16px;
}

.ft17 {
    font-size: 17px;
}

.ft18 {
    font-size: 18px;
}

.ft19 {
    font-size: 19px;
}

.ft20 {
    font-size: 20px;
}

.ft21 {
    font-size: 21px;
}

.ft22 {
    font-size: 22px;
}

.ft23 {
    font-size: 23px;
}

.ft24 {
    font-size: 24px;
}

.ft25 {
    font-size: 25px;
}

.ft26 {
    font-size: 26px;
}

.ft27 {
    font-size: 27px;
}

.ft28 {
    font-size: 28px;
}

.ft29 {
    font-size: 29px;
}

.ft30 {
    font-size: 30px;
}

.ft31 {
    font-size: 31px;
}

.ft32 {
    font-size: 32px;
}

.ft36 {
    font-size: 36px;
}

.ft40 {
    font-size: 40px;
}

.ft44 {
    font-size: 44px;
}

.ft48 {
    font-size: 48px;
}

@media only screen and (max-width: 769px) {
    .ft12-m {
        font-size: 12px;
    }

    .ft13-m {
        font-size: 13px;
    }

    .ft14-m {
        font-size: 14px;
    }

    .ft15-m {
        font-size: 15px;
    }

    .ft16-m {
        font-size: 16px;
    }

    .ft17-m {
        font-size: 17px;
    }

    .ft18-m {
        font-size: 18px;
    }

    .ft19-m {
        font-size: 19px;
    }

    .ft20-m {
        font-size: 20px;
    }

    .ft21-m {
        font-size: 21px;
    }

    .ft22-m {
        font-size: 22px;
    }

    .ft23-m {
        font-size: 23px;
    }

    .ft24-m {
        font-size: 24px;
    }

    .ft25-m {
        font-size: 25px;
    }

    .ft26-m {
        font-size: 26px;
    }

    .ft27-m {
        font-size: 27px;
    }

    .ft28-m {
        font-size: 28px;
    }

    .ft29-m {
        font-size: 29px;
    }

    .ft30-m {
        font-size: 30px;
    }

    .ft31-m {
        font-size: 31px;
    }

    .ft32-m {
        font-size: 32px;
    }

    .ft36-m {
        font-size: 36px;
    }

    .ft40-m {
        font-size: 40px;
    }

    .ft44-m {
        font-size: 44px;
    }

    .ft48-m {
        font-size: 48px;
    }
}

/*vertical-align*/
.vt-top {
    vertical-align: top;
}

@media only screen and (min-width: 769px) {
    .sec11.lileas .sub {
        font-size: 14px;
    }
}

#top #container .x-small {
    font-size: 1.1rem;
}

/* sns */
.sns {
    display: inline-block;
    margin-left: 30px;
}

.sns li {
    display: inline-block;
    margin-left: 20px;
}

@media only screen and (max-width: 769px) {
    .sns {
        display: block;
        margin-left: auto;
    }
}

/* FAQ */
#container #faq{

}
.faq_d {
    background: #fff;
    border-radius: 4px;
    color: #222;
}

.faq_d {
    border-top: 3px solid #5b4927;
}

.faq_ttl {
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
}

.faq_p {
    line-height: 2;
    position: relative;
}

.faq_p.icon104 {
    position: relative;
}

.faq_p.icon104:before {
    content: "";
    display: block;
    background: url(/pict/template01/icon104.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.faq_ttl.icon_q {
    position: relative;
}

.faq_ttl.icon_q:before {
    content: "";
    display: block;
}

.faq_ttl.icon_q:before {
    background: url(/pict/template01/icon102.png);
}

.faq_ttl.icon_q:before {
    background-size: contain;
    background-repeat: no-repeat;
}

.faq_ttl {
    color: #5b4927;
}

@media only screen and (min-width: 769px) {
    .sec10 {
        margin-top: 120px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .faq_d {
        padding: 30px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .faq_ttl {
        padding-bottom: 25px;
        padding-left: 65px;
    }

    .faq_p {
        padding-top: 25px;
        padding-left: 65px;
        margin: 0;
    }

    .faq_p.icon104:before {
        height: 44px;
        width: 44px;
        position: absolute;
        top: 25px;
        left: 0px;
    }

    .faq_ttl.icon_q:before {
        height: 45px;
        width: 45px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .sec10 {
        margin-top: 48px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec10 .innr {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sec10 .tbl {
        margin-top: 0;
    }

    .faq_d {
        padding: 15px;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .faq_ttl {
        padding-bottom: 15px;
        padding-left: 55px;
        min-height: 50px;
    }

    .faq_p {
        padding-top: 15px;
        padding-left: 55px;
        margin: 0;
        min-height: 50px;
    }

    .faq_p.icon104:before {
        height: 44px;
        width: 44px;
        position: absolute;
        top: 15px;
        left: 0px;
    }

    .faq_ttl.icon_q:before {
        height: 45px;
        width: 45px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

/*オーディションページ用追記20220609*/
#top #container .voice .flex{
    justify-content: space-between;
}
#top #container .voice .flex .box{
    width: 48%;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #705c37;
}
#top #container .voice .box h3{
    font-size: 2.4rem;
    color: #5b4927;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5b4927;
}
#top #container .voice .box ul{
    margin-top: 20px;
}
#top #container .voice .box ul li{
    margin: 10px 0;
}
#top #container .voice .box ul li::before{
    content: "●";
}
@media only screen and (max-width: 768px) {
    #top #container .voice .flex .box{
        width: 100%;
        margin-bottom: 30px;
    }
}


/*ZOOMウェビナー支援パック*/
#webinar{
    font-family: 'Noto Sans JP', sans-serif;
}
#webinar section{
    padding: 60px 0;
}
#webinar .btn{
    text-align: center;
    margin-top: 50px;
}
#webinar h2.style01{
    text-align: center;
    font-size: 4.2rem;
    line-height: 1.6;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
}
#webinar h2.style01 span{
    font-size: 1.6rem;
    color: #705c37;
    display: block;
}
#webinar h2.style01::before{
    height: 80px;
    width: 2px;
    background: #0b0b0b;
    content: "";
    position: absolute;
    top: -110%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#webinar .mv{
    background: url(../webinar/img/bg_mv.jpg) no-repeat top center / cover;
}
#webinar .mv{
    height: 750px;
    position: relative;
}
#webinar .mv .catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 40px;
    width: 80%;
    box-sizing: border-box;
}
#webinar .mv .catch h1{
    font-size: 6.0rem;
    margin-bottom: 0.7em;
    font-weight: 700;
}
#webinar .mv .catch .sub{
    font-size: 3.2rem;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 30px;
}
#webinar .sec001{
    padding: 0 0 90px;
}
#webinar .sec001 h2{
    text-align: center;
    background: #705c37;
    padding: 50px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}
#webinar .sec001 h2::before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #705c37;
}
#webinar .sec001 h3{
    text-align: center;
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
}
#webinar .sec001 h3 span{
    color: #921c07;
}
#webinar .sec001 h3::before{
    position: absolute;
    left: 60px;
     top: -60px;
    content: url(../webinar/img/fig_icon01.png);
}
#webinar .sec001 ul li{
    margin-bottom: 40px;
    text-align: center;
}
#webinar .sec001 ul li:last-child{
    margin-bottom: 0;
}
#webinar .sec001 ul li h4{
    text-align: center;
    background: #705c37;
    padding: 20px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
    line-height: 1.6;
}
#webinar .sec001 ul li h4::before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #705c37;
}
#webinar .sec001 ul li .txt{
    font-size: 2.2rem;
    font-weight: 600;
}
#webinar .sec002 .flex{
    justify-content: space-between;
    margin-top: 100px;
}
#webinar .sec002 .flex li{
    width:calc(33.333333% - 10px);
    position: relative;
    background: #f2efea;
    padding: 30px;
    box-sizing: border-box;
}
#webinar .sec002 .flex li::before{
    content: url(../webinar/img/ico_pack01.png);
    text-align: center;
    display: block;
    margin-top: -100px;
    margin-bottom: 30px;
}
#webinar .sec002 .flex li:nth-child(2)::before{
    content: url(../webinar/img/ico_pack02.png);
}
#webinar .sec002 .flex li:nth-child(3)::before{
    content: url(../webinar/img/ico_pack03.png);
}
#webinar .sec003{
    background: url(../webinar/img/bg_point.jpg) no-repeat top center / cover;
    padding: 0 0 90px;
}

#webinar .sec003 h2{
    text-align: center;
    background: #921c07;
    padding: 50px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}
#webinar .sec003 h2 span{
    font-size: 2.2rem;
}
#webinar .sec003 h2::before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #921c07;
}
#webinar .sec003 ul{
    padding: 0 60px;
    margin-bottom: 50px;
}
#webinar .sec003 ul li{
    font-size: 3.6rem;
    text-align: left;
    line-height: 1.6;
    font-weight: 700;
    padding: 10px 0 20px 120px;
    border-bottom: 4px dotted #921c07;
    margin-bottom: 20px;
    background: url(../webinar/img/ico_point01.png) no-repeat left center;
}
#webinar .sec003 ul li:last-child{
    background: url(../webinar/img/ico_point02.png) no-repeat left center;
    margin-bottom: 0;
    border: 0;
}
#webinar .sec003 .flex{
    justify-content: space-between;
}
#webinar .sec003 .flex figure{
    width:calc(33.333333% - 10px);
}
#webinar .sec003 .catch{
    text-align: center;
    font-size: 7.0rem;
    font-weight: 700;
    margin: 40px 0 20px;
}
#webinar .sec003 .catch::after{
    content: url(../webinar/img/fig_arrow01.png);
    display: block;
}
#webinar .sec003 h4{
    text-align: center;
    font-size: 4.2rem;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: 1.6;
}
#webinar .sec003 h5{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: 1.6;
}
#webinar .sec003 dl dt{
    padding: 15px;
    background: #921c07;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#webinar .sec003 dl dd{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    background: #fff;
    padding: 25px;
}
#webinar .sec004 .inner .wrap{
    max-width: 900px;
    margin: 0 auto;
}
#webinar .sec004 .inner .wrap .detail01{
    margin-bottom: 30px;
}
#webinar .sec004 .inner .wrap .detail01 em{
    color: #921c07;
    font-weight: 700;
}

#webinar .sec004 .inner .wrap table {
    width: 100%;
    background: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

#webinar .sec004 .inner .wrap table th {
    padding: 15px 1px;
    border: 1px solid #7d693f;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background: #faf8f1;
    color: #000;
    width: 25%;
    vertical-align: middle;
    font-size: 1.6rem;
}

#webinar .sec004 .inner .wrap table td {
    padding: 15px;
    border: 1px solid #7d693f;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6;
}
#webinar .sec004 .inner .wrap .detail02 h3{
    background: #705c37;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px;
}
#webinar .sec004 .inner .wrap .detail02 .box .box_wrap{
    padding: 25px;
    background: #fffbf4;
}

#webinar .sec004 .inner .wrap .detail02 dl dt{
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.6;
}
#webinar .sec004 .inner .wrap .detail02 dl dd ul{
    list-style: disc;
    padding-left: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
#webinar .sec005{
    background: #fffbf4;
}
#webinar .sec005 .lead{
    text-align: center;
}
#webinar .sec006 dl dt{
    background: url(../webinar/img/ico_q.png) no-repeat left center #fffbf4;
    padding: 15px 0 15px 80px;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 30px 0 20px;
    cursor: pointer;
    position: relative;
    line-height: 1.6;
}
#webinar .sec006 dl dt::after{
    font-family: FontAwesome;
    content: "\f055";
    position: absolute;
    right: 10px;
    top: 15px;
    color: #705c37;
}
#webinar .sec006 dl dt.active::after{
    font-family: FontAwesome;
    content: "\f056";
}
#webinar .sec006 dl dd{
    background: url(../webinar/img/ico_a.png) no-repeat left center #fafafa;
    padding: 15px 0 15px 80px;
    display: none;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    #webinar h2.style01{
        font-size: 3.0rem;
    }
    #webinar .mv{
        height: 500px;
        position: relative;
        margin-top: 80px;
    }
    #webinar .mv .catch{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        background: rgba(255,255,255,0.8);
        padding: 25px;
        width: 90%;
        box-sizing: border-box;
    }
    #webinar .mv .catch h1{
        font-size: 3.6rem;
        margin-bottom: 0.5em;
    }
    #webinar .mv .catch .sub{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    #webinar .sec001 h2{
        padding: 25px;
        font-size: 2.4rem;
    }
    #webinar .sec001 h3{
        text-align: center;
        font-size: 3.0rem;
    }
    #webinar .sec001 h3::before{
        position: inherit;
        left: auto;
         top: auto;
        content: url(../webinar/img/fig_icon01.png);
        text-align: center;
        display: block;
    }
    #webinar .sec001 ul li h4{
        font-size: 2.2rem;
    }
    #webinar .sec002 .flex li{
        width:100%;
        margin-bottom: 90px;
        font-size: 1.6rem;
   }
    #webinar .sec002 .flex li:last-child{
        margin-bottom: 0;
    }
    #webinar .sec003 h2{
        padding: 25px;
        font-size: 2.4rem;
    }
    #webinar .sec003 ul{
        padding: 0;
        margin-bottom: 50px;
    }
    #webinar .sec003 ul li{
        font-size: 2.4rem;
        padding: 10px 0 20px 120px;
    }
    #webinar .sec003 .catch{
        font-size: 4.0rem;
    }
    #webinar .sec003 h4{
        font-size: 3.0rem;
    }
    #webinar .sec003 h5{
        font-size: 2.2rem;
    }
    #webinar .sec003 dl dt{
        font-size: 2.2rem;
    }
    #webinar .sec003 dl dd{
        font-size: 1.7rem;
    }
    #webinar .sec004 .inner .flex{
        display: block;
    }
    #webinar .sec003 .flex figure{
        width:100%;
        margin-bottom: 10px;
    }
    #webinar .sec004 .inner .flex .detail01{
        width: 100%;
        margin-bottom: 30px;
    }
    #webinar .sec004 .inner .flex .detail02{
        width: 100%;
    }
    #webinar .sec006 dl dt{
        padding: 15px 30px 15px 80px;
        font-size: 1.7rem;
    }
    #webinar .sec006 dl dt::after{
        top: 30%;
    }
    #webinar .sec006 dl dd{
        font-size: 1.5rem;
        padding: 15px 15px 15px 80px;
    }
}