@charset "UTF-8";

:root {
	/*使用しない場合も必ず設定*/
	--i_bg_color: #fff;	/*背景色*/
	--i_txt_color: #333;	/*テキスト*/
	--i_main_color: #0080d2;	/*メイン*/
	--i_sub_color: #ee8e10;	/*アクセント*/
	--i_sub2_color: #f2f6f8;	/*薄い色*/
	--i_btn_color: #ee8e10;	/*ボタン*/
	--i_btn_hover_color: #f9a434;	/*ボタンhover*/
	--i_btn_txt_color: #fff;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;	/*ボタンテキスト*/
	--i_shadow_color: rgba(0,0,0, 0.05);	/*シャドウ*/
	--i_border_color: rgba(0,0,0, 0.13);	/*ボーダー*/
	--i_noimg_bg_color: #f2f6f8;	/*画像無し*/
	--i_padding: 20px;	/*左右余白*/
}

@media screen and (max-width: 500px) {
	:root {
		--i_padding: 20px;
		/*左右余白*/
	}
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.65rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}

body,
main {
	background: var(--i_bg_color);
}

@media screen and (max-width: 850px) {
	html {
		font-size: 60.606%;
	}

	body {
		letter-spacing: 0px;
	}
}

a {
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}

section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
	color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px) {
	#sidebar {
		border: 5px solid var(--i_sub2_color) !important;
	}
}

.no_img {
	background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
	border: 1px solid var(--i_border_color);
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1) {
	background: var(--i_bg_color);
}

#load .loader,
.popup .loader {
	border: 1px solid var(--i_main_color);
	/*★*/
}

#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
	border-top-color: var(--i_main_color);
}

#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}

#load .loader,
.popup .loader {
	border: 1px solid var(--i_main_color);
	/*★*/
}

#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
	border-top-color: #5575b7 !important;
}

#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}

#load img {
	max-width: 150px;
}

@media screen and (max-width: 650px) {
	#load img {
		max-width: 100px;
	}
}

/*----------------------------header----------------------------*/

header {
	font-size: 1.4rem;
	color: var(--i_txt_color);
	background: #fff;
	box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}
body.scrolled header {
	background: #fff;
}

header .wraper {
}

header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
	fill: var(--i_txt_color);
}

body.scrolled header .logo {
	padding: 20px 0 !important;
}

header .logo,
body header .logo a img {
	max-width: 160px;
	transition: 0.4s ease-in-out;
}

body.scrolled header .logo a img {
	max-height: 50px;
}

header .header_contents .header_col1 {
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

header .header_contents .header_col1 .tel {
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: bold;
	fill: var(--i_txt_color);
}

header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
	fill: var(--i_txt_color);
}

header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: var(--i_txt_color);
}

header .header_contents .header_col1 .tel svg {
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}

header .header_contents .header_col1 .btn > a,
header#pattern4 .wraper > .inner > .btn > a {
    display: block;
    text-align: center;
    background: transparent;
    color: var(--i_btn_txt_color);
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
    position: relative;
    overflow: hidden !important;
    border-radius: 99px;
}
header .header_contents .header_col1 .btn > a span{
	position: relative;
	z-index: 2;
}
header .header_contents .header_col1 .btn > a span.inn {
    transition: 0.4s ease-in-out;
}
header .header_contents .header_col1 .btn > a::before,
header#pattern4 .wraper > .inner > .btn > a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--i_btn_hover_color);
	filter: brightness(85%);
    border-radius: 99px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform ease .4s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
}
header .header_contents .header_col1 .btn > a::after,
header#pattern4 .wraper > .inner > .btn > a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--i_btn_color);
    border-radius: 99px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
header .header_contents .header_col1 .btn > a:hover,
header#pattern4 .wraper > .inner > .btn > a:hover {
    background: transparent;
    color: var(--i_btn_hover_txt_color);
    opacity: 1;
}
header .header_contents .header_col1 .btn > a:hover span.inn {
    color: var(--i_btn_hover_txt_color);
}
header .header_contents .header_col1 .btn > a:hover::before,
header#pattern4 .wraper > .inner > .btn > a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
header .header_contents .header_col1 .btn > a[target="_blank"] span.inn,
header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn {
    padding-right: 25px !important;
}
header .header_contents .header_col1 .btn > a span,
header#pattern4 .wraper > .inner > .btn > a span{
	z-index: 1;
	position: relative;
}
/* .header_contents調整 */
header#pattern4 .header_contents{
	z-index: 0;
}
@media screen and (max-width: 900px) {
	header .header_contents,
	header#pattern4 .header_contents {
    z-index: 0;
	}
}

header .header_contents .header_col1 .btn .translate a svg {
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}

header .header_contents .header_col1 .btn .translate a:hover {
	opacity: 0.8;
}
header#pattern1 nav{
	background: #fff;
	max-width: 1800px;
	margin: 0 auto;
}

header#pattern1 nav,
header#pattern3 nav {
	position: relative;
}
header#pattern2.over nav{
	background: #fff;
	max-width: 1630px;
	border-radius: 0 0 25px 25px;
}

header nav * {
	color: var(--i_txt_color);
}

header nav ul.nav_1st {
	width: 100%;
	max-width: 1800px !important;
	/*任意*/
}

header nav ul.nav_1st>li {
	box-sizing: border-box;
	position: relative;
}

header nav ul.nav_1st>li:after {
	/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
	border-left: 1px solid var(--i_border_color);
}
header nav ul.nav_1st>li:first-child:after{
	display: none;
}

header nav ul.nav_1st>li:last-child:before {
	/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
	border-left: 0px solid var(--i_border_color);
}

header nav ul.nav_1st>li>a {
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}

header nav ul.nav_1st>li>a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3;
	/* マージン普通選択時 */
	letter-spacing: 0.1rem;
	transition: 0.4s ease-in-out;
	font-size: 1.45rem;
	font-weight: 600;
}

header nav ul.nav_1st>li>a:hover span {
	color: var(--i_main_color);
}

header#pattern2 nav ul.nav_1st>li>a span {
	line-height: 3;
}

body.scrolled header#pattern2 nav ul.nav_1st>li>a span {
	line-height: 2.5;
}

body.margin header nav ul.nav_1st>li>a span {
	line-height: 4;
	/* マージン広い選択時 */
}

header nav ul.nav_2nd {
	padding-top: 20px;
}

header nav ul.nav_1st>li:hover ul.nav_2nd {
	padding-top: 15px;
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}

header nav ul.nav_2nd>li {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid var(--i_border_color);
}

header nav ul.nav_2nd>li:nth-last-of-type(1) {
	border-bottom: none;
}

header nav ul.nav_2nd li a {
	padding: 10px 20px;
	font-weight: normal;
	font-size: 1.4rem;
}

header nav ul.nav_2nd>li>a {
	padding-right: 30px;
}

header nav ul.nav_2nd>li>a:after {
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}

header nav ul.nav_3rd {
	padding-left: 20px;
}

header nav ul.nav_3nd li a {
	padding: 5px 20px;
}

header nav ul.nav_3rd>li>a:after {
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - 0.5px);
	left: 5px;
}

/* header4 */
header#pattern4 .wraper {
	background: rgba(255,255,255,0.9);
	position: relative !important;
	border-radius: 8px;
	transition: .4s ease-in-out;
}

header#pattern4:not(.open) .wraper {
	width: 85%;
}

header#pattern4 .wraper>.inner>.btn>a {
	background: var(--i_btn_color);
	border-radius: 50px;
	color: var(--i_bg_color);
	padding: 10px 20px;
	font-weight: bold;
	transition: .4s ease-in-out;
	border-radius: 50px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
}

header#pattern4 .wraper>.inner>.btn>a:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, .30);
	opacity: 0.8;
}

header#pattern4 .wraper>.inner>.btn>a[target="_blank"] span.inn::before,
header#pattern4 .wraper>.inner>.btn>a[target="_blank"] span.inn::after {
	border: 1px solid var(--i_bg_color) !important;
}

header#pattern4 .wraper>.inner>.btn>a:not([target="_blank"]) span {
	text-align: center;
	padding: 10px 15px 8px !important;
}

