@charset "utf-8";
/*
****************************************
----------------------------------------
------- common
----------------------------------------
****************************************
*/
html {
	font-size: 2.3vw;
}
.tb_only,
.sp_none {
	display: none !important;
}

.inner,
.inner_sp {
	width: 100%;
    padding: 0 5vw;
}

.has_padding {
	padding-top: 49px;
}

.mbs {
	margin-bottom: 3vw !important;
}
.mbm {
	margin-bottom: 5vw !important;
}
.mbl {
	margin-bottom: 7vw !important;
}
.mbl01 {
	margin-bottom: 10vw !important;
}
.mts {
	margin-top: 3vw !important;
}
.mtm {
	margin-top: 5vw !important;
}
.mtl {
	margin-top: 7vw !important;
}
.mtl01 {
	margin-top: 10vw !important;
}

.pbs {
	padding-bottom: 3vw !important;
}
.pbm {
	padding-bottom: 5vw !important;
}
.pbl {
	padding-bottom: 7vw !important;
}
.pbl01 {
	padding-bottom: 10vw !important;
}
.pts {
	padding-top: 3vw !important;
}
.ptm {
	padding-top: 5vw !important;
}
.ptl {
	padding-top: 7vw !important;
}
.ptl01 {
	padding-top: 10vw !important;
}

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

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

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

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

#menu {
	display: none;
}

.bg_block {
	padding: 45px 0;
	margin-top: 45px;
}

.bg_block + .bg_block {
	margin-top: 0;
}

.bg_block + .inner,
.bg_block + .inner_sp {
	margin-top: 7vw;
}

.full + .full,
.inner_sp + .full,
.inner + .full {
	margin-top: 7vw;
}

.parallax_title .h2box .inner {
	padding: 2vw 5vw;
}

.kakomi{
    border-width: 5px;
    padding: 4vw;
}

.beta {
    padding: 4vw;
}

.basic_layout .textbox {
	margin-top: 1em;
}

.sup_small {
	position: relative;
	top: -0.2em;
	display: inline-block;
}

.table_scroll:before {
	content: "※横スクロールで全体を見ることができます。";
}

.m_imglink .box:hover a:before,
a:hover *:before,
a:hover {
	opacity: 1 !important;
}

.just_height {
	text-align: center;
	height: auto !important;
}

.on + .spacer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 52px;
}

.header01 .hm_wrap, .header02 .hm_wrap, .header03 .hm_wrap {
    z-index: 10;
}


/*****************************
------------------------------
header
------------------------------
*****************************/
.header01,
.header02,
.header03 {
	height: auto;
	transition: 0.5s;
}
.header01 .header_main_home,
.header02 .header_main_home,
.header03 .header_main_home {
	width: 49px;
}

.header01 .header01_nav_sp,
.header02 .header02_nav_sp,
.header03 .header03_nav_sp {
	position: absolute;
	width: 100%;
	/* top: 49px; */
	left: 0;
	z-index: 1000;
	display: none;
}

.header01 .header01_nav_sp .nav_li,
.header02 .header02_nav_sp .nav_li,
.header03 .header03_nav_sp .nav_li {
	cursor: pointer;
}

.header01 .header01_nav_sp .nav_li > a,
.header02 .header02_nav_sp .nav_li > a,
.header03 .header03_nav_sp .nav_li > a {
	padding: 2vw 2vw 2vw 2vw;
	display: block;
	position: relative;
	text-decoration: none;
}

.header01 .header01_nav_sp .nav_li > a span {
	letter-spacing: 0.1em;
	color: #cecece;
	font-size: 1.3rem;
	margin-left: 3vw;
}

.header01 .header01_nav_sp .nav_li > a br, .header02 .header02_nav_sp .nav_li > a br, .header03 .header03_nav_sp .nav_li > a br {
	display: none;
}

.header01 .header01_nav_sp .has_child > a:before,
.header02 .header02_nav_sp .has_child > a:before,
.header03 .header03_nav_sp .has_child > a:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 44%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
}

.header01 .header01_nav_sp .has_child > a.on:before,
.header02 .header02_nav_sp .has_child > a.on:before,
.header03 .header03_nav_sp .has_child > a.on:before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
}

.header01 .header01_nav_sp .has_child > .sub_menu_block,
.header02 .header02_nav_sp .has_child > .sub_menu_block,
.header03 .header03_nav_sp .has_child > .sub_menu_block {
	display: none;
}

.header01 .has_grand > .sub_menu_block,
.header02 .has_grand > .sub_menu_block,
.header03 .has_grand > .sub_menu_block {
	display: none;
}

.header01 .header01_nav_sp .sub_menu_block a,
.header02 .header02_nav_sp .sub_menu_block a,
.header03 .header03_nav_sp .sub_menu_block a {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0 10px;
	text-decoration: none;
}

.header01 .hm_wrap,
.header02 .hm_wrap,
.header03 .hm_wrap {
	position: absolute;
	right: 15px;
	top: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header01 .hm_btn,
.header02 .hm_btn,
.header03 .hm_btn {
	width: 24px;
	height: 22px;
	position: relative;
	transition: 0.7s;
	cursor: pointer;
}

.header01 .hm_btn:after,
.header01 .hm_btn:before,
.header02 .hm_btn:after,
.header02 .hm_btn:before,
.header03 .hm_btn:after,
.header03 .hm_btn:before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	transition: 0.7s;
}

.header01 .hm_btn:before,
.header02 .hm_btn:before,
.header03 .hm_btn:before {
	top: 9px;
}

.header01 .hm_btn:after,
.header02 .hm_btn:after,
.header03 .hm_btn:after {
	top: 18px;
}

.header01 .hm_btn span,
.header02 .hm_btn span,
.header03 .hm_btn span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 4px;
	transition: 0.7s;
}

.header01 .hm_btn.on span,
.header02 .hm_btn.on span,
.header03 .hm_btn.on span {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header01 .hm_btn.on:before,
.header02 .hm_btn.on:before,
.header03 .hm_btn.on:before {
	display: none;
}

.header01 .hm_btn.on:after,
.header02 .hm_btn.on:after,
.header03 .hm_btn.on:after {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header01 .has_grand > a:after,
.header02 .has_grand > a:after,
.header03 .has_grand > a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	margin-left: 5px;
}

.header01 .header01_nav_sp .has_grand .nav_li_child a:before,
.header02 .header02_nav_sp .has_grand .nav_li_child a:before,
.header03 .header03_nav_sp .has_grand .nav_li_child a:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 14px;
}

