@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS
/*----------------------------------------------------------*/
:root {
	--base: #f8f8f8;
	--main: #6bb8a4;
	--sub: #5f5f5f;
	--text: #000;
	--act: #6bb8a4;
	--grad01: linear-gradient(to bottom right,#d7fa8a 0%,#d7fa8a 30%,#5decff 90%,#5decff 100%);
	--grad01-rev: linear-gradient(to top left,#d7fa8a 0%,#d7fa8a 30%,#5decff 90%,#5decff 100%);
	--grad02: linear-gradient(to bottom right,#f5e0f8 0%,#ece2f6 30%,#f6f5f9 90%,#f0efe4 100%);
	--grad03: linear-gradient(to bottom right,#fcf2fd 0%,#f8f1f7 30%,#cff4ea 90%,#cff4ea 100%);
	--grad04: linear-gradient(to right,#f5f9d6 0%,#f4f8f3 50%,#dff8fe 100%);
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--font-jp: 'Shippori Mincho', serif;
	--font-midashi: 'Shippori Mincho', serif;
	--font-en: 'Shippori Mincho', serif;
}
*{
    margin: 0;
    padding: 0;
}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
	background-attachment: fixed;
}
html {
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
body {
	font-family: var(--font-jp);
	font-style: normal;
	font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    overflow-x: hidden;
    counter-reset: count;
    animation: fadeIn 2.5s ease 0s 1 normal;
    letter-spacing: .05em;
	color: var(--text);
}

#all_wrap { position: relative; }
#all_wrap.main_page {
	background: var(--base);
}
#all_wrap.sub_page {
	background: var(--base);
}
#all_wrap .content a { color: var(--text); font-weight: 400; transition: ease 0.2s; }
#all_wrap .content a:hover { color: var(--text); font-weight: 400; text-decoration: underline; transition: ease 0.2s; }
#all_wrap .single_content img { width: 100%; height: auto; padding: 0; margin: 0 auto; }

#all_wrap .content a.wp-block-button__link {
    display: block;
    width: 50%;
    color: #fff;
    transition: ease 0.2s;
    position: relative;
    padding: 10px 20px;
    margin: 0 auto;
}
#all_wrap .content a.wp-block-button__link:hover { text-decoration: none; opacity: 0.8; transition: ease 0.2s; }
#all_wrap .content a.wp-block-button__link::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%) rotate(-45deg);
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transition: ease 0.2s;
}
#all_wrap .content a.wp-block-button__link:hover::after {
    right: 18px;
    transition: ease 0.2s;
}

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--text);
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#all_wrap .single_content a { color: var(--text); font-weight: 400; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #var(--text); font-weight: 400; text-decoration: underline; transition: ease 0.2s; }

/*背景アニメーション*/
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap { position: relative; overflow: hidden; }
    #all_wrap .content a.wp-block-button__link {
        display: block;
        width: 90%;
        color: #fff;
        transition: ease 0.2s;
        position: relative;
        padding: 10px 50px;
        margin: 0 auto;
    }
}

/*ページトップ*/
#to_top {
    width: 50px;
    height: auto;
    display: none;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
#to_top > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.bottomFooter__topBtn {
	color: var(--main);
}

/*reCAPTCHA*/
.grecaptcha-badge {
	z-index: 999;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #to_top {
        width: 30px;
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 150px;
        right: 10px;
        z-index: 999;
    }
}

/************************************************************/
/*　アニメーション
/************************************************************/

/*全体徐々に表示*/
.fadein {
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

/*フワッと表示*/
.anime.anime_fade {
	transition: 2.1s var(--ease-out);
	opacity: 0;
}
.anime.anime_fade.active {
	transition: 2.1s var(--ease-out);
	opacity: 1;
}

/*下からフワッと*/
.anime.anime_btm {
	transform: translate(0,50px);
	transition: 2.1s var(--ease-out);
	opacity: 0;
}
.anime.anime_btm.active {
	transform: translate(0,0);
	transition: 2.1s var(--ease-out);
	opacity: 1;
}

/*右からフワッと*/
.anime.anime_right {
	transform: translate(50px,0);
	transition: 2.1s var(--ease-out);
	opacity: 0;
}
.anime.anime_right.active {
	transform: translate(0,0);
	transition: 2.1s var(--ease-out);
	opacity: 1;
}

/*左からフワッと*/
.anime.anime_left {
	transform: translate(-50px,0);
	transition: 2.1s var(--ease-out);
	opacity: 0;
}
.anime.anime_left.active {
	transform: translate(0,0);
	transition: 2.1s var(--ease-out);
	opacity: 1;
}

/*光る*/
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*画像*/
@keyframes swipeRight {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(100%,0,0);
	}
	100% {
		transform: translate3d(100%,0,0);
	}
}

/************************************************************/
/*　共通
/************************************************************/

/*本文*/
#all_wrap .content {
    font-size: 15px;
    line-height: 2;
    padding: 0;
    margin: 0 auto 100px;
}
.secBox {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto 100px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*本文*/
    #all_wrap .content {
        font-size: 15px;
        line-height: 2;
        padding: 0;
        margin: 0 auto 50px;
    }
    .secBox {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }
    .l-wrapper-full .secBox {
        width: calc(100% - 60px);
        max-width:  calc(100% - 60px);
        padding: 0;
        margin: 0 auto 50px;
    }
}

/*フレックス2列*/
.flexBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.flexBox > div {
    width: 48%;
    padding: 0;
    margin: 0 0 20px;
}

/*フレックス3列*/
.flexBox3 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative;
}
.flexBox3::after {
    content: '';
    display: block;
    width: 23%;
}
.flexBox3 > div {
    width: 31%;
    padding: 0;
    margin: 0 0 20px;
}
.flexBox3 > div > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/*フレックス4列*/
.flexBox4 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative;
}
.flexBox4::before {
    order: 1;
}
.flexBox4::before,
.flexBox4::after {
    content: '';
    display: block;
    width: 23%;
}
.flexBox4 > div {
    width: 23%;
    padding: 0;
    margin: 0 0 20px;
}
.flexBox4 > div > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*フレックス画像*/
.imgFlex {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.imgFlex > figure {
	width: 35%;
	padding: 0;
	margin: 0 50px 0 0;
}
.imgFlex > div {
	width: 65%;
	padding: 0;
	margin: 0;
}
#all_wrap .content .imgFlex > div > p {
	padding: 0;
	margin: 0 auto 10px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*フレックス2列*/
    .flexBox {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .flexBox > div {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
    }

    /*フレックス3列*/
    .flexBox3 {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        margin-bottom: 20px;
        position: relative;
    }
    .flexBox3::after {
        content: '';
        display: block;
        width: 23%;
    }
    .flexBox3 > div {
        width: 31%;
        padding: 0;
        margin: 0 0 20px;
    }
    .flexBox3 > div > img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    /*フレックス4列*/
    .flexBox4 {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        margin-bottom: 20px;
        position: relative;
    }
    .flexBox4::before {
        order: 1;
    }
    .flexBox4::before,
    .flexBox4::after {
        content: '';
        display: none;
    }
    .flexBox4 > div {
        width: 48%;
        padding: 0;
        margin: 0 0 10px;
    }
    .flexBox4 > div > img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
	
	/*フレックス画像*/
	.imgFlex {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.imgFlex > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.imgFlex > div {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#all_wrap .content .imgFlex > div > p {
		padding: 0;
		margin: 0 auto 10px;
	}
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    font-style: normal;
}
#all_wrap .content p {
    font-size: 15px;
    line-height: 2;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap .content p {
    font-size: 15px;
    line-height: 2;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
}
#all_wrap img.alignright {
    margin-left: 30px;
    margin-bottom: 30px;
}

#all_wrap .container {
	width: calc(100% - 200px);
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#all_wrap .widget {
	margin-bottom: 0;
}

/*カスタマイズ*/
#all_wrap .content div {
    margin-top: 0;
}
#all_wrap .content .wp-block-columns {
    margin-top: 0;
    align-content: flex-start;
    align-items: flex-start;
}
#all_wrap .content .wp-block-spacer {
    padding: 0;
    margin: 0;
}
#all_wrap .l-wrapper .postContents .content .wp-block-columns h3:first-of-type,
#all_wrap .l-wrapper .pageContents .content .wp-block-columns h3:first-of-type,
#all_wrap .l-wrapper .postContents .content .wp-block-columns h4:first-of-type,
#all_wrap .l-wrapper .pageContents .content .wp-block-columns h4:first-of-type,
#all_wrap .l-wrapper .postContents .content .wp-block-columns h5:first-of-type,
#all_wrap .l-wrapper .pageContents .content .wp-block-columns h5:first-of-type {
    margin-top: 0;
}
#all_wrap .l-wrapper .postContents .content p.toriatsukai,
#all_wrap .l-wrapper .pageContents .content p.toriatsukai {
    display: inline-block;
    background: #33BBED;
    color: #FFF;
    padding: 11px 35px 10px;
    border-radius: 40px;
}

/*投稿ページ　タグ下マージン*/
#all_wrap .l-wrapper .dateList {
    margin-bottom: 5px;
}

/*下マージン*/
#all_wrap .pageContents .content .mb0,
#all_wrap .postContents .content .mb0 { margin-bottom: 0px; }
#all_wrap .pageContents .content .mb5,
#all_wrap .postContents .content .mb5 { margin-bottom: 5px; }
#all_wrap .pageContents .content .mb10,
#all_wrapr .postContents .content .mb10 { margin-bottom: 10px; }
#all_wrap .pageContents .content .mb20,
#all_wrap .postContents .content .mb20 { margin-bottom: 20px; }
#all_wrap .pageContents .content .mb30,
#all_wrap .postContents .content .mb30 { margin-bottom: 30px; }
#all_wrap .pageContents .content .mb40,
#all_wrap .postContents .content .mb40 { margin-bottom: 40px; }
#all_wrap .pageContents .content .mb50,
#all_wrap .postContents .content .mb50 { margin-bottom: 50px; }
#all_wrap .pageContents .content .mb60,
#all_wrap .postContents .content .mb60 { margin-bottom: 60px; }
#all_wrap .pageContents .content .mb70,
#all_wrap .postContents .content .mb70 { margin-bottom: 70px; }
#all_wrap .pageContents .content .mb80,
#all_wrap .postContents .content .mb80 { margin-bottom: 80px; }
#all_wrap .pageContents .content .mb90,
#all_wrap .postContents .content .mb90 { margin-bottom: 90px; }
#all_wrap .pageContents .content .mb100,
#all_wrap .postContents .content .mb100 { margin-bottom: 100px; }

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap p {
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
        font-feature-settings: "palt" 1;
        font-style: normal;
    }
    #all_wrap .l-wrapper .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    #all_wrap .l-wrapper-full .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    #all_wrap .l-wrapper .postContents .content p.toriatsukai,
    #all_wrap .l-wrapper .pageContents .content p.toriatsukai {
        display: inline-block;
        background: #33BBED;
        color: #FFF;
        padding: 11px 35px 10px;
        border-radius: 40px;
        text-align: center;
    }
	/*下マージン*/
	#all_wrap .pageContents .content .mb0,
	#all_wrap .postContents .content .mb0 { margin-bottom: 0px; }
	#all_wrap .pageContents .content .mb5,
	#all_wrap .postContents .content .mb5 { margin-bottom: 2px; }
	#all_wrap .pageContents .content .mb10,
	#all_wrapr .postContents .content .mb10 { margin-bottom: 5px; }
	#all_wrap .pageContents .content .mb20,
	#all_wrap .postContents .content .mb20 { margin-bottom: 10px; }
	#all_wrap .pageContents .content .mb30,
	#all_wrap .postContents .content .mb30 { margin-bottom: 15px; }
	#all_wrap .pageContents .content .mb40,
	#all_wrap .postContents .content .mb40 { margin-bottom: 20px; }
	#all_wrap .pageContents .content .mb50,
	#all_wrap .postContents .content .mb50 { margin-bottom: 25px; }
	#all_wrap .pageContents .content .mb60,
	#all_wrap .postContents .content .mb60 { margin-bottom: 30px; }
	#all_wrap .pageContents .content .mb70,
	#all_wrap .postContents .content .mb70 { margin-bottom: 35px; }
	#all_wrap .pageContents .content .mb80,
	#all_wrap .postContents .content .mb80 { margin-bottom: 40px; }
	#all_wrap .pageContents .content .mb90,
	#all_wrap .postContents .content .mb90 { margin-bottom: 45px; }
	#all_wrap .pageContents .content .mb100,
	#all_wrap .postContents .content .mb100 { margin-bottom: 50px; }

}

/*ウィジェットパディング*/
#all_wrap .widget-main {
	width: 100%;
    padding: 0;
    margin: 0;
}

/*== スマホ・PC 非表示 ==*/
.pc_none { display: none; }
.sp_none { display: block; }
@media only screen and (max-width: 768px){
    .pc_none { display: block; }
    .sp_none { display: none; }
}

/*== フレックス ==*/
.flex {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.flex > div {
    width: 48%;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .flex {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .flex > div {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
}

/*日付*/
.Date {
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #555;
    padding: 0;
    margin: 0 auto 20px;
}


/************************************************************/
/*　JS
/************************************************************/

/*lightbox*/
.nivo-lightbox-effect-fade {
    visibility: hidden;
    opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-size: 20px 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 20px;
    height: 20px;
}


/************************************************************/
/*　構成
/************************************************************/
.l-main {
	width: calc(80% - 50px);
	margin-bottom: 0;
    z-index: 1;
}
#all_wrap .l-wrapper {
    width: 100%;
    max-width: 1100px;
    padding: 50px 0;
    margin: 0 auto;
}
.l-wrapper-full {
    position: relative;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}
.l-wrapper-cat {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#wrapper {
	padding: 0;
}

/*トップ構成*/
.top_wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#all_wrap .l-wrapper .l-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap .l-wrapper-full .l-main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap .l-wrapper-cat .l-main {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.page {
    width: 100%;
}
.dividerBottom {
    margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
    padding: 0;
    margin: 0 auto;
}
#all_wrap .l-wrapper-full .pageContents .content, #all_wrap .l-wrapper-full .archiveContents .content {
    margin: 0;
    padding: 0;
}
#all_wrap .l-wrapper-full .sitemap_content {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto 100px;
}
 
.l-sidebar {
    width: 250px;
	min-width: 250px;
    padding: 20px;
    margin: 0;
	margin-left: 50px;
	background: #fff;
    z-index: 5;
}
.l-main-wide    {width: calc(80% - 50px); margin-right:0;}
.l-main-wide1000{width:1000px;margin: auto;}
.l-main-wide900 {width:900px; margin: auto;}
.l-main-wide800 {width:800px; margin: auto;}
.l-main-wide700 {width:700px; margin: auto;}
.l-main-right   {order: 2;}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .l-main {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap.main_page .l-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap.sub_page .l-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .l-wrapper-full .l-main {
        width: 100%;
        padding: 30px;
        margin: 0 auto;
    }
    
    #all_wrap .l-wrapper .l-main {
        width: 100%;
        padding: 0 30px 30px;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper-full .l-main {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .l-wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .l-wrapper-full {
        position:relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
	.l-wrapper-cat {
		position: relative;
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
	}
    
	/*トップ構成*/
	.top_wrapper {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#topMain {
		width: calc(100%);
		padding: 0;
		margin: 0;
		overflow: hidden;
		background: #fff;
	}
    
	.l-sidebar {
		display: none;
	}
	
	.side-banner {
		display: block;
		margin-bottom: 0 !important;
	}
	.side-contents {
		display: none;
	}
    
    .page {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .postContents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .pageContents .content,
    .archiveContents .content {
        padding: 0;
        margin: 0 auto;
    }
    
    /*グーグルマップ表示*/
    .l-wrapper iframe {
        width: 100%;
    }
    
    /*検索結果なし*/
    .archive__item-none {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        border: none;
    }
}

.widgetSearch__contents .widgetSearch__select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 10px 10px;
    line-height: 1em;
}
.searchbox {
    width: 100%;
    position: relative;
    display: inline-block;
}
.searchbox::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

#all_wrap .pager {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 20px auto 20px;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6,b,strong {
    font-family: var(--font-jp);
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 1em;
}

/*ページタイトル*/
#page_title {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
	z-index: 0;
}
#page_title::before {
	content: '';
	display: block;
	width: 100%;
	height: 85%;
	padding: 0;
	margin: 0;
	background-image: var(--grad01);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#page_title::after {
	content: '';
	display: block;
	width: 50%;
	height: 85%;
	padding: 0;
	margin: 0;
	background: var(--grad01);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#page_title figure {
	width: 50%;
	padding: 0;
	margin: 0 0 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#page_title figure:before {
	content:"";
	display: block;
	padding-top: 300px; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#page_title figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translate3d(0%,0,0);
}
#page_title.active figure:after {
	animation: swipeRight 2s var(--ease-inout);
	animation-fill-mode: forwards;
}
@keyframes swipeRight {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(100%,0,0);
	}
	100% {
		transform: translate3d(100%,0,0);
	}
}
#page_title figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
#page_title > .page_title_box {
	position: absolute;
	top: calc(45%);
	left: 50px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	z-index: 10;
}
#page_title h2 {
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2em;
	color: var(--text);
	border: none;
	text-transform: uppercase;
}
#page_title > .page_title_box em {
	display: block;
	text-transform: uppercase;
	font-family: var(--font-en);
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	position: relative;
}
#page_title > .page_title_box em::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(-200px - 20px);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: var(--text);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページタイトル*/
	#page_title {
		width: 100%;
		padding: 0;
		margin: 0 auto 60px;
		position: relative;
		z-index: 0;
	}
	#page_title::before {
		content: '';
		display: block;
		width: 100%;
		height: 85%;
		padding: 0;
		margin: 0;
		background: var(--grad01);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	#page_title figure {
		width: 60%;
		padding: 0;
		margin: 0 0 0 auto;
	}
	#page_title figure {
		width: 60%;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#page_title figure:before {
		content:"";
		display: block;
		padding-top: 200px; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#page_title figure:after,
	#page_title.active figure:after {
		content:"";
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: rgba(0,0,0,0.2);
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		animation: unset;
	}
	#page_title figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#page_title > .page_title_box {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		z-index: 10;
	}
	#page_title > .page_title_box h2 {
		font-weight: 500;
		-webkit-text-size-adjust: 100%;
		font-style: normal;
		font-size: 16px;
		line-height: 1.2em;
		font-feature-settings: "palt";
		border: none;
		text-transform: uppercase;
	}
	#page_title > .page_title_box em {
		display: block;
		text-transform: uppercase;
		font-size: 25px;
		line-height: 1;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
		position: relative;
	}
	#page_title > .page_title_box em::after {
		content: '';
		display: block;
		position: absolute;
		top: -20px;
		right: auto;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		width: 50px;
		height: 1px;
		background: #fff;
	}
}

/*h2*/
#all_wrap .content h2 {
	width: 100%;
	font-size: 25px;
	line-height: 1.20em;
	font-feature-settings: "palt";
	padding: 0 0 0 18px;
	margin: 40px auto 20px;
	color: var(--main);
	border: none;
	position: relative;
	font-style: normal;
	letter-spacing: 0.05em;
	border-left: 3px solid var(--main);
}
#all_wrap .content h2:first-of-type {
    margin-top: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*h2*/
	#all_wrap .content h2 {
        font-family: var(--font-jp);
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        padding: 0 0 0 12px;
        margin: 1em auto 0.5em;
        position: relative;
    }
	#all_wrap .content h2:first-of-type {
        margin-top: 0;
    }
}

/*見出しデザイン*/
#all_wrap .content h2.h2 {
	width: calc(100%);
	max-width: 1100px;
	padding: 15px;
	margin: 0 auto 40px;
	background-image: linear-gradient(to right, rgba(17,119,190,1) 0%, rgba(17,119,190,1) 25%, rgba(17,119,190,0) 50%);
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 0;
}
#all_wrap .content h2.h2::before {
	content: '';
	display: block;
	width: 10%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #0e4182;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

/*見出し センター*/
#all_wrap .content h2.center {
	display: block;
	padding: 0 0 20px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #2f4068;
	line-height: 1;
	position: relative;
	border: none;
}
#all_wrap .content h2.center::before {
	display: none;
}
#all_wrap .content h2.center::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	padding: 0;
	margin: 0;
	background: #2f4068;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#all_wrap .content h2.center ~ p.center {
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*見出しデザイン*/
	#all_wrap .content h2.h2 {
		width: calc(100%);
		max-width: 1100px;
		padding: 10px;
		margin: 1em auto 0.5em;
		background-image: linear-gradient(to right, rgba(17,119,190,1) 0%, rgba(17,119,190,1) 25%, rgba(17,119,190,0) 50%);
		font-size: 20px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		position: relative;
		z-index: 0;
	}
	#all_wrap .content h2.h2::before {
		content: '';
		display: block;
		width: 10%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #0e4182;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.5;
		clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	}
	#all_wrap .content h2.h2:first-of-type {
		margin-top: 0;
	}

	/*見出し センター*/
	#all_wrap .content h2.center {
		display: block;
		padding: 0 0 15px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #2f4068;
		line-height: 1;
		position: relative;
	}
	#all_wrap .content h2.center::after {
		content: '';
		display: block;
		width: 50px;
		height: 2px;
		padding: 0;
		margin: 0;
		background: #2f4068;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
}

#all_wrap h2.singleTitle {
    font-family: var(--font-jp);
	font-weight: 600;
	line-height: 1.4em;
	color: var(--text);
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 auto 10px;
    position: relative;
	border: none;
}
#all_wrap .singleHead {
	margin-bottom: 50px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap h2.singleTitle {
        font-family: var(--font-jp);
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
		border: none;
    }
	#all_wrap .singleHead {
		margin-bottom: 30px;
	}
}

/*h3*/
#all_wrap .content h3 {
    display: block;
    padding: 0 0 0 15px;
    margin: 1.5em auto 1em 0;
    position: relative;
    font-family: var(--font-jp);
    font-size: 20px;
    line-height: 1.2em;
	font-weight: 500;
    text-align: left;
    position: relative;
}
#all_wrap .content h3::before {
    content: '';
    display: block;
    width: 5px;
    height: 90%;
    padding: 0;
    margin: 0;
	background: var(--main);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .content h3 {
        display: block;
        padding: 0 0 0 15px;
        margin: 1em auto 0.5em 0;
        position: relative;
        font-family: var(--font-jp);
        font-size: 18px;
        line-height: 1.4em;
        text-align: left;
        position: relative;
    }
}

/*h4*/
#all_wrap .content h4 {
    display: block;
    padding: 0;
    margin: 1em auto 0.5em;
    position: relative;
    font-family: var(--font-jp);
    font-size: 20px;
    line-height: 1.4em;
    text-align: left;
    position: relative;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*h4*/
	#all_wrap .content h4 {
        display: block;
        padding: 0;
        margin: 1em auto 0.5em 0;
        position: relative;
        font-family: var(--font-jp);
        font-size: 16px;
        line-height: 1.4em;
        text-align: left;
        position: relative;
    }
}



/************************************************************/
/*　デザイン見出し 右寄り
/************************************************************/
#all_wrap .l-wrapper-full h2.midashi_dr {
	width: auto;
	padding: 40px 10% 40px 0;
	margin: 0 0 0 10%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: var(--main);
	font-size: 50px;
	text-align: center;
	z-index: 10;
	margin-bottom: 75px;
	border: none;
	text-transform: uppercase;
}
#all_wrap .l-wrapper-full h2.midashi_dr span {
	display: block;
	padding: 5px 0 0;
	margin: 0 auto;
	color: var(--main);
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}
#all_wrap .l-wrapper-full h2.midashi_dr::before {
	display: inline-block;
	content: '';
	width: 100px;
	height: 1px;
	background: var(--main);
	position: absolute;
	top: 50%;
	left: -50px;
}
#all_wrap .l-wrapper-full h2.midashi_dr::after {
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background: var(--main);
	opacity: 0.3;
	position: absolute;
	bottom: -25px;
	left: 25px;
	z-index: 0;
}
#all_wrap .l-wrapper-full h2.midashi_dr span::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--grad04);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper-full h2.midashi_dr {
		width: auto;
		padding: 10px 0 10px 0;
		margin: 0 0 30px 5%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.2em;
		color: var(--main);
		font-size: 20px;
		text-align: center;
		z-index: 10;
		margin-bottom: 30px;
		border: none;
	}
	#all_wrap .l-wrapper-full h2.midashi_dr span {
		display: block;
		padding: 5px 10px 0;
		margin: 0 auto;
		color: var(--main);
		font-size: 12px;
		line-height: 1;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0;
	}
	#all_wrap .l-wrapper-full h2.midashi_dr::before {
		display: inline-block;
		content: '';
		width: 40px;
		height: 1px;
		background: var(--main);
		position: absolute;
		top: 50%;
		left: -5%;
	}
	#all_wrap .l-wrapper-full h2.midashi_dr::after {
		display: block;
		content: '';
		width: 95%;
		height: 10px;
		background: var(--main);
		opacity: 0.3;
		position: absolute;
		bottom: -10px;
		left: auto;
		right: 0;
		z-index: 0;
	}
	#all_wrap .l-wrapper-full h2.midashi_dr span::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: var(--grad04);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 1;
	}
}


/************************************************************/
/*　デザイン見出し 左寄り
/************************************************************/
#all_wrap .l-wrapper-full h2.midashi_dl {
	width: auto;
	padding: 40px 0 40px 10%;
	margin: 0 10% 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: var(--main);
	font-size: 50px;
	text-align: center;
	z-index: 10;
	margin-bottom: 75px;
	border: none;
	text-transform: uppercase;
}
#all_wrap .l-wrapper-full h2.midashi_dl span {
	display: block;
	padding: 5px 0 0;
	margin: 0 auto;
	color: var(--main);
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}
#all_wrap .l-wrapper-full h2.midashi_dl::before {
	display: inline-block;
	content: '';
	width: 100px;
	height: 1px;
	background: var(--main);
	position: absolute;
	top: 50%;
	right: -50px;
}
#all_wrap .l-wrapper-full h2.midashi_dl::after {
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background: var(--main);
	opacity: 0.3;
	position: absolute;
	bottom: -25px;
	right: 25px;
	z-index: 0;
}
#all_wrap .l-wrapper-full h2.midashi_dl span::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--grad04);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper-full h2.midashi_dl {
		width: auto;
		padding: 10px 0 10px 0;
		margin: 0 5% 30px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.2em;
		color: var(--main);
		font-size: 20px;
		text-align: center;
		z-index: 10;
		margin-bottom: 30px;
		border: none;
	}
	#all_wrap .l-wrapper-full h2.midashi_dl span {
		display: block;
		padding: 5px 10px 0;
		margin: 0 auto;
		color: var(--main);
		font-size: 12px;
		line-height: 1;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0;
	}
	#all_wrap .l-wrapper-full h2.midashi_dl::before {
		display: inline-block;
		content: '';
		width: 40px;
		height: 1px;
		background: var(--main);
		position: absolute;
		top: 50%;
		right: -5%;
	}
	#all_wrap .l-wrapper-full h2.midashi_dl::after {
		display: block;
		content: '';
		width: 95%;
		height: 10px;
		background: var(--main);
		opacity: 0.3;
		position: absolute;
		bottom: -10px;
		right: auto;
		left: 0;
		z-index: 0;
	}
	#all_wrap .l-wrapper-full h2.midashi_dl span::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: var(--grad04);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 1;
	}
}


/************************************************************/
/*　ページネーション
/************************************************************/
.pager {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.pager > li {
    line-height: 1;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-en);
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    color: var(--text);
    border: 1px solid var(--text);
}
.pager > li:hover {
    border: 1px solid var(--text);
    background: none;
}
.pager > li.pager__item-current {
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--text);
    border: 1px solid var(--text);
    color: #fff;
}
.pager > li.pager__item-next,
.pager > li.pager__item-prev {
    background: none;
    border-radius: 0;
    font-family: var(--font-en);
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
}
.pager > li a {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-en);
    font-weight: 600;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "palt";
    transition: ease 0.2s;
    line-height: 1;
    background: none;
}
.pager > li a:hover {
    background: var(--text);
    color: #fff;
    font-family: var(--font-en);
    font-weight: 600;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "palt";
    transition: ease 0.2s;
    line-height: 1;
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
	width: calc(100% - 100px);
    padding: 15px 0;
    margin: 0 auto;
    background: none;
    border: none;
    overflow-x: scroll;
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    z-index: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#all_wrap .breadcrumb .container {
	width: 100%;
	flex-wrap: nowrap;
}
.breadcrumb::-webkit-scrollbar { 
    display:none;
}
.breadcrumb > ul {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 12px;
}
.breadcrumb a {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
    font-family: var(--font-jp);
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
	color: #fff;
}
.breadcrumb a:hover {
    text-decoration: underline;
    transition: ease 0.2s;
	color: #fff;
}
.breadcrumb__list {
    padding: 0;
}
.breadcrumb__item {
    position: relative;
    display: table-cell;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1;
	color: #fff;
}
.breadcrumb__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*パンくず*/
    .breadcrumb {
        width: calc(100% - 40px);
        padding: 0;
        margin: 0 auto;
        background: none;
        border: none;
        font-size: 10px;
        line-height: 1.2em;
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: hidden;
        position: absolute;
		bottom: -25px;
		left: 50%;
        z-index: 10;
        background: none;
    }
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb::before {
        display: none;
    }
    .breadcrumb::after {
        display: none;
    }
    .breadcrumb > ul {
        width: 100%;
        padding: 0 20px;
        margin: 0;
        font-size: 10px;
		color: var(--text);
        background: none;
		text-shadow:1px 1px 10px #fff;
    }
    .breadcrumb a {
        font-size: 10px;
        line-height: 1;
        padding: 0;
        margin: 0;
        text-decoration: none;
        transition: ease 0.2s;
		color: var(--text);
		text-shadow:1px 1px 10px #fff;
    }
    .breadcrumb a:hover {
        text-decoration: underline;
        transition: ease 0.2s;
		color: var(--text);
        opacity: 0.8;
    }
    .breadcrumb__list {
        padding: 0;
        display: block;
    }
    .breadcrumb__item {
        position: relative;
        display: table-cell;
        white-space: nowrap;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 10px;
        line-height: 1;
		color: var(--text);
		text-shadow:1px 1px 10px #fff;
    }
    .breadcrumb__item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2px;
        width: 5px;
        height: 5px;
		border-top: 1px solid var(--text);
		border-right: 1px solid var(--text);
		text-shadow:1px 1px 10px #fff;
    }
}


/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
	font-size: 15px;
    color: #fff;
}


/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
	width: 100%;
	max-height: 100px;
	padding: 10px 50px;
	margin: 0 auto;
	background: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	z-index: 100;
}
#all_wrap #header > #logo {
	width: auto;
	height: 80px;
	padding: 0;
	margin: 0 auto 0 0;
	border: none;
	background: none;
}
#header > #logo a {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
	padding: 0;
	margin: 0;
}
#header > #logo img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0 10px 0 0;
}
#header > #logo .site-description {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	color: var(--text);
	font-weight: 500;
}

/*SNS*/
#all_wrap .snsList {
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	list-style: none;
}
#all_wrap .snsList > li {
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0 0 0 10px;
}
#all_wrap .snsList > li:last-child {
	margin-left: 0;
}
#all_wrap .snsList > li img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#header {
		width: 100%;
		max-height: auto;
		padding: 10px 10px;
		margin: 0 auto;
		background: #f8f8f8;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}
	#all_wrap #header > #logo {
		width: 70%;
		height: 40px;
		padding: 0;
		margin: 0 20px 0 0;
		border: none;
		background: none;
	}
	#header > #logo a {
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	#header > #logo img {
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0 5px 0 0;
	}
	#header > #logo .site-description {
		display: inline-block;
		padding: 0;
		margin: 0;
		font-size: 12px;
		line-height: 1.2em;
		color: var(--text);
		font-weight: 500;
	}

	/*SNS*/
	#all_wrap .snsList {
		padding: 0;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		list-style: none;
	}
	#all_wrap .snsList > li {
		width: auto;
		height: 20px;
		padding: 0;
		margin: 0 0 0 10px;
	}
	#all_wrap .snsList > li:last-child {
		margin-left: 0;
	}
	#all_wrap .snsList > li img {
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0;
	}
}

/************************************************************/
/*　グローバルメニュー
/************************************************************/


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

/* ドロワーメニュー */
.humburger {
	width: 50px;
	height: 15px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.humburger span {
	width: 100%;
	display: inline-block;
	transition: all .3s;/*アニメーションの設定*/
	position: absolute;
	left: 0;
	height: 1px;
	background: var(--main);
}
.humburger span:nth-of-type(1) {
	top:0;
}
.humburger span:nth-of-type(2) {
	top:7px;
}
.humburger span:nth-of-type(3) {
	top:14px;
}
#navTgl:checked + .open .humburger span:nth-of-type(1) {
	top: 0;
	left: 0;
	transform: translateY(7px) rotate(-45deg);
	width: 100%;
	background: var(--main);
}
#navTgl:checked + .open .humburger span:nth-of-type(2) {
	opacity: 0;
	display: none;
	transform: none;
}
#navTgl:checked + .open .humburger span:nth-of-type(3) {
	top: 20px;
	left: 0;
	transform: translateY(-13px) rotate(45deg);
	width: 100%;
	background: var(--main);
}
.sub_page .humburger span {
	background: var(--main);
}
#navTgl {
	display: none;
}
label.open,
label.close {
	cursor: pointer;
}
.open {
	visibility: visible;
	opacity: 1;
	z-index: 10000;
	width: 50px;
	height: 15px;
	padding: 0;
	margin: 0 0 0 25px;
	color: #fff;
	background: none;
	font-size: 3em;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
}
.open.fixed {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
	position: fixed;
	top: 40px;
	right: 50px;
}
#navTgl:checked + .open {
	background: none;
}
.close {
	pointer-events: none;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
#navTgl:checked ~ .close {
	pointer-events: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.humburger {
		width: 40px;
		height: 15px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: calc(50% - 2px);
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}
	.humburger span {
		width: 100%;
		display: inline-block;
		transition: all .3s;/*アニメーションの設定*/
		position: absolute;
		left: 0;
		height: 1px;
		background: var(--text);
	}
	#navTgl:checked + .open .humburger span:nth-of-type(1) {
		background: var(--text);
	}
	#navTgl:checked + .open .humburger span:nth-of-type(3) {
		background: var(--text);
	}
	.open {
		visibility: visible;
		opacity: 1;
		z-index: 10000;
		width: 60px;
		height: 60px;
		padding: 0;
		margin: 0;
		color: #fff;
		background: none;
		font-size: 3em;
		text-align: center;
		transition: all 0.3s ease;
		position: fixed;
		top: 0;
		right: 10px;
	}
	.open.fixed {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s ease;
		top: 0;
		right: 10px;
	}
}

/*パネル*/
#menu.menuNav {
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	padding: 0;
	overflow: hidden;
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#navTgl:checked ~ #menu.menuNav {
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}
#menuNavBox {
	width: 100%;
	height: 100%;
	padding: 150px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#menuNavBox::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background: var(--grad04);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.98;
}
#menuNavBox aside.widget {
	margin-bottom: 40px;
}
#menuNavBox aside > h2 {
	padding: 0 0 10px;
	margin: 0 auto 20px;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid var(--text);
	font-size: 30px;
	line-height: 1;
	color: var(--text);
	font-family: var(--font-midashi);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
