/*
*Theme Name: L'Aube
*Author:TOIBOX
*Description: L'Aube 2023
*Version:1.0.sab-page .news_text_box
*/

/*-----リセットCSS------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: YuMincho, serif;
    color: #333333;
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
    line-height: 1.8em;
}

.slick-dots li button {
    display: none !important;
}


body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

ul {
    padding-left: 0;
}

li {
    list-style: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

#g-navi .last {
    background: #583A7D;
    color: #FFF;
    padding: 30px 44px;
    margin-left: 10px;
    height: 71px;
}

#g-navi .last a {
    color: #FFF;
}

#g-navi .last a:hover {
    color: #D3D3D3;
}

#g-navi {
    pointer-events: none;
}

#g-navi li:hover {
    color: rgba(0, 0, 0, 0.2);
    transition: .6s;
}

#g-navi li a {
    pointer-events: auto;
}

#g-navi li a:hover {
    color: rgba(0, 0, 0, 0.2);
    transition: .6s;
}

#g-navi .last:hover {
    background: rgba(88, 58, 125, 0.2);

}



.ly_fixedNav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    transition: top .8s, visibility .8s;
    visibility: hidden;
    background-color: #FFF;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*-----リセットCSSここまで------*/

.pc {
    display: block;
}

.sp {
    display: none;
}

/*-----header------*/

html {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFF;
}


.container {
    display: flex;
    justify-content: space-between;

}

.logo img {
    width: 90px;
}


.logo-box {
    display: flex;
    padding: 30px 0 0 40px;
}

.sab-logo {
    padding-left: 30px;
    padding-top: 5px;
    color: #FFF;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.sab-top .navbar {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
}

.sab-top .sab-logo {
    color: #666;
}

.sab-top .navbar-nav {
    padding-top: 0;
    margin-right: 0;
}

.sab-top .navbar-nav li a {
    color: #666;
    padding-top: 30px;
}

.sab-top .navbar-nav .last a {
    color: #FFF;
    padding-top: 0;
}

.sab-top .navbar-nav .last {
    background: #583A7D;
    color: #FFF;
    padding: 30px 44px;
    margin-left: 10px;
}

.navbar-nav {
    display: flex;
    margin-right: 40px;
    padding-top: 40px;
    padding-left: 50px;
    font-family: 'BIZ UDPMincho', serif;
}

.navbar-nav li {
    margin-right: 10px;
    list-style: none;
}

.navbar-nav .last {
    margin-right: 0;
}

.navbar-nav li a {
    color: #FFF;
    text-decoration: none;
}

.navbar-nav li a span {
    color: red;
}

.sp-menu {
    display: none;
}

/*========= 上部固定させるためのCSS ===============*/

#header {
    position: fixed;
    /*fixedを設定して固定*/
    width: 100%;
    /*横幅指定*/
    z-index: 999;
    /*最前面へ*/
    /*以下はレイアウトのためのCSS*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    color: #333333;
    text-align: center;
}

/*fixedでブロックがなくなるのではじめの要素のトップに余白を持たせる*/
section#area-1 {
    padding-top: 100px;
}

/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/

#header.UpMove {
    position: fixed;
    width: 100%;
    animation: UpAnime 0.5s forwards;
    display: none;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/

#header.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
    height: 70px;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateY(-56px);
    background: #FFF;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 70px;
}

#header .logo-box {
    padding: 20px 0 0 40px;
}

#header ul {
    width: 100%;
    z-index: 10;
    text-align: center;
}



#header li {
    display: inline-block;
    padding: 30px 15px;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box;
}



#header_sub.scrolled {
    transform: translateY(0px);
}

#header .sab-logo {
    color: #666;
    padding-top: 5px;
    font-weight: normal;
}





/*========= レイアウトのためのCSS ===============*/

h1 {
    font-size: 1.2rem;
}

h2 {
    font-size: 13px;
    margin: 0 0 30px 0;
}



small {
    background: #333;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px;
}


nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #666;
    transition: all 0.3s;
    font-size: 13px;
}

nav ul li a:hober {
    color: #583A7D;
    background-color: #FFF;
}

@media screen and (max-width:768px) {
    nav ul li a {
        font-size: 26px;
        line-height: 44px;
        letter-spacing: 1px;
    }
}

/* nav ul li.current a,
  nav ul li a:hover,
  nav ul li a:active{
    color: #583A7D; 
  }
 */

.navbar-nav li {
    margin-right: 20px;
    list-style: none;
    font-size: 13px;
}

.main-img-box {
    position: relative;
}

.main-img-box h1 {
    position: absolute;
    top: 225px;
    left: 150px;
    font-size: 38px;
    font-weight: bold;
    line-height: 56px;
    letter-spacing: 0.5px;
    color: #FFF;
    z-index: 10;
}

.main-img-box h1 span {
    font-size: 64px;
    font-weight: 500;
    line-height: 105px;
    letter-spacing: .5px;

}

.slider-box-pc {
    width: 100%;
    background-color: #707070;
}

.slider-box-pc img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
}

.main-img-box-sp {
    display: none;
}

.navbar-nav li .target {
    color: #E13650;
}

/*-----header end------*/


/*----- FV------*/

.top-fv {
    width: 100%;
    position: relative;
}

.top-fv img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.top-fv .fv-text {
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.top-fv .fv-text h1 {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: 1.1px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 20px;
}

.top-fv .fv-text h2 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
}

.top-fv p {
    display: table-cell;
    width: 100px;
    height: 200px;
    writing-mode: vertical-rl;
    color: #FFF;
    text-orientation: mixed;
    /* ←この行を追加 */
    position: absolute;
    bottom: 0;
    right: 50px;
    border-right: 1px solid #FFF;
    padding-right: 10px;
}

/*-----FV end------*/

/*----- box-1 ------*/

.box-1 {
    display: flex;
    margin: 0 auto;
    margin-top: 100px;
    width: 980px;
    justify-content: space-between;
}


.box-1 .about-img-box {
    width: 55%;
    margin-left: -5%;
}

.box-1 .about-text-box {
    width: 42%;
    display: block;
}

.box-1 div img {
    width: 100%;
}

.box-1 h2 {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
}

.box-1 h3 {
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}

.box-1 p {
    color: #000;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
    font-weight: normal;
}

.box-1 a,
.menu a,
.viwe-btn {
    padding: 20px 0px 20px 10px;
    border-bottom: 1px solid;
    width: 100%;
    margin-bottom: 40px;
    color: #333;
    display: flex;
    justify-content: space-between;
}


.box-1 a {
    width: auto;
}

.viwe-btn {
    margin-top: 50px;
    width: 40%;
    padding-right: 20px;
}


.box-1 a:hover,
.menu a:hover,
.viwe-btn:hover {
    background-color: #583A7D;
    color: #FFF;
    padding-left: 20px;
    transition: .6s;
    width: auto;
}

.box-1 a:hover,
.viwe-btn:hover {
    padding: 20px -20px 20px 30px;
}



/*----- box-1 end------*/

/*----- top-menu ------*/
.menu {
    width: 100%;
    margin: 0 auto;
    background-color: #F8F6F2;
    padding: 100px 0;
}