.header01 .header01_nav_sp .has_grand .nav_li_child a,
.header02 .header02_nav_sp .has_grand .nav_li_child a,
.header03 .header03_nav_sp .has_grand .nav_li_child a {
	position: relative;
	padding-left: 24px;
}

.header01 .header01_nav_sp .has_grand .nav_li_child:not(:last-of-type) a,
.header02 .header02_nav_sp .has_grand .nav_li_child:not(:last-of-type) a,
.header03 .header03_nav_sp .has_grand .nav_li_child:not(:last-of-type) a {
	border-bottom: 0;
}

.header01 .header01_nav_sp .has_grand .nav_li_child:last-of-type a,
.header02 .header02_nav_sp .has_grand .nav_li_child:last-of-type a,
.header03 .header03_nav_sp .has_grand .nav_li_child:last-of-type a {
	padding-bottom: 9px;
}

.header01 .sub_menu .sub_menu,
.header02 .sub_menu .sub_menu,
.header03 .sub_menu .sub_menu {
	padding-top: 6px;
}

.header01 .sub_menu .nav_li_child:last-child .sub_menu li:last-child a,
.header02 .sub_menu .nav_li_child:last-child .sub_menu li:last-child a,
.header03 .sub_menu .nav_li_child:last-child .sub_menu li:last-child a {
	border-bottom: none;
}

.header01 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child,
.header02 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child,
.header03 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child {
	position: relative;
	padding-top: 6px;
}

.header01 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child:before,
.header02 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child:before,
.header03 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child:before {
	width: 90%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 1px;
	left: 10px;
	content: "";
	top: 0;
	position: absolute;
}

.header01 .sub_menu .nav_li_child:last-child .sub_menu_block .sub_menu,
.header02 .sub_menu .nav_li_child:last-child .sub_menu_block .sub_menu,
.header03 .sub_menu .nav_li_child:last-child .sub_menu_block .sub_menu {
	padding-top: 0px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
header common
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.header01,
.header03 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 6px 0;
	z-index: 100000;
}

.header01 .inner {
	padding: 0 15px;
}

.header01 h1 {
	/*width: 200px;*/
}

.header02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 52px;*/
	height: 64px;
	display: flex;
	padding-left: 10px;
}
.header02 h1 {
	/*width: 200px;*/
}
.header02 h1 a {
	display: flex;
	flex-direction: column;
}
.header02 h1 span {
	font-size: 14px;
}
.header01 .header01_nav_sp,
.header02 .header02_nav_sp,
.header03 .header03_nav_sp {
	max-height: calc(100vh - 49px);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	position: absolute;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
	left: 0;
	width: 100%;
}
.header01 .hm_wrap,
.header02 .hm_wrap,
.header03 .hm_wrap {
	position: fixed;
	right: 5px;
	top: 5px;
	width: 40px;
height: 40px;
background: #fff;
}
.header01 .hm_has_txt .hm_txt,
.header02 .hm_has_txt .hm_txt,
.header03 .hm_has_txt .hm_txt {
	display: none;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
下層MV(パララックスしない)
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.post_ttl .h2box .h2_image {
	padding-top: 30%;
}

/*****************************
------------------------------
under
------------------------------
*****************************/

#under {
	margin-bottom: 20vw;
}

#under .catch {
	font-size: 2.2rem;
}

#under h2 {
	margin-top: 30px;
}

#under .post_ttl .h2box h2 {
	font-size: 2.2rem;
}

#under .meritbox ul {
	padding: 2vw 3vw;
}

#under .meritbox > div + div {
	margin-top: 1em;
}

#under .center_img {
	text-align: center;
}

#under .center_img img {
	display: inline-block;
	vertical-align: bottom;
}

.flow_next {
	position: relative;
	margin-top: 70px;
}

.flow_next:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 3vw 4vw 0 4vw;
	background: none !important;
}

#under img.alignright {
	padding: 10px 0 10px 0;
	margin: 0 auto;
	display: block;
}

#under img.alignleft {
	padding: 10px 0 10px 0;
	margin: 0 auto;
	display: block;
}

#under .alignright {
	float: none;
}

#under .alignleft {
	float: none;
}
.breadcrumbs {
	margin-bottom: 4vw;
	margin-top: 3vw;
}
.breadcrumbs > span:before {
    right: 0.3vw;
    margin-top: -0.2vw;
    margin-right: 1.4vw;
    width: 1.2vw;
    height: 1.2vw;
}
.breadcrumbs > span {
	padding-right: 4vw;
}
/*****************************
------------------------------
catch_copy
------------------------------
*****************************/
.catch_copy {
	font-size: 2.2rem
}
/*
****************************************
----------------------------------------
------- sitemap
----------------------------------------
****************************************
*/
.menu-sitemap-container>ul>li>a {
	padding: 2vw 3vw;
}

.menu-sitemap-container > ul > li {
	padding-left: 0;
}

.menu-sitemap-container > ul > li::before {
	display: none;
}
/*
****************************************
----------------------------------------
------- title common
----------------------------------------
****************************************
*/
.no_parallax div[class*="title_set"] h2 + h3,
.no_parallax div[class*="title_set"] h3 + h4,
.no_parallax div[class*="title_set"] h4 + h5 {
	margin-top: -5px;
}

.no_parallax h3,
.no_parallax h4,
.no_parallax h5 {
	margin-top: 4vw;
}

.has_parallax h3,
.has_parallax h4,
.has_parallax h5,
.has_parallax h6 {
	margin-top: 10vw;
}

.has_parallax h3 {
	margin-bottom: 6vw;
	font-size: 2.1rem;
}
.has_parallax h4 {
	margin-bottom: 4vw;
	font-size: 2rem;
}
.has_parallax h5 {
	margin-bottom: 2.8vw;
	font-size: 1.8rem;
}
.has_parallax h6 {
	margin-bottom: 2.8vw;
	font-size: 1.8rem;
}


/*****************************
------------------------------
ttl_top
------------------------------
*****************************/
.ttl_top_lv03 {
	margin-bottom: 25px;
}