#menuNavBox aside > h2 a {
	font-family: var(--font-midashi);
	font-size: 30px;
	line-height: 1;
	color: var(--text);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.5s;
}
#menuNavBox aside > h2 a:hover {
	opacity: 0.8;
	transition: 0.5s;
}
#menuNavBox aside > h2 span {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 15px;
	font-family: var(--font-midashi);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	color: var(--text);
	transition: 0.5s;
}
#menuNavBox aside > h2 a:hover span {
	opacity: 0.8;
	transition: 0.5s;
}
#all_wrap .menuNavInfo ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border: none;
}
#all_wrap .menuNavInfo ul::before,
#all_wrap .menuNavInfo ul::after {
	content: "";
	display: block;
	width: 23%;
	height: 0;
}
#all_wrap .menuNavInfo ul::before {
	order: 1;
}
#all_wrap .menuNavInfo ul li {
	width: 23%;
	padding: 0;
	margin: 0 0 15px;
	background: none;
	border: none;
}
#all_wrap .menuNavInfo ul li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 14px;
	font-family: var(--font-en);
	font-weight: 700;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	color: var(--text);
	position: relative;
	transition: 0.5s;
	background: none;
	border: none;
}
#all_wrap .menuNavInfo ul li a:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--main);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transition: 0.5s;
	z-index: -1;
}
#all_wrap .menuNavInfo ul li a:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: 0.5s;
	z-index: 0;
}
#all_wrap .menuNavInfo ul li a:hover {
	color: var(--main);
	transition: 0.5s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パネル*/
	#menu.menuNav {
		display: none;
		z-index: 9999;
		position: fixed;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		background: none;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
		padding: 0;
		overflow: hidden;
	}
	#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#navTgl:checked ~ #menu.menuNav {
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
	}
	#menuNavBox {
		width: 100%;
		height: 100%;
		padding: 30px;
		margin: 0 auto;
		background: var(--grad04);
		position: relative;
		top: unset;
		left: unset;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	#menuNavBox::before {
		display: none;
	}
	#menuNavBox aside.widget:last-of-type {
		margin-bottom: 100px;
	}
	#menuNavBox aside > h2 {
		padding: 0 0 10px;
		margin: 0 auto 15px;
		border-radius: 0;
		background: none;
		border-bottom: 1px solid var(--text);
		font-size: 20px;
		line-height: 1;
		color: var(--text);
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 500;
		text-transform: uppercase;
	}
	#menuNavBox aside > h2 a {
		font-size: 20px;
		line-height: 1;
		color: var(--text);
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 500;
		text-transform: uppercase;
		transition: 0.5s;
	}
	#menuNavBox aside > h2 a:hover {
		opacity: 0.8;
		transition: 0.5s;
	}
	#menuNavBox aside > h2 span {
		display: inline-block;
		padding: 0;
		margin: 0 0 0 10px;
		font-size: 12px;
		font-family: var(--font-jp);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		color: var(--text);
		transition: 0.5s;
	}
	#menuNavBox aside > h2 a:hover span {
		opacity: 0.8;
		transition: 0.5s;
	}
	#all_wrap .menuNavInfo ul {
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		border: none;
	}
	#all_wrap .menuNavInfo ul::before,
	#all_wrap .menuNavInfo ul::after {
		content: "";
		display: none;
	}
	#all_wrap .menuNavInfo ul::before {
		order: 1;
	}
	#all_wrap .menuNavInfo ul li {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		background: none;
		border: none;
	}
	#all_wrap .menuNavInfo ul li a {
		display: block;
		padding: 0 0 0 20px;
		margin: 0;
		font-size: 14px;
		font-family: var(--font-en);
		font-weight: 700;
		-webkit-text-size-adjust: 100%;
		font-feature-settings: "palt" 1;
		color: var(--text);
		position: relative;
		transition: 0.5s;
		background: none;
		border: none;
	}
	#all_wrap .menuNavInfo ul li a:before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: var(--main);
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transition: 0.5s;
		z-index: -1;
	}
	#all_wrap .menuNavInfo ul li a:after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 4px;
		transform: translate(0,-50%) rotate(45deg);
		-webkit-transform: translate(0,-50%) rotate(45deg);
		transition: 0.5s;
		z-index: 0;
	}
	#all_wrap .menuNavInfo ul li a:hover {
		color: var(--main);
		transition: 0.5s;
	}
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#mainVisual {
	width: 100%;
	padding: 0 0 120px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#mainVisual::before {
	content: '';
	width: 70%;
	height: 580px;
	padding: 0;
	margin: 0;
	background: var(--grad01);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite;
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: -1;
}
#mainVisual > .mainVisualInfo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100px;
	left: 10%;
	z-index: 5;
}
#mainVisual > .mainVisualInfo > h2 {
	padding: 0;
	margin: 0 auto 5px;
	position: relative;
	border: none;
	background: none;
}
#mainVisual > .mainVisualInfo > h2 > span {
	display: inline-block;
	padding: 10px 15px 10px;
	margin: 0 0 20px;
	background: #fff;
	font-family: var(--font-midashi);
	font-size: 35px;
	line-height: 1em;
	color: var(--text)
	font-weight: 500;
	letter-spacing: 0.2em;
}
#mainVisual > .mainVisualInfo > h2 > span:nth-of-type(2) {
	transition-delay: 0.2s;
}
#mainVisual > .mainVisualInfo > h2 > span:nth-of-type(3) {
	transition-delay: 0.4s;
}
#mainVisual > .mainVisualInfo > em {
	display: block;
	width: 600px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 110%;
	right: -50px;
	z-index: 1;
}
#mainVisual > .mainVisualInfo > em img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*メダル*/
#mainVisual > .mainVisualInfo > .medalList {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	transition-delay: 1s;
	column-gap: 20px;
}
#mainVisual > .mainVisualInfo > .medalList > li {
	width: 120px;
	padding: 0;
	margin: 0;
	position: relative;
}
#mainVisual > .mainVisualInfo > .medalList > li img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

/*予約バナー*/
.mainBanner {
	width: 280px;
	padding: 20px;
	margin: 0;
	background: var(--act);
	position: absolute;
	bottom: 50px;
	right: 50px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.02));
	transition-delay: 2s;
	z-index: 0;
}
.mainBanner::before {
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 0;
	margin: 0;
	background: none;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0.5;
}
.mainBanner > dt {
	width: 100%;
	padding: 10px;
	margin: 0 auto 10px;
	background: #fff;
	text-align: center;
	font-family: var(--font-midashi);
	font-size: 15px;
	line-height: 1;
	color: var(--text);
	font-weight: 500;
}
.mainBanner > dd {
	padding: 0;
	margin: 0;
}
.mainBanner > dd > ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainBanner > dd > ul > li {
	width: 50%;
	padding: 10px;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	transition: all 0.3s ease;
}
.mainBanner > dd > ul > li:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}
.mainBanner > dd > ul > li:first-child::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}
.mainBanner > dd > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainBanner > dd > ul > li span {
	display: block;
	width: auto;
	height: 32px;
	padding: 0;
	margin: 0 auto 10px;
}
.mainBanner > dd > ul > li span img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}
#all_wrap .mainBanner > dd > ul > li p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-midashi);
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
}
#closeBtn {
	display: none;
}

/*画像*/
#mainVisual > figure {
	width: 70%;
	max-width: 1000px;
	padding: 0;
	margin: 0 0 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 0;
}
#mainVisual > figure::before {
	content: '';
	display: block;
	padding-top: 580px;
}
#mainVisual > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#mainVisual {
		width: 100%;
		height: 500px;
		padding: 0;
		margin: 0 auto;
		position: relative;
		z-index: unset;
	}
	#mainVisual::before {
		content: '';
		width: 100%;
		height: 95%;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: -100px;
		left: 0;
		z-index: -1;
	}
	#mainVisual > .mainVisualInfo {
		width: 80%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 45%;
		left: 10%;
		z-index: 5;
	}
	#mainVisual > .mainVisualInfo > h2 {
		padding: 0;
		margin: 0 auto 5px;
		position: relative;
		border: none;
		background: none;
	}
	#mainVisual > .mainVisualInfo > h2 > span {
		display: inline-block;
		padding: 10px 12px 10px;
		margin: 0 0 10px;
		background: #fff;
		font-family: var(--font-midashi);
		font-size: 20px;
		line-height: 1em;
		color: var(--text);
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	#mainVisual > .mainVisualInfo > h2 > span:nth-of-type(2) {
		transition-delay: 0.2s;
	}
	#mainVisual > .mainVisualInfo > h2 > span:nth-of-type(3) {
		transition-delay: 0.4s;
	}
	#mainVisual > .mainVisualInfo > em {
		display: block;
		width: 220px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -28%;
		right: -42px;
		z-index: 1;
	}
	#mainVisual > .mainVisualInfo > em img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	/*メダル*/
	#mainVisual > .mainVisualInfo > .medalList {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		transition-delay: 1s;
	}
	#mainVisual > .mainVisualInfo > .medalList > li {
		width: 31%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#mainVisual > .mainVisualInfo > .medalList > li img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
	}

	/*予約バナー*/
	.mainBanner {
		width: calc(100% - 40px);
		padding: 10px;
		margin: 0;
		background: var(--act);
		position: fixed;
		bottom: 20px;
		left: 20px;
		transition-delay: 2s;
		z-index: 99;
	}
	.mainBanner > dt {
		width: 100%;
		padding: 10px;
		margin: 0 auto 10px;
		background: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 1;
		color: var(--main);
		font-weight: 500;
	}
	.mainBanner > dd {
		padding: 0;
		margin: 0;
	}
	.mainBanner > dd > ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mainBanner > dd > ul > li {
		width: 50%;
		padding: 10px;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		transition: all 0.3s ease;
	}
	.mainBanner > dd > ul > li:hover {
		opacity: 0.8;
		transition: all 0.3s ease;
	}
	.mainBanner > dd > ul > li:first-child::after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0.5;
	}
	.mainBanner > dd > ul > li > a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.mainBanner > dd > ul > li span {
		display: inline-block;
		width: auto;
		height: 25px;
		padding: 0;
		margin: 0 10px 0 0;
	}
	.mainBanner > dd > ul > li span img {
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	#all_wrap .mainBanner > dd > ul > li p {
		width: auto;
		padding: 0;
		margin: 0;
		text-align: left;
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
		color: #fff;
		white-space: nowrap;
	}
	
	#closeBtn {
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: -10px;
		right: unset;
		left: -10px;
		z-index: 999;
		box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
		border-radius: 50%;
		cursor: pointer;
	}
	#closeBtn button {
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		border: none;
		background: #fff;
		border-radius: 50%;
		position: relative;
		cursor: pointer;
	}
	#closeBtn button::before {
		content: '';
		display: block;
		width: 10px;
		height: 2px;
		padding: 0;
		margin: 0;
		background: #222;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		z-index: 20002;
	}
	#closeBtn button::after {
		content: '';
		display: block;
		width: 10px;
		height: 2px;
		padding: 0;
		margin: 0;
		background: #222;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		z-index: 20002;
	}
	
	/*画像*/
	#mainVisual > figure {
		width: 80%;
		padding: 0;
		margin: 0 0 0 auto;
		position: relative;
		overflow: hidden;
		text-align: center;
		border-radius: 0;
	}
	#mainVisual > figure::before {
		content: '';
		display: block;
		padding-top: 300px;
	}
	#mainVisual > figure img {
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
}

/************************************************************/
/*　サイドバー
/************************************************************/

#all_wrap .l-sidebar aside {
	margin-bottom: 40px;
}

/*見出し*/
#all_wrap .l-sidebar h2.heading-widget {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	background: none;
	border: none;
	font-size: 16px;
	line-height: 1;
	color: var(--text);
	font-family: var(--font-en);
	font-weight: 700;
}
/*コンテンツ*/
#all_wrap .l-sidebar ul#menu-contents-menu,
#all_wrap .l-sidebar .newsList {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	list-style: none;
	border: none;
	border-top: 1px solid #dddddd;
}
#all_wrap .l-sidebar ul#menu-contents-menu > li {
	padding: 12px 10px 12px 15px;
	margin: 0;
	position: relative;
	border: none;
	border-bottom: 1px solid #dddddd;
}
#all_wrap .l-sidebar .newsList > li {
	padding: 12px 0;
	margin: 0;
	position: relative;
	border: none;
	border-bottom: 1px solid #dddddd;
	display: block;
}
#all_wrap .l-sidebar .newsList > li span.date {
	display: block;
	width: 100%;
	font-family: var(--font-en);
	font-size: 10px;
	line-height: 1;
	padding: 0;
	margin: 0 auto 5px;
}
#all_wrap .l-sidebar ul#menu-contents-menu > li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	opacity: 0.2;
}
#all_wrap .l-sidebar ul#menu-contents-menu > li::after,
#all_wrap .l-sidebar .newsList > li::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
}
#all_wrap .l-sidebar .newsList > li h3 {
	width: 100%;
}
#all_wrap .l-sidebar ul#menu-contents-menu > li > a,
#all_wrap .l-sidebar .newsList > li h3 a {
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--text);
	font-weight: lighter;
	transition: all 0.3s ease;
}
#all_wrap .l-sidebar ul#menu-contents-menu > li > a::before,
#all_wrap .l-sidebar ul#menu-contents-menu > li > a::after,
#all_wrap .l-sidebar .newsList > li a::before,
#all_wrap .l-sidebar .newsList > li a::after {
	display: none;
}
#all_wrap .l-sidebar ul#menu-contents-menu > li > a:hover,
#all_wrap .l-sidebar .newsList > li a:hover {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: lighter;
	color: #00a0e9;
	transition: all 0.3s ease;
}

/************************************************************/
/*　フッター
/************************************************************/
#footerContent {
	width: 100%;
	padding: 0p;
	margin: 0 auto;
	background: var(--sub);
	position: relative;
}
.footerWrap {
	width: 100%;
	padding: 30px 50px;
	margin: 0 auto;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footerLeft {
	width: 70%;
	padding: 0;
	margin: 0;
	position: relative;
}
.footerRight {
	width: 25%;
	padding: 0;
	margin: 0;
	position: relative;
}

/*メニュー*/
#all_wrap #menu-footer-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	border: none;
	background: none;
}
#all_wrap #menu-footer-menu > li {
	padding: 0;
	margin: 0 20px 15px 0;
	border: none;
	background: none;
}
#all_wrap #menu-footer-menu > li a {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	border: none;
	background: none;
	transition: all 0.3s ease;
}
#all_wrap #menu-footer-menu > li a:hover {
	text-decoration: underline;
	transition: all 0.3s ease;
}
#all_wrap #menu-footer-menu > li a::before,
#all_wrap #menu-footer-menu > li a::after {
	display: none;
}

/*コピーライト*/
.copyright {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	line-height: 1;
	font-style: normal;
	color: #fff;
}
/*アルファリンク*/
.f_alpha {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: right;
}
.f_alpha > a {
	font-size: 10px;
	line-height: 1;
	color: #cacaca;
	text-decoration: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#footerContent {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		background: var(--sub);
		position: relative;
	}
	.footerWrap {
		width: 100%;
		padding: 30px 30px;
		margin: 0 auto;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footerLeft {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.footerRight {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}

	/*メニュー*/
	#all_wrap #menu-footer-menu {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		border: none;
		background: none;
	}
	#all_wrap #menu-footer-menu > li {
		padding: 0;
		margin: 0 10px 10px;
		border: none;
		background: none;
	}
	#all_wrap #menu-footer-menu > li a {
		color: #fff;
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		display: inline-block;
		text-decoration: none;
		border: none;
		background: none;
		transition: all 0.3s ease;
	}
	#all_wrap #menu-footer-menu > li a:hover {
		color: #fff;
		font-weight: 400;
		transition: all 0.3s ease;
	}
	#all_wrap #menu-footer-menu > li a::before,
	#all_wrap #menu-footer-menu > li a::after {
		display: none;
	}
	/*コピーライト*/
	.copyright {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		font-style: normal;
		font-family: var(--font-en);
	}
	/*アルファリンク*/
	.f_alpha {
		text-align: center;
	}
}

/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

/************************************************************/
/*　リスト
/************************************************************/
.l-wrapper .pageContents .content ul,
.l-wrapper .postContents .content ul {
    list-style: none;
    padding: 0;
    margin: 5px auto 10px;
}
.l-wrapper .pageContents .content ul li,
.l-wrapper .postContents .content ul li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    list-style: none;
    border: none;
    background: none;
    position: relative;
    line-height: 1.5em;
}
.l-wrapper .pageContents .content ul li:before,
.l-wrapper .postContents .content ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0;
    background: var(--text);
    position: absolute;
    top: 0.7em;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    border-radius: 50%;
}

.l-wrapper .pageContents .content ol,
.l-wrapper .postContents .content ol {
    list-style: none;
    padding: 0;
    margin: 5px auto 10px;
}
.l-wrapper .pageContents .content ol li,
.l-wrapper .postContents .content ol li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
    border: none;
    background: none;
    position: relative;
}
.l-wrapper .pageContents .content ol li:before,
.l-wrapper .postContents .content ol li:before {
    counter-increment: number;
    content: counter(number);
    background: #fff;
    border: 1px solid var(--text);
    color: var(--text);
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 1.4em;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    border-radius: 50%;
}


/************************************************************/
/*　テーブル
/************************************************************/

/*表*/
#all_wrap table {
    overflow: hidden;
    table-layout: fixed;
    border: none;
    background: none;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
	overflow: hidden;
}
#all_wrap table th {
    font-style: normal;
    font-feature-settings: "palt";
    border: none;
    border-bottom: none;
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-jp);
    font-size: 14px;
	line-height: 1.4em;
    font-weight: 400;
	background: var(--text);
    color: #fff;
    padding: 15px;
    margin: 0;
    width: 30%;
	white-space: nowrap;
	border-bottom: 3px solid #fff;
}
#all_wrap table td {
    border: none;
    background: #fafafa;
    vertical-align: inherit;
    border-bottom: none;
    padding: 15px;
    margin: 0;
    font-size: 14px;
	line-height: 1.4em;
    font-weight: 400;
	border-bottom: 3px solid #fff;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*表*/
    #all_wrap table {
        overflow: hidden;
        table-layout: fixed;
        border: none;
        background: none;
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
		border-top: 1px solid rgba(0,0,0,0.1);
		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-radius: 10px;
    }
    #all_wrap table th {
        font-style: normal;
        font-feature-settings: "palt";
        border: none;
        border-bottom: none;
        vertical-align: inherit;
		background: #00542d;
        color: #fff;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        width: 100%;
        min-width: 100%;
        font-size: 14px;
		line-height: 1.4em;
        display: block;
    }
    #all_wrap table td {
        border: none;
        background: #fff;
        vertical-align: inherit;
        border-bottom: none;
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        font-size: 14px;
		line-height: 1.4em;
        width: 100%;
        min-width: 100%;
        display: block;
    }
}




/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/

/*お問い合わせフォーム*/
#all_wrap table.table-contactform7 {
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 800px;
    border-top: 1px solid #F3EFE9;
}
#all_wrap table.table-contactform7 tr {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#all_wrap table.table-contactform7 th {
    border: none;
    background: none;
    padding: 20px 0;
    margin: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.4em;
    font-style: normal;
    font-feature-settings: "palt";
    width: 30%;
    font-family: var(--font-jp);
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    border-bottom: 1px solid #F3EFE9;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}
#all_wrap table.table-contactform7 td {
    width: 70%;
    border: none;
    background: none;
    padding: 20px 0 20px 50px;
    margin: 0;
    color: var(--text);
    font-size: 15px;
    border-bottom: 1px solid #F3EFE9;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}
#all_wrap table.table-contactform7 td small {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px auto 0;
    text-align: left;
    font-size: 0.7em;
    color: #555;
}
#all_wrap table.table-contactform7 th .att {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    background: var(--text);
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}
#all_wrap table.table-contactform7 .cf7-harf {
    border-right: 1px solid #fff;
}
#all_wrap table.table-contactform7 input {
    border-radius: 0;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 1em;
    padding: 10px;
}
#all_wrap table.table-contactform7 td.add span:first-of-type input {
    margin: 0 0 10px;
}
#all_wrap table.table-contactform7 input.wpcf7-text {
    width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-family: var(--font-jp);
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 0.8em;
    line-height: 1;
    background: #f1f1f1;
    outline: none;
}
#all_wrap table.table-contactform7 input.wpcf7-date {
    padding: 9px;
    margin: 0;
    margin-right: 10px;
    font-size: 0.8em;
	background: #f1f1f1;
    outline: none;
}
#all_wrap table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 0.8em;
	background: #f1f1f1;
    outline: none;
}
#all_wrap table.table-contactform7 input.your-naiyou {
    display: inline;
    width: auto;
}
#all_wrap table.table-contactform7 label {
    line-height: 1.2em;
}
#all_wrap table.table-contactform7 .required-contactform7 {
    background: #f44336;
    padding: 5px 10px;
    margin: 0 0 0 10px;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    line-height: 1;
}
#all_wrap table.table-contactform7 .wpcf7-list-item {
    padding: 10px;
    margin: 0 10px 10px 0;
    border: none;
    vertical-align: middle;
	font-size: 0.8em;
    line-height: 1;
    font-weight: 500;
	background: #f1f1f1;
    outline: none;
}
#all_wrap table.table-contactform7 .wpcf7-list-item input[type='radio'] {
    top: 2px;
    position: relative;
    outline: none;
}
#all_wrap table.table-contactform7 .wpcf7-list-item input[type='checkbox'] {
    top: 2px;
    position: relative;
    width: 14px;
    height: 14px;
    padding: 0;
    outline: none;
}
#all_wrap table.table-contactform7 textarea {
    width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 0.8em;
    line-height: 1;
	background: #f1f1f1;
    outline: none;
}
#all_wrap .txt_cent {
    text-align: center;
}
#all_wrap .txt_cent input[type="submit"] {
    -webkit-appearance: none;
}
#all_wrap .txt_cent input {
    padding: 20px 100px;
    margin: 0 auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: var(--text);
    border-radius: 40px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
#all_wrap .txt_cent input:hover {
    transition: 0.5s;
	color: var(--text);
	background: var(--main);
}

#all_wrap .wpcf7 .ajax-loader {
    display: none;
}

.privacy_txt {
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
}

#all_wrap #confirm {
    width: 100%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}
#all_wrap #confirm h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
}
#all_wrap #confirm .confirm_box {
    padding: 20px 30px;
    margin: 0;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}
#all_wrap #confirm input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
}
#all_wrap.txt_cent input[type="submit"]:disabled {
    background: #c8c8c8;
}

.wpcf7-spinner {
    display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .cfBox {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		margin: 0 auto;
		background: #fff;
		border-radius: 10px;
	}

    /*お問い合わせフォーム*/
    #all_wrap table.table-contactform7 {
        border: none;
        background: none;
        padding: 0;
        margin: 0 auto 10px;
        width: calc(100%);
        max-width: 100%;
        border: none;
        box-shadow: none;
    }
    #all_wrap table.table-contactform7 tr {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
    }
    #all_wrap table.table-contactform7 th {
        border: none;
        background: none;
        padding: 10px 0 0;
        margin: 0;
        color: var(--text);
        font-size: 15px;
        line-height: 1.4em;
        font-style: normal;
        font-feature-settings: "palt";
        width: 100%;
        font-family: var(--font-jp);
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        position: relative;
        border-bottom: none;
        box-shadow: none;
    }
	#all_wrap table.table-contactform7 th br {
		display: none;
	}
    #all_wrap table.table-contactform7 td {
        width: 100%;
        border: none;
        background: none;
        padding: 10px 0;
        margin: 0;
        color: var(--text);
        font-size: 14px;
        border-bottom: none;
        box-shadow: none;
    }
    #all_wrap table.table-contactform7 td small {
        display: block;
        width: 100%;
        padding: 0;
        margin: 5px auto 0;
        text-align: left;
        font-size: 0.7em;
        color: #555;
    }
    #all_wrap table.table-contactform7 th .att {
        display: inline-block;
        padding: 4px 7px;
        margin: 0 0 0 20px;
        background: var(--main);
        border-radius: 0;
        font-size: 10px;
        line-height: 1;
        color: #fff;
        white-space: nowrap;
    }
    #all_wrap table.table-contactform7 .cf7-harf {
        border-right: 1px solid #fff;
    }
    #all_wrap table.table-contactform7 input {
        border-radius: 0;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 1em;
        padding: 10px;
    }
    #all_wrap table.table-contactform7 td.add span:first-of-type input {
        margin: 0 0 10px;
    }
    #all_wrap table.table-contactform7 input.wpcf7-text {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        font-family: var(--font-jp);
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        font-size: 0.8em;
        line-height: 1;
		background: #f1f1f1;
        outline: none;
    }
    #all_wrap table.table-contactform7 input.wpcf7-date {
        padding: 9px;
        margin: 0;
        margin-right: 10px;
        font-size: 0.8em;
		background: #f1f1f1;
        outline: none;
    }
    #all_wrap table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 10px;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        font-size: 0.8em;
		background: #f1f1f1;
        outline: none;
    }
    #all_wrap table.table-contactform7 input.your-naiyou {
        display: inline;
        width: auto;
    }
    #all_wrap table.table-contactform7 label {
        font-size: 0.8em;
        line-height: 1.2em;
    }
    #all_wrap table.table-contactform7 .required-contactform7 {
        background: #f44336;
        padding: 5px 10px;
        margin: 0 0 0 10px;
        border-radius: 0;
        display: inline-block;
        color: #fff;
        font-size: 10px;
        border-radius: 0;
        line-height: 1;
    }
    #all_wrap table.table-contactform7 .wpcf7-list-item {
        padding: 10px;
        margin: 0 10px 10px 0;
        border: none;
        vertical-align: middle;
        line-height: 1;
        font-weight: 500;
		background: #f1f1f1;
        outline: none;
    }
    #all_wrap table.table-contactform7 .wpcf7-list-item input[type='radio'] {
        top: 2px;
        position: relative;
        outline: none;
    }
    #all_wrap table.table-contactform7 .wpcf7-list-item input[type='checkbox'] {
        top: 2px;
        position: relative;
        width: 14px;
        height: 14px;
        padding: 0;
        outline: none;
    }
    #all_wrap table.table-contactform7 textarea {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        font-size: 0.8em;
        line-height: 1;
		background: #f1f1f1;
        outline: none;
    }
    #all_wrap .txt_cent {
        text-align: center;
    }
    #all_wrap .txt_cent input[type="submit"] {
        -webkit-appearance: none;
    }
    #all_wrap .txt_cent input {
        width: calc(100% - 60px);
        padding: 15px 50px;
        margin: 0 auto;
        display: block;
        font-size: 15px;
        font-weight: 600;
        background: var(--text);
        border: none;
        color: #fff;
        cursor: pointer;
        transition: 0.5s;
    }
    #all_wrap .txt_cent input:hover {
        transition: 0.5s;
        opacity: 0.8;
    }

    #all_wrap .wpcf7 .ajax-loader {
        display: none;
    }

    .privacy_txt {
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
    }

    #all_wrap #confirm {
        width: 100%;
        max-width: 1000px;
        padding: 50px 0;
        margin: 0 auto;
    }
    #all_wrap #confirm h3 {
        text-align: center;
        width: 100%;
        margin: 0 auto 10px;
    }
    #all_wrap #confirm .confirm_box {
        padding: 20px 30px;
        margin: 0;
        background: #fafafa;
        border-radius: 10px;
        border: 1px solid #f5f5f5;
    }
    #all_wrap #confirm input[type=checkbox] {
        transform: scale(1.5);
        margin-right: 10px;
    }
    #all_wrap.txt_cent input[type="submit"]:disabled {
        background: #c8c8c8;
    }

    .wpcf7-spinner {
        display: none;
    }
}

/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: var(--text);
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: var(--text);
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: var(--text);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    
}


/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.access_info p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .access_info p {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        font-size: 1.1em;
        line-height: 2em;
        margin-bottom: 20px;
        text-align: center;
    }
    .top_gmap iframe {
        height: 200px;
    }
}



/************************************************************/
/*　全体
/************************************************************/


/************************************************************/
/*　サイトマップ
/************************************************************/
.sitemap ul {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
}
.sitemap ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
}
.sitemap ul li a {
    display: block;
    padding: 20px 20px 20px 30px;
    margin: 0;
    font-family: var(--font-jp);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    transition: 0.5s;
    color: rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sitemap ul li a:hover {
    transition: 0.2s;
    color: var(--text);
}
.sitemap ul li a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0,0,0,1);
    border-right: 1px solid rgba(0,0,0,1);
    transform: translate(0,-50%) rotate(45deg);
    -webkit-transform: translate(0,-50%) rotate(45deg);
    transition: ease 0.2s;
}
.sitemap ul li a > span {
    display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .sitemap ul {
        width: calc(100%);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
	.sitemap ul .sub-menu {
		padding: 0 0 0 10px;
	}
}

/*スマホ改行
------------------------------------------------------------*/
	
.pc { display:block; }
.sp { display:none; }
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}


/************************************************************/
/*　本文ギャラリー
/************************************************************/
#all_wrap .content .gallery {
    width: 80%;
    padding: 0;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .content .gallery dl {
    width: 31%;
    padding: 0;
    margin: 0 0 30px;
}
#all_wrap .content .gallery dt {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dd {
    padding: 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dl img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .content .gallery {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .content .gallery dl {
        width: 48%;
        padding: 0;
        margin: 0 0 20px;
    }
    #all_wrap .content .gallery dt {
        padding: 5px 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dd {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dl img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
    width:860px;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
    position: static;
    top: auto;
    left: auto;
    width: 860px;
    height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .youtubeBox {
        width:100%;              /*横幅いっぱいにwidthを指定*/
        padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
        height:0px;              /*高さはpaddingで指定するためheightは0に*/
        position: relative;
    }
    #all_wrap .l-wrapper .youtubeBox > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


/************************************************************/
/*　アーカイブ
/************************************************************/
.archiveList {
    width: calc(100% - 100px);
    max-width: 1100px;
    padding: 100px 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.archiveList::after {
    content: '';
    display: block;
    width: 31%;
}
.archiveList > li {
    width: 31%;
    padding: 0;
    margin: 0 0 40px;
}
.archiveList > li::before,
.archiveList > li::after {
    display: none;
}
.archiveList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
	border-radius: 5px;
}
.archiveList > li figure::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.archiveList > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
}
#all_wrap .archiveList > li .date {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    color: #c8c8c8;
    font-style: normal;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 5px;
}
#all_wrap .archiveList > li > h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4em;
    font-style: normal;
    border: none;
    background: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .archiveList {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .archiveList::after {
        content: '';
        display: none;
        width: 31%;
    }
    .archiveList > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
    }
    .archiveList > li::before,
    .archiveList > li::after {
        display: none;
    }
    .archiveList > li figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
        text-align: center;
        overflow: hidden;
    }
    .archiveList > li figure::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    .archiveList > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
    #all_wrap .archiveList > li .date {
        display: inline-block;
        font-family: var(--font-en);
        font-size: 12px;
        font-weight: 500;
        line-height: 1em;
        color: #888;
        font-style: normal;
        white-space: nowrap;
        padding: 0;
        margin: 0 0 5px;
    }
    #all_wrap .archiveList > li > h3 {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4em;
        font-style: normal;
        border: none;
        background: none;
    }
}

/************************************************************/
/*　記事詳細
/************************************************************/

.tagList {
    padding: 0;
    margin: 0 auto 10px;
}
.tag {
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
	border-radius: 3px;
	background: #fff;
    color: var(--main);
	border: 1px solid var(--main);
    font-size: 10px;
    line-height: 1;
    font-weight: lighter;
    font-style: normal;
}
.tag a {
	display: inline-block;
	padding: 5px;
	color: var(--main) !important;
}
.tag a:hover {
	color: #fff !important;
	background: var(--main);
    text-decoration: none !important;
}

#all_wrap .content span.date {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    font-style: normal;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 5px;
}

/*日付*/
#all_wrap span.singleDate {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    background: none;
    color: #626F77;
    font-family: var(--font-en);
    font-size: 12px;
    line-height: 1;
}

/************************************************************/
/*　目次
/************************************************************/
#all_wrap .outline {
	width: 100%;
	padding: 30px 30px 0;
	margin: 50px auto 50px;
	background: #fafafa;
	color: var(--text);
	border: none;
	position: relative;
	border-radius: 5px;
}
#all_wrap .outline__title {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	line-height: 1.4em;
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
#all_wrap .outline__switch {
	position: absolute;
	top: 30px;
	right: 30px;
	transition: 0.2s;
}
#all_wrap .content .outline__toggle:checked+.outline__switch::before {
	content: "閉じる";
}
#all_wrap .content .outline__switch::before {
	content: "開く";
	cursor: pointer;
	border: 1px solid var(--text);
	padding: 5px;
	font-size: 1.2rem;
	margin-left: 5px;
	border-radius: 5px;
}
#all_wrap .l-wrapper .postContents .content .outline__list {
	list-style: none;
	padding: 10px 0 0;
	margin: 0 auto 30px;
	background: none;
}
#all_wrap .outline__list li {
	background: none;
	color: var(--text);
}
#all_wrap .outline__list li::before,
#all_wrap .outline__list li::after {
	display: none;
}
#all_wrap .outline__list li .outline__number {
	color: var(--main);
	background: none;
	border: 1px solid var(--main);
}
#all_wrap .outline__list li a {
	font-weight: 400;
	color: var(--text);
	transition: 0.2s;
}
#all_wrap .outline__list li a:hover {
	font-weight: 400;
	color: var(--main);
	transition: 0.2s;
	opacity: 0.8;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .outline {
		width: 100%;
		padding: 20px 20px 0;
		margin: 0 auto 20px;
		background: #fafafa;
		color: var(--text);
		border: none;
		position: relative;
	}
	#all_wrap .outline__title {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
		line-height: 1.4em;
		font-family: var(--font-en);
		font-size: 20px;
		font-weight: lighter;
		letter-spacing: 0.2em;
	}
	#all_wrap .outline__switch {
		position: absolute;
		top: 20px;
		right: 20px;
		transition: 0.2s;
	}
	#all_wrap .l-wrapper .postContents .content .outline__list {
		list-style: none;
		padding: 10px 0 0;
		margin: 0 auto 20px;
		background: none;
	}
	#all_wrap .l-wrapper .postContents .content .outline__list li {
		background: none;
		color: var(--text);
		padding: 0;
		margin: 0;
	}
	#all_wrap .l-wrapper .postContents .content .outline__list li ul li {
		margin-bottom: 5px;
	}
	#all_wrap .outline__list li .outline__number {
		color: var(--main);
		background: none;
		border: 1px solid var(--main);
		float: left;
	}
	#all_wrap .outline__list li a {
		font-weight: 400;
		color: var(--text);
		transition: 0.2s;
	}
	#all_wrap .outline__list li a:hover {
		font-weight: 400;
		color: var(--text);
		transition: 0.2s;
		opacity: 0.8;
	}
}

/************************************************************/
/*　サイトカード
/************************************************************/
#all_wrap .content .sitecard {
	position: relative;
	border: 1px solid #c8c8c8;
	background: #fafafa;
	padding: 40px 20px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	color: var(--text);
}
#all_wrap .sitecard__subtitle {
	background: var(--main);
	color: #fff;
}
#all_wrap .content .sitecard__contents .phrase {
	color: var(--text);
}


/*関連記事*/
#all_wrap .related__list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .related__list li.related__item {
    width: 49%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    margin: 0 0 20px;
}
#all_wrap .related__list li.related__item .eyecatch {
    margin: 0;
}
#all_wrap .related__list li.related__item .dateList {
    margin: 0 auto 10px;
}
#all_wrap .related__list li.related__item h3.heading-secondary {
    font-size: 1em;
}
#all_wrap .related__list li.related__item h3.heading-secondary a {
    transition: 0.5s;
}
#all_wrap .related__list li.related__item h3.heading-secondary a:hover {
    transition: 0.5s;
    color: #165e83;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .related > h2 {
        width: 90%;
        margin: 0 auto 10px;
    }
    #all_wrap .related > p.related__contents {
        width: 90%;
        margin: 0 auto;
    }
    #all_wrap .related__list li.related__item {
        width: 100%;
        border: 1px solid rgba(0,0,0,.1);
        padding: 20px;
        margin: 0 0 10px;
    }
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/

#news_date {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 auto 10px;
	color: #c8c8c8;
	font-size: 14px;
	font-style: normal;
	background: var(--main);
}
#all_wrap #news_title {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto 50px;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--main);
	border-bottom: 1px solid var(--main);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#news_date {
		display: inline-block;
		padding: 7px 10px;
		margin: 0 auto 10px;
		color: #c8c8c8;
		font-size: 12px;
		font-style: normal;
		background: #000;
	}
	#all_wrap #news_title {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto 30px;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--main);
		border-bottom: 1px solid var(--main);
	}
}

#all_wrap .sid_title {
	width: 100%;
	padding: 0 0 0 13px;
	margin: 0 auto 20px;
	border-left: 2px solid var(--main);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: var(--main);
}
#all_wrap .sid_title span {
	display: block;
	padding: 0;
	margin: 0 auto 5px;
	font-family: var(--font-en);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.blog_sid {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto 100px;
}
.blog_sid li {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	border-bottom: 1px solid #cacaca;
}
.blog_sid li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.blog_sid li figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.blog_sid li figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.blog_sid li .blog_info .date {
	color: #c8c8c8;
	font-family: var(--font-en);
	font-style: normal;
	display: block;
	padding: 0;
	margin: 0 auto 5px;
	font-size: 11px;
}
#all_wrap .blog_sid li h3 {
	padding: 0;
	margin: 0 auto 20px;
	color: var(--text);
	font-size: 12px;
	line-height: 1.4em;
	font-style: normal;
	letter-spacing: 0.05em;
	border: none;
}
#all_wrap .blog_sid li h3 a {
	transition: 0.2s;
}
#all_wrap .blog_sid li h3 a:hover {
	transition: 0.2s;
	opacity: 0.8;
}

/*前後の記事*/
#all_wrap .prevNext__pop {
	background-color: var(--main);
}
#all_wrap .eyecatch {
	background: #000;
}

/*プロフィール*/
#all_wrap .profile {
	border: none;
	margin-top: 0;
	padding: 20px;
	background: #000;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .profile__text {
	background: none;
	font-size: 16px;
	padding: 0 0 0 13px;
	margin-bottom: 15px;
	margin-top: 40px;
	border-left: 2px solid #d3c8a8;
	font-style: italic;
	text-align: left;
	color: #d3c8a8;
}
#all_wrap .profile__contents {
	width: 80%;
	padding: 0;
	margin: 0;
}
#all_wrap .profile__name {
	color: #d3c8a8;
	font-size: 19px;
	line-height: 1.4em;
	font-style: italic;
	padding: 0 0 10px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
	width: 15%;
	text-align: left;
	padding: 0;
	margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
	width: 100%;
	height: auto;
	margin: 0;
}
#all_wrap .profile__list {
	display: none;
}
#all_wrap .profile__description {
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*プロフィール*/
	#all_wrap .profile {
		border: none;
		margin-top: 0;
		padding: 20px;
		background: #000;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .profile__text {
		background: none;
		font-size: 16px;
		padding: 0 0 0 13px;
		margin-bottom: 15px;
		margin-top: 40px;
		border-left: 2px solid #d3c8a8;
		font-style: italic;
		text-align: left;
		color: #d3c8a8;
	}
	#all_wrap .profile__contents {
		width: 80%;
		padding: 0;
		margin: 0;
	}
	#all_wrap .profile__name {
		color: #d3c8a8;
		font-size: 19px;
		line-height: 1.4em;
		font-style: italic;
		padding: 0 0 10px;
		margin: 0 auto 10px;
		border-bottom: 1px solid #d3c8a8;
	}
	#all_wrap .profile__author {
		width: 15%;
		text-align: left;
		padding: 0;
		margin: 0 0 0 0;
	}
	#all_wrap .profile__author img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#all_wrap .profile__list {
		display: none;
	}
	#all_wrap .profile__description {
		padding: 0;
		margin: 0;
	}
}


/************************************************************/
/*　トップページ お知らせ
/************************************************************/
#topNews {
	width: 100%;
	max-width: 820px;
	padding: 50px 80px;
	margin: 0 auto 100px;
	background: #fff;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#topNews > h2 {
	width: 200px;
	padding: 0;
	margin: 0 0 20px;
	border: none;
	background: none;
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-family: var(--font-midashi);
	font-weight: 600;
	color: var(--act);
	letter-spacing: 0.2em;
}
#topNews > h2 a {
	transition: all 0.3s ease;
}
#topNews > h2 a:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}
#ticker {
	width: calc(100% - 200px);
	padding: 0;
	margin: 0 0 20px;
	position: relative;
}
#ticker > ul {
	width: calc(100%);
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
}
#ticker > ul > li {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	line-height: 1;
}
#ticker > ul > li a {
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	transition: all 0.3s ease;
}
#ticker > ul > li a:hover {
	color: var(--act);
	transition: all 0.3s ease;
}
#ticker > ul > li a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	background: var(--act);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
#ticker > ul > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
}
#ticker > ul > li > span {
	display: inline-block;
	animation-play-state: 0;
	margin: 0 15px 0 0;
	font-family: var(--font-en);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