header#pattern4 .burger {
	top: 0%;
	transform: translateY(0%);
}

header#pattern4.unix4.open .header_contents {
	background: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 901px) {
	header .wraper {
		box-sizing: border-box;
	}
	header#pattern4 .header_contents {
		top: 0;
		height: 100vh !important;
		padding-top: 145px !important;
		position: fixed;
	}
	header#pattern4 .wraper > .inner > .btn {
		z-index: 0;
	}
	header#pattern1 nav{
		padding: 0 15px;
		width: calc(100% - 30px);
		border-radius: 0 0 20px 20px;
		box-shadow: 0 3px 2px rgba(0,0,0,0.1)
	}

}

@media screen and (max-width: 900px) {
	header#pattern4 .logo {
		margin: auto 0;
		margin-right: auto;
	}

	header#pattern4 .header_contents,
	header#pattern4.open:after {
		width: 100% !important;
	}

	header#pattern4.open .header_contents {
		left: 0;
	}

	header#pattern4 .burger {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 9px;
	}
	header#pattern4.open .wraper {
		border-radius: 0;
	}
	header#pattern4 .wraper {
		background: var(--i_bg_color);
	}
}

@media screen and (max-width: 900px) {
	body.scrolled header .logo {
		padding: 10px 0 !important;
	}

	header.open:after,
	header .header_contents {
		background: rgba(255, 255, 255, 1);
	}

	header .burger li.sp_translate a svg {
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}

	header .header_sns,
	header .header_contents .header_col1,
	header .header_contents .header_col2 {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid var(--i_border_color);
	}

	header .header_sns {
		border-bottom: none;
	}

	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty {
		border: none;
	}

	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn {
		float: none;
	}

	header .header_contents .header_col2 {
		display: block !important;
	}

	header nav {
		border-bottom: 1px solid var(--i_border_color);
	}
	header#pattern2.over nav{
		background: transparent;
		border-radius: 0;
	}

	header nav ul.nav_1st {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid var(--i_border_color);
	}

	header nav ul.nav_1st li {
		border-bottom: 1px solid var(--i_border_color);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	header nav ul.nav_1st>li:before,
	header nav ul.nav_1st>li:after {
		display: none !important;
	}

	header nav ul.nav_1st>li i:before,
	header nav ul.nav_1st>li i:after {
		background: var(--i_sub_color);
	}

	header nav ul.nav_2nd {
		border-top: 1px solid var(--i_border_color);
	}

	header nav ul.nav_2nd>li {
		box-shadow: none;
	}

	header nav ul.nav_2nd>li * {
		color: #333;
	}

	header nav ul.nav_3rd {
		border-top: 1px solid var(--i_border_color);
	}

	header nav ul.nav_3rd>li:nth-last-of-type(1) {
		border-bottom: none;
	}

	header .logo a img {
		max-height: 45px !important;
	}

	header nav ul.nav_1st>li>a:hover:before {
		transform: scale(0, 0);
	}

	header#pattern1 nav,
	header#pattern3 nav {
		border-bottom: 0;
		border-top: 0;
	}

	header .header_contents .header_col1 .btn>a {
		padding: 11px 15px 11px;
	}

	header nav ul.nav_1st>li>a:hover {
		background: none;
	}

	header nav ul.nav_1st>li>a span {
		color: var(--i_txt_color);
	}

	header#pattern2 nav ul.nav_1st {
		border-bottom: 0px;
	}

	body:not(.scrolled) header#pattern4 .logo {
		flex-grow: unset;
		max-width: none !important;
		box-sizing: border-box;
	}

	body:not(.scrolled) header#pattern4 .logo a {
		width: auto;
	}
}/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,

section[class*='pb']+.contents_related_tags {
	padding-top: 60px;
}

main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]) {
	padding-bottom: 60px;
}

@media screen and (max-width: 800px) {

	main>section:first-child:not([class*="pt"]),
	main>div:first-child:not([class*="pt"]),
	div[class*='pb']+.contents_related,
	section[class*='pb']+.contents_related,
	div[class*='pb']+.contents_related_tags,
	section[class*='pb']+.contents_related_tags {
		padding-top: 40px;
	}

	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]) {
		padding-bottom: 40px;
	}
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child {
	margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child {
	margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
    font-size: 3.8rem !important;
    line-height: 1.2;
    position: relative;
    padding-top: 0;
    letter-spacing: 0.15rem;
    font-weight: 600;
	color: #0d5880;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before{
    display: block;
    content:"";
    background: var(--i_main_color);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 2px;
    left:0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.5;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h{
    font-size: 5rem!important;
}
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before{
    opacity: 0.2;
}

.heading.block_header_1 .h,
.heading.block_header_6 p{
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
@media screen and (max-width: 800px){
    .heading.block_header_1,
    .heading.block_header_6{
    }
    .heading.block_header_1 p,
    .heading.block_header_6 .h{
        font-size: 2.5rem !important;
        letter-spacing: 0.15rem;
    }
    .heading.block_header_1 .h,
    .heading.block_header_6 p{
        font-size: 1.5rem;
    }
    .index .heading.block_header_1 p,
    .index .heading.block_header_6 .h{
        font-size: 2.8rem!important;
    }
    .heading.block_header_1 p::before,
    .heading.block_header_6 .h::before{
        bottom: 0px;
        height: 10px;
    }
}

/*--*/

.heading.block_header_2{
    margin-bottom: 30px;
}
.heading.block_header_2.align-center:before{
    display: none;
}
.heading.block_header_2.align-left:before{
    left: 0;
}
.heading.block_header_2.align-right:before{
    right: 0;
}
.heading.block_header_2 .h{
    display: inline-block !important;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    padding-left: 13px;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
}
.heading.block_header_2 .h:before,
.heading.block_header_2 .h:after{
    display: block;
    content:'';
    position: absolute;
}
.heading.block_header_2 .h:before{
    top: calc(1em * 1.5 / 2);
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    border: 2px solid var(--i_main_color);
}
.heading.block_header_2 p{
    font-size: 1.4rem;
    padding-left: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2{
    border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2{
    padding-left: 2em!important;
}
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_{
    border-bottom-color: #fff;
}
@media screen and (max-width: 800px){
    .heading.block_header_2{
        margin-bottom: 20px;
    }
    .heading.block_header_2 .h{
        font-size: 1.8rem!important;
        padding-left: 10px;
    }
    article .entry_header .heading .h{
        display: block !important;
    }
}
/*--*/

.heading.block_header_3 {
	overflow: hidden;
	background: var(--i_sub2_color);
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
}

.heading.block_header_3 .h {
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
}

.heading.block_header_3 p {
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.heading.block_header_3 {
		padding: 5px;
		margin-bottom: 20px;
	}

	.heading.block_header_3 .h {
		font-size: 2.0rem;
	}

	.heading.block_header_3 p {
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_4 {
	margin-bottom: 15px;
}

.heading.block_header_4:before {
	display: none;
}

.heading.block_header_4 .h {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_main_color);
}

.heading.block_header_4 p {
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--i_main_color);
}

/*--*/

.heading.block_header_5 {
	margin-bottom: 15px;
}

.heading.block_header_5 .h {
	display: inline;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.heading.block_header_5 p {
	display: inline;
	font-size: 1.4rem;
	font-weight: bold;
}

.heading.block_header_5 p:before {
	content: "　/　";
}

#sidebar .heading.block_header_5 {
	padding: 2px 10px;
	border-left: 3px solid var(--i_main_color);
	line-height: 1.5;
}

/*----------------------------背景パララックス----------------------------*/

.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit {
    color: var(--i_btn_txt_color) !important;
    background: transparent;
    position: relative;
    display: inline-block;
    padding: 5px 15px 7px !important;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    border-radius: 99px;
    z-index: 1;
    overflow: hidden !important;
}
main form .submit span {
    display: block;
    position: relative;
    border-radius: 99px;
    overflow: hidden;
}
.contents_btn01 a:before,
main form .submit span:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--i_btn_hover_color);
    border-radius: 99px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform ease .4s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
}
.contents_btn01 a:after,
main form .submit span:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--i_btn_color);
    border-radius: 99px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span:hover input {
    color: var(--i_btn_hover_txt_color) !important;
}
.contents_btn01 a:hover:before,
main form .submit span:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
    border: 1px solid var(--i_btn_txt_color);
    transition: ease .4s;
}
.contents_btn01 a[target=_blank] span:hover:before,
.contents_btn01 a[target=_blank] span:hover:after {
    border: 1px solid var(--i_btn_hover_txt_color);
}
.contents_btn01 a span {
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 12px 10px 8px;
}
main .widget_gallery01 .contents_btn01 a,
main .gallery_archive .inner_item .contents_btn01 a,
main .gallery_single .inner_item .contents_btn01 a,
main * .contents_btn01 a {
    overflow: visible;
    margin-bottom: 10px;
}
main form .submit span input {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--i_btn_txt_color);
    display: block !important;
    background: transparent;
    font-family: inherit;
}
#fixbtn .inner > div {
    padding: 8px 15px !important;
}
#fixbtn[data-pattern="3"] .inner > div {
    padding: 0 !important;
}
input[id="form_submit"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
@media screen and (max-width: 500px) {
    #fixbtn .inner > div {
        padding: 0px 1px !important;
    }
}