.ttl_top_lv03:before {
	bottom: -11px;
}

.ttl_top_lv02 {
	margin-bottom: 20px;
}

.ttl_top_lv03.ttl_pop em {
	font-size: 2rem;
}

.ttl_top_lv03.ttl_pop:before {
	border-width: 9px 9px 0 9px;
	bottom: -9px;
}



/*****************************
------------------------------
parallax_title
------------------------------
*****************************/
.parallax_title {
	position: relative;
	height: 180px;
	margin-bottom: 20px;
}

.parallax_title .h2box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.parallax_title .h2box .inner {
	padding: 10px 15px;
}

.parallax_title .h2box h2 {
	font-size: 2.5rem;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
}

.parallax_title .h2box .inner p {
	margin-top: 0;
}

/*
****************************************
----------------------------------------
------- title_set01
----------------------------------------
****************************************
*/
.has_parallax div[class*="title_set01"] h3 + h4 {
	margin-top: 9vw;
}
.title_set01_lv02,
.no_parallax .title_set01 h2,
.has_parallax .title_set01 h3 {
	margin-bottom: 13vw;
	padding-top: 3.5vw;
	line-height: 1.6;
}
.title_set01_lv02:before,
.no_parallax .title_set01 h2:before,
.has_parallax .title_set01 h3:before {
	bottom: -4vw;
	width: 16vw;
	height: 2px;
}

.title_set01_lv03,
.no_parallax .title_set01 h3,
.has_parallax .title_set01 h4 {
	margin-top: 8vw;
	padding: 0 3vw 1.8vw 0;
}

.title_set01_lv04,
.no_parallax .title_set01 h4,
.has_parallax .title_set01 h5 {
	padding: 2vw 0 2vw 5vw;
}

.title_set01_lv04:before,
.no_parallax .title_set01 h4:before,
.has_parallax .title_set01 h5:before {
	top: 0.84em;
	width: 2.8vw;
	height: 2.8vw;
	border-width: 0.8vw;
}

.title_set01_lv05,
.no_parallax .title_set01 h5,
.has_parallax .title_set01 h6 {
	padding: 2vw 0 0 5vw;
}

.title_set01_lv05:before,
.no_parallax .title_set01 h5:before,
.has_parallax .title_set01 h6:before {
	width: 2.8vw;
	height: 0.8vw;
	top: 1.05em;
}

/*
****************************************
----------------------------------------
------- title_set02
----------------------------------------
****************************************
*/
.has_parallax div[class*="title_set02"] h3 + h4 {
	margin-top: 40px;
}
.title_set02_lv02,
.no_parallax .title_set02 h2,
.has_parallax .title_set02 h3 {
	margin-top: 8vw;
	padding: 2vw 2vw 2.4vw;
}

.title_set02_lv02:before,
.no_parallax .title_set02 h2:before,
.has_parallax .title_set02 h3:before {
	bottom: 1vw;
}

.title_set02_lv03,
.no_parallax .title_set02 h3,
.has_parallax .title_set02 h4 {
	margin-top: 8vw;
	padding: 2vw 0 2vw 0;
}

.title_set02_lv04,
.no_parallax .title_set02 h4,
.has_parallax .title_set02 h5 {
	padding: 2vw 0 0 4.5vw;
}

.title_set02_lv04:before,
.no_parallax .title_set02 h4:before,
.has_parallax .title_set02 h5:before {
	top: 0.74em;
	width: 2.8vw;
	height: 2.8vw;
	border-width: 0.8vw;
}

.title_set02_lv05,
.no_parallax .title_set02 h5,
.has_parallax .title_set02 h6 {
	padding: 2vw 0 0 5vw;
}

.title_set02_lv05:before,
.no_parallax .title_set02 h5:before,
.has_parallax .title_set02 h6:before {
	width: 2.8vw;
	height: 0.8vw;
	top: 1.05em;
}

/*
****************************************
----------------------------------------
------- title_set03
----------------------------------------
****************************************
*/

.title_set03_lv02,
.no_parallax .title_set03 h2,
.has_parallax .title_set03 h3 {
	padding: 3vw 2vw 3vw 5vw;
}

.title_set03_lv02:before,
.no_parallax .title_set03 h2:before,
.has_parallax .title_set03 h3:before {
	width: 6px;
}

.title_set03_lv03,
.no_parallax .title_set03 h3,
.has_parallax .title_set03 h4 {
	padding: 2vw 0 1.5vw;
}

.title_set03_lv03:before,
.title_set03_lv03:after,
.no_parallax .title_set03 h3:before,
.no_parallax .title_set03 h3:after,
.has_parallax .title_set03 h4:before,
.has_parallax .title_set03 h4:after {
	bottom: -4px;
	height: 4px;
}

.title_set03_lv04,
.no_parallax .title_set03 h4,
.has_parallax .title_set03 h5 {
	padding: 2vw 0 1vw;
}

.title_set01_lv05,
.no_parallax .title_set03 h5,
.has_parallax .title_set03 h6 {
	padding: 2vw 0 0 5vw;
}

.title_set01_lv05:before,
.no_parallax .title_set03 h5:before,
.has_parallax .title_set03 h6:before {
	width: 2.8vw;
	height: 0.8vw;
	top: 1.05em;
}
/*
****************************************
----------------------------------------
------- title_set04
----------------------------------------
****************************************
*/
.has_parallax div[class*="title_set04"] h4 + h5 {
	margin-top: 35px;
}

.title_set04_lv02,
.no_parallax .title_set04 h2,
.has_parallax .title_set04 h3 {
	padding: calc(3vw + 3px) 3vw 3vw 3vw;
}

.title_set04_lv02:before,
.no_parallax .title_set04 h2:before,
.has_parallax .title_set04 h3:before {
	height: 3px;
}

.title_set04_lv03,
.no_parallax .title_set04 h3,
.has_parallax .title_set04 h4 {
	padding: 2vw 0;
}

.title_set04_lv03:before,
.title_set04_lv03:after,
.no_parallax .title_set04 h3:before,
.no_parallax .title_set04 h3:after,
.has_parallax .title_set04 h4:before,
.has_parallax .title_set04 h4:after {
	bottom: -2px;
	height: 2px;
}

.title_set04_lv03:before,
.no_parallax .title_set04 h3:before,
.has_parallax .title_set04 h4:before {
	width: 12%;
}