/*ボタン*/
.btn {
	width: 100%;
	padding: 0;
	margin: 0;
}
.btn > a {
	display: block;
	width: 100%;
	padding: 15px;
	margin: 0;
	border: 1px solid var(--text);
	font-size: 15px;
	line-height: 1;
	color: var(--text);
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all 0.3s var(--ease-inout);
}
.btn > a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--text);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: transform 0.3s var(--ease-inout);
	transition: -webkit-transform 0.3s var(--ease-inout);
	z-index: -1;
}
.btn > a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.3s var(--ease-inout);
}
.btn > a:hover {
	color: #fff;
	transition: all 0.3s var(--ease-inout);
}
.btn > a:hover::before {
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.btn > a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all 0.3s var(--ease-inout);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topNews {
		width: 90%;
		max-width: 90%;
		padding: 20px;
		margin: 0 auto 30px;
		background: #fff;
		position: relative;
	}
	#ticker {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
	}
	#topNews > h2 {
		width: 100%;
		padding: 0;
		margin: 0 auto 5px;
		border: none;
		background: none;
		position: relative;
		font-size: 18px;
		line-height: 1;
		font-family: var(--font-en);
		font-weight: 600;
		color: var(--act);
		letter-spacing: 0.2em;
		text-align: center;
	}
	#topNews > h2 a {
		transition: all 0.3s ease;
	}
	#topNews > h2 a:hover {
		opacity: 0.8;
		transition: all 0.3s ease;
	}
	#ticker > ul {
		width: calc(100%);
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		right: 0;
	}
	#ticker > ul > li {
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		line-height: 1;
		padding: 10px 0 !important;
	}
	#ticker > ul > li a {
		display: block;
		width: 100%;
		padding: 0 40px 0 0;
		margin: 0;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.2em;
		position: relative;
		transition: all 0.3s ease;
	}
	#ticker > ul > li a:hover {
		color: var(--main);
		transition: all 0.3s ease;
	}
	#ticker > ul > li a::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		background: var(--act);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
	#ticker > ul > li a::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		padding: 0;
		background: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translate(0,-50%) rotate(45deg);
		-webkit-transform: translate(0,-50%) rotate(45deg);
	}
	#ticker > ul > li > span {
		display: inline-block;
		animation-play-state: 0;
		margin: 0 10px 5px 0;
		font-family: var(--font-en);
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
		color: #c8c8c8;
	}

	/*ボタン*/
	.btn {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.btn > a {
		display: block;
		width: 100%;
		padding: 15px;
		margin: 0;
		border: 1px solid var(--text);
		font-size: 14px;
		line-height: 1;
		color: var(--text);
		font-weight: 400;
		text-align: center;
		position: relative;
		z-index: 0;
		transition: all 0.3s var(--ease-inout);
	}
	.btn > a::before {
		content: "";
		width: 100%;
		height: 100%;
		background: var(--text);
		position: absolute;
		top: 0;
		left: 0;
		transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transition: transform 0.3s var(--ease-inout);
		transition: -webkit-transform 0.3s var(--ease-inout);
		z-index: -1;
	}
	.btn > a::after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		padding: 0;
		background: none;
		border-top: 1px solid var(--text);
		border-right: 1px solid var(--text);
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translate(0,-50%) rotate(45deg);
		-webkit-transform: translate(0,-50%) rotate(45deg);
		transition: all 0.3s var(--ease-inout);
	}
	.btn > a:hover {
		color: #fff;
		transition: all 0.3s var(--ease-inout);
	}
	.btn > a:hover::before {
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
	}
	.btn > a:hover::after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transition: all 0.3s var(--ease-inout);
	}
}


/************************************************************/
/*　トップページ ダイエット成功事例
/************************************************************/
#topCase {
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
	background-image: url('https://alesco.fit/wp-content/uploads/アレスコ名古屋栄VIP店.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	z-index: 0;
}
#topCase::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: var(--grad01-rev);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.9;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topCase {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		position: relative;
	}
}
/*共通ヘッダー*/
.contHead {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	z-index: 0;
}
.contHead > em {
	display: block;
	padding: 0;
	margin: 0 auto 10px;
	font-family: var(--font-midashi);
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.2em;
	text-align: center;
}
#all_wrap .contHead > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font-midashi);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: var(--text);
	letter-spacing: 0.2em;
	text-align: center;
	border: none;
	background: none;
}
#all_wrap #topCase .contHead > h2,
#all_wrap #topCase .contHead > em,
#all_wrap #topCase .contHead + p {
	color: var(--text);
}
.contHead::before {
	content: '';
	display: block;
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0;
	background-image: url('https://alesco.fit/wp-content/uploads/title_bg_green.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
}
#topCase .contHead::before {
	background-image: url('https://alesco.fit/wp-content/uploads/title_bg_03.png');
}
#topAwards .contHead::before {
	background-image: url('https://alesco.fit/wp-content/uploads/title_bg_green.png');
}
#topContact .contHead::before {
	background-image: url('https://alesco.fit/wp-content/uploads/title_bg_03.png');
}
#all_wrap .contHead + p {
	padding: 0;;
	margin: 0 auto 20px;
	font-size: 17px;
	line-height: 1.7em;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*共通ヘッダー*/
	.contHead {
		width: calc(100% - 60px);
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		z-index: 0;
	}
	.contHead > em {
		display: block;
		padding: 0;
		margin: 0 auto 10px;
		font-family: var(--font-en);
		font-size: 30px;
		font-weight: 500;
		line-height: 1;
		font-style: normal;
		color: var(--text);
		letter-spacing: 0.2em;
		text-align: center;
	}
	#all_wrap .contHead > h2 {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		color: var(--text);
		letter-spacing: 0.2em;
		text-align: center;
		border: none;
		background: none;
	}
	.contHead::before {
		content: '';
		display: block;
		width: 200px;
		height: 85px;
		padding: 0;
		margin: 0;
		background-image: url('https://alesco.fit/wp-content/uploads/title_bg_03.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		z-index: -1;
	}
	#topCase .contHead::before {
		background-image: url('https://alesco.fit/wp-content/uploads/title_bg_03.png');
	}
	#all_wrap .contHead + p {
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto 20px;
		font-size: 14px;
		line-height: 1.7em;
		text-align: center;
	}
}

/*スライダーリスト*/
#topCase > ul.caseList {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#topCase > ul.caseList .slick-list {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#topCase > ul.caseList li.slick-slide,
#topCase > ul.caseList li {
	width: 100%;
	padding: 15px;
	margin: 0;
	position: relative;
	overflow: visible;
}
/*Nextボタン*/
#topCase .case-next {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: var(--act);
	position: absolute;
	top: 45%;
	right: -50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: all 0.5s ease;
	z-index: 20;
}
#topCase .case-next::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.5s ease;
}
#topCase .case-next:hover {
	opacity: 0.8;
	transition: all 0.5s ease;
}
/*Nextボタン*/
#topReview .case-next {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: var(--act);
	position: absolute;
	top: 45%;
	right: -20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: all 0.5s ease;
	z-index: 20;
}
#topReview .case-next::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.5s ease;
}
#topReview .case-next:hover {
	opacity: 0.8;
	transition: all 0.5s ease;
}
/*Prevボタン*/
#topCase .case-prev {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: var(--act);
	position: absolute;
	top: 45%;
	left: -50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: all 0.5s ease;
	z-index: 20;
}
#topCase .case-prev::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translate(0,-50%) rotate(-45deg);
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	transition: all 0.5s ease;
}
#topCase .case-prev:hover {
	opacity: 0.8;
	transition: all 0.5s ease;
}
/*Prevボタン*/
#topReview .case-prev {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: var(--act);
	position: absolute;
	top: 45%;
	left: -20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: all 0.5s ease;
	z-index: 20;
}
#topReview .case-prev::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translate(0,-50%) rotate(-45deg);
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	transition: all 0.5s ease;
}
#topReview .case-prev:hover {
	opacity: 0.8;
	transition: all 0.5s ease;
}
/*ドットナビゲーションの設定*/
#topCase .slick-dots,
#topReview .slick-dots {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 5;
}
#topCase .slick-dots li,
#topReview .slick-dots li {
	display:inline-block;
	margin: 0 7px;
	padding: 0;
}
#topCase .slick-dots li::before,
#topCase .slick-dots li::after,
#topReview .slick-dots li::before,
#topReview .slick-dots li::after {
	display: none;
}
#topCase .slick-dots button,
#topReview .slick-dots button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	transition: all 0.3s ease;
}
#topCase .slick-dots .slick-active button,
#topReview .slick-dots .slick-active button {
	background: var(--main);
	opacity: 1;
	transition: all 0.3s ease;
}
/*No.*/
#topCase > ul.caseList li em.num {
	display: block;
	width: 160px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#topCase > ul.caseList li em.num img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
#topCase > ul.caseList li .caseList_wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#topCase > ul.caseList li .caseList_wrap::after {
	content: 'BEFORE';
	display: block;
	width: 50%;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: -5;
	font-family: var(--font-midashi);
	font-size: 60px;
	line-height: 1;
	color: var(--act);
	font-weight: 300;
	font-style: italic;
	text-align: left;
}
#topCase > ul.caseList li .caseList_left {
	width: 50%;
	padding: 80px 0 50px 50px;
	margin: 0;
	position: relative;
}
#topCase > ul.caseList li .caseList_right {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
}
#topCase > ul.caseList li .caseList_right::before {
	content: '';
	display: block;
	width: 110%;
	height: calc(100% - 60px);
	padding: 0;
	margin: 0;
	background: var(--grad02);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
}
#topCase > ul.caseList li .caseList_right::after {
	content: 'AFTER';
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	bottom: -20px;
	right: 20px;
	z-index: -1;
	font-family: var(--font-midashi);
	font-size: 104px;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	text-align: right;
	white-space: nowrap;
}
#all_wrap #topCase .caseList_left h3 {
	padding: 0;
	margin: 0 auto 20px;
	border: none;
	background: none;
	font-size: 25px;
	line-height: 1em;
	font-weight: 400;
}
#all_wrap #topCase .caseList_left h3 > span {
	display: inline-block;
	padding: 5px 8px 7px;
	margin: 10px 5px 0 0;
	background-image: var(--text);
	color: #fff;
}
/*情報01*/
.caseList_info {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
}
.caseList_info > img {
	width: auto;
	height: 30px;
	padding: 0;
	margin: 0 7px 0 0;
}
.caseList_info > strong {
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}
.caseList_info > .tags,
#all_wrap .tags {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: var(--main);
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 25px;
}
.caseList_info > .tags:last-of-type,
#all_wrap .tags:last-of-type {
	margin-right: 0;
}
/*データ*/
#all_wrap .caseList_data {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#all_wrap .caseList_data > li {
	padding: 10px 15px !important;
	margin: 0 5px 0 0 !important;
	background: var(--sub);
}
#all_wrap .caseList_data > li::before,
#all_wrap .caseList_data > li::after {
	display: none !important;
}
.caseList_data > li:last-child {
	margin-right: 0;
}
.caseList_data > li > span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
.caseList_data > li > strong {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-midashi);
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
}
/*More*/
.caseList_left .more {
	text-align: left;
}
.more > a {
	display: inline-block;
	padding: 0 25px 0 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	transition: all 0.3s ease;
}
.more > a::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	background: var(--act);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.more > a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
}
.more > a:hover {
	color: var(--text);
	transition: all 0.3s ease;
}
/*BEFORE画像*/
#topCase > ul.caseList .caseList_before {
	width: 48%;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: -30px;
	z-index: -3;
}
#topCase > ul.caseList .caseList_before img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*AFTER画像*/
#topCase > ul.caseList .caseList_after {
	width: 54%;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 5;
}
#topCase > ul.caseList .caseList_after img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*スライダーリスト*/
	#topCase > ul.caseList {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
	}
	#topCase > ul.caseList .slick-list {
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	#topCase > ul.caseList li {
		width: 100%;
		padding: 15px 20px;
		margin: 0;
		position: relative;
		overflow: visible;
	}
	/*Nextボタン*/
	#topCase .case-next {
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 0;
		border-radius: 50%;
		background: var(--text);
		position: absolute;
		top: 47%;
		right: 10px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		cursor: pointer;
		transition: all 0.5s ease;
		z-index: 20;
	}
	#topCase .case-next::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		padding: 0;
		margin: 0;
		background: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translate(0,-50%) rotate(45deg);
		-webkit-transform: translate(0,-50%) rotate(45deg);
		transition: all 0.5s ease;
	}
	#topCase .case-next:hover {
		opacity: 0.8;
		transition: all 0.5s ease;
	}
	/*Prevボタン*/
	#topCase .case-prev {
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 0;
		border-radius: 50%;
		background: var(--text);
		position: absolute;
		top: 47%;
		left: 12px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		cursor: pointer;
		transition: all 0.5s ease;
		z-index: 20;
	}
	#topCase .case-prev::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		padding: 0;
		margin: 0;
		background: none;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 12px;
		transform: translate(0,-50%) rotate(-45deg);
		-webkit-transform: translate(0,-50%) rotate(-45deg);
		transition: all 0.5s ease;
	}
	#topCase .case-prev:hover {
		opacity: 0.8;
		transition: all 0.5s ease;
	}
	/*ドットナビゲーションの設定*/
	#topCase .slick-dots {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		z-index: 5;
	}
	#topCase .slick-dots li {
		display:inline-block;
		margin: 0 7px;
		padding: 0;
	}
	#topCase .slick-dots li::before,
	#topCase .slick-dots li::after {
		display: none;
	}
	#topCase .slick-dots button {
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
		display: block;
		width: 10px;
		height: 10px;
		background: var(--main);
		border-radius: 50%;
		text-indent: -9999px;
		transition: all 0.3s ease;
	}
	#topCase .slick-dots .slick-active button{
		background: var(--main);
		opacity: 1;
		transition: all 0.3s ease;
	}
	/*No.*/
	#topCase > ul.caseList li em.num {
		display: block;
		width: 100px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 10px;
		left: 25px;
		z-index: 5;
	}
	#topCase > ul.caseList li em.num img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	#topCase > ul.caseList li .caseList_wrap {
		width: 100%;
		padding: 0;
		margin: 0;
		background: #fff;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	#topCase > ul.caseList li .caseList_wrap::after {
		content: 'BEFORE';
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
		position: absolute;
		top: 55%;
		left: 20px;
		right: unset;
		z-index: -5;
		font-family: var(--font-en);
		font-size: 50px;
		line-height: 1;
		color: var(--act);
		font-weight: 300;
		font-style: italic;
		text-align: left;
	}
	#topCase > ul.caseList li .caseList_left {
		width: 100%;
		padding: 40px 20px 0;
		margin: 0;
		position: relative;
	}
	#topCase > ul.caseList li .caseList_right {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#topCase > ul.caseList li .caseList_right::before {
		content: '';
		display: block;
		width: 110%;
		height: calc(100% - 60px);
		padding: 0;
		margin: 0;
		background: var(--grad02);
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -2;
	}
	#topCase > ul.caseList li .caseList_right::after {
		content: 'AFTER';
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
		position: absolute;
		bottom: -10px;
		right: 20px;
		z-index: -1;
		font-family: var(--font-en);
		font-size: 75px;
		line-height: 1;
		color: #fff;
		font-weight: 300;
		font-style: italic;
		text-align: right;
	}
	#all_wrap #topCase .caseList_left h3 {
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		background: none;
		font-size: 20px;
		line-height: 1em;
		font-weight: 400;
	}
	#all_wrap #topCase .caseList_left h3 > span {
		display: inline-block;
		padding: 5px 8px 7px;
		margin: 10px 5px 0 0;
		background-image: var(--grad01);
		color: #fff;
		border-radius: 5px;
	}
	/*情報01*/
	.caseList_info {
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.caseList_info > img {
		width: auto;
		height: 30px;
		padding: 0;
		margin: 0 7px 0 0;
	}
	.caseList_info > strong {
		display: inline-block;
		padding: 0;
		margin: 0 10px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
	}
	.caseList_info > .tags,
	#all_wrap .tags {
		display: inline-block;
		padding: 5px 10px;
		margin: 0 5px 5px 0;
		font-size: 10px;
		line-height: 1;
		font-weight: 400;
		color: var(--text);
		background: #fff;
		border: 1px solid var(--text);
		border-radius: 25px;
	}
	.caseList_info > .tags:last-of-type,
	#all_wrap .tags:last-of-type {
		margin-right: 0;
	}
	/*データ*/
	#all_wrap #topCase .caseList_data {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#all_wrap #topCase .caseList_data > li {
		padding: 10px 10px !important;
		margin: 0 5px 0 0 !important;
		background: var(--sub);
		border-radius: 0;
		filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
	}
	.caseList_data > li:last-child {
		margin-right: 0;
	}
	.caseList_data > li > span {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto 5px;
		text-align: center;
		font-size: 10px;
		line-height: 1;
	}
	.caseList_data > li > strong {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		font-size: 15px;
		line-height: 1;
		color: #fff;
		font-weight: 500;
		white-space: nowrap;
	}
	/*More*/
	.caseList_left .more {
		text-align: center;
	}
	.more > a {
		display: inline-block;
		padding: 0 25px 0 0;
		margin: 0;
		font-size: 14px;
		line-height: 1;
		text-decoration: underline;
		position: relative;
		transition: all 0.3s ease;
	}
	.more > a::before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		padding: 0;
		margin: 0;
		background: var(--act);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
	.more > a::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		padding: 0;
		margin: 0;
		background: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-radius: 0;
		position: absolute;
		top: 50%;
		right: 6px;
		transform: translate(0,-50%) rotate(45deg);
		-webkit-transform: translate(0,-50%) rotate(45deg);
	}
	.more > a:hover {
		color: var(--text);
		transition: all 0.3s ease;
	}
	/*BEFORE画像*/
	#topCase > ul.caseList .caseList_before {
		width: 50%;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: -3;
	}
	#topCase > ul.caseList .caseList_before img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	/*AFTER画像*/
	#topCase > ul.caseList .caseList_after {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		bottom: unset;
		right: unset;
		z-index: 5;
		text-align: right;
	}
	#topCase > ul.caseList .caseList_after img {
		width: 70%;
		height: auto;
		padding: 0;
		margin: 0 0 0 auto;
	}
}

/************************************************************/
/*　トップページ 受賞実績
/************************************************************/
#topAwards {
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
	background: var(--grad04);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite;
	position: relative;
	z-index: 0;
}
#all_wrap #topAwards .contHead > em,
#all_wrap #topAwards .contHead > h2 {
	color: var(--text);
}
/*大バナー*/
#all_wrap .awardList_big {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 20px;
	list-style: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .awardList_big > li {
	width: 48%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
}
#all_wrap .awardList_big > li::before,
#all_wrap .awardList_big > li::after {
	display: none;
}
#all_wrap .awardList_big > li::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#all_wrap .awardList_big > li img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*小バナー*/
#all_wrap .awardList_small {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
#all_wrap .awardList_small > li {
	width: 150px;
	padding: 0;
	margin: 0 15px;
	position: relative;
	transition-delay: 0.2s;
}
#all_wrap .awardList_small > li::before,
#all_wrap .awardList_small > li::after {
	display: none;
}
#all_wrap .awardList_small > li::after {
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	background-image: radial-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}
#all_wrap .awardList_small > li img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 10px;
}
#all_wrap .awardList_small > li span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topAwards {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		background: var(--grad04);
		position: relative;
	}
	#all_wrap #topAwards .contHead > em,
	#all_wrap #topAwards .contHead > h2 {
		color: var(--text);
	}
	/*大バナー*/
	#all_wrap .awardList_big {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 10px 0 0;
		margin: 0 auto 20px;
		list-style: none;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .awardList_big > li {
		width: 100%;
		padding: 0;
		margin: 0 auto 15px;
		position: relative;
	}
	#all_wrap .awardList_big > li img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	/*小バナー*/
	#all_wrap .awardList_small {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .awardList_small > li {
		width: 45%;
		padding: 0;
		margin: 0 5px 25px;
		position: relative;
		transition-delay: 0.2s;
	}
	#all_wrap .awardList_small > li:nth-last-child(1),
	#all_wrap .awardList_small > li:nth-last-child(2) {
		margin-bottom: 0;
	}
}

/************************************************************/
/*　トップページ 口コミ
/************************************************************/
#all_wrap #topReview {
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
	background: var(--grad02);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite;
	position: relative;
}
#all_wrap.sub_page #topReview {
	background: var(--grad02);
}
#all_wrap .topReview_wrap {
	width: 100%;
	max-width: 1100px;
	padding: 70px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
}
#all_wrap .topReview_wrap > .curve {
	width: 188px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 5;
}
#all_wrap .topReview_wrap > .curve img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#all_wrap .topReview_wrap > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#all_wrap .topReview_wrap > header > h2 {
	width: 55%;
	padding: 0;
	margin: 0;
	font-family: var(--font-midashi);
	font-size: 30px;
	line-height: 1.4em;
	border: none;
	background: none;
	color: #191919;
}
#all_wrap .topReview_wrap > header > h2 > strong {
	display: inline-block;
	padding: 5px 5px 7px;
	margin: 0 5px;
	font-family: var(--font-midashi);
	background: var(--act);
	color: #fff;
	line-height: 1;
}
#all_wrap .topReview_wrap > header > img {
	width: 40%;
	height: auto;
	padding: 0;
	margin: 0;
}

/*リスト*/
#all_wrap .reviewList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .reviewList > li {
	width: calc(100% / 3);
	padding: 0;
	margin: 0 0 40px;
	position: relative;
}
#all_wrap .reviewList > li:nth-child(3n+1) {
	transition-delay: 0s;
	padding-right: 30px;
	border-right: 1px solid #cacaca;
}
#all_wrap .reviewList > li:nth-child(3n+2) {
	transition-delay: 0.2s;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #cacaca;
}
#all_wrap .reviewList > li:nth-child(3n) {
	transition-delay: 0.4s;
	padding-left: 30px;
}
#all_wrap .reviewList > li:nth-last-child(1),
#all_wrap .reviewList > li:nth-last-child(2),
#all_wrap .reviewList > li:nth-last-child(3) {
	margin-bottom: 0;
}
#all_wrap .reviewList > li::before,
#all_wrap .reviewList > li::after {
	display: none;
}

#all_wrap .rating {
	width: 100%;
	padding: 5px 0 5px 35px;
	margin: 0 auto 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	position: relative;
	background-image: url('https://alesco.fit/wp-content/themes/alesco2/img/svg/icon_human_b.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left 50%;
}
#all_wrap .rating > strong {
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 1;
}
#all_wrap .star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	white-space: nowrap;
	color: #CCCCCC; /* グレーカラー 自由に設定化 */
	/*font-size: 30px; フォントサイズ 自由に設定化 */
}
#all_wrap .star5_rating:before, .star5_rating:after{
	content: '★★★★★';
}
#all_wrap .star5_rating:after{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32; /* イエローカラー 自由に設定化 */
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

#all_wrap .reviewList > li > h3 {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 1.2em;
}
#all_wrap .reviewList > li > h3::before,
#all_wrap .reviewList > li > h3::after {
	display: none;
}
#all_wrap .reviewList > li > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topReview {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		background: var(--grad02);
		position: relative;
	}
	#all_wrap .topReview_wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		background: none;
		border-radius: 0;
		position: relative;
		filter: none;
	}
	#all_wrap .topReview_wrap > .curve {
		width: 150px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -45px;
		left: -10px;
		z-index: 5;
	}
	#all_wrap .topReview_wrap > .curve img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	#all_wrap .topReview_wrap > header {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap .topReview_wrap > header > h2 {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		font-size: 30px;
		line-height: 1.6em;
		border: none;
		background: none;
		text-align: center;
	}
	#all_wrap .topReview_wrap > header > h2 > strong {
		display: inline-block;
		padding: 5px 5px 7px;
		margin: 0 5px;
		background-image: var(--act);
		border-radius: 5px;
		color: #fff;
		line-height: 1;
	}
	#all_wrap .topReview_wrap > header > img {
		width: 80%;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}

	/*リスト*/
	#all_wrap .reviewList {
		width: calc(100% - 60px);
		padding: 0;
		margin: 0 auto;
		list-style: none;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .reviewList li.slick-slide {
		width: calc(100%);
		padding: 20px;
		margin: 0 auto 10px;
		background: #fff;
		border-radius: 5px;
		position: relative;
		opacity: 1;
	}
	#all_wrap .reviewList > li:nth-child(3n+1) {
		transition-delay: 0s;
		padding-right: 30px;
		border-right: 1px solid #cacaca;
	}
	#all_wrap .reviewList > li:nth-child(3n+2) {
		transition-delay: 0.2s;
		padding-left: 30px;
		padding-right: 30px;
		border-right: 1px solid #cacaca;
	}
	#all_wrap .reviewList > li:nth-child(3n) {
		transition-delay: 0.4s;
		padding-left: 30px;
	}
	#all_wrap .reviewList > li:nth-last-child(1),
	#all_wrap .reviewList > li:nth-last-child(2),
	#all_wrap .reviewList > li:nth-last-child(3) {
		margin-bottom: 0;
	}

	#all_wrap .rating {
		width: 100%;
		padding: 5px 0 5px 35px;
		margin: 0 auto 10px;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		position: relative;
		background-image: url('https://alesco.fit/wp-content/themes/alesco/img/svg/icon_human_b.svg');
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: left 50%;
	}
	#all_wrap .rating > strong {
		display: inline-block;
		padding: 0;
		margin: 0 10px 0 0;
		font-size: 14px;
		line-height: 1;
	}
	#all_wrap .star5_rating {
		position: relative;
		z-index: 0;
		display: inline-block;
		padding: 0;
		margin: 0 10px 0 0;
		white-space: nowrap;
		color: #CCCCCC; /* グレーカラー 自由に設定化 */
		font-size: 18px;
	}
	#all_wrap .star5_rating:before, .star5_rating:after{
		content: '★★★★★';
	}
	#all_wrap .star5_rating:after{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		overflow: hidden;
		white-space: nowrap;
		color: #ffcf32; /* イエローカラー 自由に設定化 */
	}
	.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
	.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
	.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
	.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
	.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
	.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
	.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
	.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
	.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
	.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
	.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

	#all_wrap .reviewList li > h3 {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 16px;
		line-height: 1.4em;
	}
	#all_wrap .reviewList li > h3::before,
	#all_wrap .reviewList li > h3::after {
		display: none;
	}
	#all_wrap .reviewList li > p {
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 13px;
	}
}


/************************************************************/
/*　トップページ コンセプト
/************************************************************/
#topConcept {
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
	background-image: var(--grad03);
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#topConcept::before {
	content: '';
	display: block;
	width: calc(100% / 2 + 50px);
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: var(--grad01);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.7;
}
#topConcept > figure {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}
#topConcept > figure img {
	width: auto;
	height: 90%;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: -150px;
	z-index: -1;
}
.topConcept_wrap {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topConceptInfo {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
}
/*共通ヘッダー*/
.contHead_left {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	z-index: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.contHead_left > em {
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
	font-family: var(--font-midashi);
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.2em;
	text-align: left;
}
#all_wrap .contHead_left > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	font-family: var(--font-midashi);
	color: var(--text);
	letter-spacing: 0.2em;
	text-align: left;
	border: none;
	background: none;
}
.contHead_left::before {
	content: '';
	display: block;
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0;
	background-image: url('https://alesco.fit/wp-content/uploads/title_bg_03.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: -1;
}
#all_wrap .topConceptInfo > h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-family: var(--font-midashi);
	font-size: 28px;
	line-height: 1.7em;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: var(--text);
	margin-bottom: 40px;
}
#all_wrap .topConceptInfo > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	color: var(--text);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topConcept {
		width: 100%;
		padding: 50px 0 0;
		margin: 0 auto;
		background-image: var(--grad03);
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	#topConcept::before {
		width: calc(100%);
		height: 100%;
		z-index: -1;
	}
	#topConcept > figure {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-end;
		align-content: flex-end;
		align-items: flex-end;
		position: relative;
		position: relative;
		bottom: unset;
		left: unset;
		z-index: -2;
	}
	#topConcept > figure img {
		width: 90%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	.topConcept_wrap {
		width: calc(100% - 60px);
		max-width: 1100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.topConceptInfo {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		position: relative;
	}
	/*共通ヘッダー*/
	.contHead_left {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		position: relative;
		z-index: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.contHead_left > em {
		display: block;
		padding: 0;
		margin: 0 auto;
		font-family: var(--font-en);
		font-size: 30px;
		font-weight: 500;
		line-height: 1;
		font-style: normal;
		color: var(--text);
		letter-spacing: 0.2em;
		text-align: center;
	}
	#all_wrap .contHead_left > h2 {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		color: var(--text);
		letter-spacing: 0.2em;
		text-align: center;
		border: none;
		background: none;
	}
	.contHead_left::before {
		content: '';
		display: block;
		width: 250px;
		height: 100px;
		padding: 0;
		margin: 0;
		background-image: url('https://alesco.fit/wp-content/uploads/title_bg_03.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		z-index: -1;
	}
	#all_wrap .topConceptInfo > h3 {
		padding: 0;
		margin: 0;
		border: none;
		background: none;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 500;
		letter-spacing: 0.2em;
		color: var(--text);
		margin-bottom: 20px;
		text-align: center;
	}
	#all_wrap .topConceptInfo > p {
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 14px;
		color: var(--text);
	}
}

/************************************************************/
/*　トップページ 選ばれる理由
/************************************************************/
#topReason {
	width: 100%;
	padding: 120px 0;
	margin: 0 auto;
	background: rgba(248,248,248,1);
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#topReason::before {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	background-image: url('https://alesco.fit/wp-content/uploads/top_reason.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#topReason::after {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(to bottom, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#all_wrap #topReason .contHead::before {
	background-image: url(https://alesco.fit/wp-content/uploads/title_bg_green.png);
	opacity: 0.5;
}
/*リスト*/
#all_wrap .reasonList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#all_wrap .reasonList > li {
	width: 48%;
	padding: 20px;
	margin: 0 0 40px;
	position: relative;
	background: #fff;
}
#all_wrap .reasonList > li:nth-last-child(1),
#all_wrap .reasonList > li:nth-last-child(2) {
	margin-bottom: 0;
}
#all_wrap .reasonList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 0;
}
#all_wrap .reasonList > li > figure::before {
	content: '';
	display: block;
	padding-top: 60%;
}
#all_wrap .reasonList > li > figure::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(150deg, rgba(255,255,255,0.95) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#all_wrap .reasonList > li > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: -1;
}
#all_wrap .reasonList > li > .num {
	width: auto;
	padding: 0;
	font-family: var(--font-midashi);
	font-size: 11px;
	line-height: 1;
	color: var(--act);
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 5;
}
#all_wrap .reasonList > li > .num::before {
	counter-increment: count 1;
	content: '0' counter(count)"";
	display: block;
	font-family: var(--font-midashi);
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: var(--act);
	text-align: center;
}
#all_wrap .reasonList > li > h3 {
	padding: 10px 10px 10px 25px;
	margin: 0 auto 20px;
	border-bottom: 1px solid var(--main);
	font-size: 18px;
	line-height: 1.4em;
	font-weight: lighter;
	color: var(--text);
	position: relative;
	background: none;
}
#all_wrap .reasonList > li > h3::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-color: var(--act);
	border-radius: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
#all_wrap .reasonList > li > h3::after {
	content: '';
	display: block;
	width: 8px;
	height: 6px;
	background: none;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 48%;
	left: 5px;
	transform: translate(0,-50%) rotate(-45deg);
	-webkit-transform: translate(0,-50%) rotate(-45deg);
}
#all_wrap .reasonList > li > h4 {
	font-family: var(--font-midashi);
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: var(--text);
	padding: 0;
	margin: 0 auto 10px;
	border: none;
	background: none;
}
#all_wrap .reasonList > li > h4 > strong {
	color: var(--text);
}
#all_wrap .reasonList > li > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-weight: lighter;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topReason {
		width: 100%;
		padding: 50px 0 10px;
		margin: 0 auto;
		background-color: var(--base);
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	#topReason::before {
		content: '';
		display: block;
		width: 100%;
		height: 500px;
		padding: 0;
		margin: 0;
		background-image: url('https://alesco.fit/wp-content/uploads/top_reason_sp.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	#topReason::after {
		content: '';
		display: block;
		width: 100%;
		height: 500px;
		padding: 0;
		margin: 0;
		background-image: linear-gradient(to bottom, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
		position: absolute;
		top: 1px;
		left: 0;
		z-index: -1;
	}
	/*リスト*/
	#all_wrap .reasonList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	#all_wrap .reasonList > li {
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;
		position: relative;
		background: #fff;
		border: 1px solid #c8c8c8;
		filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
	}
	#all_wrap .reasonList > li:nth-last-child(1),
	#all_wrap .reasonList > li:nth-last-child(2) {
		margin-bottom: 20px;
	}
	#all_wrap .reasonList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 0;
	}
	#all_wrap .reasonList > li > figure::before {
		content: '';
		display: block;
		padding-top: 60%;
	}
	#all_wrap .reasonList > li > figure::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background-image: linear-gradient(150deg, rgba(255,255,255,0.95) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	#all_wrap .reasonList > li > figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
		z-index: -1;
	}
	#all_wrap .reasonList > li > .num {
		width: auto;
		padding: 0;
		font-size: 11px;
		line-height: 1;
		color: var(--act);
		position: absolute;
		top: 15px;
		left: 20px;
		z-index: 5;
		transform: scale(0.7);
	}
	#all_wrap .reasonList > li > .num::before {
		counter-increment: count 1;
		content: '0' counter(count)"";
		display: block;
		font-family: var(--font-en);
		font-size: 40px;
		font-weight: 600;
		line-height: 1;
		color: var(--act);
	}
	#all_wrap .reasonList > li > h3 {
		padding: 10px 10px 10px 25px;
		margin: 0 auto 15px;
		border-bottom: 1px solid var(--main);
		font-size: 14px;
		line-height: 1.4em;
		color: var(--text);
		font-weight: lighter;
		position: relative;
		background: none;
	}
	#all_wrap .reasonList > li > h3::before {
		content: '';
		display: block;
		width: 18px;
		height: 18px;
		background-color: var(--act);
		border-radius: 50%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
	#all_wrap .reasonList > li > h3::after {
		content: '';
		display: block;
		width: 8px;
		height: 6px;
		background: none;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 48%;
		left: 5px;
		transform: translate(0,-50%) rotate(-45deg);
		-webkit-transform: translate(0,-50%) rotate(-45deg);
	}
	#all_wrap .reasonList > li > h4 {
		font-size: 14px;
		line-height: 1.4em;
		letter-spacing: 0.1em;
		font-weight: bold;
		color: var(--text);
		padding: 0;
		margin: 0 auto 10px;
		border: none;
		background: none;
	}
	#all_wrap .reasonList > li > h4 > strong {
		color: var(--text);
	}
	#all_wrap .reasonList > li > p {
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 14px;
		font-weight: lighter;
	}
}


/************************************************************/
/*　トップページ ご挨拶
/************************************************************/
#topGreeting {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background-image: url('https://alesco.fit/wp-content/uploads/%E7%B6%99%E7%B6%9A%E3%83%97%E3%83%A9%E3%83%B3-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#topGreeting::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: var(--grad01);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.9;
}

#all_wrap .greetingList {
	width: 100%;
	max-width: 960px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .greetingList > li {
	width: 100%;
	padding: 0;
	margin: 0 auto 35px;
	background: #fff;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
}
#all_wrap .greetingList > li > .curve {
	width: 165px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 5;
}
#all_wrap .greetingList > li > .curve img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*画像*/
#all_wrap .greetingList > li > figure {
	width: 330px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#all_wrap .greetingList > li > figure::before {
	content: '';
	display: block;
	padding-top: calc(90%);
}
#all_wrap .greetingList > li > figure img {
	width: auto;
	height: 100%;
	max-width: unset;
	max-height: unset;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#all_wrap .greetingList > li > figure h3 {
	padding: 20px;
	margin: 0;
	background: var(--main);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	font-family: var(--font-midashi);
	font-size: 24px;
	line-height: 1;
	color: #fff;
}
#all_wrap .greetingList > li > figure h3 small {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	font-family: var(--font-midashi);
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
/*情報*/
#all_wrap .greetingList > li > .greetingInfo {
	width: calc(100% - 330px);
	padding: 50px;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#all_wrap .greetingList > li > .greetingInfo > h2 {
	font-family: var(--font-midashi);
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 auto 20px;
	border: none;
	border-bottom: 1px solid #cacaca;
	background: none;
}
#all_wrap .greetingList > li > .greetingInfo > h2 > strong {
	font-family: var(--font-midashi);
	color: var(--main);
}
#all_wrap .greetingList > li > .greetingInfo > p {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}
/*ボタン*/
#all_wrap .moreBtn {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#all_wrap .moreBtn > a {
	display: inline-block;
	padding: 20px 100px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--text);
	border-radius: 0;
	font-family: var(--font-en);
	font-size: 15px;
	line-height: 1;
	color: var(--text) !important;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all 0.3s var(--ease-inout);
	white-space: nowrap;
}
#all_wrap .moreBtn > a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--text);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: transform 0.3s var(--ease-inout);
	transition: -webkit-transform 0.3s var(--ease-inout);
	z-index: -1;
}
#all_wrap .moreBtn > a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.3s var(--ease-inout);
}
#all_wrap .moreBtn > a:hover {
	text-decoration: none !important;
	color: #fff !important;
	transition: all 0.3s var(--ease-inout);
}
#all_wrap .moreBtn > a:hover::before {
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
#all_wrap .moreBtn > a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all 0.3s var(--ease-inout);
}
#all_wrap .moreBtn > a > span {
	display: block;
	padding: 0;
	margin: 0 auto 5px;
}