/*--------------------------------MV--------------------------------*/

#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
	width: 100%;
	background: url(/common/upload_data/isshin-kikaku/image/bg_mv_2.jpg) no-repeat center / cover;
	padding: 30px 5% 50px;
	box-sizing: border-box;
}

#mv .mv_img{
	width: 55%;
	height: auto;
	aspect-ratio: 86/ 61;
	margin-left: auto;
	margin-right: 0;
	clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0 28%);
	max-height: calc(100vh - 130px - 70px);
}


#mv::after {
	pointer-events: none;
}

#mv .mv_text {
	height: 90%;
	align-items: flex-end;
	width: 100% !important;
	left: 0 !important;
	bottom: 10% !important;
}

#mv .mv_text>div {
	max-width: none !important;
	box-sizing: border-box;
	width: 90%;
	position: relative;
	color: var(--i_txt_color);
}

#mv .mv_text h2 {
	font-size: 60px;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	font-weight: bold;
	font-size: 3.8rem !important;
	position: relative;
	display: inline-block;
	letter-spacing: 0rem;
}

#mv .mv_text p {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0rem;
}

#mv .mv_scroll {
	position: absolute;
	width: 1.5%;
	height: auto;
	left: calc(-5% - 2vw);
	bottom: -50px;
	top: auto;
}

#mv .mv_scroll a {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-family: 'Roboto', 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0rem;
	font-size: 11px;
	position: relative;
	padding-bottom: 100px;
	height: auto;
	width: 100%;
	text-indent: 0;
	transition: all .3s ease-in-out;
	text-align: center;
	color: var(--i_txt_color);
	display: flex;
	align-items: center;
	opacity: 0.5;
}

#mv .mv_scroll a::before {
	width: 1px;
	height: 70px;
	transform: none;
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.5px);
	top: auto;
	background: var(--i_txt_color);
	transition: all .3s ease-in-out;
}

#mv .mv_scroll a:hover {
	padding-bottom: 80px;
}

#mv .mv_scroll a:hover::before {
	height: 50px;
}

#mv .mv_scroll a:hover::after {
	height: 25px;
}

#mv .mv_pointer,
#mv .mv_arrow {
	display: none;
}

/* mvテキスト画像 */

#mv .mv_textimg {
	width: 45%;
	left: 0;
}

#mv .mv_textimg > div {
	max-width: 630px;
	width: 100%;
	min-width: 330px;
}
#mv .mv_textimg > div.mv_textimg_sp {
	max-width: 500px;
}
#mv .mv_textimg > div a{
	width: 37%;
	height: auto;
	aspect-ratio: 296 / 66;
	top: auto;
	bottom: 4%;
}



@media screen and (max-width: 900px) {
	#mv_outer{
		padding: 30px 20px;
	}
	#mv{
		padding-bottom: 63vw;
	}
	#mv .mv_img{
		width: 90%;
		margin-right: auto;
	}
	#mv .mv_textimg{
		width: 100%;
	}
	#mv .mv_textimg .mv_textimg_pc{
		display: none;
	}
	#mv .mv_textimg .mv_textimg_sp{
		display: inline-block;
	}
	#mv .mv_textimg:has(.mv_textimg_sp.pos_cb){
		align-items: flex-end;
		justify-content: center;
	}
	#mv .mv_textimg > div {
		width: 85%;
		min-width: 0;
	}
	#mv .mv_textimg > div a{
		width: 55%;
		bottom: 6%;
	}

	#mv .mv_text h2 {
		font-size: 6vw !important;
		line-height: 1.5;
	}

	#mv .mv_text p {
		font-size: 1.8rem;
	}

	#mv .mv_scroll {
		display: none;
	}
}

/*--------------------------------IV--------------------------------*/

#lv {
	background: var(--i_txt_color);
	height: 350px;
	padding-bottom: 0;
	width: 100%;
}

#lv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
}

header.over+#lv_outer #lv {
	min-height: 400px;
}

#lv div {
	opacity: 0.5;
}

#lv p {
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0;
}

#lv p span {
	display: inline-block;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	color: var(--i_bg_color);
	letter-spacing: 0;
}

@media screen and (max-width: 800px) {
	#lv {
		height: 200px;

	}

	#lv p span {
		font-size: 2.8rem;
	}
}

/*----------------------------パンくず----------------------------*/

#pan {
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
}

#pan li {
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}

#pan li:before,
#pan li:after {
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before {
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a {
	border: 0px solid var(--i_txt_color);
	border-radius: 50px;
	color: var(--i_txt_color);
	background: var(--i_sub2_color);
	font-size: 1.4rem;
}

.category1 li a:hover,
.category1 li a.current {
	background: var(--i_main_color);
	border-color: var(--i_main_color);
	color: #fff;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div {
	border-bottom: 1px solid var(--i_border_color);
}

#sidebar h2 {
	text-align: left;
	font-size: 2.2rem;
}

#sidebar .sidebar_tag li {
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}

#sidebar .sidebar_list a {
	position: relative;
	padding-left: 15px;
}

#sidebar .sidebar_list a:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/

.pager li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 0px solid var(--i_main_color);
	font-size: 1.4rem;
	color: var(--i_txt_color);
	background: var(--i_sub2_color);
	border-radius: 5px;
}

.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_main_color);
	color: #fff;
}

.pager li.arrow a {
	background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a {
	border: 0px solid var(--i_main_color);
	color: var(--i_bg_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
	border-radius: 5px;
	background: var(--i_main_color);
}

.pager2 li a:hover {
	background: var(--i_sub_color);
	color: #fff;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup {
	background: rgba(255, 255, 255, 0.7);
}

.popclose {
	color: var(--i_main_color);
}

.popnav li {
	background: var(--i_main_color);
}

.poptxt {
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn {
	margin-bottom: 50px;
	font-size: 1.55rem;
}

#fixbtn .fixbtnwrap {
	background: var(--i_sub2_color);
	color: var(--i_txt_color);
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
	background-color: transparent;
}

#fixbtn .fixbtntel {
	border-right: 1px solid var(--i_border_color);
}

#fixbtn .fixbtntel:nth-last-of-type(2) {
	border-right: none;
}

#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	font-size: 3.4rem;
	line-height: 1;
	margin-right: 10px;
	font-weight: bold;
	color: var(--i_txt_color);
}

#fixbtn .contents_btn01 a:hover {
	transform: none;
}

#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
	margin-right: 0;
}

#fixbtn .fixbtntel svg {
	width: 22px;
	height: 22px;
	fill: var(--i_txt_color);
	margin-right: 5px;
}

#fixbtn .contents_btn01 {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#fixbtn .contents_btn01:nth-of-type(1) {
	border-left: none;
}

#fixbtn .contents_btn01:nth-of-type(1) {
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}

#fixbtn .contents_btn01 a {
	padding: 0;
	background: var(--i_btn_color);
}
#fixbtn .contents_btn01 a:hover{
	background: var(--i_btn_hover_color);
}

#fixbtn .contents_btn01 span {
	text-align: center;
}