.title_set04_lv04,
.no_parallax .title_set04 h4,
.has_parallax .title_set04 h5 {
	margin-top: 8vw;
	padding: 2vw 2vw 2vw 5vw;
}

.title_set04_lv04:before,
.no_parallax .title_set04 h4:before,
.has_parallax .title_set04 h5:before {
	width: 5px;
}

.title_set04_lv05,
.no_parallax .title_set04 h5,
.has_parallax .title_set04 h6 {
	padding: 2vw 0 0 5vw;
}

.title_set04_lv05:before,
.no_parallax .title_set04 h5:before,
.has_parallax .title_set04 h6:before {
	width: 2.8vw;
	height: 0.8vw;
	top: 1.05em;
}

/*
****************************************
----------------------------------------
------- title_set05
----------------------------------------
****************************************
*/

.title_set05_lv02,
.no_parallax .title_set05 h2,
.has_parallax .title_set05 h3 {
	padding: 2vw 3vw 2vw 3vw;
}

.title_set05_lv02:before,
.no_parallax .title_set05 h2:before,
.has_parallax .title_set05 h3:before {
	top: 3px;
}

.title_set05_lv02:after,
.no_parallax .title_set05 h2:after,
.has_parallax .title_set05 h3:after {
	bottom: 3px;
}

.title_set05_lv03,
.no_parallax .title_set05 h3,
.has_parallax .title_set05 h4 {
	padding: 2vw 0 2vw 6vw;
}

.title_set05_lv03:before,
.no_parallax .title_set05 h3:before,
.has_parallax .title_set05 h4:before {
	top: 2.8vw;
	left: 0;
	width: 2.8vw;
	height: 2.8vw;
}

.title_set05_lv03:after,
.no_parallax .title_set05 h3:after,
.has_parallax .title_set05 h4:after {
	top: 5.4vw;
	left: 2.4vw;
	width: 1.6vw;
	height: 1.6vw;
}

.title_set05_lv04,
.no_parallax .title_set05 h4,
.has_parallax .title_set05 h5 {
	padding: 2vw 0 1vw 4vw;
}

.title_set05_lv04:after,
.no_parallax .title_set05 h4:after,
.has_parallax .title_set05 h5:after {
	top: 3.7vw;
	left: 0.4vw;
	width: 2vw;
	height: 2vw;
}

.title_set01_lv05,
.no_parallax .title_set05 h5,
.has_parallax .title_set05 h6 {
	padding: 2vw 0 0 5vw;
}

.title_set01_lv05:before,
.no_parallax .title_set05 h5:before,
.has_parallax .title_set05 h6:before {
	width: 2.8vw;
	height: 0.8vw;
	top: 1.05em;
}
/*
****************************************
----------------------------------------
------- title_set06
----------------------------------------
****************************************
*/
.has_parallax div[class*="title_set06"] h4 + h5 {
	margin-top: 35px;
}

.title_set06_lv02,
.no_parallax .title_set06 h2,
.has_parallax .title_set06 h3 {
	padding: 2vw 0;
}

.title_set06_lv02:before,
.title_set06_lv02:after,
.no_parallax .title_set06 h2:before,
.no_parallax .title_set06 h2:after,
.has_parallax .title_set06 h3:before,
.has_parallax .title_set06 h3:after {
	bottom: -2px;
	height: 2px;
}

.title_set06_lv03,
.no_parallax .title_set06 h3,
.has_parallax .title_set06 h4 {
	padding: 2vw 0 1vw;
}

.title_set06_lv04,
.no_parallax .title_set06 h4,
.has_parallax .title_set06 h5 {
	position: relative;
	padding: 0.6vw 0 0.6vw 5vw;
}

.title_set01_lv05,
.no_parallax .title_set06 h5,
.has_parallax .title_set06 h6 {
	padding: 2vw 0 0 5vw;
}

.title_set01_lv05:before,
.no_parallax .title_set06 h5:before,
.has_parallax .title_set06 h6:before {
	width: 2.8vw;
	height: 0.8vw;
	top: 1.05em;
}

/*****************************
------------------------------
list
------------------------------
*****************************/
.basic_layout ul, .dotlist02 ul, .dotlist01 ul {
	margin-bottom: -1.3vw;
}

.basic_layout li, .dotlist li, .dotlist02 li {
	margin-bottom: 1.3vw;
}

.basic_layout ul li:before,
.dotlist02 li:before,
.dotlist li:before {
	top: 2.9vw;
	left: 0;
	width: 1.2vw;
	height: 1.2vw;
}

.basic_layout .checklist li, .checklist li {
	padding-left: 1.8em;
}

.checklist li:before, .basic_layout .checklist li:before {
	top: .5em;
}

.checklist li:after, .basic_layout .checklist li:after {
	top: 0.4em;
}

/*****************************
------------------------------
table
------------------------------
*****************************/

.th40 th:first-of-type {
	width: 40%;
}

th,
td {
	padding: 2vw;
}

.eigyou01 th,
.eigyou01 td {
	font-size: 1.2rem;
	padding: 2vw 1vw;
	letter-spacing: 0px;
}
.eigyou01 thead th:nth-of-type(2),
.eigyou01 thead th:nth-of-type(3),
.eigyou01 thead th:nth-of-type(4),
.eigyou01 thead th:nth-of-type(5),
.eigyou01 thead th:nth-of-type(6),
.eigyou01 thead th:nth-of-type(7) {
	width: 9.2%;
}

.eigyou01 thead th:nth-of-type(8) {
	/* width: 14.8%; */
}

.table_fee th {
	width: 60%;
}

.table_flat th span {
	padding: 0 2vw;
}

.table_flat td {
    padding-left: 4vw;
    padding-right: 3vw;
}

/*****************************
------------------------------
qa
------------------------------
*****************************/
.basic_layout .qa_box + .catch_copy {
	margin-top: 10vw;
}

.a_box {
	margin-top: 2vw;
}

.qa_box + .qa_box {
	margin-top: 4vw;
	padding-top: 4vw;
}

.qa_box .textbox {
	margin-top: 0;
}

.qa_box .imgbox {
	margin-bottom: 1em;
}

/*****************************
------------------------------
特殊FLOW
------------------------------
*****************************/

