﻿@charset "utf-8";
/* CSS Document */

.bg_color1 {background-color: #7a5849;}
.bg_color2 {background-color: #fff9f9;}
.bg_color3 {background-color: #d6d0bc;}
.bg_color4 {background-color: #e9e6dc;}
.txt_color1 {color: #7a5849;}
.border_color1 {border-color: #f8ceca;}
.border_color3 {border-color: #d6d0bc;}
.hvr_bg_color1:hover {background-color: #f8ceca;}
/* ----------　all　---------- */
.linkStyle{
	color:#e8837b;
}
.linkStyle:hover{
	color:#e8837b;
	opacity: 0.7;
	transition: all 0.5s;
}
body, .txt_color_nomal {
    color: #7a5849;
}

#loader .lo_border:before {
    background-color: #7a5849;
}
header .header_menu li,.overlay ul li.font_up a,.top_cms_box.top_banner_link .cms_title h2{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.overlay {
    background: rgba(255 ,249 ,249 ,0.9);
}
#header-change {
    background: rgba(255 ,249 ,249 ,0.5);
}
.top_cms_box.top_banner_link .cms_title p span,.page_title p {
    font-family: 'Meow Script', cursive;
}
#wrap,#loader,#luxy{
    background-color: #fdeeef;
}
.top_page header h1,.all_page header .logo, #header-change .logo{
    max-width: 150px;
}
.overlay .logo{
    max-width: 300px!important;
}
footer .logo{
    max-width: 200px;
}
.top_page footer #footer {
    text-shadow: 2px 2px 15px rgba(255, 255, 255, 0.65);
    filter: drop-shadow(2px 2px 15px rgba(255, 255, 255, 0.65));
}
.footer_cms, .footer_txt p,.CONTACT a,#copyright{
    color: #333;
}
.CONTACT a span{
    opacity: 0.7;
    /*background-color: #ffebeb;*/
    z-index: -1;
}
.sns_link{
    border-color: #333;
    border-color: #7a5849;
}
.all_page .sns_link{
    border: none;
}
.footer_cms, .footer_txt p, .CONTACT a, #copyright {
    color: #7a5849;
}
#page-top .scroll_u span {
    background-color: rgba(122 ,88 ,73 ,0.4);
}
#page-top .scroll_u span::before {
    background-color: #7a5849;
}
/* ----------　TOP　---------- */
figure {
    /*box-shadow: 1px 2px 40px rgba(246, 255, 253,0.45);*/
}
#main .catch{
    position: absolute;
    width: 55%;
    max-width: 745px;
    top: 15%;
    left: 55px;
}
/*.top_page figure:before,#contents3 .img_wrap .box_img .img2:before,#contents3 .img_wrap .box_img .img1:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    background-color: rgba(255, 210, 200,0.5);*/
/*    mix-blend-mode: overlay;*/
/*}*/

.top_page #contents3 figure.box_img.img1:before{
    display: none;
}


#contents1_2 .con1 .box_img img, #contents3 .box_img img {
    object-fit: contain;
    /*-ms-filter: blur(1.5px);*/
    /*filter: blur(1.5px);*/
}

#contents1_2 .con2 .box_item {
    margin-left: 8%;
    max-width: 650px;
}
#contents1_2 .con2 .box_img {
    /*width: 20%;*/
    max-width: 320px;
    max-width: 320px;
    width: 25vw;
    margin-bottom: 30px;
}
#contents1_2 .con2 .box_img img {
    height: 25vw;
}
.more_box .more_line::before {
    background-color: #7a5849;
}
.circle1{
    stroke: #7a5849;
}
.top_cms_box .cms_title .cms_title_box:before {
    background-color: #7a5849;
}
#contents3 .box .box_item {
    padding:0 18vw 0 2vw;
}
#contents3 .img_wrap {
    width: 40vw;
}
#contents3 .img_wrap .logo{
    width: 90%;
    margin-right: auto;
    /*-ms-filter: blur(5px);*/
    /*filter: blur(5px);*/
}
/*#contents3 .img_wrap .box_img.img3:before{*/
/*        position: inherit;*/
/*}*/
/*#contents3 .img_wrap .box_img .img1:before {*/
/*    background-color: rgba(242, 209 ,206, 0.4);*/
/*}*/
#contents1_2 .box_title2,#contents3 .box_title2{
    text-shadow: 1px 1px 1px #ffffff75;
}