#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
	display: none;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1) {
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}

#fixbtn #scrolltop a {
	height: 40px;
	width: 40px;
}

#fixbtn #scrolltop a:before {
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid var(--i_txt_color);
	border-top: 2px solid var(--i_txt_color);
	width: 30px;
	height: 30px;
}

#fixbtn #scrolltop a:hover:before {
	opacity: 0.7;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
	border-color: rgba(120, 120, 120, 0.6);
}

#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid rgba(120, 120, 120, 1);
	border-top: 2px solid rgba(120, 120, 120, 1);
}

@media screen and (max-width: 600px) {
	#fixbtn {
		margin-bottom: 0;
	}

	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 1.7rem;
	}

	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 2rem;
		color: var(--i_txt_color);
	}

	#fixbtn .fixbtntel svg {
		width: 18px;
		height: 18px;
	}

	#fixbtn .contents_btn01 a {
		padding: 0;
		letter-spacing: 0;
	}

	#fixbtn .contents_btn01 a:before {
		display: none;
	}

	#fixbtn .contents_btn01 a span {
		padding: 9px 5px 11px;
		font-size: 1.45rem !important;
	}
}

footer {
	background: var(--i_main_color);
	padding: 0;
	color:#fff;
	text-align: center;
	font-size: 1.35rem;
}

footer a {
	color: #fff;
}

footer nav li {
	padding: 5px 0;
}

footer nav li a {
	font-size: 1.55rem;
	font-weight: 600;
}

footer .logo {
	width: 280px;
}
footer .logo img{
	max-width: 100px;
}

footer .sns {
	margin: 0 auto 30px;
}

footer .sns svg {
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: var(--i_main_color);
	transition: 0.2s ease-in-out;
}

footer .sns a:hover svg {
	opacity: 0.8;
}

#cp {
	padding: 20px 0 50px;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: #fff;
}

@media screen and (max-width: 600px) {
	footer {
		padding: 0 0 20px;
	}
}

@media screen and (max-width: 600px) {
	footer {
		background-position: center;
	}

	footer nav ul {
		border-bottom: 1px solid rgba(31, 38, 52, 0.13);
	}

	footer nav ul li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(31, 38, 52, 0.13);
	}

	footer nav ul li:nth-last-of-type(2n) {
		border-right: 1px solid rgba(31, 38, 52, 0.13);
	}

	footer nav ul li:nth-last-of-type(2n+1) {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}

	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
		border-top: 1px solid rgba(31, 38, 52, 0.13);
	}

	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	footer .logo {
		width: 90px;
	}

	#fixbtn .fixbtnwrap {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.ft02 #fixbtn .contents_btn01 span {
		font-size: 1.4rem !important;
	}

	#cp {
		text-align: center;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt {
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

.contents_faq01 dd {
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

.contents_faq01 dt:before,
.contents_faq01 dd:before {
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.3;
	box-sizing: border-box;
	font-weight: 600;
	color: var(--i_bg_color);
	background: var(--i_main_color);
	text-align: center;
	border-radius: 50%;
}

.contents_faq01 dd:before {
	font-size: 3rem;
	line-height: 1.2;
	background: var(--i_sub_color);
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item {
	border: 1px solid var(--i_border_color);
}

.contents_related_tags .inner_item:hover {
	background: var(--i_sub2_color);
}

.contents_related .inner_item a:hover {
	background: var(--i_sub2_color);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead {
	background: var(--i_sub2_color);
}

.block_table_1 table thead th,
.block_table_1 table thead td {
	background-color: var(--i_sub2_color);
}

.block_table_1 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}

.block_table_1 table td {
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}

.block_table_1 table thead td {
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
	background-color: var(--i_sub2_color);
}

.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}

.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}

.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	.block_table_2 table {
		border-bottom: 1px solid var(--i_border_color);
	}

	.block_table_2 table th {
		border-top: 1px solid var(--i_border_color);
	}

	.block_table_2 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
	background-color: var(--i_sub2_color);
}

.block_table_3 table th,
.block_table_7 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}

.block_table_3 table td,
.block_table_7 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}

@media screen and (max-width: 500px) {
	.block_table_3 table {
		border-bottom: 1px solid var(--i_border_color);
	}

	.block_table_3 table th {
		border-top: 1px solid var(--i_border_color);
	}

	.block_table_3 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}

.block_table_3_item li {
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a {
	transition: 0.2s ease-in-out;
	background-color: transparent;
}

.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
	background-color: #000;
}

.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
	opacity: 0.8;
}

.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
	color: #fff;
}

.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
	color: #fff;
}

.gallery_single_slider .slick-arrow::before {
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow {
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}

.widget_gallery01 .slick-next {
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
	overflow: hidden;
}

main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001, 1.001);
}

main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover {
	opacity: 0.8;
}

.news_archive article .entry_meta {
	font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
	background-size: 50% !important;
}

#sidebar .widget_news02 li a div span i {
	background-size: 50% !important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper {
	max-width: 900px !important;
}

.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl {
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy {
	border: 1px solid var(--i_border_color);
}

.widget_form form {
	border-top: 1px solid var(--i_border_color);
}

.widget_form form dl {
	border-bottom: 1px solid var(--i_border_color);
}

.widget_form form dt,
.widget_form form dd {
	vertical-align: middle;
}

.widget_form form dt span {
	color: var(--i_sub2_color);
	color: #D43B3B !important;
	font-size: 1.2rem;
	font-weight: bold;
}

@media screen and (max-width: 770px) {
	.widget_form form dt {
		border-bottom: 1px dotted var(--i_border_color);
	}
}

main form dl input,
main form textarea {
	background: var(--i_sub2_color);
	border: 1px solid transparent;
	letter-spacing: 1px;
}

main form dl input:focus,
main form textarea:focus {
	background: #fff;
	border: 1px solid var(--i_border_color);
}

main form .submit input {
	letter-spacing: 3px;
	border: none;
}

main form select {
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}

main form input[type=radio]+label,
main form input[type=checkbox]+label {
	padding: 0 15px 0 22px;
}

main form input[type=radio]+label::before,
main form input[type=checkbox]+label::before {
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}

main form input[type=radio]+label::before {
	border-radius: 30px;
}

main form input[type=radio]:checked+label::after,
main form input[type=checkbox]:checked+label::after {
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #5575b7 !important;
}

main form input[type=radio]:checked+label::after {
	border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt {
	font-size: 2rem;
}

.widget_link .inner_item_url {
	color: var(--i_btn_color) !important;
	font-weight: bold;
}

.widget_link.block_link_1 .wrapper_item a {
	border-left: 3px solid var(--i_main_color) !important;
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover {
	opacity: 0.8;
}

.widget_lp01 li a div span {
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.widget_menu01 li dd {
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}

.widget_menu02 li>p {
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li {
	box-shadow: 5px 5px 0 rgba(31, 38, 52, 0.05) !important;
}

.block_news_2 li a {
	padding: 30px;
}

.block_news_2 li a:after {
	border: 0 solid var(--i_sub2_color) !important;
}

.block_news_2 li a:hover:after {
	border-width: 10px !important;
	;
}

.block_news_2 li:nth-child(2n) {
	background: #fff !important;
}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover * {
	opacity: 0.8;
}

.widget_staff01 .sub {
	font-size: 1.2rem;
	font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
	font-weight: bold;
}

@media screen and (max-width: 450px) {

	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span {
		font-size: 2.6rem;
		padding: 15px 10px;
	}

	.widget_tel .inner_item_tel img {
		margin: 0 5px -2px 0;
	}

	.widget_tel .inner_item_tel svg {
		height: 16px;
		width: 16px;
	}
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*★1*/
}

.glossary_archive .content_wrapper .heading.block_header_2 {
	margin-bottom: 10px;
}

.glossary_archive .content_wrapper .heading.block_header_2 .h {
	font-size: 1.8rem;
}

.glossary_archive .content_wrapper .heading.block_header_2 .h:after {
	top: 1em;
}

.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;
	/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}

.glossary_archive .content_wrapper article .entry_body {
	padding-right: 180px;
}

@media screen and (max-width: 1224px) {
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: calc(32px + 1.8rem);
		/*★1 + 数px*/
	}
}

@media screen and (max-width: 650px) {
	.glossary_archive .content_wrapper article {
		padding-bottom: 60px;
	}

	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: 30px;
		/*★1*/
	}

	.glossary_archive .content_wrapper article .entry_body {
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item {
	background: rgba(255, 255, 255, 1);
}
.recruit_archive.add_design1 .recruitment_list .inner_item .inner_item_img a.no_img{
	border:none;
}

/*------------------blog------------------------*/

.block_news_2 li {
	box-shadow: none;
	border: 1px solid var(--i_border_color);
}

/*------------------btn中央寄せ------------------*/

@media screen and (max-width: 950px) {
	.index .contents_box01 .inner_item_txt .contents_btn01 {
		text-align: center;
	}
}

/*------------------追加したCSS------------------------*/

/*------------------------------------------*/
#top_news+.block_news_1>.content_wrapper{
	display: grid;
	grid-template-columns: 30% 65%;
	align-items: center;
	justify-content: space-between;
}
#top_news+.block_news_1 .content_wrapper>.heading{
	grid-row: 1;
	grid-column: 1;
}
#top_news+.block_news_1 .content_wrapper>.add_text{
	grid-row: 2;
	grid-column: 1;
	font-size: 95%;
}
#top_news+.block_news_1 .content_wrapper>ul{
	grid-row: 1/4;
	grid-column: 2;
	min-width: 0;
	width: 100%;
}
#top_news+.block_news_1 .content_wrapper>.contents_btn01{
	grid-row: 3;
	grid-column: 1;
	padding-top: 0;
	padding-left: 0;
}
#top_news+.block_news_1 .content_wrapper>.contents_btn01>.content_wrapper{
	text-align: left;
	padding-left: 0;
}