.flow_arrow_box .rowbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: column-reverse;
	margin: 0 !important;
}

.flow_arrow_box .textbox {
	margin-top: 0 !important;
	width: 100%;
}

.flow_arrow_box {
	padding: 5vw;
}

.flow_arrow_box .tl_block {
	margin-bottom: 2vw;
}

.flow_arrow_box .imgbox {
	margin-top: 4vw !important;
}

.flow_arrow_box + .flow_arrow_box {
	margin-top: 8vw;
}

.flow_arrow_box + .flow_arrow_box:before {
	top: -8vw;
	border-width: 4vw 10vw 0 10vw;
}
.flow_arrow_box .tl_block .step {
	width: 17vw;
	margin-right: 3vw;
}

.flow_arrow_box .tl {
	font-size: 2.4rem !important;
}

.flow_arrow_box .tl_block .step p {
	font-size: 4rem;
}

/*****************************
------------------------------
feature_circle_img_box
------------------------------
*****************************/

.feature_circle_txt {
	margin-top: 1em;
}

.feature_circle_block .btn {
	margin-top: 1em;
	margin-bottom: 2em;
}

.feature_circle_box + .feature_circle_box {
	margin-top: 2.5em;
}

.feature_circle_num {
	margin-bottom: 1em;
}

.feature_circle_img_box {
	width: 50%;
	margin: 0 auto;
}


/*
****************************************
----------------------------------------
------- m_imglink
----------------------------------------
****************************************
*/
.m_imglink .m_imglink_inner {
	min-height: 25vw;
}

.m_imglink .m_imglink:last-of-type {
	border-bottom: 0;
}