.menu-main-box {
    width: 1120px;
    margin: 0 auto;
}

.menu-box {
    display: flex;
    margin-top: 90px;
    justify-content: space-between;
}

.menu-box div {
    width: 30%;
}


.menu-box img {
    width: 100%;
    margin-bottom: 30px
}

.menu-box h3 {
    font-size: 24px;
    font-weight: normal;
}

.menu-box a:hover,
.menu-box a span:hover,
.he-2:hover,
.viwe-btn:hover {
    background-color: #583A7D;
    color: #FFF;
    padding-left: 20px;
    transition: .6s;
    width: auto;
}

.viwe-btn:hover {
    width: 40%;
    padding-right: 10px;
}


.menu h2 {
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 1px;
}

.menu h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
    padding-top: 0px;
}

.menu p {
    color: #333333;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.menu a {
    color: #333333;
    font-size: 13px;
    font-weight: Demibold;
    line-height: 23px;
    letter-spacing: 1px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333333;
    padding: 20px 0;
}

/*----- box-1 end------*/

/*----- top-services ------*/
.staff {
    width: 700px;
    margin: 0 auto;
    margin-top: 80px;
}

.staff h2 {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
}

.staff-box {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.staff-box div {
    width: 48%;
}

.staff-box div img {
    width: 100%;
}

.staff-box div p {
    color: #333333;
    font-size: 13px;
    line-height: 26px;
}

.staff-box h3 {
    padding-top: 30px;
    padding-bottom: 45px;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
}

.staff-box h3 span {
    font-size: 9px;
    line-height: 16px;
    padding-left: 20px;
}

.btn-p-box {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.btn-p {
    background-color: #583A7D;
    width: 48%;
    display: block;
    text-align: center;
    color: #FFF;
    padding: 33px 99px;
    border: 1px solid #583A7D;
    border-radius: 5px;
}

.btn-p:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #583A7D;
    border-radius: 5px;
    transition: .6s;
}

/*----- top-services end------*/

/*---- slideshow ----*/

.content {
    width: 640px;
    height: 400px;
}

.content img {
    width: 100%;
}

.slideshow {
    margin: 0 auto;
    display: flex;
}

.wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 80px;
}

.slideshow {
    display: flex;
    animation: loop-slide 40s infinite linear 1s both;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*---- slideshow end ----*/

/*----- top-news -----*/

.top-news {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 0;
    width: 1140px;
}

.top-news .top-news-box {
    width: 840px;
}

.top-news h2 {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-left: 70px;
    height: 23px;
    width: 15%;
}

.top-news-sab-box {
    display: block;
    justify-content: space-between;
}

.top-news-sab-box li {
    width: 90%;
    padding: 0 0 30px;
}

.top-news-sab-box li img {
    width: 100%;
    height: auto;
}

.top_news_content p {
    width: 100%;
    font-weight: normal;
}

.top_news_title {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
}

.news_category {
    color: #9D9D9D;
    font-size: 12px;
}

.cat-box {
    display: flex;
    margin-bottom: 20px;
}

.cat-box p {
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #9D9D9D;
}

.post_list .cat-sab {
    color: #9D9D9D;
    font-size: 12px;
}



.all-btn p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #333;
    width: 30%;
    padding: 20px 0 20px;
    margin-left: 20px;
}

/*----- top-news end------*/


/* ----question---- */

.question {
    margin-top: 100px;
    background-color: #F8F6F2;
    display: flex;
}

.question div {
    width: 50%;
    text-align: center;
    padding: 98px 0;
}

/* .insta{
    border-right: 1px solid #cccccc;
} */

.question div p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    border-right: 1px solid #cccccc;
    padding: 53px 0;
    color: #583A7D;
}

.question div p span {
    font-size: 12px;
}



/* ----question end---- */


/*----- footer------*/
.contact-box {
    display: block;
    background-image: url("http://laube-esthetic.com/wp-content/themes/LAube202307/img/contact-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-box {
    text-align: center;
    padding: 90px 0 66px;
    position: relative;
    height: 382px;
}

.contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.contact-sab-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

.contact-box h2 {
    font-size: 30px;
    line-height: 51px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    color: #FFF;
    z-index: 100;
}

.contact-box a {
    border: 1px solid;
    padding: 27px 64px;
    margin-bottom: 50px;
    color: #FFF;
}


.time {
    margin-top: 50px;
    font-size: 16px;
    line-height: 27px;
    color: #FFF;
}

.tyui-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tyui {
    text-align: left;
}

.tyui {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFF;
    text-align: left;
}

.footer-main-box {
    display: flex;
    justify-content: space-between;
    height: 90px;
}

.footer-box {
    display: flex;
    padding: 48px 0 33px 30px;
}


.footer-box p a {
    padding: 0 0 0 3px;
    color: #333333;
}

.footer-box img {
    width: 55%;

}


.footermenu-box {
    display: flex;
    width: 1140px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 72px;
}

.footermenu-sab-box {
    width: 70%;
    display: flex;
    text-align: left;
}

.footermenu-sab-box-2 {
    width: 100%;
}

.menu-ul {
    display: flex;
}

.menu-ul li {
    margin-right: 20px;
}

.footermenu-sab-box a,
.footer-text a span {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: .5px;
    text-decoration: none;
}

.footer-text {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: .5px;
    text-decoration: none;
    border-left: 1px solid #FFF;
    padding-left: 40px;
    width: 30%;
}

.sns-btn {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.sns-btn div {
    width: 20%;
}

.sns-btn div img {
    width: 100%;
    border-radius: 50%;
}

.copy {
    text-align: end;
    font-size: 10px;
    padding: 48px 30px 33px 0;
}

.footer-box-pp {
    padding-right: 50px;
}

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

.sab-page {
    background-color: #FFF;
    padding-bottom: 98px;
}



/*----- ABOUT------*/

/*----- fv------*/

.about-fv {
    background: url("http://laube-esthetic.com/wp-content/themes/LAube202307/img/about-fv-img.png");
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.about-fv::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 50;
}

.about-fv-tetle-box {
    text-align: center;
    color: #FFF;
    z-index: 100;
    position: absolute;
    top: 150px;
    width: 100%;
}

.about-fv-tetle-box p {
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 45%;
    color: #FFF;
}

.menu-fv .about-fv-tetle-box p {
    width: 30%;
}

.about-fv-tetle {
    font-size: 24px;
    font-weight: medium;
    line-height: 41px;
    letter-spacing: 1px;
    color: #FFF;
}

.about-fv-tetle-sab {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: .5px;
    color: #FFF;
    text-align: center;
}

.philosophy-text-box .about-tb {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

/*----- FV end ------*/


/*----- ABOUTUS ------*/

.aboutus {
    padding: 100px 0;
    background: #FDF8FF;
}

.aboutus-box {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.aboutus-text-box {
    width: 60%;
}

.about-text {}

.about-text H3 {
    font-size: 24px;
    line-height: 41px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.text-1 {
    font-size: 13px;
    line-height: 23px;
    padding-bottom: 50px;
}

.about-text-box {
    display: flex;
    padding-bottom: 60px;
}

.p-m-box {
    margin-top: 5px;
    padding-right: 30px;
}

.about-text-box .p-m {
    color: #FFF;
    background-color: #583A7D;
    padding: 12px;
    border-radius: 50%;
}

.text-2 span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    display: block;
}

.text-2 {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: normal;
}

.list {
    margin-top: 40px;
}

.zisseki {
    border-bottom: 1px solid;
}

.aboutus-img {
    width: 35%;
    object-fit: cover;
}

.aboutus-img img {
    width: 100%;
    height: auto;
}

/*-----ABOUTUS end ------*/

/*----- companyprofile ------*/
.sab-news-box-1 {
    width: 15%;
}

.news-box-cont {
    width: 80%;
}
.news-box-cont li{
	margin-bottom:30px;	
}

.news_text_box h2{
	font-size:24px;
	
}

.area {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0;
}


.line,
.line-2,
.line-3 {
    padding: 0 65px 0 0;
    position: relative;
    margin: 0 0 30px;
}


.line::before,
.line-2::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 15%;
    height: 1px;
    content: '';
    background: #000;
}

.line-3::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 85%;
    height: 1px;
    content: '';
    background: #000;
}

.l-03::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 55%;
    height: 1px;
    content: '';
    background: #000;
}


.line span,
.line-3 span {
    position: relative;
    background: #fff;
    padding: 0 20px 0 0;
}

.line-2 span {
    position: relative;
    background: #F8F6F2;
    padding: 0 20px 0 0;
}


/*----- companyprofile end ------*/


/*----- services ------*/

.services {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    margin-top: 80px;
}

.services-2 {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    margin-top: 180px;
    display: flex;
}

.test {
    width: 50%;
}

.services-text-box {
    background-color: #F4F4F4;
    width: 60%;
    margin-left: 40px;
}

.services-text-box-r {
    background-color: #F4F4F4;
    width: 60%;
    margin-right: 40px;
}


.services-text {
    padding-left: 80px;
    padding-bottom: 40px;
    padding-right: 150px;
    padding-top: 40px;
}

#manabi {
    margin-top: 100px;
}