#top_cms:before {
    background-color: #fbf7f6!important;
    background-color: #fdeeef!important;
}
.top_cms_box {
    padding: 15vh 5vw 10vh;
    padding: 15vh 10vw 10vh;
}
.top_cms_box.top_banner_link .top_cms_con{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top_cms_box.top_banner_link .cms_title {
    width: 100%;
    padding-bottom: 0px;
}
.top_cms_box.top_banner_link .cms_title:hover{
    opacity: 0.6;
    transition: 0.3s;
}
.top_cms_box.top_banner_link .cms_title a {
    padding: 10% 50px;
    padding-bottom: calc(10% + 15px );
    display: inline-block;
    width: 100%;
        position: relative;
}
/*.top_cms_box.top_banner_link .cms_title a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    background-color: rgba(240, 202, 186, 0.25);*/
/*}*/
.top_cms_box.top_banner_link .cms_title{
    margin-left: 5%;    
}
.top_cms_box.top_banner_link .cms_title:last-child{
    margin-left: 15%;
}
.top_cms_box.top_banner_link .cms_title:last-child a{
        background-position: center;
}
.top_cms_box.top_banner_link .cms_title a .cms_title_box{
    width: auto;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.top_cms_box .cms_title h2 {
    opacity: 1;
    color: rgba(214, 208 ,188 ,0.4);
}

.top_cms_box.top_banner_link .cms_title h2 {
    font-size: -webkit-calc(1rem + 33px);
    font-size: calc(1rem + 33px);
    opacity: 1;
    /*color: #f6b1b1;*/
    /*color: #ffffff;*/
    /*text-shadow: 1px 1px 20px rgba(204, 86, 86 ,0.9);*/
    color: #7a5849;
}
.top_cms_box.top_banner_link .cms_title p {
    bottom: auto;
    line-height: 1;
}
.top_cms_box.top_banner_link .cms_title p span{
    color: #afab8c!important;
    text-shadow: 1px 1px 2px rgba(255, 242, 242, 0.35);
    font-size: -webkit-calc(1rem + 35px);
    font-size: calc(1rem + 35px);
    font-weight: normal;
    letter-spacing: 1px;
}
.top_cms_box.top_banner_link .cms_title .cms_title_box:before {
    background-color: #7a5849;
    bottom: -70px;
}
.top_cms_box.top_banner_link .cms_title .cms_title_box:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #7a5849;
    bottom: -67px;
    right: 0;
    transform: rotate3d(1, 1, 1, 45deg);
}

.top_page footer:before {
    background-color: rgba(242, 209, 206 ,0.4);
    mix-blend-mode: overlay;
    top: 0;
    display: none;
}

.top_page footer .logo {
    max-width: 250px;
}
/* ----------　下層ページ　---------- */
#page_title{    
    background-position: center -400px, center;
    background-image: none!important;
}
#page_title:before{
    display: none;
}
.page_title .p_title_item:before {
    background-color: #7a5849;
}
.page_title h2 {
    font-size: -webkit-calc(1rem + 55px);
    font-size: calc(1rem + 55px);
}
.page_title p {
    font-size: -webkit-calc(1rem + 45px);
    font-size: calc(1rem + 45px);
    bottom: -25px;
    letter-spacing: 1px;
    line-height: 1;
}
/* カウンセラー紹介 */
#cms_2-h .cate_img1{
    max-width: 400px;
}
#cms_2-h .box_img1, #cms_2-h .box_img2 {
    max-width: 450px;
}
/* 目指すべきカウンセラー像 */
#cms_2-g .cate_title_wrap::before {
    top: 20px;
}
/* セミナー情報/講演依頼 */
#cms_3-b .cate_img1 {
     max-height: 450px;
}
#cms_3-b .cate_img1 img{
    width: 100%!important;
    height: auto!important;
}
#cms_3-b .cate_title {
	line-height: 1;	 
	font-size: 2.5em;
}
#cms_3-b .cate_title_wrap{position: relative;z-index: 0;}
#cms_3-b .cate_title_wrap::before {
	content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
	top: 0px;
    left: 0px;
    background-color: currentColor;
    opacity: 0.15;
    z-index: -1;
}
#cms_3-b .cate_box{
    border: 1px solid;
}
#cms_3-b .cate_box .box_title1 {
    font-weight: bold;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
.top_page header h1, .all_page header .logo, #header-change .logo {
    max-width: 140px;
}
.overlay ul{
    width: 55%!important;
}
.overlay .logo{
    margin-right: 10%;
}
/* ----------　TOP　---------- */
#main .catch {
    top: 20%;
    left: 40px;
}
.dec1 {
    width: 35%;
    right: -1%;
    bottom: 150px;
}
.dec2 {
    width: 25%;
}
.dec3 {
    width: 30%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 400px;
}
#contents1_2 .con2 .box_item {
    margin-left: 5%;
}
#contents1_2 .con2 .box_img {
    width: 40%;
}
#contents1_2 .con2 .box_img img {
    height: 30vh;
}
#contents3 .box .box_item {
    padding: 50px 5% 50px 10%;
}
#contents3 .img_wrap {
    width: 80vw;
    height: auto;
    padding: 50px 50px 100px;
}