.m_imglink_txt {
	display: block !important;
	height: auto !important;
	font-size: 1.6rem;
	width: 90%;
	margin: 0 auto;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
col
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.m_col {
	display: block;
	margin: 0 0 -5vw 0;
}

.m_col_item {
	margin: 0 0 5vw 0;
}

.m_col .m_col_item {
	width: 100%;
}

/*****************************
------------------------------
vertical_img_block
------------------------------
*****************************/
.vertical_img_block {
	background: #fbf3ec;
}

.vertical_icon {
	margin-top: 1em;
	text-align: center;
}

.vertical_icon img {
	width: 40px;
	display: inline-block;
}

.vertical_ttl {
	text-align: center;
	margin-top: 1em;
	color: #79726d;
}

.vertical_icon + .vertical_ttl {
	margin-top: 0;
}

.vertical_detail {
	padding: 0 15px 40px;
}

.vertical_img {
	position: relative;
	overflow: hidden;
}

.vertical_img span {
	position: absolute;
	bottom: -4px;
	right: 0;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	letter-spacing: 5px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/*
****************************************
----------------------------------------
------- m_postcard
----------------------------------------
****************************************
*/
.inner .m_postcard + .m_postcard {
	margin-top: 20px;
}
/*
****************************************
----------------------------------------
------- m_polaroid
----------------------------------------
****************************************
*/
.m_polaroid_ttl {
	margin-bottom: 15px;
}

.m_polaroid_icon .m_polaroid_img img {
	width: 8vw;
}

/*
****************************************
----------------------------------------
------- imgbg_wrap
----------------------------------------
****************************************
*/
.imgbg_wrap {
	padding: 30px 0;
}

.imgbg_txt {
	margin-top: 1em;
}

/*
****************************************
----------------------------------------
------- img_bg_block
----------------------------------------
****************************************
*/
.img_bg_block {
	padding: 8vw 0;
}

.img_bg_top_sp {
	padding-top: 43vw;
	background: #ccc;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

.img_bg_block.no_bg_sp:before {
	display: none;
}

.img_bg_frostglass .img_bg_box {
	padding: 30px 20px;
}

/*****************************
------------------------------
mod_frostglass
------------------------------
*****************************/

.mod_frostglass {
	padding: 20px;
}

/*
****************************************
----------------------------------------
------- news_box
----------------------------------------
****************************************
*/
.news_box h3,
.news_box h4,
.news_box h5 {
	margin-bottom: 20px;
}

.news_box ul {
	margin-bottom: 20px;
}
.basic_layout .news_box li,
.news_box li {
	padding: 3vw 0;
}

.news_box li span {
	display: block;
}

.news_box a {
	display: inline;
}

.news_box {
	margin-top: 6vw;
}

.news_box_btn {
	margin-top: 6vw;
}


/*****************************
------------------------------
mod_bnr
------------------------------
*****************************/
.mod_bnr {
	padding: 30px 0 30px;
}

.mod_bnr_box + .mod_bnr_box {
	margin-top: 1em;
}
.mod_bnr_box img {
	width: 300px;
}


/*****************************
------------------------------
mod_flex
------------------------------
*****************************/
.mod_flex .flex_item + .flex_item {
	margin-top: 2em;
}

/*****************************
------------------------------
mod_stripe
------------------------------
*****************************/
.mod_stripe .stripe_box {
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 30px 0;
}

.mod_stripe .stripe_inner {
	width: 100%;
	float: none;
	padding: 0 15px;
	margin: 0 auto;
}

.mod_stripe .stripe_ttl {
	font-size: 2.4rem;
	margin-bottom: 35px;
}

.mod_stripe .stripe_box {
	height: auto !important;
}

.mod_stripe .stripe_box:nth-of-type(2n) .stripe_inner {
	float: none;
}

.mod_stripe .stripe_detail {
	display: block;
	height: auto !important;
}

.mod_stripe .stripe_img {
	width: 100%;
	margin-bottom: 15px;
}

.mod_stripe .stripe_desc {
	width: 100%;
}

.mod_stripe .stripe_box:nth-of-type(1),
.mod_stripe .stripe_box:nth-of-type(3) {
	background: repeating-linear-gradient(
		90deg,
		#ebf9ff,
		#ebf9ff 12px,
		#f3fbff 0,
		#f3fbff 24px
	);
}

.mod_stripe .stripe_box:nth-of-type(1) .stripe_ttl,
.mod_stripe .stripe_box:nth-of-type(3) .stripe_ttl {
	color: #43af69;
}

.mod_stripe .stripe_box:nth-of-type(1) .stripe_ttl:after,
.mod_stripe .stripe_box:nth-of-type(3) .stripe_ttl:after {
	background-image: linear-gradient(
		to right,
		#009fe8,
		#009fe8 2px,
		transparent 2px,
		transparent 4px
	);
}

.mod_stripe .stripe_box:nth-of-type(2),
.mod_stripe .stripe_box:nth-of-type(4) {
	background: repeating-linear-gradient(
		90deg,
		#ffebf3,
		#ffebf3 12px,
		#fff3f8 0,
		#fff3f8 24px
	);
}

.mod_stripe .stripe_box:nth-of-type(2) .btn03,
.mod_stripe .stripe_box:nth-of-type(4) .btn03 {
	border: 1px solid #3d9cc9;
	color: #3d9cc9;
}

.mod_stripe .stripe_box:nth-of-type(2) .btn03:before,
.mod_stripe .stripe_box:nth-of-type(4) .btn03:before {
	border-color: transparent transparent transparent #3d9cc9;
}

.mod_stripe .stripe_box:nth-of-type(2) .stripe_ttl,
.mod_stripe .stripe_box:nth-of-type(4) .stripe_ttl {
	color: #3d9cc9;
}

.mod_stripe .stripe_box:nth-of-type(2) .stripe_ttl:after,
.mod_stripe .stripe_box:nth-of-type(4) .stripe_ttl:after {
	background-image: linear-gradient(
		to right,
		#3d9cc9,
		#3d9cc9 2px,
		transparent 2px,
		transparent 4px
	);
}

/*
****************************************
----------------------------------------
------- mod_flow_col
----------------------------------------
****************************************
*/
.mod_flow_col .flow_box:first-of-type:before {
	border-width: 12px 0 12px 12px;
	right: -38px;
}

/*
****************************************
----------------------------------------
------- gmap
----------------------------------------
****************************************
*/
.gmap {
	height: 80vw;
}

.gmap + .inner_sp,
.gmap + .full,
.gmap + .inner {
	margin-top: 11vw;
}

/*
****************************************
----------------------------------------
------- btn
----------------------------------------
****************************************
*/

.btn {
	min-width: auto;
	width: 85%;
}

.btn + .btn {
	margin-top: 3vw;
}

.btn01 {
	padding: 2vw 7vw 2vw;
}

.btn01:before,
.btn01:after {
	width: 1.5vw;
	height: 1.5vw;
}

.btn01:before {
	left: 1.5vw;
}
.btn01:after {
	left: 3.2vw;
}

.btn02 {
	padding: 2vw 7vw 2vw;
}

.btn03 {
	padding: 2vw 7vw 2vw;
}

.btn03:before {
	right: 2.2vw;
	border-width: 1.3vw 0 1.3vw 1.6vw;
}

.btn04 {
	padding: 2vw 7vw 2vw;
}

.btn04:before {
	right: 2.3vw;
	width: 1.3vw;
	height: 1.3vw;
}

.btn04.backbtn:before {
	left: 2.2vw;
	right: auto;
}

.btn_width_auto {
	display: block;
	max-width: 90%;
}

.post_btn_archive {
	width: auto;
	max-width: none;
	flex: 1 1 0%;
}

.post_btn_mini {
	padding: 2vw 5vw 2vw;
}

.post_btn_mini.backbtn {
	padding: 2vw 5vw 2vw;
}

.post_single_links .post_btn_archive,
.post_single_links .post_btn_mini {
	margin-top: 0;
}

.post_single_links .post_btn_mini {
	width: 22%;
}


.post_single_links .post_btn_prev {
	margin-right: 2%;
}

.post_single_links .post_btn_next {
	margin-left: 2%;
}

/*
****************************************
----------------------------------------
------- top_button
----------------------------------------
****************************************
*/

#top_button {
	right: 10px;
	bottom: 50px;
}

#top_button a {
	width: 40px;
	height: 40px;
}

#top_button a:before {
	top: 1.2em;
	left: 50%;
	width: 30%;
	height: 30%;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
before_footer
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.m_footer02 {
	padding: 10vw 0 20vw;
}

.m_footer02_block {
	display: block;
	margin-bottom: -10vw;
}

.m_footer02_item {
	width: 100%;
	margin-bottom: 10vw;
}

.m_footer02_menu_ttl {
	font-size: 3rem;
	margin-bottom: 3vw;
}

.m_footer02_menu {
	display: block;
}

.m_footer02_menu_item {
	width: 100%;
	margin-bottom: 5vw;
}

.m_footer02_menu_list li {
	border-top: 1px solid #fff;
	margin-top: 0;
	padding-left: 1.5em;
	margin-bottom: 0;
}

.m_footer02_menu_list li:last-of-type {
	border-bottom: 1px solid #fff;
}

.m_footer02_menu_list li:before {
	border-top: 0.6vw solid;
	border-right: 0.6vw solid;
	border-color: #fff;
	background-color: transparent;
	border-radius: 0;
	width: 2vw;
	height: 2vw;
	top: 1.1em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m_footer02_menu_list li a {
	padding: 2vw 0;
	display: block;
}

.m_footer02_menu_list li .sub-menu {
	background: transparent;
}

.m_footer02_menu_list li .sub-menu li:last-of-type {
	border-bottom: 0;
}

.m_footer02_menu_list li .sub-menu li:before {
	border: 0;
	background-color: #fff;
	height: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}


/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contactForm
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.contactRead {
	letter-spacing: 0;
}

div#contactForm {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	margin: 20px 0;
	padding: 30px 0 0;
}
div#contactForm dl {
	overflow: hidden;
}
div#contactForm dt {
	clear: both;
	padding: 5px 10px 5px 15px;
	position: relative;
	vertical-align: middle;
}

div#contactForm dd {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

div#contactForm .wpcf7c-conf {
	background-color: #fff !important;
	border: none;
	resize: none;
	padding: 0;
}

div#contactForm input[type="text"],
div#contactForm input[type="number"],
div#contactForm textarea {
	-webkit-appearance: none;
}

#contactForm input[type="number"] {
	width: 90px;
}

div#contactForm input,
div#contactForm textarea {
	padding: 5px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #a9a9a9;
}

div#contactForm input[type="radio"],
div#contactForm input[type="checkbox"] {
	width: auto;
}

div#contactForm dt:before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
	height: 60%;
	content: "";
}