/*ボタン*/
#all_wrap #topGreeting .moreBtn > a {
	display: inline-block;
	padding: 20px 100px;
	margin: 0;
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	font-family: var(--font-mdiashi);
	font-size: 15px;
	line-height: 1;
	color: #fff !important;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all 0.3s var(--ease-inout);
	white-space: nowrap;
}
#all_wrap #topGreeting .moreBtn > a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: transform 0.3s var(--ease-inout);
	transition: -webkit-transform 0.3s var(--ease-inout);
	z-index: -1;
}
#all_wrap #topGreeting .moreBtn > a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.3s var(--ease-inout);
}
#all_wrap #topGreeting .moreBtn > a:hover {
	text-decoration: none !important;
	color: var(--text) !important;
	transition: all 0.3s var(--ease-inout);
}
#all_wrap #topGreeting .moreBtn > a:hover::before {
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
#all_wrap #topGreeting .moreBtn > a:hover::after {
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	transition: all 0.3s var(--ease-inout);
}
#all_wrap #topGreeting .moreBtn > a > span {
	display: block;
	padding: 0;
	margin: 0 auto 5px;
}


#all_wrap #topBlog .moreBtn > a {
	display: inline-block;
	padding: 20px 100px;
	margin: 0;
	background: none;
	border: 1px solid var(--main);
	border-radius: 0;
	font-family: var(--font-mdiashi);
	font-size: 15px;
	line-height: 1;
	color: var(--main) !important;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all 0.3s var(--ease-inout);
	white-space: nowrap;
}
#all_wrap #topBlog .moreBtn > a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--main);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: transform 0.3s var(--ease-inout);
	transition: -webkit-transform 0.3s var(--ease-inout);
	z-index: -1;
}
#all_wrap #topBlog .moreBtn > a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: none;
	border-top: 1px solid var(--main);
	border-right: 1px solid var(--main);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.3s var(--ease-inout);
}
#all_wrap #topBlog .moreBtn > a:hover {
	text-decoration: none !important;
	color: #fff !important;
	transition: all 0.3s var(--ease-inout);
}
#all_wrap #topBlog .moreBtn > a:hover::before {
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
#all_wrap #topBlog .moreBtn > a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all 0.3s var(--ease-inout);
}
#all_wrap #topBlog .moreBtn > a > span {
	display: block;
	padding: 0;
	margin: 0 auto 5px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topGreeting {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		background-image: url('https://alesco.fit/wp-content/uploads/top_greeting_bg_sp.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	#topGreeting::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: var(--grad01);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.9;
	}

	#all_wrap .greetingList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	#all_wrap .greetingList > li {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		background: #fff;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
	}
	#all_wrap .greetingList > li > .curve {
		width: 150px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -20px;
		left: -20px;
		z-index: 5;
	}
	#all_wrap .greetingList > li > .curve img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	/*画像*/
	#all_wrap .greetingList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	#all_wrap .greetingList > li > figure::before {
		content: '';
		display: block;
		padding-top: calc(90%);
	}
	#all_wrap .greetingList > li > figure img {
		width: auto;
		height: 100%;
		max-width: unset;
		max-height: unset;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	#all_wrap .greetingList > li > figure h3 {
		padding: 20px;
		margin: 0;
		background-image: var(--main);
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		font-size: 20px;
		line-height: 1;
		color: #fff;
	}
	#all_wrap .greetingList > li > figure h3 small {
		display: inline-block;
		padding: 0;
		margin: 0 0 0 10px;
		font-family: var(--font-en);
		font-size: 12px;
		line-height: 1;
		color: #fff;
	}
	/*情報*/
	#all_wrap .greetingList > li > .greetingInfo {
		width: 100%;
		padding: 20px;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#all_wrap .greetingList > li > .greetingInfo > h2 {
		font-size: 14px;
		line-height: 1.4em;
		letter-spacing: 0.1em;
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		border: none;
		border-bottom: none;
		background: none;
	}
	#all_wrap .greetingList > li > .greetingInfo > h2 > strong {
		color: var(--main);
	}
	#all_wrap .greetingList > li > .greetingInfo > p {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 14px;
	}
	/*ボタン*/
	#all_wrap .moreBtn {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#all_wrap .moreBtn > a {
		display: inline-block;
		padding: 20px 40px;
		margin: 0;
		background: #fff;
		border: 1px solid var(--text);
		border-radius: 3px;
		font-family: var(--font-en);
		font-size: 15px;
		line-height: 1;
		color: var(--text) !important;
		font-weight: 400;
		text-align: center;
		position: relative;
		z-index: 0;
		transition: all 0.3s var(--ease-inout);
		white-space: nowrap;
	}
	#all_wrap .moreBtn > a::before {
		content: "";
		width: 100%;
		height: 100%;
		background: var(--text);
		position: absolute;
		top: 0;
		left: 0;
		transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transition: transform 0.3s var(--ease-inout);
		transition: -webkit-transform 0.3s var(--ease-inout);
		z-index: -1;
	}
	#all_wrap .moreBtn > a::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		padding: 0;
		background: none;
		border-top: 1px solid var(--text);
		border-right: 1px solid var(--text);
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0,-50%) rotate(45deg);
		-webkit-transform: translate(0,-50%) rotate(45deg);
		transition: all 0.3s var(--ease-inout);
	}
	#all_wrap .moreBtn > a:hover {
		text-decoration: none !important;
		color: #fff !important;
		transition: all 0.3s var(--ease-inout);
	}
	#all_wrap .moreBtn > a:hover::before {
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
	}
	#all_wrap .moreBtn > a > span {
		display: block;
		padding: 0;
		margin: 0 auto 5px;
	}
}

/************************************************************/
/*　トップページ 店舗紹介
/************************************************************/
#topStudio {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: none;
	position: relative;
	z-index: 0;
}
/*リスト*/
#topStudio > header {
	margin-bottom: 50px;
}
#all_wrap .studioList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
#all_wrap .studioList > li {
	width: 48%;
	padding: 0;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
}
#all_wrap .studioList > li:nth-last-child(1),
#all_wrap .studioList > li:nth-last-child(2) {
	margin-bottom: 0;
}
#all_wrap .studioList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 0;
}
#all_wrap .studioList > li > figure::before {
	content: '';
	display: block;
	padding-top: 60%;
}
#all_wrap .studioList > li > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: -1;
}
#all_wrap .studioList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font-midashi);
	font-size: 20px;
	line-height: 1;
	border: none;
	background: none;
	position: relative;
}
#all_wrap .studioList > li > h4.access {
	font-size: 12px;
	line-height: 1;
	width: 100%;
	padding: 15px 0 15px 20px;
	margin: 0 auto 10px;
	background-image: url('https://alesco.fit/wp-content/themes/alesco2/img/svg/icon_map.svg');
	background-size: auto 15px;
	background-repeat: no-repeat;
	background-position: left 50%;
	border: none;
	border-bottom: 1px solid #cacaca;
}
#all_wrap .studioList > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 12px;
}
#all_wrap .studioList > li > .moreBtn {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	text-align: left;
}
#all_wrap .studioList > li > .moreBtn > a {
	display: inline-block;
	padding: 10px 40px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--text);
	font-family: var(--font-midashi);
	font-size: 12px;
	line-height: 1;
	color: var(--text);
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all 0.3s var(--ease-inout);
}
#all_wrap .studioList > li > .moreBtn > a::after {
	width: 6px;
	height: 6px;
}
#all_wrap .studioList > li > .moreBtn > a:hover {
	color: #fff
	transition: all 0.3s var(--ease-inout);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topStudio {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		background: none;
		position: relative;
		z-index: 0;
	}
	/*リスト*/
	#topStudio > header {
		margin-bottom: 40px;
	}
	#all_wrap .studioList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style: none;
		grid-row-gap: 40px;
	}
	#all_wrap .studioList > li {
		width: 46%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	#all_wrap .studioList > li:nth-last-child(1),
	#all_wrap .studioList > li:nth-last-child(2) {
		margin-bottom: 0;
	}
	#all_wrap .studioList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 0;
	}
	#all_wrap .studioList > li > figure::before {
		content: '';
		display: block;
		padding-top: 60%;
	}
	#all_wrap .studioList > li > figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
		z-index: -1;
	}
	#all_wrap .studioList > li > h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 1.2em;
		border: none;
		background: none;
		text-align: center;
		position: relative;
	}
	#all_wrap .studioList > li > h4.access {
		font-size: 10px;
		line-height: 1.4em;
		width: 100%;
		padding: 0 0 10px 18px;
		margin: 0 auto 10px;
		background-image: url('https://alesco.fit/wp-content/themes/alesco2/img/svg/icon_map.svg');
		background-size: auto 15px;
		background-repeat: no-repeat;
		background-position: left top;
		border: none;
		border-bottom: 1px solid #cacaca;
	}
	#all_wrap .studioList > li > p {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 10px;
	}
	#all_wrap .studioList > li > .moreBtn {
		width: 100%;
		padding: 0;
		margin: auto auto 0;
		text-align: left;
	}
	#all_wrap .studioList > li > .moreBtn > a {
		display: block;
		padding: 10px 20px;
		margin: 0;
		background: #fff;
		border: 1px solid var(--text);
		font-family: var(--font-en);
		font-size: 12px;
		line-height: 1;
		color: var(--text);
		font-weight: 400;
		text-align: center;
		position: relative;
		z-index: 0;
		transition: all 0.3s var(--ease-inout);
	}
	#all_wrap .studioList > li > .moreBtn > a::after {
		width: 6px;
		height: 6px;
	}
	#all_wrap .studioList > li > .moreBtn > a:hover {
		color: #fff;
		transition: all 0.3s var(--ease-inout);
	}
}

/************************************************************/
/*　トップページ ブログ
/************************************************************/
#topBlog {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: var(--grad04);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite;
	position: relative;
	z-index: 0;
}
#all_wrap .blogList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-row-gap: 40px;
}
#all_wrap .blogList::before,
#all_wrap .blogList::after {
	content: '';
	display: block;
	width: 23%;
}
#all_wrap .blogList::before {
	order: 1;
}
#all_wrap .blogList > li {
	width: 23%;
	padding: 15px;
	margin: 0;
	background: #fff;
	position: relative;
}
#all_wrap.sub_page .blogList > li {
	background: #fff;
}
#all_wrap .blogList > li::before,
#all_wrap .blogList > li::after {
	display: none;
}
#all_wrap .blogList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#all_wrap .blogList > li > figure::before {
	content: '';
	display: block;
	padding-top: 60%;
}
#all_wrap .blogList > li > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .blogList > li > .blogList_info {
	width: 100%;
	padding: 0;
	margin: 0;
}
#all_wrap .blogList > li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	border: none;
	background: none;
	font-family: var(--font-midashi);
	font-size: 15px;
	line-height: 1.4em;
}
#all_wrap .blogList > li > h3::before,
#all_wrap .blogList > li > h3::after {
	display: none;
}
#all_wrap .blogList > li > h3 a {
	transition: all 0.3s ease;
}
#all_wrap .blogList > li h3 a:hover {
	color: var(--main);
	text-decoration: none;
	transition: all 0.3s ease;
}
#all_wrap .blogList > li .date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
	font-size: 11px;
	line-height: 1;
	color: #c8c8c8;
}
#all_wrap .blogList > li p {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 12px;
	line-height: 1.7em;
}
#all_wrap .blogList > li .tagList {
	width: 100%;
	margin: auto auto 0;
}
#all_wrap .blogList > li .tags {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: var(--main);
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 25px;
}
#all_wrap .blogList > li .tags:last-of-type {
	margin-right: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topBlog {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
	#topBlog .contHead {
		margin-bottom: 30px;
	}
	#all_wrap .blogList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		grid-row-gap: 20px;
	}
	#all_wrap .blogList::after {
		content: '';
		display: none;
	}
	#all_wrap .blogList > li {
		width: 100%;
		padding: 20px;
		margin: 0;
		background: #fff;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap.sub_page .blogList > li {
		background: #fff;
	}
	#all_wrap .blogList > li:nth-child(3n+1) {
		transition-delay: 0s;
	}
	#all_wrap .blogList > li:nth-child(3n+2) {
		transition-delay: 0.2s;
	}
	#all_wrap .blogList > li:nth-child(3n) {
		transition-delay: 0.4s;
	}
	#all_wrap .blogList > li::before,
	#all_wrap .blogList > li::after {
		display: none;
	}
	#all_wrap .blogList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	#all_wrap .blogList > li > figure::before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}
	#all_wrap .blogList > li > figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
	#all_wrap .blogList > li > .blogList_info {
		width: 100%;
		padding: 10px 0 0;
		margin: 0;
	}
	#all_wrap .blogList > li h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		border: none;
		background: none;
		font-size: 12px;
		line-height: 1.4em;
		font-weight: 500;
	}
	#all_wrap .blogList > li h3::before,
	#all_wrap .blogList > li h3::after {
		display: none;
	}
	#all_wrap .blogList > li h3 a {
		font-weight: bold;
		transition: all 0.3s ease;
	}
	#all_wrap .blogList > li h3 a:hover {
		color: var(--main);
		text-decoration: none;
		transition: all 0.3s ease;
	}
	#all_wrap .blogList > li .date {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto 5px;
		font-size: 10px;
		line-height: 1;
		color: #c8c8c8;
	}
	#all_wrap .l-wrapper-full .content .blogList > li p {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 12px;
		line-height: 1.4em;
	}
	#all_wrap .blogList > li .tagList {
		width: 100%;
		margin: auto auto 0;
	}
	#all_wrap .blogList > li .tags {
		display: inline-block;
		padding: 3px 5px;
		margin: 0 5px 0 0;
		font-size: 10px;
		line-height: 1;
		font-weight: 400;
		color: var(--main);
		background: #fff;
		border: 1px solid var(--main);
		border-radius: 25px;
	}
	#all_wrap .blogList > li .tags:last-of-type {
		margin-right: 0;
	}
}

/************************************************************/
/*　トップページ お問い合わせ
/************************************************************/
#topContact {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: var(--grad02);
	position: relative;
	z-index: 0;
	border-top: 1px solid #fff;
}
#all_wrap #topContact > header > em,
#all_wrap #topContact > header > h2 {
	color: var(--text);
}
/*リスト*/
#all_wrap .contactList {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	z-index: 2;
}
#all_wrap .contactList > li {
	width: auto;
	padding: 0 40px;
	margin: 0;
	border-right: 1px solid var(--text);
	position: relative;
}
#all_wrap .contactList > li:first-child {
	border-left: 1px solid var(--text);
}
#all_wrap .contactList > li > a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .contactList > li > a img {
	width: auto;
	height: 22px;
	padding: 0;
	margin: 0 10px 0 0;
}
#all_wrap .contactList > li > a > strong {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: var(--font-midashi);
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: var(--text);
}
#all_wrap .contactList > li > a > span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topContact {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		background: var(--grad02);
		position: relative;
		z-index: 0;
	}
	#topContact::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background-image: url('https://alesco.fit/wp-content/uploads/2018/12/training-room02_7296.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.1;
	}
	#all_wrap #topContact > header > em,
	#all_wrap #topContact > header > h2 {
		color: var(--text);
	}
	/*リスト*/
	#all_wrap .contactList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		z-index: 2;
	}
	#all_wrap .contactList > li {
		width: 100%;
		padding: 20px 0;
		margin: 0;
		border: none;
		position: relative;
	}
	#all_wrap .contactList > li:first-child {
		border-left: none;
	}
	#all_wrap .contactList > li::after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		padding: 0;
		margin: 0;
		background: var(--text);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	#all_wrap .contactList > li:last-child {
		padding: 20px 0 0;
		border-left: none;
	}
	#all_wrap .contactList > li:last-child::after {
		display: none;
	}
	#all_wrap .contactList > li > a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: flex-end;
		align-items: flex-end;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#all_wrap .contactList > li > a img {
		width: auto;
		height: 22px;
		padding: 0;
		margin: 0 10px 0 0;
	}
	#all_wrap .contactList > li > a > strong {
		display: inline-block;
		padding: 0;
		margin: 0;
		font-family: var(--font-jp);
		font-size: 24px;
		font-weight: 500;
		line-height: 1;
		color: var(--text);
	}
	#all_wrap .contactList > li > a > span {
		display: block;
		width: 100%;
		padding: 0;
		margin: 10px auto 0;
		text-align: center;
		font-size: 12px;
		line-height: 1;
		color: var(--text);
	}
}


/************************************************************/
/*　よくある質問　一覧
/************************************************************/
.faq_list {
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
#all_wrap .faq_list h3 {
	width: 100%;
	padding: 0 0 0 40px;
	margin: 0 auto 10px;
	border: none;
	background: none;
	position: relative;
	color: var(--text);
	font-size: 20px;
	line-height: 1.4em;
	font-style: normal;
}
#all_wrap .faq_list h3::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	background: var(--main);
}
#all_wrap .faq_list h3::after {
	content: 'Q';
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	font-family: var(--font-en);
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	font-feature-settings: "palt";
	text-align: center;
	color: #fff;
	font-style: normal;
}

#all_wrap .faq_list dl {
	width: 100%;
	padding: 0;
	margin: 0 auto 60px;
}
#all_wrap .faq_list dt {
	width: 100%;
	padding: 0 0 0 40px;
	margin: 0 auto 20px;
	border: none;
	background: none;
	position: relative;
	color: var(--text);
	font-size: 20px;
	line-height: 1.4em;
}
#all_wrap .faq_list dt::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	background: var(--sub);
}
#all_wrap .faq_list dt::after {
	content: 'A';
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	font-family: var(--font-en);
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	font-feature-settings: "palt";
	text-align: center;
	color: #fff;
	font-style: normal;
}
#all_wrap .faq_list dd {
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	background: #fff;
	font-size: 1em;
	line-height: 2em;
	color: var(--text);
	border-radius: 5px;
}
#all_wrap .faq_list dd p {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 1em;
	line-height: 2em;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.faq_list {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .faq_list h3 {
		width: 100%;
		padding: 0 0 0 40px;
		margin: 0 auto 10px;
		border: none;
		background: none;
		position: relative;
		color: var(--main);
		font-size: 18px;
		line-height: 1.4em;
	}
	#all_wrap .faq_list dt {
		width: 100%;
		padding: 0 0 0 40px;
		margin: 0 auto 20px;
		border: none;
		background: none;
		position: relative;
		color: var(--text);
		font-size: 18px;
		line-height: 1.4em;
	}
	#all_wrap .faq_list dd {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		background: #fff;
		font-size: 14px;
		line-height: 2em;
		color: var(--text);
	}
	#all_wrap .faq_list dd p {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 2em;
		color: var(--text);
	}
}


/************************************************************/
/*　新着情報　カテゴリ一覧
/************************************************************/
#all_wrap ul.news_list {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#all_wrap ul.news_list li {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 70px 10%;
	margin: 0 auto;
	position: relative;
}
#all_wrap ul.news_list li:nth-child(even)::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--grad02);
	z-index: -1;
}
#all_wrap ul.news_list li figure {
	width: 35%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#all_wrap ul.news_list li figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap ul.news_list li figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
#all_wrap ul.news_list li .news_info {
	width: 62%;
	padding: 0;
	margin: 0;
}
#all_wrap ul.news_list li .date {
	display: block;
	font-family: var(--font-en);
	padding: 0;
	margin: 0 auto 10px;
}
#all_wrap ul.news_list li h3 {
	padding: 0 0 15px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #cacaca;
}
#all_wrap ul.news_list li h3 a {
	transition: 0.2s;
}
#all_wrap ul.news_list li h3 a:hover {
	transition: 0.2s;
	color: var(--main);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap ul.news_list {
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap ul.news_list li {
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 90%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
	}
	#all_wrap ul.news_list li:nth-child(even)::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: none;
		z-index: -1;
	}
	#all_wrap ul.news_list li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#all_wrap ul.news_list li figure:before {
		content:"";
		display: block;
		padding-top: 65%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#all_wrap ul.news_list li figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#all_wrap ul.news_list li .news_info {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#all_wrap ul.news_list li .date {
		display: block;
		font-style: normal;
		padding: 0;
		margin: 0 auto 10px;
	}
	#all_wrap ul.news_list li h3 {
		padding: 0 0 15px;
		margin: 0 auto 20px;
		color: var(--text);
		font-size: 18px;
		line-height: 1.4em;
		font-style: normal;
		letter-spacing: 0.05em;
		border-bottom: 1px solid #cacaca;
	}
	#all_wrap ul.news_list li h3 a {
		transition: 0.2s;
	}
	#all_wrap ul.news_list li h3 a:hover {
		transition: 0.2s;
		color: var(--main);
	}
}



/************************************************************/
/*　会社概要　固定ページ
/************************************************************/
#page_outline {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#page_outline p.aligncenter {
	margin-bottom: 80px;
}

/*会社概要テーブル*/
.outline_table {
	width: 100vw;
	padding: 50px 0;
	margin: 0 auto 80px;
	position: relative;
	z-index: 0;
}
.outline_table::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30vw;
	height: 100%;
	padding: 0;
	margin: 0;
	background: var(--grad01);
	border-radius: 0 5px 5px 0;
	z-index: -1;
}
#all_wrap #page_outline .outline_table table {
	width: 80vw;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	border: none;
	border-top: #cacaca;
}
#all_wrap #page_outline .outline_table table th {
	width: 20vw;
	padding: 20px;
	margin: 0;
	background: none;
	border: none;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	color: var(--text);
}
#all_wrap #page_outline .outline_table table tr:first-of-type th {
	border-top: 1px solid #fff;
}
#all_wrap #page_outline .outline_table table td {
	width: calc(100% - 20vw);
	padding: 20px;
	margin: 0;
	background: none;
	border: none;
	text-align: left;
	border-bottom: 1px solid #cacaca;
}
#all_wrap #page_outline .outline_table table tr:first-of-type td {
	border-top: 1px solid #cacaca;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#page_outline {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap #page_outline p.aligncenter {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	/*会社概要テーブル*/
	.outline_table {
		width: 100%;
		padding: 20px 0;
		margin: 0 auto 40px;
		position: relative;
		z-index: 0;
	}
	.outline_table::before {
		display: none;
	}
	#all_wrap #page_outline .outline_table table {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		background: none;
		border: none;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	#all_wrap #page_outline .outline_table table th {
		width: 100%;
		padding: 10px;
		margin: 0;
		background: var(--main);
		border: none;
		text-align: center;
		border-bottom: none;
		font-weight: 400;
		color: #fff;
		font-size: 15px;
	}
	#all_wrap #page_outline .outline_table table td {
		width: 63%;
		padding: 10px;
		margin: 0;
		background: #fff;
		border: none;
		text-align: left;
		border-bottom: none;
		font-size: 15px;
	}
}

/*店舗概要*/
#outline_studio ul {
	width: calc(100%);
	max-width: 1100px;
	list-style: none;
	padding: 0;
	margin: 0 auto 120px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#outline_studio ul li {
	width: 46%;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
#outline_studio ul li figure {
	width: 100%;
	min-height: 350px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
}
#outline_studio ul li figure span {
	position: absolute;
	bottom: 10px;
	left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: var(--main);
	font-family: var(--font-en);
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 400;
	transform: rotate(180deg);
	text-transform: uppercase;
}
#outline_studio ul li figure iframe {
	width: 100%;
	min-height: 350px;
	padding: 0;
	margin: 0;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%)
}
#all_wrap #outline_studio ul li h3 {
	position: relative;
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
#all_wrap #outline_studio ul li h3 a {
	color: var(--text);
	font-size: 1.2em;
	letter-spacing: 0.05em;
	transition: 0.2s;
	font-weight: 500;
}
#all_wrap #outline_studio ul li h3 a:hover {
	transition: 0.2s;
	color: var(--main);
	font-weight: 500;
	text-decoration: none;
}
#all_wrap #outline_studio ul li h3::before {
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: 50%;
	left: -35px;
}
#all_wrap #outline_studio ul li p {
	padding: 0;
	margin: 0;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	line-height: 1.7em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*店舗概要*/
	#outline_studio ul {
		width: 80%;
		list-style: none;
		padding: 0;
		margin: 0 auto 50px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#outline_studio ul li {
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 40px;
	}
	#all_wrap #outline_studio ul li .top_studio_info {
		padding: 0;
		margin: 0;
	}
	#outline_studio ul li figure {
		width: 100%;
		min-height: 200px;
		padding: 0;
		margin: 0 auto 10px;
		position: relative;
	}
	#outline_studio ul li figure span {
		position: absolute;
		bottom: 0;
		left: -25px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: var(--main);
		font-family: var(--font-en);
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.1em;
		font-weight: lighter;
		transform: rotate(180deg);
		opacity: 0.5;
	}
	#outline_studio ul li figure iframe {
		width: 100%;
		min-height: 200px;
		padding: 0;
		margin: 0;
		filter:grayscale(100%);
		-webkit-filter:grayscale(100%);
	}
	#all_wrap #outline_studio ul li h3 {
		position: relative;
		padding: 0;
		margin: 0 auto 10px;
		color: var(--main);
		font-size: 15px;
		letter-spacing: 0.05em;
	}
	#all_wrap #outline_studio ul li h3 a {
		color: var(--main);
		font-size: 15px;
		letter-spacing: 0.05em;
		transition: 0.2s;
		font-weight: 400;
	}
	#all_wrap #outline_studio ul li h3 a:hover {
		transition: 0.2s;
		color: var(--main);
		font-weight: 400;
	}
	#all_wrap #outline_studio ul li h3::before {
		display: block;
		content: '';
		width: 15px;
		height: 1px;
		background: var(--main);
		position: absolute;
		top: 50%;
		left: -25px;
	}
	#all_wrap #outline_studio ul li p {
		padding: 0;
		margin: 0;
		color: var(--text);
	}
}

/*沿革*/
#outline_philo {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#all_wrap #outline_philo table {
	display: block;
	width: 70%;
	padding: 25px;
	margin: 0 auto;
	background: #f0f0f0;
	border: none;
}
#all_wrap #outline_philo table tbody {
	width: 100%;
	display: block;
}
#all_wrap #outline_philo table tr:nth-child(odd) {
	width: 100%;
	background: none;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
}
#all_wrap #outline_philo table tr:nth-child(odd)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}
#all_wrap #outline_philo table tr:nth-child(even) {
	width: 100%;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
}
#all_wrap #outline_philo table tr:nth-child(even)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f0f0f0;
}
#all_wrap #outline_philo table tr:first-of-type::before {
	display: none;
}
#all_wrap #outline_philo table th {
	width: 150px;
	padding: 30px 30px;
	margin: 0;
	background: none;
	border: none;
	text-align: left;
	font-weight: 400;
}
#all_wrap #outline_philo table td {
	width: 70%;
	padding: 30px 30px 30px 0;
	margin: 0;
	background: none;
	border: none;
	text-align: left;
}
#all_wrap #outline_philo table th span {
	display: inline-block;
	width: 90px;
	padding: 5px 10px;
	margin: 0;
	background: var(--main);
	color: #fff;
	font-size: 12px;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*沿革*/
	#outline_philo {
		width: 100%;
		padding: 0 0 50px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
	#all_wrap #outline_philo table {
		display: block;
		width: 90%;
		padding: 20px;
		margin: 0 auto;
		background: #f0f0f0;
		border: none;
		border-radius: 0;
	}
	#all_wrap #outline_philo table tbody {
		width: 100%;
		display: block;
	}
	#all_wrap #outline_philo table tr:nth-child(odd) {
		width: 100%;
		background: none;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#all_wrap #outline_philo table tr:nth-child(odd)::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
	}
	#all_wrap #outline_philo table tr:nth-child(even) {
		width: 100%;
		background: #fff;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#all_wrap #outline_philo table tr:nth-child(even)::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #f0f0f0;
	}
	#all_wrap #outline_philo table tr:first-of-type::before {
		display: none;
	}
	#all_wrap #outline_philo table th {
		display: block;
		width: 100%;
		padding: 20px 0 0;
		margin: 0;
		background: none;
		border: none;
		text-align: center;
		font-weight: 400;
		box-shadow: none;
	}
	#all_wrap #outline_philo table tr:first-of-type th {
		padding: 0;
	}
	#all_wrap #outline_philo table td {
		display: block;
		width: 100%;
		padding: 10px 20px 20px;
		margin: 0;
		background: none;
		border: none;
		text-align: left;
		color: #000;
	}
	#all_wrap #outline_philo table th span {
		padding: 5px 10px;
		margin: 0;
		background: var(--main);
		color: #fff;
		font-size: 12px;
		font-style: italic;
	}
}




/************************************************************/
/*　採用情報　固定ページ
/************************************************************/
#page_recruit {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#page_recruit p.aligncenter {
	margin-bottom: 50px;
}

/*採用情報 概要*/
.recruit_about {
	width: 100%;
	padding: 0;
	margin: 0 auto 120px;
}
#all_wrap .recruit_about h2 {
	font-family: var(--font-en);
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 auto 40px;
	text-align: center;
	color: var(--main);
	border: none;
}
#all_wrap .recruit_about strong {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	font-weight: 500;
	color: var(--text);
	padding: 0;
	margin: 0 auto 40px;
}
#all_wrap .recruit_about p {
	text-align: center;
	padding: 0;
	margin: 0 auto 70px;
}
.recruit_about ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
}
.recruit_about ul li {
	width: 24%;
	padding: 0;
	margin: 0;
}
#all_wrap .recruit_about ul li::before,
#all_wrap .recruit_about ul li::after {
	display: none;
}
.recruit_about ul li figure {
	width: 100%;
	padding: 0;
	margin: 0 0 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.recruit_about ul li figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.recruit_about ul li figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #page_recruit p.aligncenter {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	/*採用情報 概要*/
	.recruit_about {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap .recruit_about h2 {
		font-family: var(--font-en);
		font-size: 30px;
		font-style: normal;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.1em;
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
		color: var(--main);
		border: none;
	}
	#all_wrap .recruit_about strong {
		width: 90%;
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .l-wrapper-full .content .recruit_about p {
		width: 90%;
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
	}
	.recruit_about ul {
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.recruit_about ul li {
		width: 24%;
		padding: 0;
		margin: 0;
	}
	.recruit_about ul li figure {
		width: 100%;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.recruit_about ul li figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.recruit_about ul li figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
}

/*メッセージ*/
.recruit_message {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
}
.recruit_message_box {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}
.recruit_message_box:before {
	content: "";
	display: block;
	padding-top: 50%; /* 1:1 */
}
.recruit_message_box figure {
	width: 50%;
	padding: 0;
	margin: 0;
}
.recruit_message_box figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.recruit_message_box > div.recruit_message_txt {
	width: 60%;
	height: auto;
	padding: 50px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	background: rgba(245,245,245,0.95);
}
#all_wrap .recruit_message_box > div.recruit_message_txt h3 {
	display: block;
	text-align: left;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--main);
	padding: 0 0 20px;
	margin: 0 auto 20px;
	position: relative;
}
#all_wrap .recruit_message_box > div.recruit_message_txt h3::before {
	display: none;
}
#all_wrap .recruit_message_box > div.recruit_message_txt h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 100px);
	height: 1px;
	background: var(--main);
	z-index: 10;
}
#all_wrap .recruit_message_box > div.recruit_message_txt p {
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .recruit_message_box > div.recruit_message_txt p.alignright {
	padding: 0;
	margin: 0;
}
#all_wrap .recruit_message_box > div.recruit_message_txt p span.name {
	color: var(--text);
	font-style: normal;
	font-size: 18px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*メッセージ*/
	.recruit_message {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	.recruit_message_box {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
	}
	.recruit_message_box:before {
		content: "";
		display: block;
		padding-top: 60%; /* 1:1 */
	}
	.recruit_message_box figure {
		width: 80%;
		padding: 0;
		margin: 0 0 0 auto;
		order: 0;
	}
	.recruit_message_box figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	.recruit_message_box > div.recruit_message_txt {
		width: 95%;
		height: auto;
		padding: 20px;
		margin: 0;
		position: static;
		top: 0;
		left: 0;
		background: rgba(245,245,245,0.95);
		order: 1;
		transform: translateY(-40px);
	}
	#all_wrap .recruit_message_box > div.recruit_message_txt h3 {
		display: block;
		text-align: left;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--main);
		padding: 0 0 20px;
		margin: 0 auto 20px;
		position: relative;
	}
	#all_wrap .recruit_message_box > div.recruit_message_txt h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% + 30px);
		height: 1px;
		background: var(--main);
		z-index: 10;
	}
	#all_wrap .recruit_message_box > div.recruit_message_txt p {
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .recruit_message_box > div.recruit_message_txt p.alignright {
		padding: 0;
		margin: 0;
	}
	#all_wrap .recruit_message_box > div.recruit_message_txt p span.name {
		color: var(--text);
		font-style: normal;
		font-size: 18px;
	}
}

/*スタッフからのメッセージ*/
.recruit_voice {
	width: 100%;
	padding: 0;
	margin: 0 auto 120px;
}
.recruit_voice_box01,
.recruit_voice_box02 {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 70px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.recruit_voice_box01 figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.recruit_voice_box02 figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	order: 2;
}
.recruit_voice_box01 figure:before,
.recruit_voice_box02 figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.recruit_voice_box01 figure img,
.recruit_voice_box02 figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.voice_info {
	width: 47%;
	padding: 0;
	margin: 0;
}
#all_wrap .voice_info h3 {
	padding: 40px 0 20px;
	margin: 0 auto 20px;
	color: var(--text);
	font-size: 15px;
	letter-spacing: 0.05em;
	position: relative;
}
#all_wrap .voice_info h3::before {
	display: none;
}
#all_wrap .recruit_voice_box01 .voice_info h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .recruit_voice_box02 .voice_info h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .voice_info h3 span {
	color: var(--text);
	font-size: 40px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: italic;
	font-weight: 400;
	position: absolute;
	top: -10px;
	left: -80px;
	text-transform: lowercase;
}
#all_wrap .voice_info h3 span::first-letter {
	text-transform: uppercase;
}
#all_wrap .voice_info p strong {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0;
	margin: 0 auto 10px;
	display: block;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*スタッフからのメッセージ*/
	.recruit_voice {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	.recruit_voice_box01,
	.recruit_voice_box02 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.recruit_voice_box01 figure {
		width: 90%;
		padding: 0;
		margin: 0;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	.recruit_voice_box02 figure {
		width: 90%;
		padding: 0;
		margin: 0 0 0 10%;
		text-align: right;
		position: relative;
		overflow: hidden;
		order: 1;
	}
	.recruit_voice_box01 figure:before,
	.recruit_voice_box02 figure:before {
		content:"";
		display: block;
		padding-top: 45%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.recruit_voice_box01 figure img,
	.recruit_voice_box02 figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	.voice_info {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	.recruit_voice_box02 .voice_info {
		order: 2;
	}
	#all_wrap .voice_info h3 {
		padding: 30px 0 20px 0;
		margin: 0 auto 20px;
		color: var(--main);
		font-size: 15px;
		letter-spacing: 0.05em;
		position: relative;
	}
	#all_wrap .recruit_voice_box01 .voice_info h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: var(--main);
	}
	#all_wrap .recruit_voice_box02 .voice_info h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: var(--main);
	}
	#all_wrap .voice_info h3 span {
		color: var(--main);
		font-size: 20px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		position: absolute;
		top: -10px;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		left: 0;
		text-transform: lowercase;
		padding: 0;
		margin: 0;
	}
	#all_wrap .voice_info h3 span::first-letter {
		text-transform: uppercase;
	}
	#all_wrap .voice_info p strong {
		font-size: 1.2em;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		font-weight: bold;
		padding: 0;
		margin: 0 auto 10px;
		display: block;
	}
}

/*募集要項*/
.recruit_desc_table {
	width: 100vw;
	padding: 50px 0;
	margin: 0 auto 80px;
	position: relative;
	z-index: 0;
}
.recruit_desc_table::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -10vw;
	width: 40vw;
	height: 100%;
	padding: 0;
	margin: 0;
	background: var(--grad01);
	z-index: -1;
	border-radius: 0 5px 5px 0;
}
#all_wrap #page_recruit .recruit_desc_table table {
	width: 80vw;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	border: none;
}
#all_wrap #page_recruit .recruit_desc_table table th {
	width: 20vw;
	padding: 30px;
	margin: 0;
	background: none;
	border: none;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,1);
	font-weight: 400;
	color: var(--text);
}
#all_wrap #page_recruit .recruit_desc_table table tr:first-of-type th {
	border-top: 1px solid rgba(255,255,255,1);
}
#all_wrap #page_recruit .recruit_desc_table table td {
	width: calc(100% - 20vw);
	padding: 30px;
	margin: 0;
	background: none;
	border: none;
	text-align: left;
	border-bottom: 1px solid #cacaca;
}
#all_wrap #page_recruit .recruit_desc_table table tr:first-of-type td {
	border-top: 1px solid #cacaca;
}
#all_wrap #page_recruit .recruit_desc_table table td h3 {
	display: block;
	color: var(--main);
	font-size: 1.2em;
	padding: 0;
	margin: 0 auto 10px;
	border: none;
}
#all_wrap #page_recruit .recruit_desc_table table td h3::before,
#all_wrap #page_recruit .recruit_desc_table table td h3::after {
	display: none;
}
#all_wrap #page_recruit .recruit_desc_table table td h4 {
	display: block;
	color: var(--text);
	font-size: 1em;
	font-weight: bold;
	padding: 20px 0 0;
	margin: 0 auto 10px;
	border: none;
}
#all_wrap #page_recruit .recruit_desc_table table td p {
	color: var(--text);
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap #page_recruit .recruit_desc_table table td ol {
	list-style: disc;
	padding: 0 0 0 20px;
	margin-top: 0;
}
#all_wrap #page_recruit .recruit_desc_table table td ol li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
}
#all_wrap #page_recruit .recruit_desc_table table td ol.number {
	list-style-type: decimal;
	padding: 0 0 0 20px;
}
#all_wrap #page_recruit .recruit_desc_table table td ol.number li {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
}
#all_wrap #page_recruit .recruit_desc_table table td ol li::before,
#all_wrap #page_recruit .recruit_desc_table table td ol li::after {
	display: none;
}
#all_wrap #page_recruit .recruit_desc_table table td .box {
	padding: 15px 20px;
	display: inline-block;
	background: #fafafa;
	margin: 0;
	margin-bottom: 20px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*募集要項*/
	.recruit_desc_table {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
		position: relative;
		z-index: 0;
	}
	.recruit_desc_table::before {
		display: none;
	}
	#all_wrap #page_recruit .recruit_desc_table table {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		background: none;
		border: none;
		border-top: none;
	}
	#all_wrap #page_recruit .recruit_desc_table table th {
		display: block;
		width: 100%;
		padding: 10px;
		margin: 0;
		background: none;
		border: none;
		text-align: center;
		border-bottom: none;
		background: var(--main);
		font-weight: 400;
		color: #fff;
	}
	#all_wrap #page_recruit .recruit_desc_table table td {
		display: block;
		width: 100%;
		padding: 10px;
		margin: 0;
		background: #fff;
		border: none;
		text-align: left;
		border-bottom: none;
		font-size: 14px;
	}
	#all_wrap #page_recruit .recruit_desc_table table td h3 {
		display: block;
		color: var(--main);
		font-size: 16px;
		font-weight: 600;
		padding: 0;
		margin: 0 auto 10px;
		border: none;
	}
	#all_wrap #page_recruit .recruit_desc_table table td h4 {
		display: block;
		color: var(--text);
		font-size: 15px;
		font-weight: bold;
		padding: 20px 0 0;
		margin: 0 auto 10px;
		border: none;
	}
	#all_wrap #page_recruit .recruit_desc_table table td p {
		color: var(--text);
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap #page_recruit .recruit_desc_table table td ol {
		list-style: disc;
		padding: 0 0 0 20px;
		margin-top: 0;
	}
	#all_wrap #page_recruit .recruit_desc_table table td ol li {
		list-style-type: disc;
		list-style-position: outside;
		padding: 0;
		margin: 0 auto 10px;
		color: var(--text);
	}
	#all_wrap #page_recruit .recruit_desc_table table td ol.number {
		list-style-type: decimal;
		padding: 0 0 0 20px;
	}
	#all_wrap #page_recruit .recruit_desc_table table td ol.number li {
		list-style-type: decimal;
		list-style-position: outside;
		padding: 0;
		margin: 0 auto 10px;
		color: var(--text);
	}
	#all_wrap #page_recruit .recruit_desc_table table td ol li::before,
	#all_wrap #page_recruit .recruit_desc_table table td ol li::after {
		display: none;
	}
	#all_wrap #page_recruit .recruit_desc_table table td .box {
		padding: 20px;
		display: inline-block;
		background: #fafafa;
		margin: 0;
		margin-bottom: 20px;
	}
}