.services-text H3 {
    font-size: 32px;
    font-family: 'BIZ UDPMincho', serif;
    line-height: 60px;
    letter-spacing: 1.5px;
    position: absolute;
    top: -25px;
}



/* .text-2 a{
    border-bottom: 1px solid;
}
 */
.f-lab span {
    background-color: #0073aa;
    color: #FFF;
    border-radius: 10px;
    padding: 10px 20px;
}

.dan {
    padding-left: 185px;
}

.services-img {
    width: 45%;
    position: absolute;
    right: 30px;
    top: 19%;
}

.services-img-2 {
    width: 46%;
    position: absolute;
    left: 40px;
    top: 19%;
}

.area-img-box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.area-img {
    width: 48%;
    height: auto;
}

.area-img img {
    width: 100%;
    height: auto;
}

.area-img h3 {
    margin: 36px 0 30px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}

.area-img p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    padding-bottom: 23px;
}

.area-img ul {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
}

/*-----services end ------*/

/*----- Q&A ------*/
#qa {
    width: 980px;
    margin: 0 auto;
}

#qa h3 {
    margin-top: 100px;
}

.qa-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.qa-btn a {
    padding: 33px 85px;
    width: 14%;
    background-color: #583A7D;
    color: #FFF;
    text-align: center;
    border: 1px solid #583A7D;
    border-radius: 5px;
}

.qa-btn a:hover,
.menu-ber a:hover {
    background-color: #FFF;
    color: #333;
    border: 1px solid #583A7D;
    border-radius: 5px;
    transition: .6s;
}

.qa-box {
    background: #F8F6F2;
    margin: 50px auto;
    text-align: center;
    padding: 100px 140px 100px;
}

.qa-box h4 {
    margin: 0 0 64px;
    font-size: 24px;
}

.qa-box div {
    text-align: left;
}

.qa-text-1 {
    padding-right: 30px;
}



.qa-sab-box {
    padding-bottom: 80px;
}


.qa-text-box {
    display: flex;
}

hr {
    color: #583A7D;
    margin: 20px 0;
}

/*----- Q&A end ------*/
/*----- companyprofile ------*/

.company {
    display: flex;
    background-color: #F4F4f4;
    width: 1358px;
    margin: 0 auto;
    padding: 40px 80px;
    justify-content: unset;
    margin-top: 200px;
    position: relative;
}

.conpany-text-2 {
    margin-right: 0%;
}

.conpany-text-3 {
    margin-right: 0%;
}

.company H3 {
    font-size: 32px;
    font-family: 'BIZ UDPMincho', serif;
    line-height: 52px;
    letter-spacing: 1.5px;
    position: absolute;
    top: -25px;
}



/*----- companyprofile end ------*/


/*----- menu ------*/

.menu-fv {
    background: url("http://laube-esthetic.com/wp-content/themes/LAube202307/img/menu-fv-img.png");
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.menu-fv::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 50;
}

.menu-ber-box,
.main-menu-box {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto 90px;
}

#menu .qa-btn {
    width: 980px;
    margin: 80px auto;
    justify-content: space-between;
}

#menu .qa-btn a {}

.menu-ber {
    background-color: #583A7D;
    margin: 80px 0;
    width: 320px;
}

.menu-ber a {
    margin: 33px auto;
    display: block;
    color: #FFF;
    text-align: center;
}

.menu-img-box {
    width: 33%;
}

.menu-img-box img {
    width: 100%;
}

.menu-text-box {
    width: 60%;
}

.menu-text-box h4 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #333;

}

.menu-text-box h5 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .1px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

.menu-text-box h6 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .1px;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
}

.menu-text-1 {
    line-height: 30px;
    letter-spacing: 1px;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
}

.menu-text-2 {
    line-height: 33px;
    letter-spacing: 1px;
}

.sab-menu-box {
    background-color: #F8F6F2;
    width: 980px;
    margin: 50px auto 100px;
    padding: 50px 90px;
}

.menu-text-h4 {
    margin-top: 30px;
}

.sab-menu-box tr:last-child {
    padding-bottom: 0;
}

.sab-menu-1 {
    width: 70%;
    text-align: left;
}

.sab-menu-2 {
    width: 20%;
    text-align: left;
}

/*----- menu end ------*/



/*----- portfolio ------*/

.portfolio-top-title {
    width: 1280px;
    margin: 0 auto;
    font-size: 24px;
    margin-top: 80px;
}

.portfolio-box {
    width: 1358px;
    margin: 0 auto;
    background-color: #F4F4F4;
    margin-top: 100px;
    padding: 60px;
    position: relative;
}

.portfolio-sab-box {
    display: flex;
    margin-bottom: 100px;
}

.portfolio-sab-box-1 {
    width: 50%;
}

/* .bottoms{
	padding-bottom:100px;
} */

.book-link-a {
    width: 50%;
}

.book-link-a img {
    width: 100%;
    height: 100%;
    padding-top: 0;
}

.portfolio-sab-box-2 {
    width: 50%;
    height: 50%;
    padding-top: 130px;
}

.portfolio-sab-box-1 a span {
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
}