#top_cms:before {
    height: 40%;
}
.top_cms_box {
    padding: 80px 5% 80px;
    width: 90%;
}
.top_cms_box.top_banner_link {
    padding: 150px 5% 150px;
    padding: 50px 5% 50px;
}
.top_cms_wrap:before,#top_cms:before{
    display: none;
}
.top_cms_box.top_blog{
    /*background-color: #fbf7f6!important;*/
}
.top_cms_box .cms_title {
    padding-bottom: 100px;
}
.top_cms_box.top_banner_link .top_cms_con {
    align-items: center;
}
.top_cms_box.top_banner_link .cms_title {
    width: 85%;
}
.top_cms_box.top_banner_link .cms_title:first-child {
    /*margin-left: -10%;*/
}
.top_cms_box.top_banner_link .cms_title:last-child {
    margin-left: 20%;
}
.top_cms_box.top_banner_link .cms_title a {
    padding: 80px 20px;
    padding-bottom: 95px;
}
.top_cms_box.top_banner_link .cms_title h2 {
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}
.top_cms_box .cms_title p {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
.top_cms_box.top_banner_link .cms_title .cms_title_box:before {
    /*bottom: -40px;*/
}

.cms_1-e .cate_box {
    min-width: auto;
}
.top_page footer {
    height: auto!important;
    padding: 80px 0 50px;
}
.top_page footer #footer{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
/* ----------　下層ページ　---------- */
#page_title {
    background-attachment: scroll;
    background-position: center -100px, center;
}
.page_title h2 {
    font-size: -webkit-calc(1rem + 33px);
    font-size: calc(1rem + 33px);
    letter-spacing: 4px;
}
.page_title p {
    font-size: -webkit-calc(1rem + 40px);
    font-size: calc(1rem + 40px);
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
.top_page header h1, .all_page header .logo, #header-change .logo {
    max-width: 100px;
}
.top_page footer {
    padding: 50px 0;
}
.top_page footer .logo,footer .logo {
    max-width: 200px;
    margin-bottom: 50px;
}
.overlay ul {
    width: 100%!important;
}
.overlay-menu .font_up a {
    font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
}
/* ----------　TOP　---------- */
#main .catch {
    width: 60%;
    top: 25%;
    left: 15px;
}
.dec1 {
    width: 40%;
    bottom: -80px;
    z-index: -1;
}
.dec2 {
    width: 35%;
    left: -5%;
}
.dec3 {
    bottom: 300px;
}
#contents1_2 .con1 .box_img .no_box, #contents3 .box .box_img .no_box {
    right: -35px;
}
#contents1_2 .con2 .box_img .no_box {
    left: -35px;
    top: -50px;
}
#contents1_2 .con2 .box_img {
    /*width: 80%;*/
    width: 65vw;
    margin-bottom: 10px;
}
#contents1_2 .con2 .box_img img {
    height: 65vw;
}
#contents3 .box .box_item {
    padding: 40px 20px 50px 5%;
}
#contents3 .img_wrap {
    width: 70vw;
}
#contents3 .box .box_img img {
    height: 32vh;
}
#contents3 .img_wrap .content_title {
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
    letter-spacing: 3px;
}
#top_cms:before {
    height: 650px;
}
.top_cms_box.top_banner_link {
    padding: 80px 5% 80px;
}
.top_cms_box.top_banner_link .cms_title {
    width: 90%;
}
.top_cms_box.top_banner_link .cms_title:last-child {
    margin-left: 15%;
}
.top_cms_box.top_banner_link .cms_title a {
    padding: 60px 10px;
    padding-bottom: 75px;
}
.top_cms_box.top_banner_link .cms_title h2 {
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}
.top_cms_box.top_banner_link .cms_title .cms_title_box:before {
    /*bottom: -30px;*/
}
.top_cms_box .cms_title p {
    font-size: -webkit-calc(1rem - 2px);
    font-size: calc(1rem - 2px);
}
.top_cms_box.top_banner_link .cms_title p span {
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}
/* ----------　下層ページ　---------- */
.page_title h2 {
    font-size: -webkit-calc(1rem + 9px);
    font-size: calc(1rem + 9px);
    letter-spacing: 1px;
}
.page_title p {
    font-size: -webkit-calc(1rem + 18px);
    font-size: calc(1rem + 18px);
}
/* ブログ */
#cms_1-e .box_item .box_item figure {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}