div#contactForm input[type="submit"],
div#contactForm input[type="button"] {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 50px;
	font-size: 2rem;
	letter-spacing: 5px;
	padding: 5px 0 5px 5px;
}

div#contactForm input[type="submit"] {
	width: 50%;
	margin-right: 0;
	border: none;
}

#contactForm input[type="submit"].wpcf7c-btn-confirm {
	margin: 0 auto;
}

div#contactForm input[type="button"] {
	width: 45%;
}

div#contactForm .formbtn {
	position: relative;
	margin-top: 20px;
}
div#contactForm input[type="button"] {
	position: absolute;
	top: 0;
	left: 0;
}

div#contactForm span.must {
	font-size: 1.2rem;
	vertical-align: middle;
	padding-left: 7px;
}

div#contactForm div.wpcf7-response-output {
	margin: 0 0 1em;
}

div#contactForm .ajax-loader {
	display: none;
}

#contactForm dd + dd {
	margin-top: -10px;
}
#under .form_thanks .button {
	width: 80%;
	max-width: 300px;
	margin: 50px auto 60px;
}

#under .h2box.thanks_title {
	padding: 22px 10px 20px;
}

#under .h2box.thanks_title .breadcrumbs {
	margin-top: 5px;
}

#under .h2box.thanks_title h2 {
	font-size: 1.9rem;
	letter-spacing: 2px;
	padding: 0 0 0 0.4em;
}

#under .h2box.thanks_title h2:before {
	display: none;
}

#under div.wpcf7-mail-sent-ok {
	visibility: hidden;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


.mod_list_link .list a {
	padding-left: 1.8em;
}

.mod_list_link .list a:after,
.mod_list_link .list a:before {
	top: 8px;
	width: 8px;
	height: 8px;
}

.mod_list_link .box {
	margin-top: 0;
}

.mod_list_link .box + .box {
	border-top: 2px solid #fff;
}

.mod_frostglass .col03 .box p {
	text-align: center;
}