.portfolio-sab-box-1 a .yume,
.yume {
    background-color: #F4F4F4;
    color: #0073aa;
    padding-left: 0;
    border-bottom: 1px solid;
    border-radius: initial;
}

.portfolio-box h2 {
    position: absolute;
    top: -30px;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 1.5px;
    font-family: 'BIZ UDPMincho', serif;
}

.portfolio-box h3 {
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1.5px;
    font-family: 'BIZ UDPMincho', serif;
}

.portfolio-box h4 {
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1.5px;
    font-family: 'BIZ UDPMincho', serif;
}

.portfolio-box p {
    /*     padding-top: 60px; */
    font-size: 16px;
    line-height: 34px;
}

.portfolio-box .link-2 {
    padding-top: 10px;
}

.link-2 img {
    padding-right: 10px;
}

.portfolio-sab-box-1 a .link-3 {
    color: #000;
    background-color: inherit;

}

.portfolio-sab-box .link-2 {
    padding-top: 10px;
}

.portfolio-box p img {
    width: 10%;
}

.portfolio-box .bottom {
    padding-top: 0px;
    padding-bottom: 60px;
}

.portfolio-box .bottom-2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.gengou {
    font-size: 18px;
}

/*----- portfolio end------*/



/*----- NEWS------*/


.sab-page .sab-news-box {
    width: 1060px;
    margin: 0 auto;
    background-color: #FFF;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
}

.sab-page .top-news-box {
    display: block;
    width: 940px;
}

.sab-page .top-news-box hr {
    margin-top: 45px;
    margin-bottom: 55px;
}


.news-box-cont .top-news-box a {
    margin: 0 0 40px;
    display: block;
}

.sab-page .top-news-box li {
    width: 100%;
}

.news_link_img {
    width: 100%;
}

.sab-page .news_link {
    display: flex;
    justify-content: space-between;
}

.sab-page .news_text_box {
    width: 100%;
}

.sab-page .news_text_box_cont {
    padding-top: 0;
}



.news_text_box a {
    display: block;
    text-align: end;
    padding-top: 80px;
}

.news_text_box a span {
    border-bottom: 1px solid #000;
    color: #000;
}



/*----- NEWS end------*/

/*----- NEWS 本文------*/

.sab-page-news-box {
    width: 800px;
    margin: 0 auto;
    background-color: #FFF;
    margin-top: 80px;
}

.sab-page-news-box .news_text_box {
    margin: 0 auto;
    padding-top: 98px;
}

.sab-page-news-box .news_text_box .news_text_box_cont .news_time,
.sab-page-news-box .news_text_box .news_text_box_cont .news_cotegory {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: .5px;
    color: #999999;
}

.news_time {
    padding-bottom: 40px;
}

.sab-page-news-box .news_text_box .top_news_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: .5px;
    text-decoration: none;

}

.top_news_title:hover {
    text-decoration: underline #cccccc;
}

.top_news_text-1 {
    padding: 50px 0 100px;
}

.top_news_title-2 {
    padding: 0 0 50px;
}

.top_news_text-2 {
    padding: 0 0 100px;
}

.sab-page-news-box .news_text_box .news_link_img,
.sab-page-news-box .news_text_box .news_link_img img {
    width: 100%;
    height: auto;
}

.news_link_img img {
    width: 100%;
    height: auto;
}

.sab-page-news-box .news_text_box .news_link_img {
    padding-bottom: 60px;
}

.sab-page-news-box {
    font-size: 16px;
    letter-spacing: .5px;
}

.sab-page-news-box img{
	padding:30px 0;
}
.sab-page-news-box hr{
	color: #cccccc;
    margin: 20px 0;
	border: 1px solid;
}

.sab-page-news-box h2 {
	font-size:24px;
	padding:50px 0 0 0;
	margin-bottom: 20px;
}
.sab-page-news-box h3 {
	font-size:20px;
	padding:0;
	font-weight:normal;
	margin-bottom: 20px;
}

.sab-page-news-box .all-btn {
    margin: 100px 0 0;
}

.all-btn p:hover {
    color: #FFF;
    background-color: #583A7D;
    transition: .6s;
}

.back-btn {
    display: block;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 65px;
}

.back-btn span {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: .5px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}

/*----- NEWS 本文 end------*/

/*----- 実践校------*/

.p-box {
    background-color: #FFF;
    width: 1140px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 40px 60px;
}

.p-box h2 {
    text-align: center;
}

.p-box h2 span {
    font-size: 28px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: .75px;
    border-bottom: 2px solid #0073aa;
}

.top-practical_example-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.practical_example_link {
    width: 47%;
    margin-top: 50px;
    margin-bottom: 115px;
}

.practical_example_link_img img {
    width: 100%;
    height: auto;
}

.name-box {
    display: flex;
    color: #FFF;
    background-color: #E13650;
    padding: 11px 20px;
    justify-content: space-between;
}

.practical_example_title {
    font-size: 21px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: .5px;
}

.practical_example_year {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: .5px;
}

.practical_example_program {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #E13650;
    padding-top: 24px;
}

.practical_example_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    padding-top: 15px;
}

.note-box {
    background-color: #41c9b3;
    padding: 20px 30px;
    color: #FFF;
    margin-top: 20px;
}

.note-sab-box {
    display: flex;
    padding-top: 10px;
}

.practical_example_note_1,
.practical_example_note_2,
.practical_example_note_3 {
    font-size: 16px;
    color: #0073aa;
    padding-right: 10px;
}


.sab-news-box .news_link_box {
    width: 47%;
}


/*----- 実践校end------*/


/*----- メンバー------*/
.member {
    padding-bottom: 100px;
}

.member-box {
    position: relative;
    width: 900px;
    margin: 0 auto;
}



.member-text-box {
    /* width: 700px; */
    margin-right: 0px;
    padding: 93px 100px;
    padding-bottom: 85px;
    background-color: #FFF;
    margin-top: 180px;
}

.member-title {
    color: #E13650;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: .5px;
}

.sab-text {
    font-size: 14px;
    font-weight: normal;
}

.member-title span {
    border-bottom: 1px solid #E13650;
}

.member-name {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: .75px;
    padding-top: 18px;
}

.member-name span {
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 20px;
}

.member-sab-title {
    padding-top: 18px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.member-text {
    padding-top: 18px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.member-pv {
    display: flex;
    padding-top: 20px;
}

.member-pv a {
    text-decoration: none;
    color: #000;
    width: 70%;
}

.member-text-box h3 {
    padding-top: 30px;
    font-size: 18px;
}



.member-pv-img-box {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.member-pv-img {
    width: 30%;
}

.member-pv-img img {
    width: 100%;
}

.member-pv img {
    width: 20%;
}

/*----- メンバーend------*/


/*----- conyact------*/

#contact-pg {
    width: 980px;
    margin: 0 auto;
    margin-top: 0px;
    font-family: 'BIZ UDPMincho', serif;

}

.contact-pg-box {
    background-color: #FFF;
    padding: 40px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: .5px;
}

.contact_pg_txt {
    text-align: left;
}

.contact_pg_txt span {
    color: red;
}

/*-------- BIOGRAPHY ---------- */

.bio-section {
    background-color: #F4F4F4;
    width: 1358px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}


.bio-section h2 {
    position: absolute;
    font-size: 24px;
    top: -12px;
    left: 80px;
}

.bio-section .long {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.last-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}


.bio-1 {
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
}

.bio-2 {
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    padding-bottom: 0;
}

.bio-3 {
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    padding-top: 0;
}

.bio-4 {
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bio-5 {
    padding: 60px 80px;
    padding-top: 20px;
}

.bio-5 p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
}

.bio-6 {
    padding: 60px 80px;
    padding-top: 20px;
}

.bio-7 {
    padding: 60px 80px;

}

.bio-7 p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
}

.bio-box-1 {
    width: 30%;
}

.bio-box-1 img {
    width: 100%;
}

.bio-box-2 {
    width: 68%;
}

.bio-box-2 p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
}