/*採用フロー*/
.recruit_flow {
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/adopted_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.recruit_flow::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--grad02);
	opacity: 0.9;
	z-index: -1;
}
#all_wrap .recruit_flow h2 {
	width: auto;
	padding: 0 0 50px;
	margin: 0 auto 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	font-family: var(--font-en);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: var(--text);
	font-size: 40px;
	text-align: center;
	z-index: 10;
	position: relative;
	border: none:
}
#all_wrap .recruit_flow h2::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap .recruit_flow h2 span {
	display: block;
	padding: 5px 0 0;
	margin: 0 auto;
	color: var(--text);
	font-size: 15px;
	line-height: 1;
	font-family: var(--font-en);
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}
#all_wrap .recruit_flow ul {
	list-style: none;
	width: 80%;
	padding: 50px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
}
#all_wrap .recruit_flow ul li {
	width: 100%;
	padding: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #cacaca;
	color: var(--text);
	text-align: center;
}
#all_wrap .recruit_flow ul li:first-of-type {
	border-top: 1px solid #cacaca;
}
#all_wrap .recruit_flow ul li::before {
	display: none;
}
#all_wrap .recruit_flow ul li h3 {
	font-family: var(--font-en);
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 auto 20px;
	text-align: center;
	color: var(--main);
}
#all_wrap .recruit_flow ul li h3::before,
#all_wrap .recruit_flow ul li h3::after {
	display: none;
}
#all_wrap .recruit_flow ul li h3 span {
	display: block;
	font-size: 16px;
	line-height: 1.6em;
	font-style: normal;
	padding: 5px 0 0;
	margin: 0;
	color: var(--text);
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*採用フロー*/
	.recruit_flow {
		width: 100%;
		padding: 50px 0;
		margin: 0;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/adopted_bg.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 0;
	}
	.recruit_flow::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: var(--grad02);
		z-index: -1;
		opacity: 0.9;
	}
	#all_wrap .recruit_flow h2 {
		width: 90%;
		padding: 0 0 20px;
		margin: 0 auto 20px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.2em;
		color: var(--text);
		font-size: 30px;
		text-align: center;
		z-index: 10;
		position: relative;
		border: none;
	}
	#all_wrap .recruit_flow h2::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap .recruit_flow h2 span {
		width: 90%;
		display: block;
		padding: 5px 0 0;
		margin: 0 auto;
		color: var(--text);
		font-size: 15px;
		line-height: 1;
		font-family: var(--font-en);
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0.1em;
	}
	#all_wrap .recruit_flow ul {
		list-style: none;
		width: 90%;
		padding: 20px;
		margin: 0 auto;
		background: rgba(255,255,255,0.8);
	}
	#all_wrap .recruit_flow ul li {
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
		border-bottom: 1px solid #cacaca;
		color: var(--text);
	}
	#all_wrap .recruit_flow ul li:first-of-type {
		border-top: 1px solid #cacaca;
	}
	#all_wrap .recruit_flow ul li::before {
		display: none;
	}
	#all_wrap .recruit_flow ul li h3 {
		font-family: var(--font-en);
		font-size: 20px;
		font-style: normal;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.1em;
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
		color: var(--main);
	}
	#all_wrap .recruit_flow ul li h3 span {
		display: block;
		font-size: 14px;
		line-height: 1.6em;
		font-style: normal;
		padding: 5px 0 0;
		margin: 0;
		color: var(--text);
		text-align: center;
	}
}



/************************************************************/
/*　アレスコの特長
/************************************************************/
#all_wrap .feature_about {
	text-align: center;
}
#all_wrap .feature_about > p {
	text-align: center;
	padding: 0;
	margin: 0 auto 40px;
}
#all_wrap .feature_about > img {
	margin-bottom: 70px;
}
#all_wrap .feature_about > p > strong {
	font-size: 25px;
	line-height: 1.4em;
	color: var(--main);
}
#all_wrap .featureParent {
	width: 80%;
	padding: 0;
	margin: 0 auto 40px;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/main_v.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#all_wrap .featureParent::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.5);
}
#all_wrap .featureParent a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 50px;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	position: relative;
}
#all_wrap .featureParent a span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 1.2em;
	font-family: var(—font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 auto 10px;
}

#all_wrap .featurePages {
	width: 80%;
	padding: 0;
	margin: 0 auto 70px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}
#all_wrap .featurePages::after {
	content: '';
	display: block;
	width: 49%;
}
#all_wrap .featurePages > li {
	width: 49%;
	padding: 0;
	margin: 0 0 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
}
#all_wrap .featurePages > li::before,
#all_wrap .featurePages > li::after {
	display: none;
}
#all_wrap .featurePages > li > figure {
	width: 120px;
	padding: 0;
	margin: 0;
}
#all_wrap .featurePages > li > figure a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#all_wrap .featurePages > li > figure a:before {
	content:"";
	display: block;
	padding: 50%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .featurePages > li > figure a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 120px 20px;
	border-color: transparent transparent var(--main) transparent;
}
#all_wrap .featurePages > li > figure a img {
	width: auto;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
#all_wrap .featurePages > li > strong {
	width: 100%;
	padding: 0;
	margin: 0;
	background: var(--main);
}
#all_wrap .featurePages > li > strong a {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	position: relative;
	transition: 0.2s;
	text-align: left;
}
#all_wrap .featurePages > li > strong a::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%) rotate(-45deg);
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	margin: 0;
	transition: 0.2s;
}
#all_wrap .featurePages > li > strong a:hover {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	opacity: 0.8;
	transition: 0.2s;
	text-decoration: none;
}
#all_wrap .featurePages > li > strong a:hover::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%) rotate(-45deg);
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	margin: 0;
	transition: 0.2s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .feature_about {
		width: 90%;
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
	}
	#all_wrap .feature_about > p {
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .feature_about > img {
		margin-bottom: 20px;
	}
	#all_wrap .feature_about > p > strong {
		font-size: 20px;
		line-height: 1.4em;
		color: var(--main);
	}
	#all_wrap .featureParent {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/main_v.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	#all_wrap .featureParent::before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		margin: 0;
		padding: 0;
		background: rgba(0,0,0,0.5);
	}
	#all_wrap .featureParent a {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 20px;
		margin: 0;
		font-size: 15px;
		font-weight: normal;
		line-height: 1em;
		color: #fff;
		position: relative;
	}
	#all_wrap .featureParent a span {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 25px;
		line-height: 1em;
		font-family: var(—font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.1em;
		padding: 0;
		margin: 0 auto 5px;
	}

	#all_wrap .featurePages {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#all_wrap .featurePages > li {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	#all_wrap .featurePages > li::before,
	#all_wrap .featurePages > li::after {
		display: none;
	}
	#all_wrap .featurePages > li > figure {
		width: 80px;
		padding: 0;
		margin: 0;
	}
	#all_wrap .featurePages > li > figure a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#all_wrap .featurePages > li > figure a:before {
		content:"";
		display: block;
		padding: 50%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#all_wrap .featurePages > li > figure a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 80px 20px;
		border-color: transparent transparent var(--main) transparent;
	}
	#all_wrap .featurePages > li > figure a img {
		width: auto;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#all_wrap .featurePages > li > strong {
		width: 100%;
		padding: 0;
		margin: 0;
		background: var(--main);
	}
	#all_wrap .featurePages > li > strong a br {
		display: none;
	}
}


/*メニューリンク*/
#all_wrap ul.feature_menu {
	width: 80%;
	padding: 0;
	margin: 0 auto 70px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#all_wrap ul.feature_menu::after {
	display: block;
	content: '';
	width: 31.5%;
	height: 0;
}
#all_wrap ul.feature_menu li {
	width: 31.5%;
	padding: 0;
	margin: 0 0 30px;
	background: #fafafa;
	border: 1px solid var(--text);
	position: relative;
	transition: 0.2s;
	text-align: center;
}
#all_wrap ul.feature_menu li:hover {
	opacity: 0.8;
	transition: 0.2s;
}
#all_wrap ul.feature_menu li::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--text);
	transition: 0.2s;
}
#all_wrap ul.feature_menu li:hover::after {
	bottom: 15px;
	transition: 0.2s;
}
#all_wrap ul.feature_menu li::before {
	display: none;
}
#all_wrap ul.feature_menu li a {
	width: 100%;
	padding: 30px 30px 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: var(--text);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	font-style: normal;
	text-align: center;
	transition: 0.2s;
}
#all_wrap ul.feature_menu li a:hover {
	font-weight: 400;
	text-decoration: none;
	color: var(--text);
	transition: 0.2s;
}
#all_wrap ul.feature_menu li span {
	width: 100%;
	display: block;
	text-align: center;
	font-family: var(--font-en);
	font-size: 16px;
	padding: 0;
	margin: 0 auto 10px;
	font-weight: 400;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*メニューリンク*/
	#all_wrap ul.feature_menu {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#all_wrap ul.feature_menu::after {
		display: none;
	}
	#all_wrap ul.feature_menu li {
		width: 48%;
		padding: 0;
		margin: 0 0 10px;
		background: #fafafa;
		position: relative;
		transition: 0.2s;
		text-align: center;
	}
	#all_wrap ul.feature_menu li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid var(--text);
		transition: 0.2s;
	}
	#all_wrap ul.feature_menu li:hover::after {
		bottom: 5px;
		transition: 0.2s;
	}
	#all_wrap ul.feature_menu li::before {
		display: none;
	}
	#all_wrap ul.feature_menu li a {
		width: 100%;
		padding: 10px 10px 20px;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		color: var(--text);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2em;
		font-style: italic;
		text-align: center;
		transition: 0.2s;
	}
	#all_wrap ul.feature_menu li a:hover {
		font-weight: 400;
		transition: 0.2s;
	}
	#all_wrap ul.feature_menu li span {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 10px;
		font-style: normal;
		line-height: 1;
		padding: 0;
		margin: 0 auto 5px;
		font-weight: 400;
	}
}

/*食事PROGRAM*/
#all_wrap .feature_box01,
#all_wrap .feature_box02 {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 70px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .feature_box01 figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#all_wrap .feature_box02 figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	order: 2;
}
#all_wrap .feature_box01 figure:before,
#all_wrap .feature_box02 figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .feature_box01 figure img,
#all_wrap .feature_box02 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.feature01_info,
.feature02_info {
	width: 45%;
	padding: 0;
	margin: 0;
}
#all_wrap .feature_box01 h3,
#all_wrap .feature_box02 h3 {
	padding: 20px 0 20px;
	margin: 0 auto 20px;
	color: var(--text);
	font-size: 18px;
	letter-spacing: 0.05em;
	position: relative;
	text-align: left;
}
#all_wrap .feature_box01 h3::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .feature_box02 h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .feature_box01 h3::before,
#all_wrap .feature_box02 h3::before {
	display: none;
}
#all_wrap .feature_box01 h3 > span,
#all_wrap .feature_box02 h3 > span {
	color: var(--main);
	font-size: 40px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	position: absolute;
	top: -20px;
	left: -50px;
	text-transform: lowercase;
}
#all_wrap .feature_box01 h3 > span::first-letter,
#all_wrap .feature_box02 h3 > span::first-letter {
	text-transform: uppercase;
}
#all_wrap .feature_box01 p strong,
#all_wrap .feature_box02 p strong {
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0;
	margin: 0 auto 20px;
	display: block;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .feature_box01,
	#all_wrap .feature_box02 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .feature_box01 figure {
		width: 90%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#all_wrap .feature_box02 figure {
		width: 90%;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 0;
	}
	#all_wrap .feature_box01 figure:before,
	#all_wrap .feature_box02 figure:before {
		content:"";
		display: block;
		padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#all_wrap .feature_box01 figure img,
	#all_wrap .feature_box02 figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#all_wrap .feature01_info,
	#all_wrap .feature02_info {
		width: 100%;
		padding: 0 30px 30px;
		margin: 0 auto;
	}
	#all_wrap .feature_box01 h3,
	#all_wrap .feature_box02 h3 {
		padding: 20px 0 20px 60px;
		margin: 0 auto 20px;
		color: var(--text);
		font-size: 15px;
		letter-spacing: 0.05em;
		position: relative;
	}
	#all_wrap .feature_box01 h3::after,
	#all_wrap .feature_box02 h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100%);
		height: 1px;
		background: var(--text);
	}
	#all_wrap .feature_box01 h3::after,
	#all_wrap .feature_box02 h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100%);
		height: 1px;
		background: var(--text);
	}
	#all_wrap .feature_box01 h3::before,
	#all_wrap .feature_box02 h3::before {
		display: none;
	}
	#all_wrap .feature_box01 h3 span,
	#all_wrap .feature_box02 h3 span {
		color: var(--main);
		font-size: 30px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		left: 0;
		padding: 0;
		margin: 0;
	}
	#all_wrap .feature_box01 h3 span::first-letter,
	#all_wrap .feature_box02 h3 span::first-letter {
		text-transform: uppercase;
	}
	#all_wrap .feature_box01 p strong,
	#all_wrap .feature_box02 p strong {
		font-size: 16px;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		font-weight: bold;
		padding: 0;
		margin: 0 auto 20px;
		display: block;
		color: var(--text);
	}
}

/*Features01 食事PROGRAM*/
#feature01 {
	width: 100%;
	padding: 0;
	margin: 0 auto 120px;
}
#all_wrap #feature01 > h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 50px;
	position: relative;
}
#all_wrap #feature01 > h3::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#feature01 {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap #feature01 > h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		padding: 0 0 20px;
		margin: 0 auto 30px;
		position: relative;
	}
	#all_wrap #feature01 > h3::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		top: unset;
		right: unset;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
}

/*Features02 体質に合わせたダイエット指導*/
#feature02 {
	width: 100%;
	padding: 0;
	margin: 0 auto 120px;
}
#all_wrap #feature02 h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 50px;
	position: relative;
}
#all_wrap #feature02 h3::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.feature02_info {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/feature02_bg.jpg') no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 0;
}
#all_wrap .feature02_info::before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100%);
	background: var(--grad03);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
	opacity: 0.6;
}
#all_wrap .feature02_info strong {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	color: #fff;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .feature02_info p {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#feature02 {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap #feature02 h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		padding: 0 0 20px;
		margin: 0 auto 30px;
		position: relative;
		width: 90%;
	}
	#all_wrap #feature02 h3::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		top: unset;
		right: unset;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap .feature02_info {
		width: 100%;
		padding: 20px 20px;
		margin: 0 auto;
		position: relative;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/feature02_bg.jpg') no-repeat;
		background-position: top center;
		background-size: cover;
		z-index: 0;
	}
	#all_wrap .feature02_info strong {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		color: #fff;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .feature02_info p {
		width: 90%;
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
		color: #fff;
	}
}

#all_wrap .feature02_info ul {
	list-style: none;
	width: 60%;
	padding: 40px 0 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .feature02_info ul li {
	width: 48%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#all_wrap .feature02_info ul li::before {
	display: none;
}
#all_wrap .feature02_info ul li h4 {
	font-size: 16px;
	line-height: 1.4em;
	color: #fff;
	display: block;
	text-align: center;
	padding: 40px 0 10px;
	margin: 0 auto 20px;
	border: none;
	position: relative;
}
#all_wrap .feature02_info ul li h4::before {
	content: '?';
	display: block;
	font-size: 50px;
	font-family: var(--font-en);
	color: #fff;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap .feature02_info ul li h4::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap .feature02_info ul li p {
	text-align: center;
	font-family: var(--font-en);
	font-size: 20px;
	font-style: normal;
	line-height: 1.4em;
	color: #fff;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .feature02_info ul li .moreBtn a {
	display: block;
	padding: 20px 50px
}

#all_wrap .feature02_info .acd-check{
	display: none;
}
#all_wrap .feature02_info .acd-label {
	display: inline-block;
	padding: 10px 70px;
	margin: 0 auto;
	color: #fff;
	background: var(--main);
	position: relative;
	letter-spacing: 0.05em;
	transition: 0.2s;
	font-weight: 400;
	cursor: pointer;
}
#all_wrap .feature02_info .acd-label::before {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
}
#all_wrap .feature02_info .acd-label::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
	transform: rotate(90deg);
	transition: 0.2s;
}
#all_wrap .feature02_info .acd-content {
	width: 100%;
	margin: 0 auto;
	max-height: 0;
	opacity: 0;
	padding: 0;
	transition: 1s;
	visibility: hidden;
	text-align: left;
}
#all_wrap .feature02_info .acd-check:checked + .acd-label + .acd-content {
	opacity: 1;
	margin-top: 40px;
	padding: 20px;
	visibility: visible;
	max-height: 500px;
	transition: 1s;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 15px;
	line-height: 2;
}
#all_wrap .feature02_info .acd-check:checked + .acd-label::before {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
}
#all_wrap .feature02_info .acd-check:checked + .acd-label::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
	transform: rotate(180deg);
	transition: 0.2s;
	opacity: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .feature02_info ul {
		list-style: none;
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		background: none;
	}
	#all_wrap .feature02_info ul li {
		width: 100%;
		padding: 20px 0 0;
		margin: 0 auto 20px;
		text-align: center;
	}
	#all_wrap .feature02_info ul li::before {
		display: none;
	}
	#all_wrap .feature02_info ul li h4 {
		font-size: 16px;
		line-height: 1.4em;
		color: #fff;
		display: block;
		text-align: center;
		padding: 40px 0 10px;
		margin: 0 auto 20px;
		border: none;
		position: relative;
	}
	#all_wrap .feature02_info ul li h4::before {
		content: '?';
		display: block;
		font-size: 50px;
		font-family: var(--font-en);
		color: #fff;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap .feature02_info ul li h4::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap .l-wrapper-full .content .feature02_info ul li p {
		width: 100%;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		line-height: 1.4em;
		color: #fff;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .feature02_info ul li .moreBtn > a {
		display: block;
		padding: 10px 20px;
		margin: 0;
		background: #fff;
		border: 1px solid var(--text);
		border-radius: 3px;
		font-family: var(--font-en);
		font-size: 12px;
		line-height: 1.4em;
		color: var(--text) !important;
		font-weight: 400;
		text-align: center;
		position: relative;
		z-index: 0;
		transition: all 0.3s var(--ease-inout);
		white-space: nowrap;
	}
}


/*Features03 他社を圧倒する卒業後のサポート内容*/
#feature03 {
	width: 100%;
	padding: 0;
	margin: 0 auto 120px;
}
.main_page #feature03 {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--grad02);
}
#all_wrap #feature03 > h3 {
	display: block;
	text-align: center;
	font-family: var(--font-midashi);
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 40px;
	position: relative;
}
#all_wrap #feature03 > h3::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.feature_point {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.main_page .feature_point {
	margin: 0 auto;
}
.feature_point .feature_point01 {
	width: 48%;
	padding: 50px;
	margin: 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url('https://alesco.fit/wp-content/uploads/2020/12/features_point01.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
.feature_point .feature_point02 {
	width: 48%;
	padding: 50px;
	margin: 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url('https://alesco.fit/wp-content/uploads/2020/12/features_point02.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
.feature_point .feature_point01::before,
.feature_point .feature_point02::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: -1;
	opacity: 0.8;
}
#all_wrap .feature_point h3 {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 20px;
	position: relative;
	font-family: var(--font-midashi);
	font-size: 25px;
	color: var(--main);
	text-align: center;
}
#all_wrap .feature_point h3::after {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	background: var(--main);
}
#all_wrap .feature_point h3::before {
	display: none;
}
.feature_point > div p {
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
	line-height: 2em;
	width: 100%;
	color: #111;
}
.feature_point > div p strong {
	display: block;
	font-family: var(--font-midashi);
	font-size: 25px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	color: var(--text);
}
#all_wrap .feature_point .acd-check{
	display: none;
}
#all_wrap .feature_point .acd-label {
	display: inline-block;
	padding: 10px 70px;
	margin: 0 auto;
	color: #fff;
	background: var(--act);
	position: relative;
	letter-spacing: 0.05em;
	transition: 0.2s;
	font-weight: 400;
	cursor: pointer;
}
#all_wrap .feature_point .acd-label::before {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
}
#all_wrap .feature_point .acd-label::after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
	transform: rotate(90deg);
	transition: 0.2s;
}
#all_wrap .feature_point .acd-content {
	width: 100%;
	margin: 0 auto;
	max-height: 0;
	opacity: 0;
	padding: 0;
	transition: 1s;
	visibility: hidden;
	text-align: left;
	font-size: 15px;
	line-height: 2em;
}
#all_wrap .feature_point .acd-check:checked + .acd-label + .acd-content {
	opacity: 1;
	padding: 40px 0 0;
	visibility: visible;
	max-height: 500px;
	transition: 1s;
	overflow: hidden;
}
#all_wrap .feature_point .acd-check:checked + .acd-label::before {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
}
#all_wrap .feature_point .acd-check:checked + .acd-label::after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
	transform: rotate(180deg);
	transition: 0.2s;
	opacity: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#feature03 {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	.main_page #feature03 {
		width: 100%;
		padding: 30px 0 0;
		margin: 0 auto;
		position: relative;
	}
	#all_wrap #feature03 h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		padding: 0 0 20px;
		margin: 0 auto 30px;
		position: relative;
		width: 90%;
	}
	#all_wrap .main_page #feature03 h3 {
		margin-bottom: 20px;
	}
	#all_wrap #feature03 h3::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap .main_page #feature03 h3::before {
		background: #fff;
	}
	.feature_point {
		width: 90%;
		max-width: 90%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.feature_point .feature_point01 {
		width: 100%;
		padding: 20px;
		margin: 0 auto 20px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: url('https://alesco.fit/wp-content/uploads/2020/12/features_point01.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	.feature_point .feature_point02 {
		width: 100%;
		padding: 20px;
		margin: 0 auto 20px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: url('https://alesco.fit/wp-content/uploads/2020/12/features_point02.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	.feature_point .feature_point01::before,
	.feature_point .feature_point02::before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		margin: 0;
		padding: 0;
		background: #fff;
		opacity: 0.8;
		z-index: -1;
	}
	#all_wrap #feature03 .feature_point > div h3 {
		display: block;
		width: 100%;
		padding: 10px 0;
		margin: 0 auto 10px;
		position: relative;
		font-size: 20px;
		color: var(--main);
		text-align: center;
	}
	#all_wrap #feature03 .feature_point > div h3::before {
		display: none;
	}
	#all_wrap #feature03 .feature_point > div h3::after {
		display: inline-block;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 50px;
		height: 1px;
		background: var(--main);
	}
	.feature_point > div p {
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
		line-height: 2em;
		width: 100%;
	}
	.feature_point > div p strong {
		display: block;
		font-size: 18px;
		padding: 0;
		margin: 0;
	}
	#all_wrap .feature_box .moreBtn > a {
		padding: 10px 30px;
	}
}

/*Feature04 完全個室のトレーニングルーム*/
#feature04 {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto;
	position: relative;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/top_staff_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#all_wrap #feature04::after {
	display: block;
	content: '';
	width: 100%;
	height: 85px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
}
#all_wrap #feature04::before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100%);
	background: var(--grad03);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
}
#all_wrap #feature04 h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 50px;
	position: relative;
}
#all_wrap #feature04 h3::before {
	display: none;
}
#all_wrap #feature04 h3::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.feature04_info {
	width: 90%;
	padding: 0;
	margin: 0 auto 50px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.feature04_info:last-of-type {
	margin-bottom: 0;
}
.feature04_info figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.feature04_info figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.feature04_info figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
#all_wrap .feature04_info_txt {
	width: 45%;
	padding: 0;
	margin: 0;
}
#all_wrap .feature04_info_txt h4 {
	display: block;
	padding: 0 0 20px;
	margin: 0 auto 20px;
	color: var(--text);
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.05em;
	position: relative;
	border: none;
	font-weight: bold;
}
#all_wrap .feature04_info_txt h4::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .feature04_info_txt p strong {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0;
	margin: 0 auto 10px;
	display: block;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#feature04 {
		width: 100%;
		padding: 0 0 50px;
		margin: 0 auto;
		position: relative;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/top_staff_bg.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#all_wrap #feature04::after {
		display: block;
		content: '';
		width: 100%;
		height: 32px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
	}
	#all_wrap #feature04::before {
		display: block;
		content: '';
		width: 100%;
		height: calc(100%);
		background: var(--grad03);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
		transform: translate3d(0, 0,0);
	}
	#all_wrap #feature04 h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		padding: 0 0 20px;
		margin: 0 auto 30px;
		position: relative;
	}
	#all_wrap #feature04 h3::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	.feature04_info {
		width: 100%;
		padding: 0;
		margin: 0 auto 0 0;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.feature04_info figure {
		width: 90%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.feature04_info figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.feature04_info figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#all_wrap .feature04_info_txt {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .feature04_info_txt h4 {
		display: block;
		padding: 20px 0 20px;
		margin: 0 auto 20px;
		color: var(--text);
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0.05em;
		position: relative;
		border: none;
		font-weight: bold;
	}
	#all_wrap .feature04_info_txt h4::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100%);
		height: 1px;
		background: var(--text);
	}
	#all_wrap .feature04_info_txt p strong {
		font-size: 20px;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		font-weight: bold;
		padding: 0;
		margin: 0 auto 10px;
		display: block;
	}
}


/*安心安全への取り組み*/
#all_wrap #topClean {
	width: 100%;
	padding: 60px 0;
	margin: 0 auto 100px;
	background: url('https://alesco.fit/wp-content/uploads/topClean_bg-scaled.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#all_wrap #topClean::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #aaa;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.9;
}
#all_wrap #topClean > .topCleanEn {
	display: block;
	width: 40%;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap #topClean > .topCleanEn img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#all_wrap #topClean > h2 {
	width: 70%;
	padding: 0;
	margin: 0 auto 40px;
	font-size: 40px;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.05em;
	border: none;
}
#all_wrap #topClean > h2 > b {
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#all_wrap #topClean > h2 > span {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 50px;
	padding: 10px 10px;
	margin: 0 auto 30px;
	text-align: center;
	background: var(--main);
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	position: relative;
}
#all_wrap #topClean > h2 > span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 10px;
	border-color: transparent transparent var(--main) transparent;
}
#all_wrap #topClean > h2 > span:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 10px 0 0;
	border-color: var(--main) transparent transparent transparent;
}
#all_wrap #topClean > h2 > span > span {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: var(--main) transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap #topClean > strong {
	width: 70%;
	display: block;
	padding: 15px 20px 20px;
	margin: 0 auto 50px;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-style: normal;
	text-align: center;
}
#all_wrap #topClean > strong > b {
	color: #fff;
	font-size: 55px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-style: normal;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topClean {
		width: 100%;
		padding: 60px 0 40px;
		margin: 0 auto 40px;
		background: url('https://alesco.fit/wp-content/uploads/topClean_bg-scaled.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 0;
	}
	#all_wrap #topClean::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #aaa;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.9;
	}

	#all_wrap #topClean > .topCleanEn {
		width: 40%;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap #topClean > .topCleanEn img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	#all_wrap #topClean > h2 {
		width: 90%;
		padding: 0;
		margin: 0 auto 20px;
		font-size: 20px;
		color: #fff;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		letter-spacing: 0.05em;
	}
	#all_wrap #topClean > h2 > b {
		font-size: 30px;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	#all_wrap #topClean > h2 > span {
		width: 95%;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		height: 60px;
		padding: 10px 10px;
		margin: 0 auto 20px;
		text-align: center;
		background: var(--main);
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
		position: relative;
	}
	#all_wrap #topClean > h2 > span:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -9px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 60px 9px;
		border-color: transparent transparent var(--main) transparent;
	}
	#all_wrap #topClean > h2 > span:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -9px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 60px 9px 0 0;
		border-color: var(--main) transparent transparent transparent;
	}
	#all_wrap #topClean > h2 > span > span {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: var(--main) transparent transparent transparent;
		position: absolute;
		bottom: -9px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap #topClean > strong {
		width: 90%;
		max-width: 90%;
		display: block;
		padding: 5px 10px 10px;
		margin: 0 auto 20px;
		background: none;
		border: 1px solid #fff;
		color: #fff;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-style: normal;
		text-align: center;
	}
	#all_wrap #topClean > strong > b {
		color: #fff;
		font-size: 25px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-style: normal;
	}
}

#all_wrap #topClean > dl {
	width: 70%;
	padding: 0;
	margin: 0 auto 40px;
}
#all_wrap #topClean > dl dt {
	width: calc(60% - 25px);
	height: 50px;
	max-height: 50px;
	padding: 10px 20px;
	margin: 0;
	text-align: left;
	color: #fff;
	background: #1e1e1e;
	position: relative;
}
#all_wrap #topClean > dl:nth-child(odd) dt {
	width: calc(60% - 25px);
	height: 50px;
	max-height: 50px;
	padding: 10px 20px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #fff;
	background: #1e1e1e;
	position: relative;
}
#all_wrap #topClean > dl dt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 25px;
	border-color: transparent transparent transparent #1e1e1e;
	position: absolute;
	top: 0;
	right: -25px;
}
#all_wrap #topClean > dl:nth-child(odd) dt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 25px;
	border-color: transparent transparent #1e1e1e transparent;
	position: absolute;
	top: 0;
	right: auto;
	left: -25px;
}
#all_wrap #topClean > dl dt > span {
	display: inline-block;
	position: relative;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	white-space: nowrap;
	z-index: 5;
}
#all_wrap #topClean > dl:nth-child(odd) dt > span {
	display: inline-block;
	position: relative;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding-right: 40px;
	white-space: nowrap;
	z-index: 5;
}
#all_wrap #topClean > dl dt > span > em {
	display: inline-block;
	position: absolute;
	bottom: -5px;
	right: -40px;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	z-index: 5;
}
#all_wrap #topClean > dl:nth-child(odd) dt > span > em {
	display: inline-block;
	position: absolute;
	bottom: -5px;
	right: 0;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	z-index: 5;
}
#all_wrap #topClean > dl dd {
	width: 100%;
	height: 150px;
	max-height: 150px;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	overflow: hidden;
}
#all_wrap #topClean > dl dd > h3 {
	width: 60%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	margin: 0;
	text-align: left;
	background: var(--main);
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	position: relative;
	white-space: nowrap;
	z-index: 5;
	white-space: nowrap;
}
#all_wrap #topClean > dl:nth-child(odd) dd > h3 {
	width: 60%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	margin: 0;
	text-align: left;
	background: var(--main);
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	position: relative;
	z-index: 5;
	white-space: nowrap;
	order: 1;
}
#all_wrap #topClean > dl:nth-child(odd) dd > h3::before {
	display: none;
}
#all_wrap #topClean > dl dd > h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -80px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 0 0 80px;
	border-color: transparent transparent transparent var(--main);
	z-index: -1;
}
#all_wrap #topClean > dl:nth-child(odd) dd > h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: auto;
	left: -80px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 150px 80px;
	border-color: transparent transparent var(--main) transparent;
	z-index: -1;
}
#all_wrap #topClean > dl dd > figure {
	width: 40%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#all_wrap #topClean > dl dd > figure:before {
	content:"";
	display: block;
	padding-top: 150px; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap #topClean > dl dd > figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topClean > dl {
		width: 90%;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap #topClean > dl:last-of-type {
		margin-bottom: 0;
	}
	#all_wrap #topClean > dl dt {
		width: 100%;
		height: auto;
		max-height: auto;
		padding: 7px 10px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #000;
		position: relative;
	}
	#all_wrap #topClean > dl:nth-child(odd) dt {
		width: 100%;
		height: auto;
		max-height: auto;
		padding: 7px 10px;
		margin: 0 0 0 auto;
		text-align: center;
		color: #fff;
		background: #000;
		position: relative;
	}
	#all_wrap #topClean > dl dt::after {
		display: none;
	}
	#all_wrap #topClean > dl:nth-child(odd) dt::after {
		display: none;
	}
	#all_wrap #topClean > dl dt > span {
		display: inline-block;
		position: relative;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
		margin-right: 20px;
	}
	#all_wrap #topClean > dl:nth-child(odd) dt > span {
		display: inline-block;
		position: relative;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
		padding-right: 0;
		margin-right: 20px;
	}
	#all_wrap #topClean > dl dt > span > em {
		display: inline-block;
		position: absolute;
		bottom: -3px;
		right: -23px;
		font-size: 30px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
	}
	#all_wrap #topClean > dl:nth-child(odd) dt > span > em {
		display: inline-block;
		position: absolute;
		bottom: -3px;
		right: -23px;
		font-size: 30px;
		line-height: 1;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: italic;
		color: #fff;
	}
	#all_wrap #topClean > dl dd {
		width: 100%;
		height: 70px;
		max-height: 70px;
		padding: 0;
		margin: 0;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-content: stretch;
		flex-wrap: wrap;
	}
	#all_wrap #topClean > dl dd > h3 {
		width: 60%;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 15px;
		margin: 0;
		text-align: left;
		background: var(--main);
		font-size: 12px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
		position: relative;
	}
	#all_wrap #topClean > dl:nth-child(odd) dd > h3 {
		width: 60%;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 15px;
		margin: 0;
		text-align: left;
		background: var(--main);
		font-size: 12px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
		position: relative;
		order: 1;
	}
	#all_wrap #topClean > dl dd > h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 70px 0 0 20px;
		border-color: transparent transparent transparent var(--main);
		z-index: 5;
	}
	#all_wrap #topClean > dl:nth-child(odd) dd > h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: auto;
		left: -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 70px 20px;
		border-color: transparent transparent var(--main) transparent;
		z-index: 5;
	}
	#all_wrap #topClean > dl dd > figure {
		width: 40%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#all_wrap #topClean > dl dd > figure:before {
		content:"";
		display: block;
		padding-top: 70px; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#all_wrap #topClean > dl dd > figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
}

/*Feature05 質の高いパーソナルトレーナー*/
#feature05 {
	width: 100%;
	padding: 0 0 50px;
	margin: 0 auto 50px;
	position: relative;
	z-index: 0;
}
#feature05::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	padding: 0;
	margin: 0;
	background: var(--main);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#all_wrap #feature05 h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 50px;
	position: relative;
}
#all_wrap #feature05 h3::before {
	display: none;
}
#all_wrap #feature05 h3::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#feature05 ul {
	list-style: none;
	width: 80%;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#feature05 ul li {
	width: 30%;
	padding: 0;
	margin: 0;
}
#feature05 ul.rows2 {
	list-style: none;
	width: 80%;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
#feature05 ul li.rows2 {
	width: 30%;
	padding: 0;
	margin: 0 20px;
}
#feature05 ul li::before {
	display: none;
}
#feature05 ul li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius:50%;
}
#feature05 ul li figure:before {
	content:"";
	display: block;
	padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#feature05 ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
#feature05 ul li > span {
	position: absolute;
	top: -0.5em;
	left: 0;
	color: var(--main);
	font-size: 60px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	z-index: 5;
}
#all_wrap #feature05 ul li h4 {
	display: block;
	border: none;
	padding: 0;
	margin: 0 auto 15px;
	color: #fff;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
}
#all_wrap #feature05 ul li p {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#feature05 {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
	#feature05::before {
		content: '';
		display: block;
		width: 100%;
		height: calc(100% - 32px);
		padding: 0;
		margin: 0;
		background: var(--main);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	#all_wrap #feature05 h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: #fff;
		padding: 0 0 20px;
		margin: 0 auto 30px;
		position: relative;
	}
	#all_wrap #feature05 h3::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}

	#feature05 ul {
		list-style: none;
		width: 80%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#feature05 ul li {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
	}
	#feature05 ul li::before {
		display: none;
	}
	#feature05 ul li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
		position: relative;
		overflow: hidden;
		border-radius:50%;
	}
	#feature05 ul li figure:before {
		content:"";
		display: block;
		padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#feature05 ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#feature05 ul li > span {
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 40px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		z-index: 5;
	}
	#all_wrap #feature05 ul li h4 {
		display: block;
		border: none;
		padding: 0;
		margin: 0 auto 20px;
		color: #fff;
		font-size: 18px;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		font-weight: bold;
		text-align: center;
	}
	#all_wrap #feature05 ul li p {
		padding: 0;
		margin: 0 auto;
		text-align: left;
		color: #fff;
	}
}