.mod_frostglass .col03 .box p img {
	display: inline-block;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pagenation
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi .pages {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}

.wp-pagenavi {
	position: relative;
	width: 200px;
	margin: 30px auto 0;
	padding-bottom: 3px;
}

.previouspostslink {
	position: absolute;
	left: 0;
}

.nextpostslink {
	position: absolute;
	right: 0;
}

#under .main_box .post-meta {
	margin-top: -20px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_fixed
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_fixed {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 2vw 2vw;
}

.m_fixed_item {
	border-right: 0;
}

.m_fixed_item + .m_fixed_item {
	margin-left:2vw;
}

.m_fixed_item:last-of-type {
	border-right: 0;
}


/*****************************
------------------------------
mod_l_square
------------------------------
*****************************/

.mod_l_square {
	padding: 30px 0;
}

.mod_l_square .square_wrap {
	padding: 0 15px;
}

.mod_l_square .square_detail {
	margin-top: 1em;
}

.mod_l_square .square_btn {
	margin-top: 2em;
}

.mod_l_square .square_wrap + .square_wrap {
	padding-top: 50px;
}

.mod_l_square .square_img img {
	border-radius: 4px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_greeting .greeting_wrap {
	padding: 30px 20px;
}

.mod_greeting .person_radius {
	margin-bottom: 3vw;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.mod_greeting .person_radius_img {
	border-radius: 50%;
	overflow: hidden;
	width: 120px;
	margin-left: 20px;
}

.mod_greeting .person_radius .greeting_catch {
	color: #79726d;
	font-size: 2rem;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	margin-top: 0;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_posttype_img
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.mod_posttype_img a {
	text-decoration: none;
}

.mod_posttype_img .post_img_ttl {
	margin-top: 15px;
	text-align: left;
}

.post_img_box img {
	margin: 0 auto;
	border-radius: 4px;
}
.post_img_box {
	background: #f3f3f3;
}

.mod_posttype_img li + li {
	margin-top: 25px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_big_icon
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_big_icon .big_icon_wrap .big_icon_txt {
	font-size: 2.2rem;
}

.mod_big_icon .big_icon_col02 .big_icon_box + .big_icon_box {
	margin-top: 15px;
}

.mod_big_icon .big_icon_col03 .big_icon_box + .big_icon_box {
	margin-top: 15px;
}

.mod_big_icon .big_icon_col02 .big_icon_box {
	border-radius: 12px;
}

.mod_big_icon .big_icon_wrap .big_icon_img {
	padding: 10px 20px;
	width: 100px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pickup_box
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.pickup_box {
	width: 100%;
}
.pickup_box:nth-of-type(2n) {
	margin-left: 0;
}
.pickup_box:nth-of-type(n + 2) {
	margin-top: 2%;
}

.pickup_box {
	justify-content: flex-start;
}

.pickup_arrow:before {
	width: 156px;
	height: 19px;
	background-size: cover;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
サイドナビ
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.hamburger {
	position: absolute;
	top: 10px;
	right: 7px;
}

.has_side {
	overflow: hidden !important;
}
.fixed_gnav_in {
	display: none;
}
.fixed_gnav:before {
	display: none;
}
.side_nav_wrap {
	right: 0;
}

.side_nav_wrap {
	width: 85%;
	padding: 40px 5vw 130px;
	max-width: 300px;
}

.side_logo {
	width: 100%;
	max-width: 240px;
}

.side_nav a {
	font-size: 1.6rem;
}

.side_nav li,
.side_nav li:nth-child(2n + 1) {
	width: 100%;
	margin-right: 0;
}

.side_nav dd {
	margin-left: 2vw;
}

.side_nav dl + dl {
	margin-top: 10px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
メディア投稿
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog_article_img {
	width: 100%;
}
.blog_article_img + .blog_article_content + .blog_article_content {
	width: 100%;
	margin-top: 15px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ギャラリー一覧ページ
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_galleries_terms {
	margin: 0 -5px -10px;
}

.m_galleries_term {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}

.m_galleries {
	margin: 0 -5px -20px;
}

.m_galleries_item {
	width: calc(50% - 10px);
	margin: 0 5px 20px;
}

.m_galleries_wrap {
	margin-top: 50px;
}
.m_galleries_wrap_ttl {
	margin-bottom: 30px;
}
.m_galleries_wrap + .m_galleries_wrap {
	margin-top: 40px;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ギャラリー詳細ページ
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_gallery_head {
	display: block;
}

.m_gallery_content,
.m_gallery_img {
	width: 100%;
}

.m_gallery_content {
	margin: 25px 0 0;
}

.m_gallery_single_head {
	display: block;
	padding-top: 0;
}

.m_gallery_single_cat span {
	margin-right: 8px;
	margin-bottom: 8px;
}

.m_gallery_single_ttl {
	display: block;
}

/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	template01
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.template01 {
	padding-top: 20px;
}

.template01 .lead {
	padding: 20px;
	margin-bottom: 30px;
}

.template01 .lead p {
	font-size: 2rem;
}

.template01 .t_interview_area h3 {
	width: 82px;
	top: -5px;
	left: -5px;
}

.template01 .t_interview_area {
	padding: 60px 20px 20px;
	margin-bottom: 30px;
}

.template01 .t_interview_box {
	flex-direction: column !important;
}

.template01 .t_interview_box .txt_block {
	width: 100%;
	text-align: center;
}

.template01 .t_interview_box .txt {
	margin-top: 30px;
	text-align: left;
}

.template01 .t_interview_box .tl_box {
}

.template01 .t_interview_box .tl_box div:after {
	height: 15px;
}

.template01 .t_interview_box + .t_interview_box {
	margin-top: 50px;
}

.template01 .t_interview_box figure {
	height: 50vw;
	width: 100%;
}

.template01 .t_message .stl {
	padding: 20px 15px;
	font-size: 2.2rem;
}

.template01 .t_message .txt_block {
	padding-top: 30px;
}

.template01 .t_message .t_message_lead {
	width: 100%;
	background: #32c9a0;
	padding: 10px;
}

.template01 .t_message .t_message_lead p + p {
	margin: 0;
}

.template01 .t_message .t_message_lead span {
	padding: 0;
}

.template01 .t_message .txt {
	width: 100%;
	margin: 0;
	padding: 20px;
	background: #fff;
}

.template01 .t_message .txt_block:before {
	display: none;
}

.template01 .t_message figure {
	width: 45vw;
}

.template01 .t_message .t_messsage_block {
	padding-bottom: 57vw;
}

.template01 .t_message .enname_wrap {
	bottom: 10vw;
	top: inherit;
	right: inherit;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
	text-align: left;
}

.template01 .t_message .enname {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	font-size: 13vw;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
template02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.template02 .t_mv {
	padding-top: 10px;
}

.template02 .t_mv .txt_block {
	padding-bottom: 10px;
	width: 66%;
}

.template02 .t_mv .copy {
	font-size: 3.8vw;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.template02 .t_mv .t_btn a {
	width: 70%;
	font-size: 1.5rem;
	padding: 4px;
}

.template02 .t_mv .t_btn a:after {
	width: 8px;
	height: 8px;
	right: 10px;
}

.template02 .t_mv figure {
	margin-right: -26%;
	width: 71%;
	margin-left: -12%;
}

.template02 .tl {
	margin-bottom: 20px;
}

.template02 .big_box .img {
	padding: 10px;
}
.template02 .big_box .img:before {
	top: -200px;
	left: -200px;
}

.template02 .big_box .txt.basic_layout {
	margin-top: 10px;
	width: 100%;
	padding: 15px;
}

.template02 .big_box .img:before,
.template02 .big_box .img:after {
	border-width: 2px;
}

.template02 .big_box .img:after {
	bottom: -200px;
	right: -200px;
}

.template02 .template02 .question_area {
	margin-top: 30px;
}

.template02 .question_block .tl_box {
	position: relative;
	width: 100%;
}

.template02 .question_block .num_box .num {
	font-size: 8rem;
	line-height: 8rem;
}

.template02 .question_block .num_box .num_txt {
	font-size: 1rem;
}

.template02 .question_block .q_tl {
	font-size: 1.6rem;
}

.template02 .question_block .num_box {
	width: 100px;
}

.template02 .question_block figure {
	width: 105%;
	width: -webkit-calc(100% + 15px);
	width: calc(100% + 15px);
	margin-top: 10px;
	margin-left: -15px;
}

.template02 .question_block .txt {
	margin-top: 10px;
}

.template02 .question_block {
	flex-direction: column !important;
}

.template02 .question_block .txt {
	width: 105%;
	width: -webkit-calc(100% + 15px);
	width: calc(100% + 15px);
	margin: 10px -15px 0 0 !important;
	padding: 15px;
}

.template02 .question_block .txt:before {
	border-width: 20px 20px 0 0 !important;
	border-color: #f1f1f1 transparent transparent transparent !important;
	top: 0 !important;
	left: 0 !important;
	right: inherit !important;
	bottom: inherit !important;
}

.template02 .question_block + .question_block {
	margin-top: 30px;
}

.template02 .t_message_area {
	margin-top: 50px;
	padding-bottom: 50px;
}
.template02 .question_area {
	margin-top: 30px;
}

.template02  .catch_copy {
	font-size: 2rem;
}


/*++++++++++++++++++++++++++++
m_post
++++++++++++++++++++++++++++*/

.m_post {
	display: block;
	padding-bottom: 1px;
}
.m_post_col02 .m_post {
	width: 100%;
	margin: 0;
	margin-bottom: -7vw;
}
.m_post_col03 .m_post {
	width: 100%;
	margin: 0;
	margin-bottom: -7vw;
}

.m_post_col04 .m_post {
	width: 100%;
	margin: 0;
	margin-bottom: -7vw;
}

.m_post_col05 .m_post {
	width: 100%;
	margin: 0;
	margin-bottom: -7vw;
}

.m_post_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.m_post_col02 .m_post_item {
	width: 100%;
	margin: 0 0 7vw;
}
.m_post_col03 .m_post_item {
	width: 100%;
	margin: 0 0 7vw;
}

.m_post_col04 .m_post_item {
	width: 100%;
	margin: 0 0 7vw;
}

.m_post_col05 .m_post_item {
	width: 100%;
	margin: 0 0 7vw;
}

.m_post_time {
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 0px;
}

.m_post_tl {
	font-size: 1.4rem;
}

.m_post_detail {
	margin-top: 1.5vw;
	font-size: 1.4rem;
}

.m_post_img {
	width: 34%;
	padding-top: 26.6%;
}

.m_post_body {
	width: 60%;
}