.bio-6 p {
    padding-bottom: 40px;
}

.bio-6 .dai {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;

}

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


.cyap {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}

.ao {
    color: #0073aa;
    border-bottom: 1px solid;
}

.bio-box-2 .biodai {
    font-size: 18px;
    font-weight: bold;
}

/*-------- BIOGRAPHY end---------- */


/*-------- Contact Form 7---------- */
table {
    border: none !important;
}

.table-res-form {
    display: inline-block;
    color: black !important;
    margin: 0 auto !important;
    max-width: 100% !important;

    border: none !important;
    /* 枠線の色 */
    border-color: red;

}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 70%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 0px;
    border: 1px solid #000;
    border-radius: 0;
    clear: left;
    margin-bottom: 30px;
    font-size: 12px;
}

.table-res-form th,
.table-res-form td {
    border: none;
    padding-top: 20px;
}


.name {
    padding-top: 60px !important;
}

.name2 {
    padding-top: 60px !important;
}

.sita {
    padding-bottom: 30px !important;
    margin-left: 10%;
}


.table-res-form th {
    padding-left: 0px;

}

.red {
    color: red;
    padding-right: 20px;
}

.min {
    font-size: 10px;
}

.reft {
    text-align: right;
    margin-right: 10px;
}

.scroll-box {
    font-size: 13px;
}

.scroll-box a {
    color: red;
}

.saite-info {
    display: none;
}

td.margin {
    display: block;
    /*     margin-left: 30px;
    width: 375px; */
}



/*プライバシーポリシー*/
.scroll-box {
    max-width: 530px;
    height: 280px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left;
}


span.wpcf7-list-item {
    display: block;
}


/* スクロールバーの幅 */
.scroll-box::-webkit-scrollbar {
    width: 10px;
}

/* スクロールバー背景色 */
.scroll-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* スクロールバーのつまみの色 */
.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c1c1c1;
}

/* 本文調整 */
.bs {
    text-align: right;
}


.right {
    margin-left: 100px;
}


/*確認ボタン*/
.wpcf7-box {
    margin: 0 auto;
    /* 	width: 100%; */
    margin-left: 30px;
}


.wpcf7-list-item last {
    margin-bottom: 30px !important;
    padding-bottom: 60px;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/


/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    display: block;
    max-width: 950px;
    position: top;
    margin: 0 auto;
    margin-bottom: 130px;
}

tbody {
    display: block;
    width: 1180px;
}

tr {
    padding-bottom: 50px;
}

/*thとtd内の余白指定*/
.table-res-form th,
.table-res-form td {
    color: #262626;
    height: auto;
    font-size: 16px;


}

/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    color: #262626;
    width: 30%;
    height: 18px;
    text-align: left;
    vertical-align: top;
}

.table-res-form td .radio-127,
.radio-282 {
    margin-bottom: 100px;
    font-size: 12px;
}

.wpcf7-list-item .last {
    padding-bottom: 100px;
}

.scroll-box {
    padding: 20px;
}



.wpcf7c-btn-back {
    margin: 0 auto;
    margin-top: 10px;
}

.mar {
    width: 75% !important;
    margin-left: 30px !important;
    font-size: 0.8vw;
    display: inline-block;
}


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



div.wpcf7-mail-sent-ok {
    background-color: #56b379;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    padding: 10px;
}

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
/* .table-res-form input[type="text"], input[type="email"], input[type="tel"],  textarea, checkbox {
   border-radius: 5px;
    width: 70%;
	margin-bottom:30px;
	margin-left:30px;
} */

.check .margin {
    padding-left: 30px;
}


/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus,
textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    /*     border: 1px #89BDDE solid; */
    padding: 2em 6em;
    /*     border-radius: 5px; */
    /* background: #555; */
    color: #000;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 1);
    font-weight: bold;
}

/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #999;
    box-shadow: none;
}

/* .sita{
	margin-left:15%;
} */



textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    margin-top: 30px;
}




/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}



/*ここから768px以下の指定*/



@media only screen and (max-width: 650px) {

    /*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th,
    .table-res-form td {
        /*  width: 85%!important; */
        margin: 0 auto !important;
        margin-bottom: 30px;
        margin-left: 10px !important;
        display: block;

    }

    .sp {
        display: block;
		margin-bottom: 20px;
    }

    .pc {
        display: none;
    }

    .top-fv .fv-text {
        left: 20px;
    }

    .top-fv .fv-text h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .top-fv .fv-text h2 {
        font-size: 12px;
        line-height: 18px;
    }

    #top-program h2 {
        width: 100%;
    }

    .table-res-form th {
        width: 100% !important;
        display: block;
        margin: 0 auto;
    }

    .wpcf7 input[type="url"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"] {
        margin-top: 30px;
    }

    .table-res-form td {
        /* 		width:100%!important;*/
        display: block;
        margin: 0 auto;
    }

    .table-res-form {
        max-width: 100% !important;
        margin: 0 auto !important;
        /* 			margin-left:-10px!important; */
    }

    .mar {
        width: 90% !important;
        /* 		margin:0 auto !important; */
        margin-left: 10px !important;
        font-size: 2.8vw;
        display: inline-block;
    }



    /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        width: 100% !important;
        padding-top: 0;
        /* 	 padding-left:10px; */
        text-align: left;
        margin-bottom: 30px;
    }



    /*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }

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

    /*各入力フォームスタイリング*/
    .table-res-form input[type="text"],
    input[type="email"],
    textarea,
    checkbox {
        display: inline-block;
        /*    border-radius: 5px; */
        /* width: 80%!important;
	margin-left:10px !important; */




    }

    /*入力欄にフォーカスしたら変化*/
    .table-res-form input[type="text"]:focus,
    textarea:focus {
        background: #EEFFFF;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
        width: 85% !important;
        margin-left: 30px;
    }

    /* 	
	.name2  {
	padding-top:20px !important;
} */

    .sita {
        margin: 0 auto;
        width: 95%;
    }

    .table-res-form input[type="submit"] {
        padding: 10px 0;
    }

    .wpcf7c-btn-back {
        margin-left: 12%;
        margin-top: 10px;
    }

    .wpcf7c-elm-step1 {
        width: 100%;
    }

    .wpcf7c-elm-step2 {
        width: 100%;
    }

    .wpcf7c-btn-back {
        margin: 0 auto !important;
    }

    /* 	.table-res-form td{
		margin-left:20px;
		width:90%;
	} */
    .scroll-box {
        width: 95%;
        margin: 10px !important;
    }

    .check {
        display: inline-block;
        width: 70%;
    }


    .sp-menu-top {
        display: flex;
        background-color: #000;
        opacity: .8;
    }



}