/************************************************************/
/*　コース・料金表
/************************************************************/
#page_course {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
/*パーソナルトレーニングの流れ*/
.pt_flow {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.pt_flow ul {
	list-style: none;
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.pt_flow ul li {
	width: 100%;
	padding: 20px;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.pt_flow ul li:nth-child(odd)::before {
	content: '';
	display: block;
	width: 90%;
	height: 100%;
	padding: 0;
	margin: 0 0 0 auto;
	background: var(--main);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	z-index: -1;
}
.pt_flow ul li:nth-child(odd)::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid var(--main);
}
.pt_flow ul li:nth-child(even)::before {
	content: '';
	display: block;
	width: 90%;
	height: 100%;
	padding: 0;
	margin: 0 0 0 auto;
	background: var(--main);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	z-index: -1;
}
.pt_flow ul li:nth-child(even)::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid var(--main);
}
.pt_flow ul li:last-child::after {
	display: none;
}
.pt_flow ul li figure {
	width: 30%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.pt_flow ul li figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.pt_flow ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.pt_flow ul li .pt_flow_info {
	width: 67%;
	padding: 40px 0 0;
	margin: 0;
	color: #fff;
}
#all_wrap .pt_flow ul li .pt_flow_info h3 {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
}
#all_wrap .pt_flow ul li .pt_flow_info h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 40px;
	height: 1px;
	background: #fff;
}
#all_wrap .pt_flow ul li .pt_flow_info p {
	padding: 0;
	margin: 0 auto 10px;
	color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パーソナルトレーニングの流れ*/
	.pt_flow {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.pt_flow ul {
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.pt_flow ul li {
		width: 100%;
		padding: 20px;
		margin: 0 auto 30px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
	}
	.pt_flow ul li:nth-child(odd)::before {
		content: '';
		display: block;
		width: 100%;
		height: 70%;
		padding: 0;
		margin: 0;
		background: var(--main);
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		z-index: -1;
	}
	.pt_flow ul li:nth-child(odd)::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid var(--main);
	}
	.pt_flow ul li:nth-child(even)::before {
		content: '';
		display: block;
		width: 100%;
		height: 70%;
		padding: 0;
		margin: 0;
		background: var(--main);
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		z-index: -1;
	}
	.pt_flow ul li:nth-child(even)::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid var(--main);
	}
	.pt_flow ul li:last-child::after {
		display: none;
	}
	.pt_flow ul li figure {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 0;
	}
	.pt_flow ul li figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.pt_flow ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	.pt_flow ul li .pt_flow_info {
		width: 100%;
		padding: 20px 0 0;
		margin: 0 auto;
		color: #fff;
	}
	#all_wrap .pt_flow ul li .pt_flow_info h3 {
		color: #fff;
		font-size: 20px;
		font-style: normal;
		letter-spacing: 0.05em;
		padding: 0 0 0 30px;
		margin: 0 auto 10px;
		position: relative;
	}
	#all_wrap .pt_flow ul li .pt_flow_info h3::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		width: 20px;
		height: 1px;
		background: #fff;
	}
	#all_wrap .pt_flow ul li .pt_flow_info p {
		padding: 0;
		margin: 0 auto 10px;
	}
}

/*紹介*/
.course_about,
.course_about2 {
	width: 70%;
	padding: 0;
	margin: 0 auto 70px;
}
#all_wrap .course_about h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	color: var(--main);
	padding: 0;
	margin: 0 auto 20px;
	border: none;
}
.course_about p {
	text-align: center;
	padding: 0;
	margin: 0 auto 50px;
}
.course_about2 p {
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .course_fee {
	width: 100%;
	padding: 30px 20px 20px;
	margin: 0 auto 50px;
	border: 1px solid #cfc29e;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#all_wrap .course_fee dt {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	margin: 0 ;
	background: #1b1b20;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap .course_fee dd {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #cfc29e;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#all_wrap .course_fee dd ul {
	list-style: none;
	width: 100%;
	padding: 20px 0 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
#all_wrap .course_fee dd ul > li {
	width: 31%;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 15px;
	line-height: 1;
	color: #fff;
}
#all_wrap .course_fee dd ul > li span {
	background: #aa8a46;
	color: #fff;
}
#all_wrap .course_fee dd ul > li::before,
#all_wrap .course_fee dd ul > li::after {
	display: none;
}
#all_wrap .course_fee dd.course_fee_title {
	width: 100%;
	padding: 0;
	margin: 0 20px 10px;
	color: #cfc29e;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#all_wrap .course_fee dd.course_fee_txt {
	width: 100%;
	padding: 0;
	margin: 0 20px 30px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}
#all_wrap .course_fee dd.course_fee_btn {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
}
#all_wrap .course_fee dd.course_fee_btn a {
	display: inline-block;
	padding: 10px 50px;
	margin: 0 auto;
	color: #fff;
	background: #aa8a46;
	transition: 0.2s;
}
#all_wrap .course_fee dd.course_fee_btn a:hover {
	opacity: 0.8;
	transition: 0.2s;
}
#all_wrap .course_fee dd span {
	padding: 5px 10px;
	margin: 0;
	margin-right: 10px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
#all_wrap .course_fee dd small {
	color: #cfc29e;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4em;
}
#all_wrap .course_fee dd b {
	color: #ff0000;
	font-weight: bold;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.course_about {
		width: 90%;
		padding: 0;
		margin: 0 auto 50px;
	}
	.course_about2 {
		width: 90%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap .course_about h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--main);
		padding: 0;
		margin: 0 auto 20px;
		border: none;
	}
	#all_wrap .l-wrapper-full .content .course_about p {
		text-align: center;
		padding: 0;
		margin: 0 auto 40px;
	}
	#all_wrap .l-wrapper-full .content .course_about2 p {
		text-align: left;
		padding: 0;
		margin: 0 auto 10px;
	}
	#all_wrap .course_fee {
		width: 100%;
		padding: 20px 10px 20px;
		margin: 0 auto 40px;
		border: 1px solid #cfc29e;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap .course_fee dt {
		display: inline-block;
		width: 80%;
		padding: 10px 10px;
		margin: 0 ;
		background: #1b1b20;
		color: #fff;
		font-weight: bold;
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		text-align: center;
	}
	#all_wrap .course_fee dd {
		width: auto;
		padding: 0;
		margin: 0 10px;
		color: #cfc29e;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	#all_wrap .course_fee dd ul {
		list-style: none;
		width: 100%;
		padding: 20px 0 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap .course_fee dd > br {
		display: none;
	}
	#all_wrap .course_fee dd > br.pc_none {
		display: block;
	}
	#all_wrap .course_fee dd ul > li {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		font-size: 15px;
		line-height: 1;
		color: #fff;
	}
	#all_wrap .course_fee dd ul > li span {
		background: #aa8a46;
		color: #fff;
	}
	#all_wrap .course_fee dd ul > li::before,
	#all_wrap .course_fee dd ul > li::after {
		display: none;
	}
	#all_wrap .course_fee dd small {
		display: block;
		text-align: center;
		color: #cfc29e;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.4em;
		margin: 0 auto 5px;
	}
	#all_wrap .course_fee dd b {
		color: #ff0000;
		font-weight: bold;
	}
}

/*コース*/
#all_wrap .course_menu {
	width: 80%;
	padding: 0;
	margin: 0 auto 120px;
}
#all_wrap .course_menu h2 {
	width: auto;
	padding: 0;
	margin: 0 auto 20px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: var(--text);
	font-size: 40px;
	text-align: center;
	border: none;
}
.course_menu_title {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
	flex-wrap: nowrap;
	transition: 0.2s;
	position: relative;
}
.course_menu_title a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	z-index: 10;
}
.course_menu_title:hover {
	opacity: 0.8;
	transition: 0.2s;
}
#all_wrap .course_menu_title h3 {
	width: 60%;
	height: 150px;
	padding: 50px 40px;
	margin: 0;
	background: var(--main);
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	font-style: normal;
}
#all_wrap .course_menu_title h3::before,
#all_wrap .course_menu_title h3::after {
	display: none;
}
#all_wrap .course_menu_title h3 span {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: lighter;
	font-style: normal;
	padding: 0;
	margin: 5px 0 0;
	color: #fff;
}
.course_menu_title figure {
	width: 40%;
	height: 150px;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.course_menu_title figure:after {
	content: '';
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 50px 0 0;
	border-color: var(--main) transparent transparent transparent;
}
.course_menu_title figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.course_menu_title figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*コース*/
	#all_wrap .course_menu {
		width: 90%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap .course_menu h2 {
		width: auto;
		padding: 0;
		margin: 0 auto 20px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.2em;
		color: var(--text);
		font-size: 30px;
		text-align: center;
		border: none;
	}
	.course_menu_title {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: center;
		flex-wrap: nowrap;
		transition: 0.2s;
		position: relative;
		background: var(--main);
	}
	.course_menu_title a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: none;
		z-index: 10;
	}
	.course_menu_title:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#all_wrap .course_menu_title h3 {
		width: 100%;
		height: 100px;
		padding: 15px 0 15px 15px;
		margin: 0;
		background: var(--main);
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2em;
		color: #fff;
		font-style: normal;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap .course_menu_title h3 span {
		font-size: 12px;
		line-height: 1.2em;
		font-weight: lighter;
		font-style: normal;
		padding: 0;
		margin: 5px 0 0;
		color: #fff;
	}
	.course_menu_title figure {
		width: 48%;
		height: 100px;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.course_menu_title figure:after {
		content: '';
		display: block;
		position:absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 50px 0 0;
		border-color: var(--main) transparent transparent transparent;
		transform: translate(-2px, 0);
		-webkit-transform: translate(-2px, 0);
		-ms-transform: translate(-2px, 0);
	}
	.course_menu_title figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.course_menu_title figure img {
		width: auto;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
}


/*各コース紹介
---------------------------------------*/
.course_box {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
}
.course_box .course_name_height {
	writing-mode: vertical-rl;
	line-height: 1;
	font-family: var(--main);
	font-size: 30px;
	color: var(--main);
	font-weight: lighter;
	letter-spacing: 0.5em;
	width: 40px;
	position: absolute;
	top: 310px;
	right: 30px;
	z-index: 10;
}
.course_info {
	width: 100%;
	padding: 0 50px 0 10%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}
.course_info::before {
	content: '';
	display: block;
	width: 100%;
	height: 75%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	background: var(--grad02);
	z-index: -1;
}
.course_info .course_txt {
	width: 48%;
	padding: 0;
	margin: 0;
}
#all_wrap .course_info .course_txt h3 {
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
	margin: 0 auto 30px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--text);
	font-style: normal;
	position: relative;
}
#all_wrap .course_info .course_txt h3::before,
#all_wrap .course_info .course_txt h3::after {
	display: none;
}
.course_info .course_txt strong {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0;
	margin: 0 auto 10px;
	display: block;
}
#all_wrap .course_info .course_txt > p {
	padding: 0;
	margin: 0;
}
.course_info figure {
	width: 48%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.course_info figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.course_info figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.course_box {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
		position: relative;
	}
	.course_box .course_name_height {
		writing-mode: vertical-rl;
		line-height: 1;
		font-family: var(--font-en);
		font-size: 15px;
		color: var(--main);
		font-weight: lighter;
		letter-spacing: 0.5em;
		width: 20px;
		position: absolute;
		top: 100px;
		right: 10px;
		z-index: 10;
	}
	.course_info {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
		z-index: 0;
	}
	.course_info::before {
		content: '';
		display: block;
		width: 100%;
		height: 75%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		background: var(--grad02);
		z-index: -1;
	}
	.course_info .course_txt {
		width: 90%;
		padding: 0 0 20px;
		margin: 0 auto;
		order: 2;
	}
	#all_wrap .course_info .course_txt h3 {
		width: 100%;
		min-height: 50px;
		padding: 20px 0 10px;
		margin: 0 auto 20px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2em;
		color: var(--text);
		font-style: normal;
		position: relative;
	}
	#all_wrap .course_info .course_txt h3::before {
		content: '';
		display: block;
		width: calc(100%);
		height: 1px;
		padding: 0;
		margin: 0;
		background: var(--main);
		position: absolute;
		top: unset;
		right: unset;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	.course_info .course_txt strong {
		font-size: 1.2em;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		font-weight: bold;
		padding: 0;
		margin: 0 auto 10px;
		display: block;
	}
	.course_info .course_txt p {
		padding: 0;
		margin: 0 auto 20px;
	}
	.course_info figure {
		width: 90%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 0;
	}
	.course_info figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.course_info figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top:0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
}

/*各コース紹介 内容
---------------------------------------*/
.course_box .course_box_btm {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.course_box .course_cont {
	width: 48%;
	padding: 0;
	margin: 0;
}
.course_box .course_price {
	width: 48%;
	padding: 0;
	margin: 0;
}
#all_wrap .course_box .course_cont h3,
#all_wrap .course_box .course_price h3 {
	width: 100%;
	padding: 0 0 20px;
	margin: 0 auto 30px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--text);
	font-style: normal;
	position: relative;
	text-align: center;
}
#all_wrap .course_box .course_cont h3::before,
#all_wrap .course_box .course_price h3::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	background: var(--text);
}

.course_box .course_cont ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.course_box .course_cont ul::after {
	content: '';
	display: block;
	width: 31%;
}
.course_box .course_cont ul li {
	width: 31%;
	padding: 0;
	margin: 0 0 20px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: var(--text);
	font-size: 16px;
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
}
.course_box .course_cont ul li.cont01 {
	background: url("https://alesco.fit/wp-content/uploads/2020/11/course_cont_bg01.jpg") no-repeat;
}
.course_box .course_cont ul li.cont02 {
	background: url("https://alesco.fit/wp-content/uploads/2020/11/course_cont_bg02.jpg") no-repeat;
}
.course_box .course_cont ul li.cont03 {
	background: url("https://alesco.fit/wp-content/uploads/2020/11/course_cont_bg03.jpg") no-repeat;
}
.course_box .course_cont ul li.cont04 {
	background: url("https://alesco.fit/wp-content/uploads/2020/11/course_cont_bg04.jpg") no-repeat;
}
.course_box .course_cont ul li.cont05 {
	background: url("https://alesco.fit/wp-content/uploads/course_cont_bg05.jpg") no-repeat;
}
.course_box .course_cont ul li.cont06 {
	background: url("https://alesco.fit/wp-content/uploads/course_cont_bg06.jpg") no-repeat;
}
.course_box .course_cont ul li.cont07 {
	background: url("https://alesco.fit/wp-content/uploads/course_cont_bg07.jpg") no-repeat;
}
.course_box .course_cont ul li::before {
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: var(--grad04);
	z-index: -1;
	opacity: 0.8;
}
.course_box .course_cont ul li:after {
	content: "";
	display: block;
	padding-top: 100%; /* ここを100％にすることで正方形になる */
}
.course_box .course_cont ul li > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	margin: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-style: normal;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.course_box .course_cont ul li span {
	display: block;
	width: 100%;
	text-align: center;
	font-family: var(--font-en);
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
}
#all_wrap .course_box .course_cont > p {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.course_box .course_box_btm {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.course_box .course_cont {
		width: 90%;
		padding: 0;
		margin: 0 auto 40px;
	}
	.course_box .course_price {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .course_box .course_cont h3,
	#all_wrap .course_box .course_price h3 {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2em;
		color: var(--text);
		font-style: normal;
		position: relative;
		text-align: center;
	}
	#all_wrap .course_box .course_cont h3::before,
	#all_wrap .course_box .course_price h3::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		background: var(--text);
	}
	.course_box .course_cont ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.course_box .course_cont ul::after {
		content: '';
		display: none;
		width: 31%;
	}
	.course_box .course_cont ul li {
		width: 48%;
		padding: 10px;
		margin: 0 0 15px;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 0;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		color: var(--text);
		font-size: 15px;
		line-height: 1.2em;
		font-style: italic;
		text-align: center;
	}
	#all_wrap .course_box .course_cont ul li:first-child {
		order: 0;
	}
	.course_box .course_cont ul li:after {
		content: "";
		display: block;
		padding-top: 100%; /* ここを100％にすることで正方形になる */
	}
	.course_box .course_cont ul li > div {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 20px;
		margin: 0;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 10;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 17px;
		white-space: nowrap;
	}
	.course_box .course_cont ul li span {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		font-style: normal;
		padding: 0;
		margin: 0 auto 10px;
	}
	#all_wrap .course_box .course_cont > p {
		width: 100%;
		text-align: left;
		padding: 0;
		margin: 0 auto;
	}
	.course_box .course_cont ul li span {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		padding: 0;
		margin: 0 auto 10px;
	}
}

.tab_wrap{
	width: 100%;
	margin: 0 auto;
}
.tab_wrap input[type="radio"] {
	display:none;
}
.tab_area {
	margin: 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--main);
}
.tab_area label {
	width: 30%;
	margin: 0 5px;
	display: inline-block;
	padding: 10px 5px;
	font-size: 10px;
	line-height: 1.2em;
	color: var(--text);
	background: #c8c8c8;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.tab_area label:hover {
	color: #fff;
	background: var(--main);
	transition: all 0.3s ease;
}
.panel_area {
	background: none;
}
.tab_panel {
	width: 100%;
	padding: 20px 0;
	display: none;
	visibility: hidden;
	transition: 0.2s;
}

/*タブ切替*/
#tab1-1:checked ~ .tab_area .tab1-1_label,
#tab2-1:checked ~ .tab_area .tab2-1_label,
#tab3-1:checked ~ .tab_area .tab3-1_label,
#tab4-1:checked ~ .tab_area .tab4-1_label,
#tab5-1:checked ~ .tab_area .tab5-1_label,
#tab6-1:checked ~ .tab_area .tab6-1_label { background:var(--main); color:#fff; }

#tab1-1:checked ~ .panel_area #panel1-1,
#tab2-1:checked ~ .panel_area #panel2-1,
#tab3-1:checked ~ .panel_area #panel3-1,
#tab4-1:checked ~ .panel_area #panel4-1,
#tab5-1:checked ~ .panel_area #panel5-1,
#tab6-1:checked ~ .panel_area #panel6-1 { display:block; visibility: visible; transition: 0.2s; }

#tab1-2:checked ~ .tab_area .tab1-2_label,
#tab2-2:checked ~ .tab_area .tab2-2_label,
#tab3-2:checked ~ .tab_area .tab3-2_label,
#tab4-2:checked ~ .tab_area .tab4-2_label,
#tab5-2:checked ~ .tab_area .tab5-2_label,
#tab6-2:checked ~ .tab_area .tab6-2_label { background:var(--main); color:#fff; }

#tab1-2:checked ~ .panel_area #panel1-2,
#tab2-2:checked ~ .panel_area #panel2-2,
#tab3-2:checked ~ .panel_area #panel3-2,
#tab4-2:checked ~ .panel_area #panel4-2,
#tab5-2:checked ~ .panel_area #panel5-2,
#tab6-2:checked ~ .panel_area #panel6-2 { display:block; visibility: visible; transition: 0.2s; }

#tab1-3:checked ~ .tab_area .tab1-3_label,
#tab2-3:checked ~ .tab_area .tab2-3_label,
#tab3-3:checked ~ .tab_area .tab3-3_label,
#tab4-3:checked ~ .tab_area .tab4-3_label,
#tab5-3:checked ~ .tab_area .tab5-3_label,
#tab6-3:checked ~ .tab_area .tab6-3_label { background:var(--main); color:#fff; }

#tab1-3:checked ~ .panel_area #panel1-3,
#tab2-3:checked ~ .panel_area #panel2-3,
#tab3-3:checked ~ .panel_area #panel3-3,
#tab4-3:checked ~ .panel_area #panel4-3,
#tab5-3:checked ~ .panel_area #panel5-3,
#tab6-3:checked ~ .panel_area #panel6-3 { display:block; visibility: visible; transition: 0.2s; }

#all_wrap .tab_panel h4 {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--main);
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto 10px;
	border: none;
	background: none;
}
#all_wrap .tab_panel p {
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .tab_panel table.pricetable {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	background: none;
	border: none;
}
#all_wrap .tab_panel table.pricetable th {
	width: 27%;
	padding: 7px 7px;
	margin: 0;
	background: var(--main);
	color: #fff;
	text-align: center;
	border:none;
	border: 1px solid var(--main);
	font-size: 14px;
}
#all_wrap .tab_panel table.pricetable td {
	padding: 10px 10px;
	margin: 0;
	background: #fff;
	color: #000;
	text-align: center;
	border:none;
	border: 1px solid var(--main);
	font-size: 14px;
	line-height: 1.4em;
}
#all_wrap .tab_panel table.pricetable td strong,
#all_wrap .tab_panel table.pricetable td b {
	font-weight: bold;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.tab_wrap{
		width: 100%;
		margin: 0 auto;
	}
	.tab_wrap input[type="radio"] {
		display:none;
	}
	.tab_area {
		margin: 0;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		border-bottom: 1px solid var(--main);
	}
	.tab_area label {
		width: 31%;
		margin: 0 1%;
		display: inline-block;
		font-size: 10px;
		white-space: nowrap;
		padding: 5px 0;
		color: var(--text);
		background: #c8c8c8;
		text-align: center;
		cursor: pointer;
		transition: ease 0.2s opacity;
	}

	#all_wrap .tab_panel h4 {
		display: block;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2em;
		color: var(--main);
		position: relative;
		text-align: center;
		padding: 0;
		margin: 0 auto 10px;
		border: none;
		background: none;
	}
	#all_wrap .tab_panel p {
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .tab_panel table.pricetable {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		background: none;
		border: none;
		border-radius: 0;
	}
	#all_wrap .tab_panel table.pricetable tr {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .tab_panel table.pricetable th {
		width: 100%;
		padding: 7px 7px;
		margin: 0;
		background:var(--main);
		color: #fff;
		text-align: center;
		border:none;
		border-bottom: 1px solid var(--main);
		border-right: 1px solid var(--main);
		border-left: 1px solid var(--main);
		font-size: 12px;
	}
	#all_wrap .tab_panel table.pricetable tr:first-of-type th {
		display: block;
		width: 100%;
		padding: 7px 7px;
		margin: 0;
		background: var(--main);
		color: #fff;
		text-align: center;
		border-top: 1px solid var(--main);
		border-bottom: 1px solid var(--main);
		border-right: 1px solid var(--main);
		border-left: 1px solid var(--main);
		vertical-align: middle;
		font-size: 12px;
	}
	#all_wrap .tab_panel table.pricetable td {
		width: 100%;
		padding: 7px 10px;
		margin: 0;
		background: #fff;
		color: var(--text);
		text-align: center;
		border:none;
		border-bottom: 1px solid var(--main);
		border-right: 1px solid var(--main);
		border-left: 1px solid var(--main);
		font-size: 14px;
		line-height: 1.4em;
	}
	#all_wrap .tab_panel table.pricetable.onetable th {
		width: 100%;
		padding: 7px 7px;
		margin: 0;
		background: var(--main);
		color: #fff;
		text-align: center;
		border:none;
		border-bottom: 1px solid var(--main);
		border-right: 1px solid var(--main);
		font-size: 12px;
	}
	#all_wrap .tab_panel table.pricetable.onetable th:first-of-type {
		display: block;
		width: 100%;
		padding: 7px 7px;
		margin: 0;
		background: var(--main);
		color: #fff;
		text-align: center;
		border:none;
		vertical-align: middle;
		font-size: 14px;
	}
	#all_wrap .tab_panel table.pricetable.onetable td {
		width: 100%;
		padding: 7px 10px;
		margin: 0;
		background: #fff;
		color: var(--text);
		text-align: center;
		border:none;
		border-bottom: 1px solid var(--main);
		border-right: 1px solid var(--main);
		font-size: 14px;
		line-height: 1.4em;
	}
}



/************************************************************/
/*　スタジオ紹介　固定ページ
/************************************************************/

.studio_about {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px;
}
#all_wrap .studio_about h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	color: var(--main);
	padding: 0;
	margin: 0 auto 20px;
	font-style: normal;
	border: none;
}
.studio_about p {
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.studio_about {
		width: 90%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap .studio_about h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--main);
		padding: 0;
		margin: 0 auto 20px;
		font-style: normal;
		border: none;
	}
	.studio_about p {
		text-align: center;
	}
}

/*ポイント*/
#studio_point {
	width: 90%;
	max-width: 90%;
	padding: 0;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#studio_point .studio_point01 {
	width: 48%;
	padding: 50px;
	margin: 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/pt03_image.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#studio_point .studio_point02 {
	width: 48%;
	padding: 50px;
	margin: 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/ptflow01_image.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#studio_point .studio_point01::before,
#studio_point .studio_point02::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.7);
	z-index: -1;
}
#all_wrap #studio_point > div h3 {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 30px;
	position: relative;
	font-size: 25px;
	color: var(--main);
	text-align: center;
}
#all_wrap #studio_point > div h3::before {
	display: none;
}
#all_wrap #studio_point > div h3::after {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	background: var(--main);
}
#studio_point > div p {
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
	line-height: 2em;
	width: 100%;
}
#studio_point > div p strong {
	display: block;
	font-size: 25px;
	padding: 0;
	margin: 0;
}
#all_wrap #studio_point .acd-check{
	display: none;
}
#all_wrap #studio_point .acd-label {
	display: inline-block;
	padding: 10px 70px;
	margin: 0 auto;
	color: #fff;
	background: var(--main);
	position: relative;
	letter-spacing: 0.05em;
	transition: 0.2s;
	font-weight: 400;
	cursor: pointer;
	opacity: 0.9;
}
#all_wrap #studio_point .acd-label::before {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
}
#all_wrap #studio_point .acd-label::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
	transform: rotate(90deg);
	transition: 0.2s;
}
#all_wrap #studio_point .acd-content {
	width: 100%;
	margin: 0 auto;
	max-height: 0;
	opacity: 0;
	padding: 0;
	transition: 1s;
	visibility: hidden;
	text-align: left;
	font-size: 15px;
	line-height: 2em;
}
#all_wrap #studio_point .acd-check:checked + .acd-label + .acd-content {
	opacity: 1;
	padding: 40px 0 0;
	visibility: visible;
	max-height: 500px;
	transition: 1s;
	overflow: hidden;
}
#all_wrap #studio_point .acd-check:checked + .acd-label::before {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
}
#all_wrap #studio_point .acd-check:checked + .acd-label::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
	transform: rotate(180deg);
	transition: 0.2s;
	opacity: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ポイント*/
	#studio_point {
		width: 90%;
		max-width: 90%;
		padding: 0;
		margin: 0 auto 50px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#studio_point .studio_point01 {
		width: 100%;
		padding: 30px;
		margin: 0 auto 20px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/pt03_image.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#studio_point .studio_point02 {
		width: 100%;
		padding: 30px;
		margin: 0;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/ptflow01_image.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#studio_point .studio_point01::before,
	#studio_point .studio_point02::before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin: 0;
		padding: 0;
		background: rgba(255,255,255,0.7);
		z-index: -1;
	}
	#all_wrap #studio_point > div h3 {
		display: block;
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 20px;
		position: relative;
		font-size: 25px;
		color: var(--main);
		text-align: center;
	}
	#studio_point > div h3::after {
		display: inline-block;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 50px;
		height: 1px;
		background: var(--main);
	}
	#studio_point > div p {
		text-align: center;
		padding: 0;
		margin: 0 auto 10px;
		line-height: 2em;
		width: 100%;
	}
	#studio_point > div p strong {
		display: block;
		font-size: 20px;
		padding: 0;
		margin: 0 auto 10px;
	}
	#all_wrap #studio_point .acd-label {
		width: 70%;
		display: inline-block;
		padding: 10px 30px;
		margin: 0 auto;
		color: #fff;
		background: var(--main);
		position: relative;
		letter-spacing: 0.05em;
		transition: 0.2s;
		font-weight: 400;
		cursor: pointer;
		text-align: center;
		opacity: 0.9;
	}
	#all_wrap #studio_point .acd-check:checked + .acd-label + .acd-content {
		opacity: 1;
		padding: 40px 10px 10px;
		visibility: visible;
		max-height: 500px;
		transition: 1s;
		overflow: hidden;
	}
}

/*ナビゲーション*/
#all_wrap .studio_navi ul {
	width: 80%;
	padding: 0;
	margin: 0 auto 70px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#all_wrap .studio_navi ul::before,
#all_wrap .studio_navi ul::after {
	content: '';
	display: block;
	width: 23%;
}
#all_wrap .studio_navi ul::before {
	order: 1;
}
#all_wrap .studio_navi ul li {
	width: 23%;
	padding: 0;
	margin: 0 0 25px;
}
#all_wrap .studio_navi ul li::before {
	display: none;
}
#all_wrap .studio_navi ul li a {
	padding: 20px 10px;
	margin: 0;
	display: block;
	text-align: center;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	background: #1e1e1e;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
	border-radius: 5px;
}
#all_wrap .studio_navi ul li:nth-child(even) a {
	background: var(--main);
}
#all_wrap .studio_navi ul li a:hover {
	font-weight: 400;
	transition: 0.2s;
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ナビゲーション*/
	#all_wrap .studio_navi ul {
		width: 90%;
		padding: 0;
		margin: 0 auto 40px;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap .studio_navi ul li {
		width: 48%;
		padding: 0;
		margin: 0 0 15px;
	}
	#all_wrap .studio_navi ul li::before {
		display: none;
	}
	#all_wrap .studio_navi ul li a {
		font-size: 12px;
		padding: 10px;
		margin: 0;
		display: block;
		text-align: center;
		font-weight: 400;
		font-style: italic;
		line-height: 1;
		background: #000;
		color: #fff;
		transition: 0.2s;
	}
	#all_wrap .studio_navi ul li:nth-child(even) a {
		background: var(--main);
	}
	#all_wrap .studio_navi ul li a:hover {
		font-weight: 400;
		transition: 0.2s;
		opacity: 0.8;
	}
}

/*各スタジオ紹介*/
#all_wrap .studio_detail .studio_section {
	margin-bottom: 150px;
}
#all_wrap .studio_detail .studio_section:last-of-type {
	margin-bottom: 0;
}
.studio_box {
	width: 80%;
	padding: 0;
	margin: 0 auto 80px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.studio_box figure {
	width: 48%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
}
.studio_box figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.studio_box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.studio_box figure span {
	position: absolute;
	bottom: 10px;
	left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: var(--main);
	font-family: var(--font-en);
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	transform: rotate(180deg);
	opacity: 0.5;
}
#all_wrap .studio_box .studio_info {
	width: 48%;
	padding: 0;
	margin: 0;
}
#all_wrap .studio_box .studio_info h3 {
	text-align: left;
	font-size: 25px;
	line-height: 1.4em;
	color: var(--text);
	padding: 20px 0;
	margin: 0 auto 20px;
	font-style: normal;
	position: relative;
}
#all_wrap .studio_box .studio_info h3::before {
	content: '';
	display: block;
	width: calc(100% + 75px);
	height: 1px;
	padding: 0;
	margin: 0;
	background: var(--text);
	position: absolute;
	top: unset;
	left: unset;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#all_wrap .studio_info ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .studio_info ul li {
	padding: 0;
	margin: 0 0 10px;
	color: var(--text);
	font-size: 14px;
	line-height: 1.7em;
}
#all_wrap .studio_info ul li:nth-child(odd) {
	width: 20%;
}
#all_wrap .studio_info ul li:nth-child(even) {
	width: 77%;
	padding-top: 0;
}
#all_wrap .studio_info ul li::before {
	display: none;
}
#all_wrap .studio_info ul li span {
	display: block;
	text-align: center;
	padding: 10px 10px;
	margin: 0;
	color: #fff;
	background: var(--main);
	line-height: 1;
	font-size: 14px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*各スタジオ紹介*/
	#all_wrap .studio_detail .studio_section {
		margin-bottom: 50px;
	}
	#all_wrap .studio_detail .studio_section:last-of-type {
		margin-bottom: 0;
	}
	.studio_box {
		width: 90%;
		padding: 0;
		margin: 0 auto 40px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.studio_box figure {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	.studio_box figure:before {
		content:"";
		display: block;
		padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.studio_box figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	.studio_box figure span {
		position: absolute;
		bottom: 10px;
		left: -15px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: var(--main);
		font-family: var(--font-en);
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.1em;
		font-weight: lighter;
		transform: rotate(180deg);
		opacity: 0.5;
	}
	#all_wrap .studio_box .studio_info {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#all_wrap .studio_box .studio_info h3 {
		text-align: left;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--text);
		padding: 20px 0;
		margin: 0 auto 20px;
		font-style: normal;
		position: relative;
	}
	#all_wrap .studio_box .studio_info h3::before {
		content: '';
		display: block;
		width: calc(100%);
		height: 1px;
		padding: 0;
		margin: 0;
		background: var(--text);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 10;
	}
	#all_wrap .studio_info ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .studio_info ul li {
		padding: 0;
		margin: 0 0 10px;
		color: var(--text);
		font-size: 15px;
	}
	#all_wrap .studio_info ul li:nth-child(odd) {
		width: 100%;
	}
	#all_wrap .studio_info ul li:nth-child(even) {
		width: 100%;
		padding-top: 0;
	}
	#all_wrap .studio_info ul li::before {
		display: none;
	}
	#all_wrap .studio_info ul li span {
		display: block;
		text-align: left;
		padding: 10px 10px;
		margin: 0;
		color: #fff;
		background: var(--main);
		line-height: 1;
	}
}

/*マップ*/
.studio_map {
	width: 100%;
	height: 350px;
	padding: 0;
	margin: 0 auto 80px;
	overflow: hidden;
	position: relative;
}
#all_wrap .studio_map iframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*マップ*/
	.studio_map {
		width: 100%;
		height: 180px;
		padding: 0;
		margin: 0 auto 40px;
		overflow: hidden;
		position: relative;
	}
	#all_wrap .studio_map iframe {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
}

/*アクセス*/
#all_wrap .studio_access h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 30px;
	position: relative;
}
#all_wrap .studio_access h3::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

/*アクセス テーブル*/
.access_table {
	width: 100vw;
	padding: 40px 0 40px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 0;
}
.access_table::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30vw;
	height: 100%;
	padding: 0;
	margin: 0;
	background: var(--grad01);
	z-index: -1;
}
#all_wrap #page_studio .access_table table,
#all_wrap #page_shop .access_table table {
	width: 80vw;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	border: none;
}
#all_wrap #page_studio .access_table table th,
#all_wrap #page_shop .access_table table th {
	width: 20vw;
	padding: 20px;
	margin: 0;
	background: none;
	border: none;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,1);
	font-weight: 400;
	color: var(--text);
}
#all_wrap #page_studio .access_table table tr:first-of-type th,
#all_wrap #page_shop .access_table table tr:first-of-type th {
	border-top: 1px solid rgba(255,255,255,1);
}
#all_wrap #page_studio .access_table table td,
#all_wrap #page_shop .access_table table td {
	width: calc(100% - 20vw);
	padding: 20px;
	margin: 0;
	background: none;
	border: none;
	text-align: left;
	border-bottom: 1px solid #cacaca;
}
#all_wrap #page_studio .access_table table tr:first-of-type td,
#all_wrap #page_shop .access_table table tr:first-of-type td {
	border-top: 1px solid #cacaca;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*アクセス*/
	#all_wrap .studio_access h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--text);
		padding: 0 0 20px;
		margin: 0 auto 30px;
		position: relative;
	}
	#all_wrap .studio_access h3::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}

	/*アクセス テーブル*/
	#all_wrap .access_table {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
		z-index: 0;
	}
	.access_table::before {
		display: none;
	}
	#all_wrap #page_studio .access_table table,
	#all_wrap #page_shop .access_table table {
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto;
		background: none;
		border: none;
		border-radius: 0;
	}
	#all_wrap #page_studio .access_table table th,
	#all_wrap #page_shop .access_table table th {
		width: 100%;
		padding: 10px;
		margin: 0;
		background: var(--main);
		border: none !important;
		text-align: left;
		border-bottom: none;
		font-weight: 400;
		color: #fff;
		font-size: 15px;
	}
	#all_wrap #page_studio .access_table table th br,
	#all_wrap #page_shop .access_table table th br {
		display: none;
	}
	#all_wrap #page_studio .access_table table td,
	#all_wrap #page_shop .access_table table td {
		width: 65%;
		padding: 10px 0 20px;
		margin: 0;
		background: none;
		border: none !important;
		text-align: left;
		border-bottom: none;
		font-size: 15px;
	}
}


/************************************************************/
/*　無料カウンセリング
/************************************************************/
.counseling_about {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
}
#all_wrap .counseling_about h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	color: var(--main);
	padding: 0;
	margin: 0 auto 20px;
	border: none;
}
.counseling_about p {
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.counseling_about {
		width: 90%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap .counseling_about h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--main);
		padding: 0;
		margin: 0 auto 20px;
		border: none;
	}
	#all_wrap .counseling_about p {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.counseling_flow {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto 100px;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/adopted_bg.jpg') no-repeat;
	background-size: 100%;
	background-position: bottom;
	position: relative;
}
.counseling_flow::before {
	content: '';
	display: block;
	width: 100%;
	height: 85px;
	padding: 0;
	margin: 0;
	;background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.counseling_flow ul {
	width: 70%;
	padding: 50px;
	margin: 0 auto;
	list-style: none;
	background: rgba(255,255,255,0.95);
}
.counseling_flow ul li {
	width: 100%;
	padding: 50px 20px;
	margin: 0 auto;
	border-top: 1px solid #cacaca;
}
.counseling_flow ul li:last-child {
	border-bottom: 1px solid #cacaca;
}
.counseling_flow ul li::before {
	display: none;
}
#all_wrap .counseling_flow ul li h3 {
	font-family: var(--font-en);
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	text-align: center;
	color: var(--main);
	padding: 0;
	margin: 0 auto 10px;
}
#all_wrap .counseling_flow ul li h3::before,
#all_wrap .counseling_flow ul li h3::after {
	display: none;
}
.counseling_flow ul li strong {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 1.4em;
	color: var(--text);
	padding: 0;
	margin: 0 auto 20px;
	text-align: center;
}
#all_wrap .counseling_flow ul li p {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
	color: var(--text);
}
.counseling_flow_btn {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#all_wrap .counseling_flow_btn a {
	width: 30%;
	display: block;
	color: var(--text);
	border: 1px solid var(--text);
	padding: 10px 10px;
	margin: 0 auto;
	background: none;
	transition: 0.2s;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
#all_wrap .counseling_flow_btn a:hover {
	color: #fff;
	border: 1px solid var(--main);
	background: var(--main);
	transition: 0.2s;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
#all_wrap .counseling_flow_btn a.line_btn {
	display: block;
	color: #00a900;
	border: 1px solid #00a900;
	padding: 10px 10px;
	margin: 0;
	background: rgba(0,0,0,0.2);
	transition: 0.2s;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
#all_wrap .counseling_flow_btn a.line_btn:hover {
	color: #fff;
	border: 1px solid #00a900;
	background: #00a900;
	transition: 0.2s;
	font-size: 14px;
	font-weight: 400;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.counseling_flow {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto 50px;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/adopted_bg.jpg') no-repeat;
		background-size: auto 100%;
		background-position: bottom;
	}
	.counseling_flow::before {
		content: '';
		display: block;
		width: 100%;
		height: 32px;
		padding: 0;
		margin: 0;
		;background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.counseling_flow ul {
		width: 90%;
		padding: 20px;
		margin: 0 auto;
		list-style: none;
		background: rgba(255,255,255,0.8);
	}
	.counseling_flow ul li {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		border-top: 1px solid #cacaca;
	}
	.counseling_flow ul li:last-child {
		border-bottom: 1px solid #cacaca;
	}
	.counseling_flow ul li::before {
		display: none;
	}
	#all_wrap .counseling_flow ul li h3 {
		font-family: var(--font-en);
		font-size: 20px;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 0.2em;
		font-feature-settings: "palt";
		text-align: center;
		color: var(--main);
		padding: 0;
		margin: 0 auto 10px;
	}
	.counseling_flow ul li strong {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--text);
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;

	}
	#all_wrap .counseling_flow ul li p {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		text-align: left;
		color: var(--text);
	}
	.counseling_flow_btn {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap .counseling_flow_btn a {
		width: 100%;
		display: block;
		color: var(--text);
		border: 1px solid var(--text);
		padding: 10px 10px;
		margin: 0 auto 10px;
		background: none;
		transition: 0.2s;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400;
	}

}