#top_news+.block_news_1 li a{
	padding: 15px 0;
}
@media screen and (max-width: 650px){
	#top_news+.block_news_1>.content_wrapper{
		display: block;
	}
	#top_news+.block_news_1 .content_wrapper>.contents_btn01{
		padding-top: 30px;
	}
	#top_news+.block_news_1 .content_wrapper>.contents_btn01>.content_wrapper{
		text-align: center;
		padding-left: 20px;
	}
	#top_news+.block_news_1 .content_wrapper>.contents_btn01 a{
		min-width: 200px;
	}
}

/*-----------top_feature-------------------------------*/
a[id*="top_feature"]+*::before{
	display: block;
	content: "";
	width: 90%;
	height: 100%;
	background: var(--i_sub2_color);
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:0;
	pointer-events: none;
}
#top_feature_ttl+*::before{
	border-top-right-radius: 30px;
}
#top_feature+*::before{
	border-bottom-right-radius: 30px;
}
#top_feature+div .wrapper_item{
	padding-right: 3px;
	box-sizing: border-box;
	padding-top: 10px
}

#top_feature+div .inner_item{
	box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	margin-bottom: 3px;
	position: relative;
}
#top_feature+div .inner_item .heading.block_header_4 .h{
	color: var(--i_txt_color);
}
#top_feature+div.dec3_9.composite_box01.block_images_3 .inner_item::before{
	position: absolute;
	top: -10px;
	left: 10px;
}
#top_feature+div .inner_item .inner_item_img{
	width: 80%;
	height: auto!important;
}

@media screen and (max-width: 920px) {
	#top_feature+div.dec3_9.composite_box01.block_images_3 .inner_item::before{
		top: -25px;
	}
	#top_feature+div.dec3_9.composite_box01.block_images_3 .inner_item{
		margin-top: 25px;
	}
}

/*------------------テキスト アニメーション------------------*/
a[id^="txt"]+div{
	z-index: -1;
	overflow: visible;
	font-size: 10vw !important;
}

a[id^="txt"]+div>.content_wrapper{
	padding: 0;
}
a[id^="txt"]+div .heading.block_header_4 .h{
	font-size: 10vw !important;
	font-weight: 900;
	white-space: nowrap;
	letter-spacing: 0rem;
	padding: 0 30px;
	line-height: 1;
	opacity: 1;
	font-family: 'Alata',sans-serif;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d0e9f2;
}
#txt_voice+div .heading.block_header_4 .h{
	-webkit-text-stroke-color: var(--i_main_color);
	opacity: 0.3;
}
a[id^="txt"]+div .wrapper_item{
	flex-wrap: nowrap;
}
a[id^="txt"]+div .inner_item{
	margin: 0 !important;
	flex: 0 0 auto;
	overflow: hidden;
}
a[id^="txt"]+.composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
	margin-bottom: 0 !important;
}
a[id^="txt"]+div .inner_item:nth-of-type(odd){
	animation: loop 80s -40s linear infinite;
}
a[id^="txt"]+div .inner_item:nth-of-type(even){
	animation: loop2 80s linear infinite;
}

a[id^="txt"]+.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item{
	width: auto !important;
}
@keyframes loop{
    0%{
		transform: translateX(100%);
	}
    100%{
		transform: translateX(-100%);
	}
}
@keyframes loop2{
    0%{
		transform: translateX(0);
	}
    100%{
		transform: translateX(-200%);
	}
}
@media screen and (max-width: 900px){
	a[id^="txt"]+div .heading.block_header_4 .h{
		font-size: 5rem !important;
	}
	a[id^="txt"]+div{
		margin-top: 0;
	}
}

@media screen and (max-width: 800px){
	a[id^="txt"]+div{
		padding-top: 0;
		padding-bottom: 0;
	}

}

/*------------------------------------------*/
#top_service+div{
	margin-top: -5vw;
}

#top_service+div .inner_item{
	align-items: center;
	--i_padding: 5%;
	padding-bottom: 10px;
}
#top_service+div .inner_item .heading.block_header_4 .h{
	text-align: left;
	font-size: 3rem;
}
#top_service+div .inner_item .inner_item_img{
	position: relative;
	padding-right: 10px;
	box-sizing: border-box;
}

#top_service+div .inner_item .inner_item_img::before{
	display: block;
	content: "";
	width: calc(100% - 10px);
	height: 100%;
	background: #e5f2f9;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	#top_service+.composite_box01.block_images_24 .inner_item > a,
	#top_service+.composite_box01.block_images_24 .inner_item_txt{
		flex-basis: 50%;
		max-width: 50%;
	}
	#top_service+div .inner_item:nth-of-type(even) .inner_item_img{
		margin-left: -10px;
	}
}