/*ここまで768px以下の指定---終わり*/

/*====Contact Form 7ここまで====*/

/*----- contact end------*/


/*　ハンバーガーボタン　*/
.hamburger {
    display: none;
}

.hamburger {
    position: fixed;
    z-index: 120;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    background: #000;
}

nav.globalMenuSp ul {

    margin: 0 auto;
    padding: 0;
    width: 100%;

    opacity: 0.8;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 13px;
    width: 100%;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: #ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}


iframe {
    width: auto;
}


.slide-fv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* animation: slider-1 24s linear infinite; */
}

/* .slide-image:nth-child(1) {
    background-image: url(./img/slider-img-1.png);
    animation-delay: -2s;
}

.slide-image:nth-child(2) {
    background-image: url(./img/slider-img-2.png);
    animation-delay: 6s;
}

.slide-image:nth-child(3) {
    background-image: url(./img/slider-img-3.png);
    animation-delay: 12s;
}

.slide-image:nth-child(4) {
    background-image: url(./img/slider-img-4.png);
    animation-delay: 16s;
} */


@keyframes slider-1 {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    4.16% {
        opacity: 1;
    }

    33.33% {
        opacity: 1;
    }

    41.66% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
    }
}




@media only screen and (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .sab-news-box .news_link_box {
        width: auto;
    }

    .sab-page-news-box {
        width: auto;

    }

    .sab-page-news-box .news_text_box {
        width: auto;

    }

    .program-cont-box h4 {
        font-size: 21px;
    }

    .program-cont-text p {
        padding-right: 0;
    }

    .program-cont-img {
        width: 100%;
    }

   

    /*         
        .top-logo-sp{
            position:absolute;
            top:10px;
            left:10px;
            width:20%;
            height:auto;
            z-index:105;
          } */


    .ws-video {
        display: block;
    }

    .ws-video iframe {
        width: 100%;
        height: auto;
    }


    .top-about p {
        font-size: 18px;
        line-height: 36px;

    }

    .top-services-box div {
        width: 100%;
    }

    .top-services-box {
        display: block;
    }

    .menu-ul {
        flex-wrap: wrap;
    }

	.menu h3 {
		font-size:24px;
	}
	
	.menu p {
    margin-top: 20px;
}
	.menu a {
    color: #333333;
    margin-top: 20px;
}
	
    /* .top-about h2,
      .top-services h2,
      .top-news h2
      {
          text-align: center;
      } */

    .top-services-box h3 {
        margin: 10px 0;
        font-size: 22px;
        line-height: 40px;

    }

    .top-services-box p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .news_text_box a {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .about-fv-tetle-box {
        margin-top: 125px;
        top: 0;
    }

    .about-text H3 {
        font-size: 24px;
        font-weight: normal;
    }



    .text-1 {
        font-size: 18px;
    }

    .company {
        display: block;
        width: auto;
        padding: 40px 20px;
        margin-top: 60px;
    }

    .company H3 {
        font-size: 26px;
    }

    .services-text-box {
        width: 100%;
        margin-left: 0;

    }

    .about-text,
    .services-text {
        padding: 0 20px;
        padding-top: 40px;
    }

    .services-text H3 {
        font-size: 24px;
        line-height: 35px;
    }

    .services {
        width: auto;
    }

    .services-2 {
        position: unset;
        width: auto;
        display: block;
        margin-right: 0;
        margin-top: 60px;
    }

    .services-img {
        position: unset;
        margin-top: 60px;
        width: 100%;
    }

    .services-img-2 {
        display: block;
        position: unset;
        width: 100%;
    }

    .test {
        width: 100%;
    }

    .services-text-box-r {
        width: auto;
        margin-right: 0px;
    }


    .list {
        padding-bottom: 20px;
    }

    .f-lab span {
        padding: 10px 5px;
    }

    .profiler-box {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .profiler-text-box {
        padding: 20px;
    }

    .name {
        font-size: 18px;
    }

    .text-2 span {
        font-size: 18px;
    }



    .profiler-text-1 {
        padding-top: 20px;
        font-size: 18px;
    }

    .profiler-text-2 {
        width: auto;
    }

    .profiler-text-2 a {
        text-align: center;
        display: block;
    }

    .portfolio-box h2 {
        font-size: 26px;
    }

    .name p {
        padding-bottom: 20px;
    }

    .portfolio-box {
        width: auto;
        padding: 20px;
    }

    .portfolio-sab-box {
        display: block;
    }

    .portfolio-sab-box-1 {
        width: auto;
        padding-top: 20px;
    }

    .portfolio-sab-box-1 a span {
        font-size: 12px;
        padding: 10px;

    }

    .portfolio-sab-box-1 a .yume {
        background-color: #F4F4F4;
        color: #0073aa;
        padding-left: 0;
        border-bottom: 1px solid;
        border-radius: initial;
    }

    .yume {
        background-color: #F4F4F4;
        color: #0073aa;
        padding-left: 0;
        border-bottom: 1px solid;
        border-radius: initial;
        font-size: 12px;
    }

    .portfolio-box p {
        padding-top: 0px;
    }

    .portfolio-box p img {
        width: 20%;
    }

    .portfolio-sab-box .link-2 {
        line-height: 20px;

    }

    .portfolio-sab-box-2 {
        width: 100%;
        margin-top: 0px;
        padding-top: 0;
    }

    .portfolio-box h3 {
        font-size: 32px;
        line-height: 42px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .portfolio-top-title {
        width: auto;
    }


    .portfolio-sab-box-1 a .link-3 {
        font-size: 22px;
        line-height: 32px;
    }

    .betu {
        padding-top: 80px;
    }

    .sab-page .news_text_box {
        width: 80%;
    }



    .footer-inn {
        display: block;
        margin: 100px auto;
        width: 100px;
    }

    .del {
        display: none;
    }

    .profiler-text-box h2 {
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 1.5px;
        position: absolute;
        top: -16px;
        font-family: 'BIZ UDPMincho', serif;
    }

    .portfolio-box h4 {
        line-height: 40px;
    }

    input.wpcf7-form-control.wpcf7-text,
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 80%;

    }

    .table-res-form tbody {
        width: auto;
    }

    #contact-pg {
        width: auto;
    }

    .scroll-box {
        width: 80%;
    }

    .conpany-text-1 {
        width: 100%;
        padding-top: 74px;
    }


    .top-services-box .look {
        text-align: end;
    }

    .bio-section {
        width: auto;
    }

    .bio-section h2 {
        left: 20px;
    }

    .bio-1,
    .bio-3,
    .bio-5,
    .bio-6,
    .bio-7 {
        display: block;
        padding: 60px 20px;
    }

    .bio-3 {
        padding-top: 0;
    }

    .bio-2 {
        display: block;
        padding: 60px 20px;
        padding-bottom: 0px;
    }

    .bio-4 {
        display: block;
        padding: 60px 20px;
        padding-top: 0px;
        padding-bottom: 0;
    }

    .bio-box-1 {
        width: 100%;
        padding-top: 20px;
    }

    .bio-box-2 {
        width: 100%;
        padding-top: 20px;
    }

    .bio-section .long {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bio-6 .dai {
        font-size: 18px;
    }
}


/*----- SP版 CSS------*/


@media only screen and (max-width: 768px) {

    #header {
        display: none;
    }

    nav ul {
        display: block;
    }


    .top-fv h1 {
        bottom: 24px;
        left: 19px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .top-fv img {
        width: 100%;
        height: 100VH;
        object-fit: cover;
        object-position: 40% 50%;
    }



    .box-1 {
        display: block;
        margin: 40px 37px 0 30px;
        width: auto;
    }

    .box-1 h1 {
        font-size: 18px;
        line-height: 45px;
        letter-spacing: 0;

    }

    .box-1 .about-text-box {
        width: 100%;
    }

    .menu-main-box {
        width: auto;
        margin: 0 5%;
        padding: 80px 0 60px;
    }

    .menu-box {
        display: block;
        margin-top: 24px;
    }

    .menu-box div {
        width: 100%;
    }


    .staff {
        width: auto;
        margin: 50px 5% 0 5%;
    }

    .staff-box {
        display: block;
    }

    .staff-box {
        padding-top: 0;
    }

    .staff-box div {
        width: 100%;
    }

    .staff-box div img {
        padding-bottom: 42px;
    }


    .btn-p-box {
        display: block;
    }

    .btn-p {
        width: 100%;
        padding: 33px 0;
        margin-bottom: 20px;
    }

    .content {
        width: 287px;
        height: 180px;

    }

    .top-news {
        display: block;
        width: auto;
    }

     .top-news .top-news-box{
        width: auto;
        padding: 0 20px;
    }

    .top-news h2 {
        margin-left: 5%;
    }



    .question {
        display: block;
    }

    .question div {
        width: 100%;
        padding: 98px 0;
    }

    .tyui-box {
        width: 100%;

    }


    .about-fv {
        width: auto;
        height: 90vh;
    }

    .aboutus-box {
        width: auto;
        display: block;
    }

    .aboutus {
        padding: 0;
    }

    .aboutus-img {
        margin-top: 0;
        width: 100%;
        height: 237px;
    }

    .aboutus-text-box {
        width: auto;
    }

    .area-img-box {
        display: block;
    }

    #qa {
        width: auto;
    }

    .qa-box {
        padding: 100px 5%;
        margin: 0px 30px;
        margin-top: 20px;
    }

    .qa-btn {
        display: block;
    }

    .menu-fv .about-fv-tetle-box p {
        width: 90%;
    }

    .area {
        width: auto;
        margin: 0 5%;
        padding: 0;
    }

    .area-img {
        width: 100%;
    }

    .menu-ber-box,
    .main-menu-box {
        display: block;
        width: auto;
        margin: 33px 0 40px;
    }

    .menu-ber {
        width: auto;
        margin: 8px 5%;
        padding: 33px 0;
    }

    .menu-img-box {
        width: auto;
        margin: 0 5%;
    }

    .menu-ber a {
        margin: 0 auto;
    }

    .menu-text-box {
        width: auto;
        margin: 0 5%;
        margin-top: 20px;
    }

    .sab-menu-box {
        width: auto;
        padding: 46px 5%;
        margin-bottom: 0;
    }

    .conpany-text-1 h3 {
        /* padding: 39px 0 30px; */
        padding: 0;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .conpany-text-1 p,
    .conpany-text-1 ul {
        font-size: 13px;
        line-height: 23px;
        letter-spacing: 1px;
    }

    .conpany-text-1 p {
        padding-bottom: 23px;
    }

    tbody {
        width: auto;
    }


    #menu-btn-check:checked~.menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }

    /* .main-img-box-sp img{
    height: 100%;
} */


    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #3584bb;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    .menu-content ul {
        padding: 70px 10px 0;
    }

    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }

    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    /* .slick-track{
        width: 100% !important;
    } */
    .sp-menu {
        display: block;
    }

    /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
    .openbtn1 {
        position: relative;
        /*ボタン内側の基点となるためrelativeを指定*/
        background: black;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    /*ボタン内側*/
    .openbtn1 span {
        display: inline-block;
        transition: all 0.4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .menu-ul {
        padding-top: 0px;
        display: block;
    }

    .logo img {
        margin-top: 20px;
        margin-bottom: 60px;
        margin-left: 20px;
        width: 88.13px;
    }

    .slick-slide img {
        height: auto;
        width: 100%;
    }

    .main-img-box {
        display: none;
    }

    .main-img-box-sp {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .bg-nemu {
        margin-left: 25px;
        display: block;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        position: absolute;
        bottom: 55px;
        z-index: 100;
        color: #FFF;
    }

    .bg-nemu span {
        font-size: 36px;
        line-height: 48px;
    }

    .name-sab {
        font-size: 8vw;
    }

    .name-sab2 {
        font-size: 33px;
        margin-left: 38px;
    }

    .bg-text {
        line-height: 38px;
        margin-left: 25px;
        font-size: 3.3vw;
        font-weight: bold;
    }

    .open {
        background-color: #ffe33a;
        text-align: center;
        color: black;
        font-weight: bold;
        width: 100%;
        padding: 0px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 6vw;
        font-family: "Futura";
        line-height: 35px;
    }

    .main-img {
        height: 693px;
        max-height: 100vh;
    }

    .main-img-box {
        display: none;
    }

    .main-img-box-sp {
        display: block;
        height: 100%;
        position: relative;
    }

    .bout-img {
        position: absolute;
        bottom: 10px;
        z-index: 10;
        font-size: 30px;
    }

    .main-img-box h1 {
        font-size: 20px;
        line-height: 32px;
    }



    #top-flab {
        padding: 0 20px;
    }

    .top-flab-box {
        display: block;
        width: auto;
        padding-top: 20px;
    }

    .top-flab-txt {
        width: 100%;
    }

    .top-flab-img {
        width: 100%;
        height: 30vh;
    }

    .top-flab-txt h2 {
        font-size: 20px;
        line-height: 34px;
        letter-spacing: .2px;
    }

    .news_text_box .top_news_title {
        font-size: 16px;
        font-weight: bold;
		line-height: 1.5em;
        margin-bottom: 5px;
    }

    .top-flab-txt p {
        font-size: 16px;
        line-height: 28px;
    }


    .news-box {
        width: 100%;
    }

    .top-news-box {
        display: block;
        width: 100%;
    }

    .top-news-box li {
        width: 100%;
    }

    .top-news-sab-box {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .book {
        width: 100%;
    }

    .top-program-box {
        width: auto;
        display: block;
        padding-top: 0;
    }

    .top-program-txt,
    .top-program-img {
        width: auto;
        padding-top: 20px;
    }

    .top-practical-example-box {
        width: auto;
        padding: 0 20px;
    }

    .top-practical-example-sab-box {
        width: auto;
        justify-content: space-between;
    }

    .top-practical-example-sab-box p {
        width: 47%;
        padding-bottom: 10px;
        line-height: 26px;
    }

    .media-time-box {
        display: block;
    }

    .mov {
        width: auto;
    }

    .event,
    .book {
        width: auto;
        padding: 0 20px;
        padding-top: 20px;
    }

    #top-program {
        padding: 0 20px;
    }

    #top-program h2 {
        padding-top: 10px;
    }

    .top-program-txt h3 {
        font-size: 20px;
    }

    .top-practical-example-box h3 {
        font-size: 20px;
    }

    #practical-example {
        padding-top: 30px;
    }

    .media-main-box {
        padding: 0;
        padding-top: 20px;
        display: block;
    }

    .media-box {
        width: auto;
    }

    .footermenu-box {
        width: auto;
        display: block;
        padding: 20px 20px;
    }

    .footermenu-sab-box {
        width: auto;
        padding-bottom: 10px;
    }

    .footermenu-sab-box-2 {
        width: 50%;
    }

    .footer-text {
        border-left: 0;
        padding-left: 0;
    }


    /* fラボとは */
    .about-fv-tetle {
        font-size: 8vw;
    }

    .philosophy-box {
        display: block;
        width: auto;
        padding: 0 20px;
        padding-top: 20px;
    }

    .philosophy-text-box {
        width: auto;
    }

    .philosophy-title-box {
        text-align: center;
        padding-bottom: 20px;
    }

    .philosophy-text-box .top-text {
        font-size: 16px;

    }

    .Power-box {
        display: block;
        padding: 0 20px;
        width: auto;
        padding-top: 20px;
    }

    .philosophy-title-box h3,
    .Power-title-box h3 {
        font-size: 18px;
        text-align: center;
    }

    .Powery-text-box {
        width: auto;
    }

    .Power-title-box {
        padding-bottom: 20px;
    }

    .power-text {
        padding: 20px;
        display: block;
    }

    .philosophy-text-box p span {
        font-size: 16px;
    }

    .power-text-box {
        width: auto;
    }

    .power-text-box h3 {
        font-size: 25px;
    }

    .power-text-box h3 span {
        font-size: 30px;
    }

    .power-img-box-2 {
        width: auto;
        padding-top: 20px;
    }

    .powery-cont-title {
        line-height: 32px;
    }

    /* メンバー */
    .member-box {
        width: auto;
        padding: 0 20px;
    }

    .member-img {
        position: unset;
        width: 100%;
        height: auto;

    }

    .member-text-box {
        width: auto;
        padding: 50px 20px;
    }

    .member-name {
        font-size: 28px;
    }

    /* 実践例 */

    .p-box {
        width: auto;
        padding: 50px 20px;

    }

    .top-practical_example-box {
        display: block;
    }

    .practical_example_link {
        width: auto;
        margin-bottom: 0;
    }

    .name-box {
        display: block;
    }

    /* お知らせ */

    .sab-page .sab-news-box {
        width: auto;
        display: block;
    }

    .sab-news-box-1 {
        width: 50%;
        padding-left: 20px;
    }

    .line,
    .line-2,
    .line-3 {
        margin-bottom: 0;
    }

    .news-box-cont {
        padding: 40px 20px;
        width: auto;
    }

    .sab-page .top-news-box {
        width: auto;
    }

    .sab-page .news_link {
        display: block;
    }

    #contact-pg {
        width: auto;
    }


    .collapse {
        display: none;
    }


    .logo-sp img {
        /* width: 70%;
        padding: 20px 0; */
        display: none;
    }

    .program-cont-sab-box {
        display: block;
    }

    .program-cont-2-text {
        width: auto;
    }

    .program-cont-text {
        width: auto;
    }

    .slick-list img {
        width: 100%;
    }

    .footer-text {
        width: auto;
    }

    .sonota-end {
        width: auto;
        text-align: right;
    }

    .top-fv p {
        right: 20px;
    }

    .line::before,
    .line-2::before {
        width: 80%;
    }

    .line,
    .line-2 {
        margin: 0 0 34px;
    }

    .box-1 h3 {
        padding-bottom: 33px;
    }

    .box-1 p {
        padding-bottom: 45px;
    }

    .sp-menu-sab {
        color: #FFF;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 18px 0 0 16px;
    }


    .globalMenuSp .contact-sab-box {
        display: block;
        margin-top: 60px;
    }

    .contact-sab-box {
        position: unset;
        transform: none;
        -webkit-transform: none;
    }

    .globalMenuSp .contact-sab-box a {
        border: 1px solid #FFF;
        padding: 27px 100px;
        color: #FFF;
    }

    .globalMenuSp .contact-sab-box .tyui {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 40px;
        border-bottom: 1px solid;
    }


    .globalMenuSp .contact-sab-box .sp-inst {
        border: 0;
    }

    .sp-inst img {
        width: 105px;
        margin-top: 10px;
    }

    .menu {
        padding: 0;
    }

    .logo-sp {
        background: #000;
        opacity: 0.8;
    }

    .logo-sp img {
        display: block;
        width: 89px;
        padding: 20px 0 0 20px;
    }

    .globalMenuSp div {
        display: flex;
    }


    .program-cont-sab-box {
        display: block;
    }

    .program-cont-2-text {
        width: auto;
    }

    .program-cont-text {
        width: auto;
    }

    .sab-logo {
        padding-left: 15px;
        padding-top: 24px;
		font-size:13px;
        color: #FFF;
        width: 78%;
        /* background: #000; */
        text-align: left;
        font-weight: normal;
    }

    .slick-list img {
        width: 100%;
    }

    .footer-text {
        width: auto;
    }

    .sonota-end {
        width: auto;
        text-align: right;
    }

    .l-03::before {
        width: 140px;
    }

    .cat-box {
        padding-top: 20px;
    }

    .all-btn p {
        width: 65%;
    }

    .sp-hr {
        width: 50%;
        margin: 0 auto;

    }

    .footer-main-box {
        display: block;
    }

    .footer-box {
        display: block;
        padding: 48px 0;
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }


    .copy {
        text-align: center;
        padding: 0 0;
    }



    .footer .contact-sab-box {
        position: absolute;
        top: 40px;
        left: 0;
    }


    .logo-box {
        padding: 0px;
    }

    .qa-btn a {
        margin: 15px auto;
        display: block;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .1px;
        width: auto;
    }

    #qa h3 {
        margin: 100px 20px 0;
    }

    .qa-box h4 {
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .sab-menu-box tr {
        display: block;
    }

    .sab-menu-1 {
        width: 100%;
        display: block;
    }

    th {
        width: 60%;
        text-align: left;
    }


    .sab-page-news-box .news_text_box {
        padding-top: 0;
    }

    #menu .qa-btn {
        width: auto;
    }

    .menu-text-box h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .menu-text-box h6 {
        font-size: 13px;
    }

    .about-fv-tetle-box p {
        width: 90%;
    }

    .footer-box img {
        width: 35%;
    }
}

.all-btn p {
    border-bottom: 1px solid #333;
}