/*カウンセリングフォーム*/
.counseling_form {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
}
.counseling_form .aligncenter {
	padding: 0;
	margin: 0 auto 50px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .counseling_form .aligncenter {
		padding: 0;
		margin: 0 auto 20px;
	}
}


/*フォームデザイン*/
#form_area {
	width: 70%;
	padding: 0;
	margin: 0 auto;
}
#all_wrap #form_area table.counseling_form_table {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	border: none;
	border-top: 1px solid #cacaca;
	box-shadow: none;
}
#all_wrap #form_area table.counseling_form_table th {
	width: 40%;
	padding: 30px 20px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #cacaca;
	box-shadow: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	font-feature-settings: "palt";
	color: var(--text);
	background: none;
}
#all_wrap #form_area table.counseling_form_table td {
	width: 60%;
	padding: 20px 20px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #cacaca;
	box-shadow: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	font-feature-settings: "palt";
	color: var(--text);
	overflow: hidden;
	background: none;
}
#all_wrap #form_area table.counseling_form_table .att {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	color: var(--main);;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#counseling_form {
		padding-bottom: 50px;
	}
	/*フォームデザイン*/
	#form_area {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap #form_area table.counseling_form_table {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		border-top: 1px solid #cacaca;
		box-shadow: none;
	}
	#all_wrap #form_area table.counseling_form_table tr {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#all_wrap #form_area table.counseling_form_table th {
		width: 100%;
		padding: 20px 10px 0;
		margin: 0;
		border: none;
		box-shadow: none;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2em;
		font-feature-settings: "palt";
		color: var(--text);
		text-align: left;
	}
	#all_wrap #form_area table.counseling_form_table td {
		width: 100%;
		padding: 10px 10px 20px;
		margin: 0;
		border: none;
		border-bottom: 1px solid #cacaca;
		box-shadow: none;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2em;
		font-feature-settings: "palt";
		color: var(--text);
		overflow: hidden;
	}
	#all_wrap #form_area table.counseling_form_table .att {
		display: inline-block;
		padding: 0;
		margin: 0 0 0 10px;
		color: var(--main);
	}
}

/*テキストフォーム*/
#all_wrap #form_area table.counseling_form_table td input[type="text"],
#all_wrap #form_area table.counseling_form_table td input[type="email"],
#all_wrap #form_area table.counseling_form_table td textarea {
	width: 100%;
	padding: 10px 10px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #cacaca;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "palt";
	outline: none;
}
#all_wrap #form_area table.counseling_form_table td textarea {
	padding: 15px 10px;
}
#all_wrap #form_area table.counseling_form_table td input[type="text"]:focus,
#all_wrap #form_area table.counseling_form_table td input[type="email"]:focus,
#all_wrap #form_area table.counseling_form_table td textarea:focus {
	background: #fff;
}
#all_wrap #form_area table.counseling_form_table td input::placeholder,
#all_wrap #form_area table.counseling_form_table td select::placeholder,
#all_wrap #form_area table.counseling_form_table td textarea::placeholder {
	color: #fafafa;
}
#all_wrap #form_area table.counseling_form_table td input::-webkit-input-placeholder,
#all_wrap #form_area table.counseling_form_table td select::-webkit-input-placeholder,
#all_wrap #form_area table.counseling_form_table td textarea::-webkit-input-placeholder {
	color: #fafafa;
}

/*セレクトフォーム*/
#all_wrap #form_area table.counseling_form_table td select {
	width: 100%;
	padding: 14px 10px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #cacaca;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	font-feature-settings: "palt";
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#all_wrap #form_area table.counseling_form_table td .select_wrap {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #form_area table.counseling_form_table td .select_wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #1b1b20;
	border-right: solid 2px #1b1b20;
	-ms-transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

/*日付*/
.first-choice {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.second-choice {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.third-choice {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
#all_wrap .counseling_form_table td span.date,
#wrapper .contact__inner span.date {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 30px 0 0;
}
#all_wrap .counseling_form_table td span.time,
#wrapper .contact__inner span.time {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
}
#all_wrap #form_area .counseling_form_table td p.small,
#wrapper .contact__inner p.small {
	padding: 0;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
}
#all_wrap #form_area .counseling_form_table td em,
#wrapper .contact__inner em {
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 0;
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	font-style: normal;
}
#all_wrap #form_area .counseling_form_table td .first-choice em::after,
#wrapper .contact__inner .first-choice em::after {
	content: '*';
	display: block;
	font-size: 14px;
	line-height: 1;
	color: firebrick;
	position: absolute;
	top: 0;
	right: -0.5em;
}
#all_wrap #form_area .counseling_form_table td span.time .select_wrap select,
#wrapper .contact__inner span.time .select_wrap select {
	width: 130px;
	height: 36px;
	line-height: 36px;
	padding: 8px 10px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #cacaca;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	font-feature-settings: "palt";
	outline: none;
	text-align: left;
}
#all_wrap .counseling_form_table td input[type="date" i],
#wrapper .contact__inner input[type="date" i] {
	width: 130px;
	height: 36px;
	line-height: 36px;
	padding: 8px 10px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #cacaca;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	font-feature-settings: "palt";
	outline: none;
	text-align: left;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*日付*/
	.first-choice {
		width: 100%;
		padding: 15px 20px;
		margin: 0 auto 10px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: #fafafa;
		border-radius: 5px;
	}
	.second-choice {
		width: 100%;
		padding: 15px 20px;
		margin: 0 auto 10px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: #fafafa;
		border-radius: 5px;
	}
	.third-choice {
		width: 100%;
		padding: 15px 20px;
		margin: 0 auto 10px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: #fafafa;
		border-radius: 5px;
	}
	#all_wrap .counseling_form_table td span.date,
	#wrapper .contact__inner span.date {
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		padding: 0;
		margin: 0 0 10px;
	}
	#all_wrap .counseling_form_table td span.time,
	#wrapper .contact__inner span.time {
		display: inline-flex;
		display: -webkit-inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		padding: 0;
		margin: 0;
	}
	#all_wrap #form_area .counseling_form_table td p.small,
	#wrapper .contact__inner p.small {
		padding: 0;
		margin: 10px 0 0;
		font-size: 11px;
		line-height: 1.4em;
		color: #000;
	}
	#all_wrap #form_area .counseling_form_table td em,
	#wrapper .contact__inner em {
		display: inline-block;
		width: 80px;
		padding: 0;
		margin: 0 15px 0 0;
		position: relative;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
		color: #000;
		font-style: normal;
	}
	#all_wrap #form_area .counseling_form_table td .first-choice em::after,
	#wrapper .contact__inner .first-choice em::after {
		content: '*';
		display: block;
		font-size: 14px;
		line-height: 1;
		color: firebrick;
		position: absolute;
		top: 0;
		right: -0.5em;
	}
	#all_wrap #form_area .counseling_form_table td span.time .select_wrap select,
	#wrapper .contact__inner span.time .select_wrap select {
		width: 190px;
		height: 36px;
		line-height: 36px;
		padding: 8px 10px;
		margin: 0;
		background: #fff;
		border: 1px solid #cacaca;
		color: #000;
		font-size: 14px;
		font-weight: 400;
		line-height: 1;
		font-feature-settings: "palt";
		outline: none;
		text-align: left;
	}
	#all_wrap .counseling_form_table td input[type="date" i],
	#wrapper .contact__inner input[type="date" i] {
		width: 190px;
		height: 36px;
		line-height: 36px;
		padding: 8px 10px;
		margin: 0;
		background: #fff;
		border: 1px solid #cacaca;
		color: #000;
		font-size: 14px;
		font-weight: 400;
		line-height: 1;
		font-feature-settings: "palt";
		outline: none;
		text-align: left;
	}
}

/*プライバシーポリシー*/
.privacy_txt {
	width: 100%;
	height: 250px;
	padding: 30px;
	margin: 0 auto 50px;
	border: 1px solid #cacaca;
	overflow: hidden;
	overflow-y: scroll;
}
/* スクロールの幅の設定 */
.privacy_txt::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
/* スクロールの背景の設定 */
.privacy_txt::-webkit-scrollbar-track {
	border-radius: 0;
	box-shadow: 0;

}
/* スクロールのつまみ部分の設定 */
.privacy_txt::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #ccc;
}

/*チェックボックス*/
.checkbox-input{
	display: none;
}
.wpcf7-list-item-label{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	line-height: 1;
	display: inline-flex;
	align-content: center;
	align-items: center;
}
.wpcf7-list-item-label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkbox-input:checked + .wpcf7-list-item-label{
	color: var(--main);
}
.checkbox-input:checked + .wpcf7-list-item-label::after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid var(--main);
	border-right: 3px solid var(--main);
}
.privacy_btn {
	text-align: center;
	padding: 0;
	margin: 0 auto 50px;
}

/*送信ボタン*/
.send_btn {
	text-align: center;
}
#all_wrap #form_area input[type="submit"] {
	padding: 20px 100px;
	margin: 0 auto;
	display: inline-block;
	background: var(--main);
	border: none;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*プライバシーポリシー*/
	.privacy_txt {
		width: 100%;
		height: 250px;
		padding: 20px;
		margin: 0 auto 20px;
		border: 1px solid #cacaca;
		overflow: hidden;
		overflow-y: scroll;
	}
	.privacy_btn {
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
	}
	/*送信ボタン*/
	.send_btn {
		text-align: center;
	}
	/* iOSでのデフォルトスタイルをリセット */
	#all_wrap #form_area input[type="submit"],
	#all_wrap #form_area input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: none;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	#all_wrap #form_area input[type="submit"]::-webkit-search-decoration,
	#all_wrap #form_area input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	#all_wrap #form_area input[type="submit"]::focus,
	#all_wrap #form_area input[type="button"]::focus {
		outline-offset: -2px;
	}
	#all_wrap #form_area input[type="submit"] {
		width: 100%;
		padding: 20px 100px;
		margin: 0 auto;
		display: inline-block;
		background: var(--main);
		border: none;
		color: #fff;
		cursor: pointer;
		transition: 0.5s;
	}
}



/************************************************************/
/*　トレーナー紹介　固定ページ
/************************************************************/

/*私たちの想い*/
#all_wrap #page_trainers .trainer_about {
	width: 100%;
	padding: 0 0 90px;
	margin: 0 auto 150px;
	position: relative;
	background: url('https://alesco.fit/wp-content/uploads/2020/12/trainer_about_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#all_wrap #page_trainers .trainer_about::after {
	display: block;
	content: '';
	width: 100%;
	height: 75px;
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
}
#all_wrap #page_trainers .trainer_about::before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 75px);
	background: var(--grad02);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
	opacity: 0.9;
}
#all_wrap #page_trainers .trainer_about strong {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 400;
	text-align: center;
	color: var(--text);
}
#all_wrap #page_trainers .trainer_about p {
	text-align: center;
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*私たちの想い*/
	#all_wrap #page_trainers .trainer_about {
		width: 100%;
		padding: 0 0 50px;
		margin: 0 auto 50px;
		position: relative;
		background: url('https://alesco.fit/wp-content/uploads/2020/12/trainer_about_bg.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#all_wrap #page_trainers .trainer_about::after {
		display: block;
		content: '';
		width: 100%;
		height: 28px;
		background: #f8f8f8;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
	}
	#all_wrap #page_trainers .trainer_about::before {
		display: block;
		content: '';
		width: 100%;
		height: calc(100% - 28px);
		background: var(--grad02);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
		transform: translate3d(0, 0,0);
		opacity: 0.9;
	}
	#all_wrap #page_trainers .trainer_about strong {
		display: block;
		width: 90%;
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-family: var(--font-en);
		font-weight: 400;
		text-align: center;
		color: var(--text);
	}
	#all_wrap #page_trainers .trainer_about p {
		text-align: center;
		padding: 0;
		margin: 0 auto 10px;
		width: 90%;
	}
}

/*寄り添える*/
#all_wrap .trainer_about_btm {
	width: 100%;
	padding: 80px 0 80px;
	margin: 0 auto;
	position: relative;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/top_staff_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#all_wrap .trainer_about_btm::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #cbbaa7;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
	opacity: 0.9;
}
#all_wrap .trainer_about_btm h2 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
#all_wrap .trainer_about_btm p {
	width: 80%;
	text-align: center;
	padding: 0;
	margin: 0 auto 10px;
	color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*寄り添える*/
	#all_wrap .trainer_about_btm {
		width: 100%;
		padding: 30px 0 30px;
		margin: 0 auto 50px;
		position: relative;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/top_staff_bg.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#all_wrap .trainer_about_btm::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
		transform: translate3d(0, 0,0);
	}
	#all_wrap .trainer_about_btm h2 {
		display: block;
		width: 90%;
		padding: 0;
		margin: 0 auto 30px;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-family: var(--font-en);
		font-weight: 400;
		text-align: center;
		color: #d3c8a8;
	}
	#all_wrap .trainer_about_btm p {
		width: 90%;
		text-align: center;
		padding: 0;
		margin: 0 auto 10px;
	}
}



/************************************************************/
/*　トレーナー紹介　カテゴリ一覧
/************************************************************/
#trainers_list > ul {
	list-style: none;
	width: 100%;
	padding: 80px 0 0;
	margin: 0 auto;
}
#trainers_list > ul > li:nth-child(odd) {
	width: 100%;
	padding: 0;
	margin: 0 auto 80px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#trainers_list > ul > li:nth-child(odd)::after {
	content: '';
	display: block;
	width: 70%;
	height: calc(100% + 80px);
	padding: 0;
	margin: 0;
	position: absolute;
	top: -80px;
	right: 0;
	background: var(--grad04);
	z-index: -1;
}
#trainers_list > ul > li:nth-child(even) {
	width: 100%;
	padding: 0;
	margin: 0 auto 80px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#trainers_list > ul > li:nth-child(even)::after {
	content: '';
	display: block;
	width: 70%;
	height: calc(100% + 80px);
	padding: 0;
	margin: 0;
	position: absolute;
	top: -80px;
	left: 0;
	background: var(--grad04);
	z-index: -1;
}
#trainers_list ul li figure {
	width: 37%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	order: 1;
}
#trainers_list ul li:nth-child(even) figure {
	order: 2;
}
#trainers_list ul li figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
#trainers_list ul li .trainer_info {
	width: 60%;
	padding: 0 0 40px;
	margin: 0;
	order: 2;
}
#trainers_list ul li:nth-child(even) .trainer_info {
	order: 1;
}
#all_wrap #trainers_list ul li:nth-child(odd) .trainer_position {
	display: block;
	font-size: 16px;
	color: var(--text);
	padding: 40px 0 20px 50px;
	border-bottom: 1px solid var(--text);
	position: relative;
}
#all_wrap #trainers_list ul li:nth-child(even) .trainer_position {
	display: block;
	font-size: 16px;
	color: var(--text);
	padding: 40px 50px 20px 20px;
	border-bottom: 1px solid var(--text);
	position: relative;
}
#all_wrap #trainers_list ul li:nth-child(odd) .trainer_position::before {
	counter-increment: count 1;
	content: '0'counter(count)'.';
	color: var(--main);
	font-size: 40px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: italic;
	font-weight: 400;
	position: absolute;
	top: -20px;
	left: 20px;
	text-transform: lowercase;
}
#all_wrap #trainers_list ul li:nth-child(even) .trainer_position::before {
	counter-increment: count 1;
	content: '0'counter(count)'.';
	color: var(--main);
	font-size: 40px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: italic;
	font-weight: 400;
	position: absolute;
	top: -20px;
	left: 0;
	text-transform: lowercase;
}
#all_wrap #trainers_list ul li:nth-child(odd) h3 {
	font-size: 25px;
	letter-spacing: 0.05em;
	padding: 30px 20px 20px 50px;
	margin: 0 auto;
	position: relative;
	font-style: italic;
	color: var(--text);
	font-weight: 600;
	text-align: left;
}
#all_wrap #trainers_list ul li:nth-child(even) h3 {
	font-size: 25px;
	letter-spacing: 0.05em;
	padding: 30px 50px 20px 20px;
	margin: 0 auto;
	position: relative;
	font-style: italic;
	color: var(--text);
	font-weight: 600;
	text-align: left;
}
#all_wrap #trainers_list ul li h3 span {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	color: #1e1e1e;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	font-weight: 400;
}
#all_wrap #trainers_list ul li:nth-child(odd) .trainer_info ol {
	list-style: disc;
	padding: 0 0 0 70px;
	margin: 0;
	margin-top: 0;
	color: #1e1e1e;
}
#all_wrap #trainers_list ul li:nth-child(even) .trainer_info ol {
	list-style: disc;
	padding: 0 50px 0 40px;
	margin: 0;
	margin-top: 0;
	color: #1e1e1e;
}
#all_wrap #trainers_list ul li .trainer_info ol li {
	list-style: disc;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0 auto 10px;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.4em;
}
#all_wrap .trainer_info ol li::after,
#all_wrap .trainer_info ol li::before {
	display: none;
}

#all_wrap #trainers_list ul li .trainer_message {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	order: 3;
	background: #f8f8f8;
}
#all_wrap #trainers_list ul li .acd-check{
	display: none;
}
#all_wrap #trainers_list ul li .acd-label {
	width: 50%;
	padding: 25px;
	margin: 0 auto;
	background: var(--main);
	color: #fff;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	position: relative;
	cursor: pointer;
}
#all_wrap #trainers_list ul li .acd-label::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
}
#all_wrap #trainers_list ul li .acd-label span {
	display: block;
	font-size: 0.6em;
	line-height: 1;
	font-family: var(--font-en);
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	padding: 5px 0 0;
	margin: 0;
}
#all_wrap #trainers_list ul li .acd-content {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #c8c8c8;
	background: #fafafa;
	max-height: 0;
	opacity: 0;
	padding: 40px;
	transition: 1s;
	visibility: hidden;
	text-align: left;
	font-size: 15px;
	line-height: 2em;
}
#all_wrap #trainers_list ul li .acd-check:checked + .acd-label + .acd-content {
	opacity: 1;
	padding: 40px;
	visibility: visible;
	max-height: 900px;
	transition: 1s;
	margin: 40px auto 80px;
	overflow: hidden;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#trainers_list > ul {
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#trainers_list > ul > li:nth-child(odd) {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#trainers_list > ul > li:nth-child(odd)::after {
		display: none;
	}
	#trainers_list > ul > li:nth-child(even) {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#trainers_list > ul > li:nth-child(even)::after {
		display: none;
	}
	#trainers_list ul li figure {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 1;
	}
	#trainers_list ul li:nth-child(even) figure {
		order: 0;
	}
	#trainers_list ul li figure:before {
		content:"";
		display: none; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#trainers_list ul li figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#trainers_list ul li .trainer_info {
		width: 100%;
		padding: 0 20px 20px;
		margin: 0;
		order: 2;
		background: var(--grad04);
	}
	#trainers_list ul li:nth-child(even) .trainer_info {
		order: 2;
	}
	#all_wrap #trainers_list ul li:nth-child(odd) .trainer_position {
		display: block;
		font-size: 16px;
		color: var(--text);
		padding: 20px 0 20px 60px;
		border-bottom: 1px solid var(--text);
		position: relative;
	}
	#all_wrap #trainers_list ul li:nth-child(even) .trainer_position {
		display: block;
		font-size: 16px;
		color: var(--text);
		padding: 20px 0 20px 60px;
		border-bottom: 1px solid var(--text);
		position: relative;
	}
	#all_wrap #trainers_list ul li:nth-child(odd) .trainer_position::before {
		counter-increment: count 1;
		content: '0'counter(count)'.';
		color: var(--main);
		font-size: 30px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		text-transform: lowercase;
	}
	#all_wrap #trainers_list ul li:nth-child(even) .trainer_position::before {
		counter-increment: count 1;
		content: '0'counter(count)'.';
		color: var(--main);
		font-size: 30px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		text-transform: lowercase;
	}
	#all_wrap #trainers_list ul li:nth-child(odd) h3 {
		font-size: 25px;
		letter-spacing: 0.05em;
		padding: 20px 0;
		margin: 0 auto;
		position: relative;
		font-style: italic;
		color: var(--text);
		font-weight: 600;
		text-align: left;
	}
	#all_wrap #trainers_list ul li:nth-child(even) h3 {
		font-size: 25px;
		letter-spacing: 0.05em;
		padding: 20px 0;
		margin: 0 auto;
		position: relative;
		font-style: italic;
		color: var(--text);
		font-weight: 600;
		text-align: left;
	}
	#all_wrap #trainers_list ul li h3 span {
		display: inline-block;
		padding: 0;
		margin: 0 0 0 10px;
		color: var(--text);
		font-size: 12px;
		font-style: italic;
		line-height: 1;
		font-weight: 400;
	}
	#all_wrap #trainers_list ul li:nth-child(odd) .trainer_info ol {
		list-style: disc;
		padding: 0 0 0 20px;
		margin: 0;
		margin-top: 0;
		color: var(--text);
	}
	#all_wrap #trainers_list ul li:nth-child(even) .trainer_info ol {
		list-style: disc;
		padding: 0 0 0 20px;
		margin: 0;
		margin-top: 0;
		color: var(--text);
	}
	#all_wrap #trainers_list ul li .trainer_info ol li {
		list-style: disc;
		list-style-type: disc;
		list-style-position: outside;
		padding: 0;
		margin: 0 auto 10px;
		color: var(--text);
		font-size: 14px;
		line-height: 1.4em;
	}
	#all_wrap .trainer_info ol li::after,
	#all_wrap .trainer_info ol li::before {
		display: none;
	}
	#all_wrap #trainers_list ul li .acd-label {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		background: var(--main);
		color: #fff;
		display: block;
		text-align: center;
		font-size: 20px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.2em;
		position: relative;
		cursor: pointer;
	}
	#all_wrap #trainers_list ul li .acd-label::after {
		content: '';
		width: 7px;
		height: 7px;
		border: 0px;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
	}
	#all_wrap #trainers_list ul li .acd-content {
		width: 90%;
		margin: 0 auto;
		border: 1px solid #c8c8c8;
		background: #fafafa;
		max-height: 0;
		opacity: 0;
		padding: 20px;
		transition: 1s;
		visibility: hidden;
		text-align: left;
		font-size: 15px;
		line-height: 2em;
	}
	#all_wrap #trainers_list ul li .acd-check:checked + .acd-label + .acd-content {
		opacity: 1;
		padding: 20px;
		visibility: visible;
		max-height: 900px;
		transition: 1s;
		margin: 20px auto 40px;
		overflow: hidden;
	}
}


/************************************************************/
/*　トレーナー紹介　詳細ページ
/************************************************************/
.trainer_detail {
	width: 100%;
	padding: 0;
	margin: 100px auto 80px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.trainer_detail::after {
	content: '';
	display: block;
	width: 65%;
	height: calc(100% + 160px);
	padding: 0;
	margin: 0;
	position: absolute;
	top: -80px;
	right: 0;
	background: var(--main);
	z-index: -1;
}
.trainer_detail figure {
	width: 37%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	order: 1;
}
.trainer_detail figure:before {
	content:"";
	display: block;
	padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.trainer_detail figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.trainer_detail .trainer_info {
	width: 63%;
	padding: 0 0 40px;
	margin: 0;
	order: 2;
}
.trainer_detail .trainer_position {
	display: block;
	font-size: 16px;
	color: var(--text);
	padding: 20px 0 20px 50px;
	border-bottom: 1px solid var(--main);
	position: relative;
}
#all_wrap .trainer_detail h3 {
	font-size: 25px;
	letter-spacing: 0.05em;
	padding: 30px 20px 20px 50px;
	margin: 0 auto;
	position: relative;
	font-style: normal;
	color: var(--main);
	font-weight: 600;
	text-align: left;
}
#all_wrap .trainer_detail h3 span {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	color: var(--text);
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	font-weight: 400;
}
#all_wrap .trainer_detail .trainer_info ol {
	list-style: disc;
	padding: 0 0 0 70px;
	margin: 0;
	margin-top: 0;
	color: var(--text);
}
#all_wrap .trainer_detail ol li {
	list-style: disc;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
	font-size: 14px;
	line-height: 1.4em;
}
#all_wrap .trainer_detail ol li::after,
#all_wrap .trainer_detail ol li::before {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.trainer_detail {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.trainer_detail::after {
		display: none;
	}
	.trainer_detail figure {
		width: 90%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 1;
	}
	.trainer_detail figure:before {
		content:"";
		display: block;
		padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.trainer_detail figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	.trainer_detail .trainer_info {
		width: 100%;
		padding: 0 20px 20px;
		margin: 0;
		order: 2;
		background: #000;
	}
	.trainer_detail .trainer_position {
		display: block;
		font-size: 16px;
		color: #fff;
		padding: 20px 0 20px 0;
		border-bottom: 1px solid #d0c5a5;
		position: relative;
	}
	#all_wrap .trainer_detail h3 {
		font-size: 25px;
		letter-spacing: 0.05em;
		padding: 20px 0;
		margin: 0 auto;
		position: relative;
		font-style: italic;
		color: #aa8a46;
		font-weight: 600;
		text-align: left;
	}
	#all_wrap .trainer_detail h3 span {
		display: inline-block;
		padding: 0;
		margin: 0 0 0 10px;
		color: #fff;
		font-size: 12px;
		font-style: italic;]
		line-height: 1;
		font-weight: 400;
	}
	#all_wrap .trainer_detail .trainer_info ol {
		list-style: disc;
		padding: 0 0 0 20px;
		margin: 0;
		margin-top: 0;
		color: #fff;
	}
	#all_wrap .trainer_detail ol li {
		list-style: disc;
		list-style-type: disc;
		list-style-position: outside;
		padding: 0;
		margin: 0 auto 10px;
		color: #fff;
		font-size: 14px;
		line-height: 1.4em;
	}
	#all_wrap .trainer_detail ol li::after,
	#all_wrap .trainer_detail ol li::before {
		display: none;
	}
}


/************************************************************/
/*　ダイエット成功事例
/************************************************************/
#all_wrap #page_case .case_box {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto 100px;
	position: relative;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/feature02_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#all_wrap #page_case .case_box::after {
	display: block;
	content: '';
	width: 100%;
	height: 75px;
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
}
#all_wrap #page_case .case_box::before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100%);
	background: var(--grad02);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
	opacity: 0.9;
}
#all_wrap #page_case .case_box h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 40px;
	margin: 0 auto 40px;
	position: relative;
}
#all_wrap #page_case .case_box h3::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap #page_case .case_box p {
	text-align: center;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #page_case .case_box {
		width: 100%;
		padding: 0 0 50px;
		margin: 0 auto 50px;
		position: relative;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/feature02_bg.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#all_wrap #page_case .case_box::after {
		display: block;
		content: '';
		width: 100%;
		height: 28px;
		background: #f8f8f8;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
	}
	#all_wrap #page_case .case_box::before {
		display: block;
		content: '';
		width: 100%;
		height: calc(100% - 28px);
		background: var(--grad02);
		opacity: 0.9;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
		transform: translate3d(0, 0,0);
	}
	#all_wrap #page_case .case_box h3 {
		width: 90%;
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		padding: 0 0 20px;
		margin: 0 auto 20px;
		position: relative;
	}
	#all_wrap #page_case .case_box h3::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap #page_case .case_box p {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
}

/*成功事例一覧*/
#case_list_area {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.case_list {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	transition: 0.2s;
}
#all_wrap .case_list li {
	width: 48%;
	padding: 0;
	margin: 0 0 70px;
}
#all_wrap .case_list li h3 {
	font-size: 16px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .case_list li figure {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	background: #000;
	overflow: hidden;
}
#all_wrap .case_list li figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .case_list li figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}

#all_wrap .case_studio {
	width: auto;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-family: var(--font-en);
	font-size: 12px;
	letter-spacing: 0.2em;
	background: var(--main);
	padding: 10px 0;
	margin: 0;
	transition: 0.2s;
	text-align: left;
	line-height: 250%;
}
#all_wrap li:hover .case_studio {
	opacity: 0.8;
	transition: 0.2s;
}

#all_wrap .case_result {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: var(--grad01);
	color: var(--text);
	font-size: 2em;
	font-weight: 600;
	font-style: italic;
	transition: 0.2s;
	line-height: 1;
	opacity: 1;
}
#all_wrap .case_result span {
	display: block;
	padding: 0;
	margin: 0 auto 5px;
	font-size: 12px;
}
#all_wrap .case_list li:hover .case_result {
	opacity: 0.8;
	transition: 0.2s;
}

#all_wrap .case_btn {
	display: none;
}
#all_wrap .case_list_btn {
	display: block;
	text-align: center;
	padding: 20px 0 0;
}
#all_wrap .case_list_btn a {
	display: inline-block;
	padding: 10px 40px;
	margin: 0 auto;
	text-align: center;
	background: none;
	border: 1px solid var(--text);
	color: var(--text);
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.2em;
	transition: 0.2s;
}
#all_wrap .case_list_btn a:hover {
	transition: 0.2s;
	background: var(--text);
	color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.case_studio {
		width: 30px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
		font-family: var(--font-en);
		font-size: 12px;
		letter-spacing: 0.2em;
		background: #000;
		padding: 10px 0;
		margin: 0;
		transition: 0.2s;
		text-align: left;
		line-height: 250%;
	}

	#all_wrap .case_btn {
		display: block;
		text-align: center;
	}
	#all_wrap .case_btn a {
		display: inline-block;
		padding: 10px 40px;
		margin: 0 auto;
		text-align: center;
		background: none;
		border: 1px solid var(--text);
		color: var(--text);
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.2em;
	}

	#all_wrap .case_list_btn {
		display: block;
		text-align: center;
		padding: 0;
	}
	#all_wrap .case_list_btn a {
		display: inline-block;
		padding: 10px 40px;
		margin: 0 auto;
		text-align: center;
		background: none;
		border: 1px solid var(--text);
		color: var(--text);
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.2em;
	}
}
#all_wrap .case_age {
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 0 0 10px;
	margin: 0 auto 20px;
	color: var(--text);
	font-size: 1em;
	font-style: normal;
	letter-spacing: 0.05em;
}
#all_wrap .case_age::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	background: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*成功事例一覧*/
	#case_list_area {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.case_list {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
		transition: 0.2s;
	}
	#all_wrap .case_list li {
		width: 100%;
		padding: 0;
		margin: 0 0 50px;
	}
	#all_wrap .case_list li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#all_wrap .case_list li figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	#all_wrap .case_list li figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#all_wrap .case_list li h3 {
		font-size: 1.2em;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		letter-spacing: 0.05em;
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .case_list li:hover .case_studio {
		background: var(--main);
		transition: 0.2s;
	}
	#all_wrap .case_list li:hover .case_result {
		background: var(--main);
		transition: 0.2s;
	}
}



/************************************************************/
/*　各ショップ
/************************************************************/
.shop_about {
	width: 100%;
	padding: 0 0 200px;
	margin: 0 auto;
	position: relative;
	background: url('https://alesco.fit/wp-content/uploads/2020/11/feature02_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
#all_wrap .shop_about::after {
	display: block;
	content: '';
	width: 100%;
	height: 80px;
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
}
#all_wrap .shop_about::before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100%);
	background: var(--grad01);
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
}
#all_wrap .shop_about h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--text);
	padding: 0 0 20px;
	margin: 0 auto 50px;
	position: relative;
}
#all_wrap .shop_about h3::before {
	display: none;
}
#all_wrap .shop_about h3::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--text);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#all_wrap .l-wrapper-full .shop_about p {
	width: 80%;
	padding: 0;
	margin: 0 auto 50px;
	text-align: center;
	color: var(--text);
}
#all_wrap .shop_about ul {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .shop_about ul li {
	width: auto;
	padding: 30px 40px 0;
	margin: 0 10px;
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	background: url('https://alesco.fit/wp-content/uploads/2020/12/trophy_bg_top.png') no-repeat;
	background-size: 30px;
	background-position: top center;
}
#all_wrap .shop_about ul li::before {
	content: '';
	display: block;
	width: 50px;
	height: 80px;
	padding: 0;
	margin: 0;
	background: url('https://alesco.fit/wp-content/uploads/2020/12/trophy_bg_left.png') no-repeat;
	background-size: 50px;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	transform: scale(1);
}
#all_wrap .shop_about ul li::after {
	content: '';
	display: block;
	width: 50px;
	height: 80px;
	padding: 0;
	margin: 0;
	background: url('https://alesco.fit/wp-content/uploads/2020/12/trophy_bg_right.png') no-repeat;
	background-size: 50px;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	transform: scale(1);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.shop_about {
		width: 100%;
		padding: 0 0 100px;
		margin: 0 auto;
		position: relative;
		background: url('https://alesco.fit/wp-content/uploads/2020/11/feature02_bg.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#all_wrap .shop_about::after {
		display: block;
		content: '';
		width: 100%;
		height: 33px;
		background: #f8f8f8;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
	}
	#all_wrap .shop_about::before {
		display: block;
		content: '';
		width: 100%;
		height: calc(100% - 30px);
		background: var(--grad01);
		opacity: 0.9;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
		transform: translate3d(0, 0,0);
		opacity: 0.9;
	}
	#all_wrap .shop_about h3 {
		width: 90%;
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--text);
		padding: 0 0 20px;
		margin: 0 auto 20px;
		position: relative;
	}
	#all_wrap .shop_about h3::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: var(--text);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	#all_wrap .l-wrapper-full .shop_about p {
		width: 90%;
		padding: 0;
		margin: 0 auto 30px;
		text-align: center;
	}
	#all_wrap .shop_about ul {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .shop_about ul li {
		width: auto;
		padding: 30px 40px 0;
		margin: 0 10px 30px;
		position: relative;
		color: #fff;
		font-size: 15px;
		line-height: 1.4em;
		text-align: center;
		font-style: italic;
		background: url('https://alesco.fit/wp-content/uploads/2020/12/trophy_bg_top.png') no-repeat;
		background-size: 30px;
		background-position: top center;
	}
	#all_wrap .shop_about ul li::before {
		content: '';
		display: block;
		width: 50px;
		height: 80px;
		padding: 0;
		margin: 0;
		background: url('https://alesco.fit/wp-content/uploads/2020/12/trophy_bg_left.png') no-repeat;
		background-size: 50px;
		background-position: bottom;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
		transform: scale(1);
	}
	#all_wrap .shop_about ul li::after {
		content: '';
		display: block;
		width: 50px;
		height: 80px;
		padding: 0;
		margin: 0;
		background: url('https://alesco.fit/wp-content/uploads/2020/12/trophy_bg_right.png') no-repeat;
		background-size: 50px;
		background-position: bottom;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
		transform: scale(1);
	}
}

/*ポイント*/
.shop_point {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	transform: translateY(-85px);
}
.shop_point01,
.shop_point02 {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 70px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.shop_point01 figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.shop_point02 figure {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	order: 2;
}
.shop_point01 figure:before,
.shop_point02 figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.shop_point01 figure img,
.shop_point02 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.shop_point01_info,
.shop_point02_info {
	width: 47%;
	padding: 0;
	margin: 0;
}
#all_wrap .shop_point01_info h3,
#all_wrap .shop_point02_info h3 {
	padding: 20px 0 20px;
	margin: 0 auto 20px;
	color: var(--text);
	font-size: 18px;
	letter-spacing: 0.05em;
	position: relative;
	text-align: left;
}
#all_wrap .shop_point01_info h3::before,
#all_wrap .shop_point02_info h3::before {
	display: none;
}
#all_wrap .shop_point01 .shop_point01_info h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .shop_point02 .shop_point02_info h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -75px;
	width: calc(100% + 75px);
	height: 1px;
	background: var(--text);
}
#all_wrap .shop_point01 .shop_point01_info h3 span,
#all_wrap .shop_point02 .shop_point02_info h3 span {
	color: var(--main);
	font-size: 50px;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: -40px;
	left: -30px;
	text-transform: lowercase;
}
#all_wrap .shop_point01 .shop_point01_info h3 span::first-letter,
#all_wrap .shop_point02 .shop_point02_info h3 span::first-letter {
	text-transform: uppercase;
}
#all_wrap .l-wrapper-full .content .shop_point01 .shop_point01_info p,
#all_wrap .l-wrapper-full .content .shop_point02 .shop_point02_info p {
	padding: 0;
}
#all_wrap .shop_point01 .shop_point01_info p strong,
#all_wrap .shop_point02 .shop_point02_info p strong {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0;
	margin: 0 auto 20px;
	display: block;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ポイント*/
	.shop_point {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
		transform: translateY(-37px);
	}
	.shop_point01,
	.shop_point02 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.shop_point01 figure {
		width: 90%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 0;
	}
	.shop_point02 figure {
		width: 90%;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: center;
		position: relative;
		overflow: hidden;
		order: 0;
	}
	.shop_point01 figure:before,
	.shop_point02 figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.shop_point01 figure img,
	.shop_point02 figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	#all_wrap .shop_point01_info,
	#all_wrap .shop_point02_info {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .shop_point01_info h3,
	#all_wrap .shop_point02_info h3 {
		padding: 20px 0 20px 60px;
		margin: 0 auto 20px;
		color:var(--text);
		font-size: 15px;
		letter-spacing: 0.05em;
		position: relative;
		text-align: left;
	}
	#all_wrap .shop_point01 .shop_point01_info h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100%);
		height: 1px;
		background: var(--text);
	}
	#all_wrap .shop_point02 .shop_point02_info h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc(100%);
		height: 1px;
		background: var(--text);
	}
	#all_wrap .shop_point01 .shop_point01_info h3 span,
	#all_wrap .shop_point02 .shop_point02_info h3 span {
		color: var(--main);
		font-size: 30px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0%, -50%);
		padding: 0;
		margin: 0;
	}
	#all_wrap .shop_point01 .shop_point01_info h3 span::first-letter,
	#all_wrap .shop_point02 .shop_point02_info h3 span::first-letter {
		text-transform: uppercase;
	}
	#all_wrap .shop_point01 .shop_point01_info p strong,
	#all_wrap .shop_point02 .shop_point02_info p strong{
		font-size: 15px;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		font-weight: bold;
		padding: 0;
		margin: 0 auto 20px;
		display: block;
	}
}