/*--------------top_price----------------------------*/
#top_price+section::before{
	display: block;
	content: "";
	width: 100%;
	height: 30%;
	background: var(--i_bg_color);
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:0;
	pointer-events: none;
}
#top_price+section .heading.block_header_2 .h{
	font-size: 3rem!important;
	padding-left: 1.75em;
}
#top_price+section .heading.block_header_2 .h::before{
	display: none;
}
#top_price+section .heading.block_header_2 .h::after{
	display: block;
	content: "";
	width: 1.5em;
	height: 1.5em;
	background: var(--i_main_color);
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_2%22%20data-name%3D%222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20428.44%20512%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%234b4b4b%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M423.16%2C271.6c-28.83-114.94-140.47-158.17-150.23-168.69L300.38%2C2.97s-34.28-11.08-82.36%2C9.56c-61.14%2C26.25-95.2-7.22-95.2-7.22l30.17%2C99.16c-9.45%2C10.77-128.2%2C59.03-149.69%2C172.61-18.55%2C97.7%2C39.48%2C237.14%2C212.92%2C234.89%2C173.45-2.28%2C231.19-143.87%2C206.94-240.37ZM295.71%2C281.39v27.25h-56.14l-9.36%2C14.58v17.38h65.5v27.27h-65.5v47.47h-31.97v-47.47h-65.5v-27.27h65.5v-17.38l-9.38-14.58h-56.12v-27.25h38.59l-45.92-71.45h32.73l56.08%2C87.25%2C56.09-87.25h32.7l-45.91%2C71.45h38.59Z%22%2F%3E%3C%2Fsvg%3E');
	mask-repeat: no-repeat;
	mask-size: contain;
	position:absolute;
	top: -0.15em;
	left: 0px;
	z-index:0;
	pointer-events: none;
	/*! transform: translateY(-50%); */
}
#top_price+.contents_box01.block_image_text_12 .wrapper_item{
	border: 2px solid var(--i_main_color);
}
@media screen and (max-width: 800px) {
	#top_price+section .heading.block_header_2 .h{
		font-size:2.5rem!important;
	}
}
/*------------top_6design------------------------------*/
#top_6design+section .inner_item_txt{
	max-width: 800px;
	margin: 0 auto;
}
#top_6design+section .inner_item_txt .heading.block_header_2 .h{
	padding-left: 0;
	font-size: 4.0rem!important;
	line-height: 1.2;
	position: relative;
	letter-spacing: 0.15rem;
	font-weight: 600;
	color:#0d5880;
}
#top_6design+section .inner_item_txt .heading.block_header_2 .h::before{
	display: none;
}
#top_6design+section .inner_item_txt .heading.block_header_2 .h::after{
	display: block;
	content: "";
	background: var(--i_main_color);
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.5;
}
#top_6design+section .inner_item_img{
	clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0 28%);
}
@media screen and (max-width: 800px) {
	#top_6design+section .inner_item_txt .heading.block_header_2 .h{
		font-size: 2.8rem!important;
	}
}
/*------------top_voice------------------------------*/
#top_voice_ttl+section{
	overflow: visible;
}
#top_voice_ttl+section .heading.block_header_1{
	margin-bottom: -5vw;
	transform: translateY(-5vw);
}
#top_voice+.contents_box01.block_fukidashi_2 .inner_item_txt {
	background: #fff;
}
.contents_box01.block_fukidashi_1 .heading.block_header_2,
.contents_box01.block_fukidashi_2 .heading.block_header_2{
	display: inline-block;
	padding: 0 0.2em;
	border-bottom: 1px solid var(--i_sub_color);
	color:var(--i_sub_color)!important;
}
.contents_box01.block_fukidashi_1 .heading.block_header_2 .h,
.contents_box01.block_fukidashi_2 .heading.block_header_2 .h,
.contents_box01.block_fukidashi_1 .heading.block_header_2 p,
.contents_box01.block_fukidashi_2 .heading.block_header_2 p{
	color:var(--i_sub_color)!important;
}

.contents_box01.block_fukidashi_1 .inner_item_txt,
 .contents_box01.block_fukidashi_2 .inner_item_txt{
	border: 1px solid var(--i_txt_color);
}
.contents_box01.block_fukidashi_1 .inner_item_txt::before,
 .contents_box01.block_fukidashi_2 .inner_item_txt::before{
	border-left: 1px solid var(--i_txt_color, rgba(125,125,125,0.3));
	border-top: 1px solid var(--i_txt_color, rgba(125,125,125,0.3));
}
/*-----------------top_area-------------------------*/
#top_area+section.dec1_1:not(.block_images_21) > .content_wrapper {
	background: var(--i_main_color);
}
#top_area+section .inner_item_txt{
	color: #fff;
}
#top_area+section .heading.block_header_2 .h{
	font-size: 3rem!important;
	padding-left: 1.75em;
}
#top_area+section .heading.block_header_2 .h::before{
	display: none;
}
#top_area+section .heading.block_header_2 .h::after{
	display: block;
	content: "";
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	mask-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_2%22%20data-name%3D%222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20495.26%20512%22%3E%20%3Cpath%20d%3D%22M250.75%2C460.03c0%2C13.41-10.88%2C24.27-24.27%2C24.27h-51.03c-13.41%2C0-24.27-10.86-24.27-24.27v-11.2c0-13.41%2C10.86-24.27%2C24.27-24.27h51.03c13.39%2C0%2C24.27%2C10.86%2C24.27%2C24.27v11.2Z%22%2F%3E%20%3Cpath%20d%3D%22M28.53%2C365.69h-4.27c-13.39%2C0-24.27%2C10.88-24.27%2C24.27v33.52c0%2C13.41%2C6.25%2C24.28%2C16.95%2C24.28h2.67c11.58%2C0%2C8.91%2C10.86%2C8.91%2C24.27v15.72c0%2C13.39%2C10.88%2C24.26%2C24.27%2C24.26h37.09c13.41%2C0%2C24.27-10.88%2C24.27-24.27v-97.78c0-13.39-10.86-24.27-24.27-24.27H28.53Z%22%2F%3E%20%3Cpath%20d%3D%22M329.95%2C161.44c-11.42%2C0-21.3%2C7.97-23.7%2C19.12l-13.56%2C62.53c-2.41%2C11.16-12.3%2C19.12-23.72%2C19.12H117.02c-13.39%2C0-24.27%2C10.88-24.27%2C24.27v18.38c0%2C13.39%2C10.88%2C24.27%2C24.27%2C24.27h4.98c13.39%2C0%2C24.27%2C10.88%2C24.27%2C24.28v12.08c0%2C13.39%2C10.88%2C24.27%2C24.27%2C24.27h188.12c11.39%2C0%2C21.25-7.94%2C23.7-19.09l39.31-179.78c1.58-7.16-.19-14.66-4.8-20.38-4.61-5.75-11.56-9.06-18.92-9.06h-68Z%22%2F%3E%20%3Cpath%20d%3D%22M479.58%2C108.75c-2.19%2C11.42-12.17%2C19.69-23.84%2C19.69h-105.51c-7.23%2C0-14.11-3.2-18.69-8.78-4.62-5.59-6.52-12.94-5.16-20.03l15.25-79.91c2.19-11.44%2C12.19-19.72%2C23.84-19.72h105.53c7.23%2C0%2C14.08%2C3.22%2C18.69%2C8.81%2C4.62%2C5.58%2C6.5%2C12.92%2C5.14%2C20.03l-15.25%2C79.91Z%22%2F%3E%3C%2Fsvg%3E');
	mask-repeat: no-repeat;
	mask-size: contain;
	position:absolute;
	top: -0.15em;
	left: 0px;
	z-index:0;
	pointer-events: none;
}
@media screen and (max-width: 800px) {
	#top_area+section .heading.block_header_2 .h{
		font-size: 2.5rem!important;
	}
}
/*------------------------------------------*/
.composite_box01.block_images_9 .inner_item_txt .heading::before{
	background: #0d5880;
	opacity: 0.7;
}
#top_column+.composite_box01.block_images_9 .inner_item_txt .heading{
	text-align: left;
	padding-left: 8.5rem;
}
#top_column+.composite_box01.block_images_9 .inner_item_txt .heading.block_header_4 .h{
	font-size: 2.5rem!important;
}

#top_column+.composite_box01.block_images_9 .inner_item_txt .heading::after{
	display: block;
	content: "";
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20data-name%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2022%22%3E%20%3Cpath%20d%3D%22M21%2C12v10h-6v-6h-6v6H3v-10H0L12%2C0l12%2C12h-3ZM20%2C6.09V1h-3v2.09l3%2C3Z%22%2F%3E%3C%2Fsvg%3E');mask-repeat: no-repeat;
	mask-size: contain;
	position:absolute;
	top: 50%;
	left: 30px;
	z-index:2;
	pointer-events: none;
	transform: translateY(-50%);
}
#top_column+.composite_box01.block_images_9 .inner_item:nth-of-type(2) .inner_item_txt .heading::after{
	mask-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20data-name%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22%2C24H0V0h14v8h8v16ZM6%2C19h-3v4h3v-4ZM11%2C19h-3v4h3v-4ZM19%2C19h-3v4h3v-4ZM4%2C14h-2v2h2v-2ZM12%2C14h-2v2h2v-2ZM8%2C14h-2v2h2v-2ZM17%2C14h-2v2h2v-2ZM20%2C14h-2v2h2v-2ZM4%2C10h-2v2h2v-2ZM12%2C10h-2v2h2v-2ZM8%2C10h-2v2h2v-2ZM17%2C10h-2v2h2v-2ZM20%2C10h-2v2h2v-2ZM4%2C6h-2v2h2v-2ZM12%2C6h-2v2h2v-2ZM8%2C6h-2v2h2v-2ZM4%2C2h-2v2h2v-2ZM12%2C2h-2v2h2v-2ZM8%2C2h-2v2h2v-2Z%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (max-width: 800px) {
	#top_column+.composite_box01.block_images_9 .inner_item_txt .heading.block_header_4 .h{
		font-size: 1.8rem!important;
	}
	#top_column+.composite_box01.block_images_9 .inner_item_txt .heading.block_header_4 p{
		font-size: 1.2rem;
	}
	#top_column+.composite_box01.block_images_9 .inner_item_txt .heading::after{
		left: 15px;
	}
	#top_column+.composite_box01.block_images_9 .inner_item_txt .heading{
		padding-left: 7rem
	}
}

