@charset "utf-8";
/*
Theme Name:carebell
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #595757; }
a:hover  { text-decoration: none; color: #000; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #000; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */

.oswald{
    font-family: 'Oswald', sans-serif;
	font-weight: 200;
}
.roboto{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.noPd{
	padding-top: 0 !important;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

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

/*テキスト選択時背景色*/

::selection {
  background-color: #ffd7b6;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #FFFFFF;
	color: #595757;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

#container {
}

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

/*アニメーション設定*/
.blur {
 opacity: 0;
 -webkit-filter: blur(8px);
 filter: blur(8px);
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.blur.on {
 opacity: 1;
 -webkit-filter: blur(0);
 filter: blur(0);
}
.fadeInLeft {
 opacity: 0;
 -webkit-transform: translateX(-30px);
 transform: translateX(-30px);
 -webkit-transition: all 1.2s ease-out;
 transition: all 1.2s ease-out;
}
.fadeInLeft.on {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.fadeInUp {
 opacity: 0;
 -webkit-transform: translateY(40px);
 transform: translateY(40px);
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.fadeInUp.on {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.fadeIn {
 opacity: 0;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.fadeIn.on {
 opacity: 1;
}
.wayOn.on{
 opacity: 1;
}
.delay250 {
 transition-delay: 250ms;
}
.delay500 {
 transition-delay: 500ms;
}

.grecaptcha-badge{
	z-index: 10;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1180px;
        position: relative;
        overflow: hidden;
    }
    .contentWrap{
        width: 1100px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #header {
        width: 100%;
		height: 160px;
		background: #fff;
        box-sizing: border-box;
        z-index: 10;
        transition: 0.3s;
		position: absolute;
    }
	.headerCopy{
		background: #EFEFEF;
	}
	.headerCopyW{
		
	}
	.headerTxt{
		font-size: 1.2rem;
		line-height: 4rem;
	}
    .headerW{
        box-sizing: border-box;
        position: relative;
		height: 120px;
    }
    .headerLogo{
        width: 288px;
        display: inline-block;
        box-sizing: border-box;
        margin-top: 28px;
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }
    
    #menu{
        box-sizing: border-box;
        display: inline-block;
        float: right;
    }

/*メニュー用*/
	.headerLinkW{
		display: flex;
		justify-content: space-between;
		padding-top: 56px;
	}
	.headerIcons1{
		display: flex;
		justify-content: space-between;
		width: 115px;
		margin-right: 37px;
	}
	.headerIcon1{
		display: flex;
		align-items: center;
        top: 3px;
	}
    .headerIcon1 a{
    }
    .headerIcon1 a:before{
        transition: 0.3s;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .headerIcon1 img{
        transition: 0.3s;
    }
	.headerIcon1.menuHome a{
		width: 18px;
        height: 18px;
		position: relative;
        display: block;
	}
    .headerIcon1 a:hover img{
       opacity: 0;
    }
	.headerIcon1 a:hover:before{
        opacity: 1;
	}
	.headerIcon1.menuHome a:before{
        content: "";
        background: url("img/icon_home_ov.svg") no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
	}
	.headerIcon1.menuMail a{
		width: 20px;
        height: 18px;
		position: relative;
        display: block;
        top: 2px;
	}
	.headerIcon1.menuMail a:before{
        content: "";
        background: url("img/icon_mail_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 18px;
	}
	.headerIcon1.menuPhoto a{
		width: 20px;
        height: 18px;
		position: relative;
        display: block;
		opacity: 0.5;
	}
	.headerIcon1.menuPhoto a:before{
        content: "";
        background: url("img/icon_photo_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 18px;
	}
	.headerMenus{
		display: flex;
		justify-content: space-between;
		width: 473px;
		font-size: 1.2rem;
		margin-right: 25px;
	}
	.headerMenu a{
		position: relative;
	}
	.headerMenu a:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #595757;
		transform: scale(0, 1);
		transform-origin: left;
		transition: 0.4s;
	}
	.headerMenu a:hover:before {
		transform: scale(1);
	}
	.headerIcons2{
		display: flex;
		justify-content: space-between;
		width: 20px;
	}
	.headerIcon2 a{
		width: 20px;
		height: 20px;
        display: block;
        position: relative;
	}
    .headerIcon2 a:before{
        transition: 0.3s;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .headerIcon2 a:hover img{
       opacity: 0;
    }
	.headerIcon2 a:hover:before{
        opacity: 1;
	}
	.menuYou{
		opacity: 0.5;
		margin-right: 18px;
	}
    .menuYou a:before{
        content: "";
        background: url("img/icon_youtube_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    .menuIns a:before{
        content: "";
        background: url("img/icon_ins_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    .menuTw a:before{
        content: "";
        background: url("img/icon_tw_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

/*スクロール時設定*/
    
    #header.smaller {
		width: 100%;
        position: fixed;
        height: 80px;
		background: #fff;
		z-index: 10;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
    #header.smaller .headerLogo{
        margin-top: 18px;
		width: 195px;
    }
    #header.smaller .headerW{
		height: 80px;
    }
    #header.smaller .headerCopy{
		display: none;
    }
    #header.smaller .headerLinkW {
		padding-top: 32px;
    }

/*中面ヘッダー*/
    
    #header.inner {
        position: fixed;
        height: 80px;
    }
    #header.inner .headerLogo{
        margin-top: 25px;
    }
    #header.inner #menu{
        color: #000;
        width: 100%;
        z-index: 10;
        box-sizing: border-box;
        font-weight: bold;
        position: absolute;
        left: 370px;
        top: 9px;
        display: inline-block;
    }
    #header.inner .headerMenu {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        padding-top: 14px;
        margin-bottom: 0;
    }


    
    
    .goTopBtn{
        position: fixed;
        right: 20px;
        bottom: 100px;
        z-index: 100;
        width: 25px;
        height: 25px;
        display: block;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/
    footer{
        background: #F6F6F6;
    }
    .footerW{
        padding: 80px 0 60px;
		display: flex;
		justify-content: space-between;
    }
    #footerMenu{
        box-sizing: border-box;
        display: inline-block;
        float: right;
    }
    .copyW{
        position: relative;
		text-align: center;
		padding-bottom: 30px;
    }

    .copyright{
        font-size: 1.2rem;
    }
    
    .footerInfoR{
        display: flex;
        justify-content: space-between;
        width: 550px;
    }
    .fMenuLists1{
        display: inline-block;
    }
    .fMenuLists1 a{
        color: #fff !important;
    }
    .fMenuList1 a:hover{
        text-decoration: underline;
    }
    .fMenuList1{
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .fMenuLists2{
        font-size: 1.2rem;
        margin-top: 15px;
    }
    .fMenuList2{
        line-height: 2rem;
        font-weight: normal;
    }
    .fMenuList2:before{
        content: ">";
        margin-right: 8px;
        display: inline-block;
    }
    .fMenuList2 a:hover{
        text-decoration: underline;
    }
    .fMenuList3{
        display: inline-block;
    }
    .fMenuList3 a{
        font-size: 1.4rem;
        display: inline-block;
        background: #fff;
        border-radius: 4px;
        line-height: 2.8rem;
        color: #0D0D0D !important;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 0 10px;
    }
    .fMenuList3 a:hover{
        background: #0D0D0D;
        color: #fff !important;
    }

/*commonタイトル*/
	
    .commonTtl01W {
    }
    .commonTtl01 {
		font-size: 4rem;
		margin-bottom: 10px;
    }
    .commonTtl01S {
        font-size: 1.2rem;
        position: relative;
    }
    .commonTtl02W{
        background: #f5f5f5;
        display: flex;
        justify-content: space-between;
        height: 225px;
        width: 1100px;
        margin: 0 auto;
    }
    .commonTtl02Img{
        width: 350px;
    }
    .commonTtl02R{
        width: 750px;
        position: relative;
        align-items: center;
        display: flex;
    }
    .commonTtl02 {
        font-size: 8rem;
        padding-left: 82px;
    }
    .commonTtl02S {
        font-size: 2rem;
        position: absolute;
        text-align: right;
        right: 110px;
        top: 50%;
        transform: translateY(-50%);
    }
    .commonTtl02S:after{
        content: "";
        background: #595757;
        width: 15px;
        height: 15px;
        position: absolute;
        display: block;
        right: -63px;
        top: 50%;
        transform: translateY(-50%);
    }
    .commonTtl03W{
        text-align: center;
    }
    .commonTtl04{
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        position: relative;
        padding-left: 55px;
        box-sizing: border-box;
    }
    .commonTtl04:before{
        content: "";
        width: 35px;
        height: 1px;
        border-bottom: 1px solid rgba(87,87,87,0.5);
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .commonTtl05{
        padding-left: 27px;
        font-size: 2.7rem;
        position: relative;
    }
    .commonTtl05:before{
        content: "";
        width: 15px;
        height: 15px;
        background: #595757;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    

/*commonテキスト*/
    
    .commonCopy01{
        font-size: 3rem;
        margin-bottom: 15px;
    }
    .commonCopy02{
        font-size: 2rem;
        letter-spacing: 0.05em;
    }
    .commonCopy03{
        font-size: 4rem;
        line-height: 4rem;
    }
    .commonTxt01{
        font-size: 2rem;
        line-height: 4.1rem;
    }
    .commonTxt02{
		font-size: 1.3rem;
        line-height: 2.4rem;
    }
    .commonTxt03{
        font-size: 1.2rem;
        line-height: 2.1rem;
    }
    .commonTxt04{
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

/*commonボタン*/
    .commonBtn01W{
        text-align: center;
    }
    .commonBtn01{
        overflow: hidden;
        line-height: 2.4rem;
        font-size: 1.4rem;
        padding: 0 8px;
        box-sizing: border-box;
        position: relative;
        background: #595757;
        display: inline-block;
        color: #fff !important;
        border: 1px solid rgba(87,87,87,0.5);
    }
    .commonBtn01:hover{
        background: #fff;
        color: #000 !important;
    }
    
    

}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */

    #container {
        width: 100%;
        overflow: hidden;
        font-size: 1.4rem;
    }
    .contentWrap{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        height: 200px;
        box-sizing: border-box;
        position: absolute;
        z-index: 9999;
        top: 0;
        background: #fff;
    }
    #header.smaller{
        height: 60px;
        position: fixed;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
    .headerW{
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #menu{
    }
    .headerLogo{
        width: 100%;
        margin: 80px auto 0;
        display: inline-block;
        vertical-align: top;
    }
    #header.smaller .headerLogo{
        width: 160px;
        margin: 13px auto 0 0 !important;
        display: block;
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }
	.headerCopy{
		display: none;
	}
	.headerCopyW{
		
	}
	.headerTxt{
		font-size: 1.2rem;
		line-height: 4rem;
	}
    .headerIconW{
        display: flex;
        justify-content: space-between;
        width: 260px;
        position: absolute;
        top: 20px;
        transition: 0.3s;
    }
    #header.smaller .headerIconW{
        top: -40px;
    }
    /*中面ヘッダロゴ*/
    .inner #header{
        height: 60px;
    }
    .inner .headerLogo{
        display: none;
    }
    .inner #header.smaller .headerLogo{
        width: 160px;
        margin: 5px auto 0 0 !important;
        display: block;
    }

	.headerIcons1{
		display: flex;
		justify-content: space-between;
		width: 140px;
	}
	.headerIcon1{
		display: flex;
		align-items: center;
        top: 3px;
	}
    .headerIcon1 a{
    }
    .headerIcon1 a:before{
        transition: 0.3s;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .headerIcon1 img{
        transition: 0.3s;
    }
	.headerIcon1.menuHome a{
		width: 18px;
        height: 18px;
		position: relative;
        display: block;
	}
	.headerIcon1.menuTel a{
		width: 15px;
        height: 16px;
		position: relative;
        display: block;
	}
	.headerIcon1.menuMail a{
		width: 20px;
        height: 18px;
		position: relative;
        display: block;
        top: 2px;
	}
	.headerIcon1.menuPhoto a{
		width: 20px;
        height: 18px;
		position: relative;
        display: block;
		opacity: 0.5;
	}
	.headerIcons2{
		display: flex;
		justify-content: space-between;
		width: 96px;
	}
	.headerIcon2 a{
		width: 20px;
		height: 20px;
        display: block;
        position: relative;
	}
    .headerIcon2 a:before{
        transition: 0.3s;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .headerIcon2 a:hover img{
       opacity: 0;
    }
	.headerIcon2 a:hover:before{
        opacity: 1;
	}
    .menuYou a:before{
        content: "";
        background: url("img/icon_youtube_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    .menuIns a:before{
        content: "";
        background: url("img/icon_ins_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    .menuTw a:before{
        content: "";
        background: url("img/icon_tw_ov.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

/*メニュー用*/

    .headerMenuBtn{
        vertical-align: top;
        letter-spacing: normal;
        width: 44px;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 14px;
        height: 40px;
        box-sizing: border-box;
        z-index: 1000;
    }
    .menuSlide{
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        background: rgba(0,0,0,0.9);
        text-align: left;
        left: 100%;
        transition: 0.5s;
        z-index: 999;
        letter-spacing: normal;
        overflow-x: scroll;
        padding-top: 60px;
    }
    .menuSlide.current{
        left: 0;
    }
    .headerMenu {
        display: block;
        box-sizing: border-box;
        text-align: left;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .headerMenu a{
        display: block;
        line-height: 6rem;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        box-sizing: border-box;
        padding-left: 40px;
        color: #fff;
        position: relative;
    }
    .headerMenu a:after{
        content: "";
        background: url("img/arrow_r1.svg") no-repeat;
        background-size: contain;
        width: 10px;
        height: 12px;
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerList {
        display: block;
        position: relative;
        box-sizing: border-box;
    }
    .headerList:after{
        content: "";
        background: url("img/sp/menu_arrow.svg") no-repeat;
        background-size: contain;
        width: 9px;
        height: 16px;
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerList a {
        display: block;
        position: relative;
        color: #fff;
        font-size: 2.5rem;
        line-height: 3.7rem;
        padding-left: 40px;
        box-sizing: border-box;
        font-weight: bold;
    }
    .headerLinkW1{
        margin-bottom: 30px;
        padding-left: 40px;
    }
    .headerLink1{
        display: block;
        width: 156px;
        line-height: 2.8rem;
        background: #fff;
        color: #000 !important;
        text-align: left;
        margin-bottom: 10px;
        font-size: 1rem;
        position: relative;
        box-sizing: border-box;
        padding: 0px 5px 0px 30px;
        border-radius: 5px;
    }
    .headerLink1:before{
        content: "";
        background: url("img/sp/icon_house.svg") no-repeat;
        background-size: contain;
        width: 16px;
        height: 15px;
        display: block;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerLink2{
        display: block;
        width: 156px;
        line-height: 2.8rem;
        background: #fff;
        color: #000 !important;
        text-align: left;
        font-size: 1rem;
        position: relative;
        box-sizing: border-box;
        padding: 0px 5px 0px 30px;
        border-radius: 5px;
    }
    .headerLink2:before{
        content: "";
        background: url("img/sp/icon_hummer.svg") no-repeat;
        background-size: contain;
        width: 17px;
        height: 16px;
        display: block;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerLinkW2{
        display: inline-block;
        padding-left: 40px;
        margin-bottom: 30px;
    }
    .headerLinkW2 a{
        display: block;
        position: relative;
        padding-left: 30px;
        color: #fff;
    }
    .headerLink3{
        margin-bottom: 20px;
    }
    .headerLink3:before{
        content: "";
        background: url("img/sp/icon_tel.svg") no-repeat;
        background-size: contain;
        width: 24px;
        height: 22px;
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerLink4:before{
        content: "";
        background: url("img/sp/icon_mail.svg") no-repeat;
        background-size: contain;
        width: 24px;
        height: 19px;
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }  
    .menuCopy{
        color: #fff;
        font-size: 1rem;
        padding-left: 40px;
    }

/*ハンバーガメニュー*/
/*ベース*/
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        height: 30px;
        width: 30px;
        position: relative;
        z-index: 104;
        margin: 0;
        border: 1px solid #595757;
        border-radius: 3px;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 5px;
        width: 18px;
        height: 1px;
        background-color: #595757;
        border-radius: 2px;
    }
    .menu-trigger.current span{
        background-color: #595757;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 14px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 20px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        transform: translateY(6px) rotate(-45deg);
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg);
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
    .overlayW{
        width: 95%;
        margin: 0 auto;
    }
    .goTopBtn {
        display: block;
        width: 20px;
        height: 20px;
        position: fixed;
        bottom: 90px;
        right: 20px;
        z-index: 100;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/
    footer{
        background: #F6F6F6;
    }
    .footerW{
        padding: 30px 0;
        text-align: center;
    }
    .footerW .headerLogo{
        margin: 20px auto;
        width: 200px;
        display: inline-block;
    }
    .footerBnW{
        margin-bottom: 50px;
    }
    .copyW{
        position: relative;
        text-align: center;
        padding-bottom: 30px;
    }

    .copyright{
        font-size: 1.2rem;
    }
    

	
/*commonタイトル*/
	
    .commonTtl01W {
    }
    .commonTtl01 {
		font-size: 3rem;
		margin-bottom: 5px;
    }
    .commonTtl01S {
        font-size: 1.2rem;
        position: relative;
    }
    .commonTtl02W{
        background: #f5f5f5;
    }
    .commonTtl02Img{
        width: 100%;
    }
    .commonTtl02R{
        width: 100%;
        position: relative;
        text-align: center;
        padding: 50px 0 90px;
    }
    .commonTtl02 {
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 10px;
    }
    .commonTtl02S {
        font-size: 1.6rem;
    }
    .commonTtl02S:after{
        content: "";
        background: #595757;
        width: 10px;
        height: 10px;
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        bottom: 45px;
    }
    .commonTtl03W{
        text-align: center;
    }
    .commonTtl04{
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        position: relative;
        padding-left: 55px;
        box-sizing: border-box;
    }
    .commonTtl04:before{
        content: "";
        width: 35px;
        height: 1px;
        border-bottom: 1px solid rgba(87,87,87,0.5);
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .commonTtl05{
        padding-left: 27px;
        font-size: 2.7rem;
        position: relative;
    }
    .commonTtl05:before{
        content: "";
        width: 15px;
        height: 15px;
        background: #595757;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

/*commonテキスト*/

    

    .commonCopy01{
        font-size: 2.7rem;
        line-height: 4rem;
        text-align: left;
    }
    .commonCopy02{
        font-size: 1.6rem;
        line-height: 3.1rem;
        letter-spacing: 0;
        text-align: left;
    }
    .commonCopy03{
        font-size: 2.2rem;
        line-height: 3.9rem;
    }
    .commonTxt01{
        font-size: 1.4rem;
        letter-spacing: 0em;
        line-height: 3.1rem;
    }
    .commonTxt02{
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 2.4rem;
        text-align: left;
    }
    .commonTxt03{
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 2.1rem;
        text-align: left;
    }
    .commonTxt04{
        font-size: 1.4rem;
        line-height: 2.4rem;
    }


/*commonボタン*/
    .commonBtn01W{
        text-align: center;
    }
    .commonBtn01{
        overflow: hidden;
        line-height: 2.4rem;
        font-size: 1.4rem;
        padding: 0 8px;
        box-sizing: border-box;
        position: relative;
        background: #595757;
        display: inline-block;
        color: #fff !important;
        border: 1px solid rgba(87,87,87,0.5);
    }

/*common Link*/
    
    .commonLink01W{
        text-align: center;
    }
    .commonLink01{
        display: inline-block;
        position: relative;
        padding-left: 12px;
        font-size: 1.8rem;
        letter-spacing: 0.04em;
         transition: all .3s ease-out;
    }
    .commonLink01:before{
        content: "";
        background: url("img/ttl01_before.svg") no-repeat;
        background-size: contain;
        width: 6px;
        height: 6px;
        display: inline-block;
        position: absolute;
        left: 0;
        top:11px;
    }
    .commonLink01:hover {
        text-decoration: underline;
    }
    .commonLink01 .arrow {
         position: relative;
         display: block;
         padding: 0px 70px 0px 0px;
         vertical-align: middle;
         text-decoration: none;
         z-index: 2;
    }
    .commonLink01 .arrow::before, .commonLink01 .arrow::after {
         position: absolute;
         top: 2px;
         bottom: 0;
         right: 0;
         margin: auto;
         content: "";
         vertical-align: middle;
         -webkit-transition: all .3s ease-out;
         -moz-transition: all .3s ease-out;
         -ms-transition: all .3s ease-out;
         transition: all .3s ease-out;
    }
    .commonLink01 .arrow::before {
         right: 20px;
         width: 40px;
         height: 1px;
         background: #9A9A9A;
    }
    .commonLink01:hover .arrow::before {
         right: 10px;
         width: 50px;
         height: 1px;
         background: #9A9A9A;
    }
    .commonLink01 .arrow::after {
         right: 22px;
         width: 12px;
         height: 12px;
         border-top: 1px solid #9A9A9A;
         -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
    }
    .commonLink01:hover .arrow::after {
         right: 12px;
         width: 12px;
         height: 12px;
         border-top: 1px solid #9A9A9A;
    }
    
    
/*中面共通*/

}


/*ハンバーガーメニュー動き*/

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