/*メッセージ*/
.shop_message {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.shop_message_box {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}
.shop_message_box:before {
	content: "";
	display: block;
	padding-top: 50%; /* 1:1 */
}
.shop_message_box figure {
	width: 50%;
	padding: 0;
	margin: 0;
}
.shop_message_box figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.shop_message_box > div.shop_message_txt {
	width: 60%;
	height: auto;
	padding: 50px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	background: var(--grad04);
}
#all_wrap .shop_message_box > div.shop_message_txt h3 {
	display: block;
	text-align: left;
	font-size: 25px;
	line-height: 1.4em;
	font-style: normal;
	color: var(--main);
	padding: 0 0 20px;
	margin: 0 auto 20px;
	position: relative;
}
#all_wrap .shop_message_box > div.shop_message_txt h3::before {
	display: none;
}
#all_wrap .shop_message_box > div.shop_message_txt h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 100px);
	height: 1px;
	background: var(--main);
	z-index: 10;
}
#all_wrap .shop_message_box > div.shop_message_txt p {
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap .shop_message_box > div.shop_message_txt p.alignright {
	padding: 0;
	margin: 0;
	color: var(--text);
}
#all_wrap .shop_message_box > div.shop_message_txt p span.name {
	color: var(--main);
	font-style: italic;
	font-size: 20px;
	margin-left: 20px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*メッセージ*/
	.shop_message {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.shop_message_box {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
	}
	.shop_message_box:before {
		display: none;
	}
	.shop_message_box figure {
		width: 80%;
		padding: 0;
		margin: 0 0 0 auto;
		order: 0;
	}
	.shop_message_box figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	.shop_message_box > div.shop_message_txt {
		width: 95%;
		height: auto;
		padding: 20px;
		margin: 0;
		position: static;
		top: 0;
		left: 0;
		background: var(--grad04);
		order: 2;
		transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		-ms-transform: translate(0%, -30px);
	}
	#all_wrap .shop_message_box > div.shop_message_txt h3 {
		display: block;
		text-align: left;
		font-size: 20px;
		line-height: 1.4em;
		font-style: normal;
		color: var(--main);
		padding: 0 0 20px;
		margin: 0 auto 20px;
		position: relative;
	}
	#all_wrap .shop_message_box > div.shop_message_txt h3::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100%);
		height: 1px;
		background: var(--main);
		z-index: 10;
	}
	#all_wrap .shop_message_box > div.shop_message_txt p {
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .shop_message_box > div.shop_message_txt p.alignright {
		padding: 0;
		margin: 0;
		color: var(--text);
	}
	#all_wrap .shop_message_box > div.shop_message_txt p span.name {
		color: var(--main);
		font-style: italic;
		font-size: 20px;
		margin-left: 20px;
	}
}

/************************************************************/
/*　店舗ページ　ブログ
/************************************************************/
#studioblog {
	width: 90%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto 110px;
}
#all_wrap #studioblog h2 {
	width: 100%;
	font-family: var(--font-en);
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: var(--main);
	font-size: 40px;
	text-align: center;
	position: relative;
	padding: 20px 0 0;
	margin: 0 auto 10px;
	border: none;
}
#all_wrap #studioblog h2::before {
	display: block;
	content: '';
	width: 100px;
	height: 1px;
	background: var(--main);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#studioblog > span {
	font-size: 12px;
	color: #111;
	text-align: center;
	padding: 0;
	margin: 0 auto 40px;
	display: block;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#studioblog {
		width: 90%;
		max-width: 90%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap #studioblog h2 {
		width: 100%;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.2em;
		color: var(--main);
		font-size: 30px;
		text-align: center;
		position: relative;
		padding: 20px 0 0;
		margin: 0 auto 10px;
		border: none;
	}
	#studioblog > span {
		font-size: 12px;
		color: var(--main);
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
		display: block;
	}
	#all_wrap #studioblog ul.blogList {
		width: 100%;
	}
	#studioblog ul li {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
		background: #fff;
	}
	#all_wrap #studioblog ul li:nth-child(4),
	#all_wrap #studioblog ul li:nth-child(5),
	#all_wrap #studioblog ul li:nth-child(6) {
		display: none;
	}
}


/*----------------------------------------------------------*/
/* トップ　トロフィー　スマホ用
/*----------------------------------------------------------*/
#topTrophy {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topTrophy {
		display: block;
		width: 90%;
		padding: 40px 0 0;
		margin: 0 auto;
	}
	#all_wrap #topTrophy > h2 {
		color: var(--main);
		font-size: 30px;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		background: none;
	}
	#all_wrap #topTrophy > h2 > span {
		display: block;
		color: var(--main);
		font-size: 15px;
		line-height: 1;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		padding: 0;
		margin: 0 auto 10px;
		text-align: center;
	}
	#all_wrap #topTrophy > figure {
		width: 50%;
		padding: 0;
		margin: 0 auto 30px;
	}
	#all_wrap #topTrophy > figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	#all_wrap #topTrophy > ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
	}
	#all_wrap #topTrophy > ul > li {
		width: 100%;
		padding: 10px;
		margin: 0 auto 1px;
		border-radius: 5px;
		background: var(--main);
		color: #fff;
		font-size: 15px;
		line-height: 1.4em;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		text-align: center;
	}
	#all_wrap #topTrophy > ul > li::before,
	#all_wrap #topTrophy > ul > li::after {
		display: none;
	}
	#all_wrap #topTrophy > ul > li span {
		display: block;
		width: 100%;
		padding: 0;
		margin: 5px auto 0;
		color: #fff;
		font-size: 11px;
		line-height: 1.4em;
		font-family: var(--font-en);
		font-feature-settings: "palt";
		font-style: normal;
		font-weight: 400;
		text-align: center;
		opacity: 0.8;
	}
}



/*----------------------------------------------------------*/
/* スライダー
/*----------------------------------------------------------*/

/*スライダー*/
#case_slider {
	width: 100%;
	padding: 0;
	margin: 0 auto 80px;
	position: relative;
	overflow: hidden;
}
#case_slider .slider {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity: 0;
	position: relative;
	z-index: 10;
	visibility: hidden;
	transition: 0.2s;
}
#case_slider .slick-initialized {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}
#all_wrap #case_slider .slider li {
	width: 30%;
	padding: 0;
	margin: 0;
	margin-right: 40px;
	outline: 0;
}
#all_wrap #case_slider .slider li h3 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap #case_slider .slider li h3 a {
	color: var(--text);
	font-weight: 500;
}
#all_wrap .content #case_slider .slider li h3::before {
	display: none;
}
#all_wrap #case_slider .slider li h3 a:hover {
	text-decoration: none;
}
#all_wrap #case_slider .slider li figure {
	width: 100%;
	padding: 0;
	margin: auto auto 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #000;
}
#all_wrap #case_slider .slider li figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap #case_slider .slider li figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}

/*ボタン*/
#all_wrap #case_slider .slider .slick-prev,
#all_wrap #trainer_slider .slider .slick-prev {
	position: absolute;
	top: 55%;
	left: 0;
	margin: auto 0;
	padding: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	background-image: url('https://alesco.fit/wp-content/uploads/2020/11/arrow_left.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
#all_wrap #case_slider .slider .slick-next,
#all_wrap #trainer_slider .slider .slick-next {
	position: absolute;
	top: 55%;
	right: 0;
	margin: auto 0;
	padding: 0;
	font-size: 0;
	background: #fff;
	width: 30px;
	height: 30px;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	background-image: url('https://alesco.fit/wp-content/uploads/2020/11/arrow_right.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}


/*トレーナースライダー*/
#page_trainer_slider {
	margin-bottom: 100px;
}
#all_wrap #trainer_slider {
	margin-bottom: 30px;
}
#all_wrap #trainer_slider ul.slider {
	width: 100%;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
}
#all_wrap #trainer_slider ul.slider li {
	width: 30%;
	padding: 20px 0 0;
	margin: 0 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
	outline: 0;
}
#all_wrap #trainer_slider ul.slider li:before {
	display: block;
	content: '';
	width: 80%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: var(--main);
	position: absolute;
	top: -20px;
	right: 0;
	z-index: -1;
}
#all_wrap #trainer_slider ul.slider li figure {
	width: 40%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#all_wrap #trainer_slider ul.slider li figure:before {
	content:"";
	display: block;
	padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap #trainer_slider ul.slider li figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*トレーナースライダー*/
	#page_trainer_slider,
	#page_case_slider {
		margin-bottom: 50px;
	}
	#all_wrap #trainer_slider,
	#all_wrap #case_slider {
		margin-bottom: 30px;
	}
	#all_wrap .l-wrapper-full .content #page_trainer_slider h2 + p {
		width: 90%;
		margin: 0 auto 20px;
	}
	#all_wrap #trainer_slider ul.slider {
		width: 100%;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap #trainer_slider ul.slider li {
		width: 30%;
		padding: 20px 0 0;
		margin: 0 10px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
		z-index: 0;
		outline: 0;
	}
	#all_wrap #trainer_slider ul.slider li:before {
		display: block;
		content: '';
		width: 90%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: var(--main);
		position: absolute;
		top: -20px;
		right: 0;
		z-index: -1;
	}
	/*ボタン*/
	#all_wrap #trainer_slider ul.slider .slick-prev {
		position: absolute;
		top: 40%;
		left: 0;
		margin: auto 0;
		padding: 0;
		font-size: 0;
		width: 30px;
		height: 30px;
		z-index: 100;
		border: none;
		outline: none;
		cursor: pointer;
		background-image: url('https://alesco.fit/wp-content/uploads/2020/11/arrow_left.png');
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
	}
	#all_wrap #trainer_slider ul.slider .slick-next {
		position: absolute;
		top: 40%;
		right: 0;
		margin: auto 0;
		padding: 0;
		font-size: 0;
		background: #fff;
		width: 30px;
		height: 30px;
		z-index: 100;
		border: none;
		outline: none;
		cursor: pointer;
		background-image: url('https://alesco.fit/wp-content/uploads/2020/11/arrow_right.png');
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#all_wrap #case_slider .slider li {
		width: 100%;
		padding: 0;
		margin: 0 10px;
		outline: 0;
	}
}

.trainer_list_info {
	width: 60%;
	padding: 0 0 100px;
	margin: 0;
}
.trainer_list_info span {
	color: var(--text);
	font-size: 12px;
	font-style: normal;
	display: block;
	padding: 10px 20px;
	margin: 0;
}
#all_wrap .slider li .trainer_list_info h3 {
	font-size: 25px;
	letter-spacing: 0.05em;
	padding: 20px 20px 15px;
	margin: 0 auto;
	position: relative;
	font-style: normal;
	color: var(--main);
	font-weight: 600;
	text-align: left;
}
#all_wrap .slider li .trainer_list_info h3::before {
	display: none;
}
#all_wrap .trainer_list_info h3::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: calc(100% + 40px);
	height: 1px;
	background: var(--main);
}
#all_wrap .trainer_list_info p {
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
	line-height: 1.7em;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.05em;
}
#all_wrap .trainer_btn {
	position: absolute;
	bottom: 40px;
	right: 20px;
	text-align: right;
	padding: 0;
}
#all_wrap .trainer_btn a {
	display: inline-block;
	padding: 10px 40px;
	margin: 0;
	border: 1px solid var(--main);
	background: none;
	color: var(--main);
	position: relative;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.2em;
	transition: 0.2s;
}
#all_wrap .trainer_btn a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 1px var(--main);
	border-right: solid 1px var(--main);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
#all_wrap .trainer_btn a:hover {
	background: var(--main);
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
#all_wrap .trainer_btn a:hover::after {
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
#all_wrap .palax .moreBtn {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	z-index: 10;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.trainer_list_info {
		width: 60%;
		padding: 0 0 80px;
		margin: 0;
	}
	.trainer_list_info span {
		color: var(--text);
		font-size: 12px;
		line-height: 1.2em;
		font-style: normal;
		display: block;
		padding: 10px 10px 10px 20px;
		margin: 0;
	}
	#all_wrap .slider li .trainer_list_info h3 {
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 10px 20px 5px;
		margin: 0 auto;
		position: relative;
		font-style: normal;
		color: var(--main);
		font-weight: 600;
		text-align: left;
	}
	#all_wrap .trainer_list_info h3::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -20px;
		width: calc(100% + 40px);
		height: 1px;
		background: var(--main);
	}
	#all_wrap .trainer_list_info p {
		padding: 0 20px !important;
		margin: 0 !important;
		font-size: 12px !important;
		line-height: 1.6em;
		font-style: normal;
		color: var(--text);
		letter-spacing: 0.05em;
	}
	#all_wrap .trainer_list_info p br {
		display: none;
	}
	#all_wrap .trainer_btn {
		position: absolute;
		bottom: 40px;
		right: 20px;
		text-align: right;
		padding: 0;
	}
	#all_wrap .trainer_btn a {
		display: inline-block;
		padding: 7px 30px;
		margin: 0;
		border: 1px solid var(--main);
		background: none;
		color: var(--main);
		position: relative;
		font-size: 10px;
		letter-spacing: 0.2em;
		transition: 0.2s;
	}
	#all_wrap .trainer_btn a::after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-bottom: solid 1px var(--main);
		border-right: solid 1px var(--main);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -4px;
	}
	#all_wrap .trainer_btn a:hover {
		background: var(--main);
		color: #fff;
		text-decoration: none;
		transition: 0.2s;
	}
	#all_wrap .trainer_btn a:hover::after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -4px;
	}
	#all_wrap .palax .moreBtn {
		position: absolute;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		bottom: -40px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		z-index: 10;
	}
}



/************************************************************/
/*　ダイエット成功事例　詳細ページ
/************************************************************/
#all_wrap .l-wrapper-full h2.h2_title {
	width: 100%;
	padding: 0 0 30px;
	margin: 0 auto 40px;
	font-family: var(--font-en);
	font-size: 40px;
	font-weight: lighter;
	line-height: 1;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	text-align: center;
	color: var(--main);
	position: relative;
	border: none;
}
#all_wrap .l-wrapper-full h2.h2_title::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	background: var(--main);
}
#all_wrap .l-wrapper-full h2.h2_title span {
	display: block;
	text-align: center;
	padding: 5px 0 0;
	margin: 0 auto;
	font-size: 0.4em;
	line-height: 1;
	font-family: var(--font-en);
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.4em;
	color: var(--main);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper-full h2.h2_title {
		width: 90%;
		padding: 0 0 20px;
		margin: 0 auto 20px;
		font-family: var(--font-en);
		font-size: 30px;
		font-weight: lighter;
		line-height: 1;
		letter-spacing: 0.2em;
		font-feature-settings: "palt";
		text-align: center;
		color: var(--main);
		position: relative;
		border: none;
		font-style: normal;
	}
	#all_wrap .l-wrapper-full h2.h2_title::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		background: var(--main);
	}
	#all_wrap .l-wrapper-full h2.h2_title span {
		display: block;
		text-align: center;
		padding: 5px 0 0;
		margin: 0 auto;
		font-size: 0.4em;
		line-height: 1;
		font-family: var(--font-en);
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.4em;
		color: var(--main);
	}
}

#case_detail {
	width: 100%;
	padding: 0;
	margin: 0;
}
.case_detail_title {
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.case_detail_title h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	color: var(--main);
}
.case_detail_title h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--main);
	z-index: -1;
}
.case_detail_title h3 span {
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	background: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	color: var(--main);
	font-style: normal;
}
.case_detail_title > strong {
	display: block;
	text-align: center;
	font-size: 25px;
	padding: 0;
	margin: 0 auto 40px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#case_detail {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.case_detail_title {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.case_detail_title h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		text-align: center;
		color: var(--main);
	}
	.case_detail_title h3::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: var(--main);
		z-index: -1;
	}
	.case_detail_title h3 span {
		display: inline-block;
		padding: 0 20px;
		margin: 0 auto;
		background: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2em;
		letter-spacing: 0.2em;
		color: var(--main);
		font-style: normal;
	}
	.case_detail_title > strong {
		width: 90%;
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 0;
		margin: 0 auto 20px;
	}
}

/*ビフォーアフター*/
.case_detail_info {
	width: 100%;
	padding: 30px 0 0;
	margin: 0;
	position: relative;
}
.case_detail_info::before {
	content: '';
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	background:linear-gradient(90deg, #fafafa 0%, #fafafa 50%, var(--base) 50%, var(--base) 100%);
	z-index: -1;
}
.case_detail_info::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 53%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-top: 190px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid transparent;
	border-left: 100px solid #fafafa;
	background: var(--base);
	z-index: -1;
}
.case_cf {
	width: 80%;
	padding: 0;
	margin: 0 auto 70px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.case_cf_before {
	width: 48%;
	padding: 0;
	margin: 0;
}
.case_cf_after {
	width: 48%;
	padding: 0;
	margin: 0;
}
.case_cf figure {
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.case_cf figure:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.case_cf img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.case_cf ul {
	width: 100%;
	padding: 0 0 0 170px;
	margin: 0;
	list-style: none;
	position: relative;
}
.case_cf .case_cf_before ul::before {
	content: '';
	display: table-cell;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: -40px;
	left: 0;
	background: var(--grad03);
	color: var(--main);
}
.case_cf .case_cf_before ul::after {
	content: 'Before';
	display: block;
	width: 150px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	color: var(--main);
	font-family: var(--font-en);
	font-style: normal;
	letter-spacing: 0.2em;
	font-size: 20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.case_cf .case_cf_after ul::before {
	content: '';
	display: table-cell;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: -40px;
	left: 0;
	background: var(--grad01);
	color: var(--text);
}
.case_cf .case_cf_after ul::after {
	content: 'After';
	display: block;
	width: 150px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	color: var(--text);
	font-family: var(--font-en);
	font-style: normal;
	letter-spacing: 0.2em;
	font-size: 20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.case_cf ul li {
	width: 100%;
	color: var(--text);
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 auto 10px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.case_cf ul li span {
	width: 80px;
	padding: 0;
	margin: 0;
}
.case_cf ul li b {
	width: auto;
	padding: 0 0 0 30px;
	margin: 0;
	font-style: normal;
	position: relative;
}
.case_cf ul li b::before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: 50%;
	left: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ビフォーアフター*/
	.case_detail_info {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.case_detail_info::before {
		display: none;
	}
	.case_detail_info::after {
		display: none;
	}
	.case_cf {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.case_cf_before {
		width: 100%;
		padding: 20px;
		margin: 0;
		background: #fafafa;
	}
	.case_cf_after {
		width: 100%;
		padding: 70px 20px 20px;
		margin: 0 auto 50px;
		background: var(--base);
		position: relative;
	}
	.case_cf_after::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		width: 0;
		height: 0;
		border-top: 40px solid #fafafa;
		border-right: 50vw solid transparent;
		border-bottom: none;
		border-left: 50vw solid transparent;
		background: var(--base);
	}
	.case_cf figure {
		width: 100%;
		padding: 0;
		margin: 0 0 15px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.case_cf figure:before {
		content:"";
		display: block;
		padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	}
	.case_cf img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 0.5s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
	.case_cf ul {
		width: 100%;
		padding: 0 0 0 100px;
		margin: 0;
		list-style: none;
		position: relative;
	}
	.case_cf .case_cf_before ul::before {
		content: '';
		display: table-cell;
		width: 90px;
		height: 90px;
		border-radius: 90px;
		padding: 0;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		top: -20px;
		left: 0;
		background: var(--grad03);
		color: var(--main);
	}
	.case_cf .case_cf_before ul::after {
		content: 'Before';
		display: block;
		width: 90px;
		text-align: center;
		padding: 0;
		margin: 0;
		position: absolute;
		top: calc(40%);
		left: 0;
		color: var(--main);
		font-style: normal;
		letter-spacing: 0.2em;
		font-size: 15px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}
	.case_cf .case_cf_after ul::before {
		content: '';
		display: table-cell;
		width: 90px;
		height: 90px;
		border-radius: 90px;
		padding: 0;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		top: -20px;
		left: 0;
		background: var(--grad01);
		color: var(--text);
	}
	.case_cf .case_cf_after ul::after {
		content: 'After';
		display: block;
		width: 90px;
		text-align: center;
		padding: 0;
		margin: 0;
		position: absolute;
		top: calc(40%);
		left: 0;
		color: var(--text);
		font-style: normal;
		letter-spacing: 0.2em;
		font-size: 15px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}
	.case_cf ul li {
		width: 100%;
		color: var(--text);
		font-size: 1.2em;
		line-height: 1em;
		padding: 0;
		margin: 0 auto 10px;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}
	.case_cf .case_cf_before ul li {
		width: 100%;
		color: var(--text);
		font-size: 1.2em;
		line-height: 1em;
		padding: 0;
		margin: 0 auto 10px;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}
	.case_cf ul li span {
		width: 80px;
		padding: 0;
		margin: 0;
	}
	.case_cf ul li b {
		width: auto;
		padding: 0 0 0 30px;
		margin: 0;
		font-style: italic;
		position: relative;
		font-weight: bold;
		font-size: 1.2em;
	}
	.case_cf ul li b::before {
		content: '';
		display: block;
		width: 20px;
		height: 1px;
		background: var(--text);
		position: absolute;
		top: 50%;
		left: 0;
	}
	.case_cf .case_cf_before ul li b::before {
		content: '';
		display: block;
		width: 20px;
		height: 1px;
		background: #111;
		position: absolute;
		top: 50%;
		left: 0;
	}
}

/*成功結果*/
.case_cf_result {
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.case_cf_result h2 {
	width: 100%;
	padding: 0 0 30px;
	margin: 0 auto 30px;
	font-family: var(--font-en);
	font-size: 40px;
	font-weight: lighter;
	line-height: 1;
	letter-spacing: 0.4em;
	font-feature-settings: "palt";
	text-align: center;
	color: var(--main);
	position: relative;
}
.case_cf_result h2::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	background: var(--main);
}
.case_cf_result h2 span {
	display: block;
	text-align: center;
	padding: 5px 0 0;
	margin: 0 auto;
	font-size: 0.4em;
	line-height: 1;
	font-family: var(--font-en);
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.4em;
}
.case_cf_result ul {
	width: 100%;
	padding: 30px 40px;
	margin: 0 auto 70px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background: var(--main);
	border-radius: 5px;
}
.case_cf_result ul li {
	width: 32%;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: nowrap;
	font-style: normal;
}
.case_cf_result ul li span {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
	background: none;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8;
	color: #fff;
}
.case_cf_result ul li span.result_item {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	height: 25px;
	margin: 0 20px 0 0;
	background: #fff;
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	font-style: normal;
	color: var(--main);
	position: relative;
}
.case_cf_result ul li span.result_item::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -10px;
	border-bottom: 25px solid transparent;
	border-left: 10px solid #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*成功結果*/
	.case_cf_result {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.case_cf_result h2 {
		width: 90%;
		padding: 0 0 20px;
		margin: 0 auto 20px;
		font-family: var(--font-en);
		font-size: 30px;
		font-weight: lighter;
		line-height: 1;
		letter-spacing: 0.4em;
		font-feature-settings: "palt";
		text-align: center;
		color: var(--main);
		position: relative;
	}
	.case_cf_result h2::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		background: var(--main);
	}
	.case_cf_result h2 span {
		display: block;
		text-align: center;
		padding: 5px 0 0;
		margin: 0 auto;
		font-size: 0.4em;
		line-height: 1;
		font-family: var(--font-en);
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.4em;
	}
	.case_cf_result ul {
		width: 100%;
		padding: 20px 20px 0;
		margin: 0 auto 50px;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		background: var(--main);
	}
	.case_cf_result ul li {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		line-height: 1;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-end;
		flex-wrap: nowrap;
		font-style: normal;
	}
	.case_cf_result ul li span {
		display: inline-block;
		padding: 0;
		margin: 0 5px 0 0;
		background: none;
		font-size: 3em;
		font-style: normal;
		font-weight: bold;
		line-height: 0.8;
		color: #fff;
	}
	.case_cf_result ul li span.result_item {
		width: 25%;
		display: inline-block;
		vertical-align: middle;
		padding: 6px 10px 5px;
		height: 25px;
		margin: 0 20px 0 0;
		background: #fff;
		font-size: 1em;
		font-weight: 400;
		line-height: 1;
		font-style: normal;
		color: var(--main);
		position: relative;
		border-right: 1px solid #fff;
	}
	.case_cf_result ul li span.result_item::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		right: -11px;
		border-bottom: 25px solid transparent;
		border-left: 10px solid #fff;
	}
}

/*インタビュー*/
.case_interview {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto 100px;
	background-image: url('https://alesco.fit/wp-content/uploads/2020/11/case_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 0;
}
.case_interview::before{
	display: block;
	content: '';
	width: 100%;
	height: calc(100%);
	background: var(--grad02);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	transform: translate3d(0, 0,0);
	opacity: 0.95;
}
.case_interview::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
}
.case_interview p {
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	font-style: normal;
	padding: 0;
	margin: 0 auto 40px;
	text-align: center;
	color: var(--text);
}
.case_interview p strong {
	font-size: 25px;
	line-height: 1.4em;
	color: #fff;
	padding: 0;
	margin: 0 5px;
}
.case_interview ul {
	width: 70%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.case_interview ul li {
	width: 100%;
	padding: 30px;
	margin: 0 auto 30px;
	background: #fff;
	color: #000;
	border-radius: 5px;
}
.case_interview ul li:last-child {
	margin-bottom: 0;
}
.case_interview ul li::before {
	display: none;
}
#all_wrap .case_interview ul li h3 {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 1.4em;
	color: var(--main);
	padding: 0;
	margin: 0 auto 10px;
	text-align: left;
}
#all_wrap .case_interview ul li h3::before,
#all_wrap .case_interview ul li h3::after {
	display: none;
}
#all_wrap .case_interview ul li p {
	padding: 0;
	margin: 0 auto 10px;
	color: var(--text);
	text-align: left;
}
#all_wrap .case_interview ul li p:last-of-type {
	margin-bottom: 0;
}
.tag_btn {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
}
.tag_btn > a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: var(--main);
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 3px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*インタビュー*/
	.case_interview {
		width: 100%;
		padding: 0 0 50px;
		margin: 0 auto 50px;
		background-image: url('https://alesco.fit/wp-content/uploads/2020/11/case_bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
		z-index: 0;
	}
	c
		display: block;
		content: '';
		width: 100%;
		height: calc(100% - 20px);
		background: var(--grad02);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		box-sizing: border-box;
		transform: translate3d(0, 0,0);
		opacity: 0.95;
	}
	.case_interview::after {
		content: '';
		display: block;
		width: 100%;
		height: 20px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: -1;
	}
	#all_wrap .l-wrapper-full .content .case_interview p {
		width: 90%;
		font-size: 15px;
		line-height: 2;
		font-weight: 400;
		font-feature-settings: "palt" 1;
		font-style: normal;
		padding: 0;
		margin: 0 auto 20px;
		text-align: left;
	}
	.case_interview p strong {
		font-size: 20px;
		line-height: 1.4em;
		color: #cfc29e;
		padding: 0;
		margin: 0;
		display: block;
	}
	.case_interview p br {
		display: none;
	}
	.case_interview ul {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
	}
	.case_interview ul li {
		width: 100%;
		padding: 20px;
		margin: 0 auto 20px;
		background: #fff;
		color: var(--text);
	}
	.case_interview ul li:last-child {
		margin-bottom: 0;
	}
	.case_interview ul li::before {
		display: none;
	}
	#all_wrap .case_interview ul li h3 {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 1.4em;
		color: var(--main);
		padding: 0;
		margin: 0 auto 10px;
		text-align: left;
	}
	#all_wrap .l-wrapper-full .content .case_interview ul li P {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		color: var(--text);
		text-align: left;
	}
	
	.tag_btn {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.postContents + .tag_btn {
		width: 90%;
		max-width: 90%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.tag_btn > a {
		display: inline-block;
		padding: 5px 10px;
		margin: 0 5px 0 0;
		font-size: 10px;
		line-height: 1;
		font-weight: 400;
		color: var(--main);
		background: #fff;
		border: 1px solid var(--main);
		border-radius: 3px;
	}
}

/************************************************************/
/*　ボディメイク成功事例
/************************************************************/

/*リスト*/
#all_wrap #bodymake .bodymake_list {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	transition: 0.2s;
}
#all_wrap #bodymake .bodymake_list > li {
	width: 31%;
	padding: 0;
	margin: 0 0 40px;
}
#all_wrap #bodymake .bodymake_list > li figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*リスト*/
	#all_wrap #bodymake .bodymake_list {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		transition: 0.2s;
	}
	#all_wrap #bodymake .bodymake_list > li {
		width: 47%;
		padding: 0;
		margin: 0 0 20px;
	}
}


/************************************************************/
/*　カスタムテーブル
/************************************************************/
#all_wrap #topPrice {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
}
#all_wrap #topPrice.contPrice {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto 70px;
	position: relative;
	background: var(--base);
}
#all_wrap table.custom-table {
	table-layout: fixed;
	border: none;
	background: none;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	border-collapse: collapse;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#all_wrap table.custom-table thead th {
	display: table-cell;
	background: var(--text);
	border: none;
	border-right: 1px solid #fff;
	padding: 20px;
	margin: 0;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	box-shadow: none;
}
#all_wrap table.custom-table thead th:last-of-type {
	border: none;
}
#all_wrap table.custom-table thead th.column-1 {
	width: 160px;
	color: rgba(255,255,255,1);
	background: #fff;
	border-right: 1px solid #fff;
}
#all_wrap table.custom-table thead th.column-2 {
	color: rgba(255,255,255,1);
	background: #f24579;
	border-right: 1px solid #fff;
}

#all_wrap table.custom-table tbody td {
	display: table-cell;
	background: #fff;
	border: none;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 15px;
	margin: 0;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #222;
	box-shadow: none;
}
#all_wrap table.custom-table tbody td.column-2 {
	background: rgba(242,69,121,0.1);
	color: #f24579;
}
#all_wrap table.custom-table tbody td:first-of-type {
	font-size: 16px;
	font-weight: 500;
}
#all_wrap table.custom-table tbody td:last-of-type {
	border-right: none;
}
#all_wrap table.custom-table tbody tr:last-of-type td:first-of-type {
	border-radius: 0 0 0 10px;
}
#all_wrap table.custom-table tbody tr:last-of-type td:last-of-type {
	border-radius: 0 0 10px 0;
}

#all_wrap table.custom-table thead th:first-of-type,
#all_wrap table.custom-table tbody td:first-of-type {
	background: #fff;
}

#all_wrap table.custom-table tbody td small {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: 500;
	text-align: center;
	opacity: 0.6;
	color: #000;
	margin: 2px 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topPrice {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		position: relative;
		background: var(--base);
	}
	#all_wrap #topPrice.contPrice {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto 40px;
		position: relative;
		background: var(--base);
	}
	#all_wrap table.custom-table {
		table-layout: fixed;
		border: none;
		background: none;
		padding: 0;
		width: 800px;
		max-width: 800px;
		margin: 5px auto 0;
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		border-collapse: collapse;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 0;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	
	.js-scrollable {
		width: calc(100% - 40px) !important;
		padding: 10px !important;
		margin: 0 auto !important;
	}
}


#topBanner {
	padding: 30px 30px 0;
	margin: 0 auto;
}
#topBanner img {
	width: 100%;
	height: auto;
}


/************************************************************/
/*　申し込み状況
/************************************************************/
#topStatus {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	background: var(--grad02);
	position: relative;
}
#topStatus > header {
	max-width: 1100px;
}
#topStatus > header > p.right {
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 18px;
	line-height: 1.4em;
	white-space: nowrap;
}
/*リスト*/
#all_wrap .statusList {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .statusList::after {
	content: '';
	display: block;
	width: 31%;
}
#all_wrap .statusList > li {
	width: 31%;
	padding: 20px;
	margin: 0 0 40px;
	position: relative;
	background: #fff;
	border: 1px solid #c8c8c8;
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
}
#all_wrap .statusList > li::before,
#all_wrap .statusList > li::after {
	display: none;
}
#all_wrap .statusList > li > .status {
	width: 70px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 5;
	transform-origin: center;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}
#all_wrap .statusList > li > .status img {
	width: 100%;
	height: auto;
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
}
#all_wrap .statusList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 0;
}
#all_wrap .statusList > li > figure::before {
	content: '';
	display: block;
	padding-top: 60%;
}
#all_wrap .statusList > li > figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: -1;
}
#all_wrap .statusList > li .statusList_info h3 {
	font-size: 16px;
	line-height: 1.2em;
	padding: 0;
	margin: 0 auto 5px;
}
#all_wrap .statusList > li .statusList_info h3::before,
#all_wrap .statusList > li .statusList_info h3::after {
	display: none;
}
#all_wrap .statusList > li .statusList_info > p {
	padding: 0;
	margin: 0 auto 7px;
	font-size: 12px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#all_wrap .statusList > li .statusList_info > .line {
	padding: 0;
	margin: 0 auto 10px;
}
#all_wrap .statusList > li .statusList_info > .line a,
#all_wrap .content .statusList > li .statusList_info > .line a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 15px;
	margin: 0;
	background: #00b900;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	transition: all 0.3s ease;
}
#all_wrap .statusList > li .statusList_info > .line a:hover,
#all_wrap .content .statusList > li .statusList_info > .line a:hover {
	filter: brightness(1.2);
	text-decoration: none;
	transition: all 0.3s ease;
}
#all_wrap .statusList > li .statusList_info > .line a img {
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0 0 0 5px;
}
#all_wrap .statusList > li .statusList_info > .btn a,
#all_wrap .content .statusList > li .statusList_info > .btn a {
	border-radius: 5px;
	text-decoration: none;
}
#all_wrap .statusList > li .statusList_info > .btn a:hover,
#all_wrap .content .statusList > li .statusList_info > .btn a:hover {
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topStatus {
		padding: 40px 0;
	}
	#topStatus > header {
		width: calc(100% - 60px);
		max-width: 100%;
	}
	#topStatus > header > p.right {
		width: 100%;
		padding: 0;
		margin: 20px auto 20px;
		text-align: center;
		position: relative;
		top: unset;
		right: unset;
		font-size: 14px;
		line-height: 1.7em;
	}
	/*リスト*/
	#all_wrap .statusList {
		width: 90%;
		max-width: 90%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .statusList::after {
		content: '';
		display: none;
	}
	#all_wrap .statusList > li {
		width: 48%;
		padding: 15px;
		margin: 0 0 20px;
		position: relative;
		background: #fff;
		border: 1px solid #c8c8c8;
		filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
	}
	#all_wrap .statusList > li > .status {
		width: 40px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -10px;
		right: -10px;
		z-index: 5;
		transform-origin: center;
		transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
	}
	#all_wrap .statusList > li > .status.few {
		width: 60px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -10px;
		right: -10px;
		z-index: 5;
		transform-origin: center;
		transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
	}
	#all_wrap .statusList > li > .status img {
		width: 100%;
		height: auto;
		filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.05));
	}
	#all_wrap .statusList > li > figure {
		margin: 0 auto 10px;
		border-radius: 3px;
	}
	#all_wrap .statusList > li .statusList_info h3 {
		font-size: 15px;
		line-height: 1.2em;
		padding: 0;
		margin: 0 auto 5px;
	}
	#all_wrap .statusList > li .statusList_info > p {
		padding: 0;
		margin: 0 auto 7px;
		font-size: 12px;
		line-height: 1.7em;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#all_wrap .statusList > li .statusList_info > .line {
		padding: 0;
		margin: 0 auto 10px;
	}
	#all_wrap .statusList > li .statusList_info > .line a,
	#all_wrap .content .statusList > li .statusList_info > .line a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
		padding: 10px;
		margin: 0;
		background: #00b900;
		border-radius: 3px;
		font-size: 10px;
		line-height: 1.2em;
		color: #fff;
		transition: all 0.3s ease;
		white-space: nowrap;
		text-align: center;
	}
	#all_wrap .statusList > li .statusList_info > .line a:hover,
	#all_wrap .content .statusList > li .statusList_info > .line a:hover {
		filter: brightness(1.2);
		transition: all 0.3s ease;
	}
	#all_wrap .statusList > li .statusList_info > .line a img {
		display: none;
	}
	#all_wrap .statusList > li .statusList_info > .btn a,
	#all_wrap .content .statusList > li .statusList_info > .btn a {
		padding: 10px;
		font-size: 10px;
		line-height: 1.2em;
		border-radius: 3px;
		text-align: center;
	}
	#all_wrap .statusList > li .statusList_info > .btn a::after {
		width: 5px;
		height: 5px;
		right: 7px;
	}
}