/*----------------parallax--------------------*/
main .parallax .parallax_img{
	filter: blur(10px) brightness(110%);
	opacity: 0.5;
}
/*------------------------------------------*/
.contents_numbering.add_design14 .num p{
	line-height: 2.2;
}

/*================================================
LP
=================================================*/

@media screen and (max-width: 800px) {
	.lp_single .heading.block_header_1 p,
	.lp_single .heading.block_header_6 .h{
		font-size: 5vw !important;
		letter-spacing: 0;
	}
	.lp_single .heading.block_header_1 p,
	.lp_single .heading.block_header_6 p{
		font-size: 4vw !important;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 500px) {
	:root {
		--i_padding: 10px;
	}
}

.lp_single header .wraper{
	background: transparent !important;
}
.lp_single #pan{
	display: none;
}

@media screen and (min-width: 901px){
	.lp_single header{
		background-color: transparent;
		box-shadow: none;
		position: absolute;
	}
	body.lp_single:not(.scrolled):not(.hHide) header{
		padding-top: 9px;
	}
	body.lp_single:not(.scrolled):not(.hHide) header .inner{
		padding-top: 2vw !important;
	}
	.lp_single #mv_outer{
		border-top-width: 0 !important;
	}
}
.lp_single header .wraper{
	box-sizing: border-box;
	width: 100% !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.lp_single.scrolled header .wraper{
	padding-left: var(--i_padding) !important;
	padding-right: var(--i_padding) !important;
}
.lp_single header .btn{
	display: none !important;
}
@media screen and (max-width: 1000px){
	.lp_single header .wraper{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.lp_single #mv_outer{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 900px){
	.lp_single header .wraper{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.lp_single #mv_outer{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 768px){
	.lp_single .aimv_img img{
		height: auto;
		aspect-ratio: 3/4;
	}
}

.lp_single .mybtn .content_wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.lp_single .mybtn a{
	padding: 5px 10px !important;
	line-height: 1.5;
	width: 360px;
	max-width: calc(50% - 16px);
	min-width: 0;
}
.lp_single .mybtn a span{
	padding: 5px 0 2px;
}
.lp_single .mybtn a[href*="line"]:after{
	background-color: #07b53b;
}
.lp_single .mybtn a[href*="line"]:before{
	background-color: #029b2f;
}
.lp_single .mybtn a span i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}
.lp_single .mybtn a span i svg,
.lp_single .mybtn a span i img{
	width: 2.31rem;
	height: 2.31rem;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.lp_single .mybtn a span i svg path{
	fill: #fff
}
.lp_single .mybtn a span i img{
	object-fit: contain;
}
@media screen and (max-width: 650px){
	.lp_single .block_html:has(.mybtn){
		padding-bottom: 20px;
		margin-top: -40px;
	}
	.lp_single .content_wrapper:has(.mybtn){
		padding-left: 10px;
		padding-right: 10px;
	}
	.lp_single .mybtn a{
		padding: 5px !important;
		max-width: calc(50% - 5px);
		margin: 0 auto !important;
	}
	.lp_single .mybtn a+a{
		margin-left: 10px;
	}
	.lp_single .mybtn.contents_btn01.block_button_3 a span{
		font-size: 3vw;
	}
	.lp_single .mybtn a span i svg,
	.lp_single .mybtn a span i img{
		width: 3vw;
		height: 3vw;
	}
}
@media screen and (max-width: 400px){
	.lp_single .mybtn.contents_btn01.block_button_3 a span{
		font-size: 4vw;
	}
	.lp_single .mybtn a span i svg,
	.lp_single .mybtn a span i img{
		width: 4vw;
		height: 4vw;
	}
}

@media screen and (max-width: 900px) {
	.lp_single .contents_box01.block_image_1 .inner_item_img,
	.lp_single .contents_box01.block_mp4_1 .inner_item_img,
	.lp_single .contents_box01.block_image_text_1 .inner_item_img,
	.lp_single .contents_box01.block_image_text_2 .inner_item_img,
	.lp_single .contents_box01.block_image_text_3 .inner_item_img,
	.lp_single .contents_box01.block_image_text_4 .inner_item_img,
	.lp_single .contents_box01.block_image_text_9 .inner_item_img,
	.lp_single .contents_box01.block_image_text_10 .inner_item_img,
	.lp_single .contents_box01.block_image_text_11 .inner_item_img,
	.lp_single .contents_box01.block_image_text_12 .inner_item_img,
	.lp_single .contents_box01.block_image_text_13 .inner_item_img,
	.lp_single .contents_box01.block_image_text_14 .inner_item_img{
		width: 70%;
		max-width: 400px !important;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px){
	.lp_single .composite_box01.block_images_1 .inner_item>a,
	.lp_single .composite_box01.block_images_2 .inner_item>a,
	.lp_single .composite_box01.block_images_3 .inner_item>a{
		width: 70%;
		max-width: 400px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/*================================================
LP Single
=================================================*/
.lp_single main .contents_btn01 a:nth-of-type(1):nth-last-child(1){
	width: 90%!important;
	max-width: 500px;
	border-bottom: 5px solid #ac140c;
}
.lp_single main .contents_btn01 a:nth-of-type(1):nth-last-child(1)::after{
	background: #ee1a10;
}
.lp_single main .contents_btn01 a:nth-of-type(1):nth-last-child(1)::before{
	background: var(--i_btn_hover_color);
}


.lp_single main .contents_btn01 a:nth-of-type(1):nth-last-child(1) span{
	font-size: 2.5rem;
	padding: 17px 30px 14px;
}
@media screen and (max-width: 800px) {
	.lp_single main .contents_btn01 a:nth-of-type(1):nth-last-child(1) span{
		font-size: 2.0rem;
		padding: 10px 20px 7px;
	}

}
/*------------------------------------------*/

.lp_single .dec3_7.contents_box01.block_image_text_3 .inner_item_img img,
.lp_single .dec3_7.contents_box01.block_image_text_4 .inner_item_img img{
	border: 10px solid #fff;
	box-sizing: border-box;
}
.lp_single .heading.block_header_3,
.lp_single .heading.block_header_3 .h{
	display: inline-block;
	color: #fff;
}
.lp_single .heading.block_header_3{
	border-radius: 10px;
	padding: 1em 2em;
	position: relative;
	overflow: visible;
	margin-bottom: 30px!important;
	background: var(--i_main_color);
}
.lp_single .heading.block_header_3::before{
	display: block;
	content: "";
	width: 60px;
	height: 25px;
	background: var(--i_main_color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position:absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	z-index:0;
	pointer-events: none;
}

.lp_single .heading.block_header_3 .h{
	font-size:2.3rem;
}
.lp_single main .content_wrapper:has(.heading.block_header_3.align-center){
	text-align: center;
}
@media screen and (max-width: 800px) {
	.lp_single .heading.block_header_3 .h{
		font-size: 1.9rem;
	}
	.lp_single .heading.block_header_3::before{
		width: 40px;
		height: 15px;
		bottom: -14px;
	}
}
/*--------------lp1_seo1----------------------------*/
#lp1_seo1+section .inner_item_img{
	transform: translateY(80px);
}
@media screen and (max-width: 900px) {
	#lp1_seo1+section .wrapper_item{
		flex-direction: column-reverse;
		display: flex;
	}
	#lp1_seo1+section .inner_item_img{
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	#lp1_seo1+section .inner_item_img{
		transform: translateY(65px);
	}
}


/*--------------price_ttl----------------------------*/
a[id^="lp_title"]+section{
	overflow: visible;
}
a[id^="lp_title"]+section::before{
	display: block;
	content: "";
	width: 100%;
	max-width: 1300px;
	height: calc(100% + 20px);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
	background-size: auto;
	position:absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index:0;
	pointer-events: none;
}
#lp_title_step+section::before{
	background-image: url(/common/upload_data/isshin-kikaku/image/price_ttl1.png),url(/common/upload_data/isshin-kikaku/image/price_ttl2.png);
}
#lp_title_success+section::before{
	background-image: url(/common/upload_data/isshin-kikaku/image/success_ttl1.png),url(/common/upload_data/isshin-kikaku/image/success_ttl2.png);
}
#lp_title_success+section::before{
	background-image: url(/common/upload_data/isshin-kikaku/image/success_ttl1.png),url(/common/upload_data/isshin-kikaku/image/success_ttl2.png);
}
#lp_title_westernstyle1+section::before{
	height: calc(100% + 53px);
	background-image:none, url(/common/upload_data/isshin-kikaku/image/lp2_ttl1_1.png);
	top: -53px;
}
#lp_title_rental-moveout1+section::before{
	background-image: none, url(/common/upload_data/isshin-kikaku/image/lp3_ttl1.png);
}
#lp_title_recommended-renovation+section::before{
	background-image: none, url(/common/upload_data/isshin-kikaku/image/lp4_ttl1.png);
}
#lp_title_wall-and-roof-painting+section::before{
	background-image: none, url(/common/upload_data/isshin-kikaku/image/lp5_ttl1.png);
	top: -65px;
	height: calc(100% + 65px);
}
#lp_title_renovation-home-loan+section::before{
	background-image: none, url(/common/upload_data/isshin-kikaku/image/lp6_ttl1.png);
	height: calc(100% + 68px);
	top: -68px;
}
#lp_title_studio-and-residence+section::before{
	background-image: none, url(/common/upload_data/isshin-kikaku/image/lp7_ttl1.png);
}
a[id^="lp_title"]+section .heading.block_header_6 .h::before{
	display: none;
}
.lp_single .contents_flow.add_design4 .inner_item{
	background: #fff;
	box-shadow: 5px 5px 0 #d4e6f2;
}

.lp_single .contents_flow.add_design4 .wrapper_item{
	justify-content: center;
}

.lp_single .contents_flow.add_design4 .num {
	font-size: 3rem;
}

.lp_single main>:not(#index)+* .heading.block_header_4 .h{
	display: inline-block;
	padding: 5px 25px;
	background: #17c192;
	color: #fff;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 15px 50%);
}


@media screen and (max-width: 800px) {
	a[id^="lp_title"]+section::before{
		background-size: 20% auto, 28% auto;
		background-position: left -20px top, right 5px bottom;
	}
	.lp_single .contents_flow.add_design4 .num {
		font-size: 2.4rem;
	}
	.lp_single main .heading.block_header_4.align-center .h{
		padding: 5px 30px;
	}
}
/*--------------lp_arrow----------------------------*/
a[id^="lp_arrow"]+section{
  padding-bottom: 150px;
}
a[id^="lp_arrow"]+section::before{
	display: block;
	content: "";
	width: 100%;
	height: 150px;
	background: var(--i_bg_color);
	clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index:0;
	pointer-events: none;
}
.block_line_6 +.contents_btn01{
	overflow: visible;
}
a[id^="lp_arrow"]+section+.contents_btn01{
	margin-top: -50px;
}
@media screen and (max-width: 800px) {
	a[id^="lp_arrow"]+section{
		padding-bottom: 80px;
		}
	a[id^="lp_arrow"]+section::before{
		height: 80px;
	}
	a[id^="lp_arrow"]+section+.contents_btn01{
		margin-top: -30px;
	}
}
/*------------------------------------------*/
.lp_single .dec2_3:not(.composite_box01):not(.block_text_6) .wrapper_item,
.lp_single .dec2_3.composite_box01 .inner_item,
.lp_single .dec2_3.contents_box01.block_text_6 .inner_item_txt {
	border: 4px solid var(--i_main_color);
}

.lp_single .dec2_3.block_image_text_10 .wrapper_item .inner_item_img,
.lp_single .dec2_3.block_image_text_9 .wrapper_item .inner_item_img{
	border: 6px solid #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.lp_single .dec2_3.block_image_text_10 .wrapper_item .inner_item_img{
  transform: rotate(4deg);
}
.lp_single .dec2_3.block_image_text_9 .wrapper_item .inner_item_img{
  transform: rotate(-4deg);
}


/*------------------------------------------*/
.lp_single .block_text_6 > .content_wrapper{
	background: #fff;
}
.lp_single .heading.block_header_7 p{
	font-weight: 600;
	font-size: 2.3rem;
}
/*------------------------------------------*/
.lp_single .dec2_3.composite_box01.block_images_3 .wrapper_item{
	overflow: visible;
}
.lp_single .dec2_3.composite_box01.block_images_3 .inner_item{
	border: 4px solid var(--i_sub_color);
}
.lp_single .dec2_3.composite_box01.block_images_3 .inner_item .heading.block_header_4{
	margin-top: -50px;
	margin-bottom: 20px;
}
.lp_single .dec2_3.composite_box01.block_images_3 .inner_item .heading.block_header_4 .h{
	background: var(--i_sub_color);
	color: #fff;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.lp_single .dec2_3.composite_box01.block_images_3 .inner_item+.inner_item{
		margin-top: 50px;
	}
}
/*-------------lp_summary-----------------------------*/
.lp_single .composite_box01.block_images_23 .wrapper_item{
	overflow: visible;
}
.lp_single .composite_box01.block_images_23 .inner_item .heading.block_header_4 .h{
	background: var(--i_sub_color);
	transform: rotate(-5deg) translate(-50px, 0px);
}
#lp_summary+div .inner_item .heading.block_header_4 .h{
	background: var(--i_sub_color);
}
#lp_summary+div.dec2_3.composite_box01 .inner_item{
	border-color: var(--i_sub_color);
}
@media screen and (max-width: 768px) {
	.lp_single .composite_box01.block_images_23 .inner_item .heading.block_header_4 .h{
		transform: rotate(-5deg) translate(-25px, 0px);
	}
}

/*---------------lp_caution---------------------------*/
#lp_caution+section .wrapper_item{
	background: rgba(255,255,255,0.9);
	margin-top: -40px;
	outline: 4px solid #0080d28f;
	outline-offset: -10px;
}
#lp_caution+section .heading.block_header_4 .h{
	margin-bottom: 0;
	background: var(--i_main_color);
}
@media screen and (min-width: 901px) {
	#lp_caution+section .inner_item_img{
		transform: translateY(30px);
	}
}
@media screen and (max-width: 900px) {
	#lp_caution+section .wrapper_item{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 10vw!important;
	}
	#lp_caution+section .inner_item_img{
		margin-bottom: 0;
		transform: translateY(4vw);
	}
}
/*---------------lp_faq---------------------------*/
#lp_faq+section .content_wrapper{
	text-align: center;
}
/*---------------lp_seo2---------------------------*/
#lp_arrow_seo2+section .heading.block_header_6 .h{
	color: #fff;
}
/*------------------------------------------*/
.lp_single .composite_box01.block_images_13 .inner_item{
	background: #fff;
}
.lp_single .composite_box01.block_images_13 .inner_item .heading.block_header_4 .h{
	margin-bottom: 0;
}
.lp_single .composite_box01.block_images_13 .inner_item_txt{
	margin-top: -30px;
}
/*------------------------------------------*/
.composite_box01.block_images_7 .inner_item_txt{
	background: rgba(3, 108, 155, 0.78);
}
.composite_box01.block_images_7 .inner_item > a:hover + .inner_item_txt{
	background: rgba(3, 108, 155, 0.6);
}
/*------------------------------------------*/
#lp_flow+section>.content_wrapper{
	width: 90%;
	padding: 45px;
	background: #fff;
}
@media screen and (max-width: 800px) {
	#lp_flow+section>.content_wrapper{
		width: calc(100% - 40px);
		padding: 30px 20px;
	}
}