@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #273136;
	font-family: 'Noto Sans JP', Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0 auto;
	overflow-x: hidden;
	width: 100%;
}

img {
	display: block;
	max-width: 100%;
}

ul,
ol,
dl {
	list-style-type: none;
}

/* --------------------
smart phone
default style reset
-------------------- */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #484848;
	border-radius: 5px;
	box-sizing: border-box;
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Verdana", YuGothic, "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "BIZ UDPGothic", sans-serif;*/
	padding: 10px;
	width: 100%;
	color: #273136;
}

input:focus,
select:focus,
textarea:focus {
	background: #fffbc9;
}

input[type="checkbox"] {
	width: auto;
}

button:hover {
	cursor: pointer;
}

/* select box , checkboxの矢印を非表示 */

select::-ms-expand {
	display: none;
}

/* placeholder color */

:-moz-placeholder-shown {
	color: #eff0f2;
}

:-ms-input-placeholder {
	color: #eff0f2;
}

:placeholder-shown {
	color: #eff0f2;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
	color: #eff0f2;
}

/* Firefox 18- */

:-moz-placeholder {
	color: #eff0f2;
	opacity: 1;
}

/* Firefox 19+ */

::-moz-placeholder {
	color: #eff0f2;
	opacity: 1;
}

/* --------------------
font
-------------------- */

a,
p {
	line-height: 1.9;
}

p {
	margin: 0;
}

/* --------------------
link color
-------------------- */

a {
	color: #273136;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	/*text-decoration: underline;*/
}

/* --------------------
hover effect
-------------------- */

a,
a img,
input {
	opacity: 1;
	transition: opacity .4s, background-color .4s;
}

/***************************************

header

***************************************/

.h {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	/*border-bottom: 1px solid #EAEBE9;*/
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
	left: 0;
	position: fixed;
	top: 0;
	transform: translate3d(0, 0, 0);
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 10;
}

.h.is-sticky {
	border-color: transparent;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
}

.h_container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1552px;
	min-height: 80px;
	padding: 8px 32px;
	width: 100%;
}

.h_logo__link {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #0A0A0A;
	font-weight: bold;
}
.h_logo__link img{
	width: 190px;
}

.h_logo__link:hover,
.h_logo__link :focus {
	text-decoration: none;
}

.h_logo__img {
	max-height: 64px;
}

.h_nav{
	width: 100%;
}
.h_nav > div{
	display: flex;
	justify-content: space-between;
}
.menu-header_nav-container{
	margin: auto;
}
.h_nav__hamburger {
	display: none;
}

.h_nav__list {
	display: flex;
	justify-content: space-between;
}


.h_nav__list li:last-child {
	margin-right: 0px;
}

.h_nav__list li:after{
}
.h_nav__list li:hover{

}

.h_nav__list > li:nth-child(2){
	padding-bottom: 15px;
}



.h_nav .h_nav__list > li.h_nav__item > a{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
	display: block;
	position: relative;
	top: 0;
	margin-top: 13px;
}
.h_nav .h_nav__list > li.h_nav__item > a:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F477A7;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	margin: 0 0 0 -3px;
}
.h_nav .h_nav__list > li a:hover{
	top: -10px;
	padding: 0 0 5px;
}
.h_nav .h_nav__list > li:nth-child(2) a:hover{
	top: 0px;
	padding: 0;
}
.h_nav .h_nav__list > li a:hover:after {
	opacity: 1;
}

.h_nav .h_nav__list > li.hov > a:after{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F477A7;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	margin: 0;
}
.h_nav__list > li.hov{
	background: url(../img/common/arrow.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: 10px;
	width: 80px;
}

.h_nav .h_nav__list > li.hov:hover{
	background: url(../img/common/arrow_re.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: 10px;
	/*margin-top: 13px;*/
	box-sizing: border-box;
	display: inline-block;
	/*padding: 0;*/
	top: 0;
}
.h_nav .h_nav__list > li.hov .open ~ a{
	background: url(../img/common/arrow_re.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: 10px;
}



.h_nav__item {
	margin-right: 2.6vw;
}

.h_nav__item:last-child {
	margin-right: 0;
}

.h_nav a {
	display: block;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	/*font-family: Noto Sans JP;*/
	letter-spacing: 0.7px;
	color: #273136;
	font-weight: bold;

}

.h_nav a:after {
/*background: #484848;
bottom: -0.2em;
content: '';
display: block;
height: 1px;
left: auto;
position: absolute;
right: 0;
transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
width: 0;*/
}

.h_nav a:hover,
.h_nav a:focus {
	text-decoration: none;
}

.h_nav a:hover:after,
.h_nav a:focus:after {
	left: 0;
	right: auto;
	width: 100%;
}

.h_nav__sub_text {
	display: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2rem;
	margin-top: -0.5em;
	text-align: center;
}

.h_nav .head_tel{
	font-size: 12px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.01rem;
	margin-top: 5px;
}

.h_nav .head_tel a{
	color: #569BEB;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 240px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	font-family: Avenir;
	letter-spacing: 0.01rem;
}

.h_nav .head_tel a img{

}

.h_nav .head_shiten{
	margin-top: 5px;
}

.h_nav .head_shiten a{
	font-size: 12px;
}

.h_nav .head_shiten a img{
	margin: 0 auto;
}


/* サブメニューをabsoluteにするため、親メニューをrelativeに */


.header-nav-child{
	background: #F1F4F6;
	width: 100%;
	display: none;
	position: absolute;
	top: 85%;
	left: 0;
}

.header-nav-child .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1090px;
	width: 100%;
}

/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.has-sub:hover .header-nav-child {
	display: block;
}

/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.sub-menu {
	width: 100%;
	padding: 20px 0;
}
.sub-menu:after {
	clear: both;
	display: block;
	content: "";
}

.sub-menu > .menu-item{
	width: 155px;
	height: 90px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow:0px 5px 20px 0px rgb(185 185 185 / 50%);
	transition: .3s;
}

.sub-menu > .menu-item:nth-child(6),
.sub-menu > .menu-item:nth-child(11){
	margin-right: 0;
}

.sub-menu > .menu-item:hover{
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(0px, 5px, 0px);
	box-shadow: none;
}

.sub-menu > .menu-item:first-child{
	width: 215px;
	height: 200px;
}

/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.sub-menu > .menu-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: .5em 0;
	font-weight: normal;
}

/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.sub-menu > .menu-item a:hover {
	background: black;
	color: white;
}


.h_nav__list .sub-menu > li a {
	background: none;
	background-repeat: no-repeat;
	background-position: 0;
	padding: 0 20px;
	margin-top: 0;
	font-size: 12px;
}

.h_nav__list .sub-menu > li:nth-child(1) a,
.h_nav__list .sub-menu > li:nth-child(1) a:hover{
	background: url(../img/top/survey_img1.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 150px;
}
.h_nav__list .sub-menu > li:nth-child(2) a,
.h_nav__list .sub-menu > li:nth-child(2) a:hover{
	background: url(../img/top/survey_img2.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(3) a,
.h_nav__list .sub-menu > li:nth-child(3) a:hover{
	background: url(../img/top/survey_img3.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(4) a,
.h_nav__list .sub-menu > li:nth-child(4) a:hover{
	background: url(../img/top/survey_img4.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(5) a,
.h_nav__list .sub-menu > li:nth-child(5) a:hover{
	background: url(../img/top/survey_img5.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(6) a,
.h_nav__list .sub-menu > li:nth-child(6) a:hover{
	background: url(../img/top/survey_img6.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(7) a,
.h_nav__list .sub-menu > li:nth-child(7) a:hover{
	background: url(../img/top/survey_img7.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(8) a,
.h_nav__list .sub-menu > li:nth-child(8) a:hover{
	background: url(../img/top/survey_img8.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(9) a,
.h_nav__list .sub-menu > li:nth-child(9) a:hover{
	background: url(../img/top/survey_img9.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(10) a,
.h_nav__list .sub-menu > li:nth-child(10) a:hover{
	background: url(../img/top/survey_img10.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}
.h_nav__list .sub-menu > li:nth-child(11) a,
.h_nav__list .sub-menu > li:nth-child(11) a:hover{
	background: url(../img/top/survey_img11.svg);
	background-repeat: no-repeat;
	background-position: 50% 38%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	padding-top: 60px;

}




.h_nav__list .sub-menu  > li a:hover {
	background: none;
	background-repeat: no-repeat;
	background-position: 0;
	margin-top: 0;
	box-sizing: border-box;
	display: inline-block;
	padding: 0;
	color: #273136;
	top: 0;
}

/*.h_nav__list .sub-menu  > li:nth-child(2) a:hover {
background: none;
background-repeat: no-repeat;
background-position: 0;
margin-top: 0;
box-sizing: border-box;
display: inline-block;
padding: 0 20px;
}*/






/***************************************

SP menu opened

***************************************/

.js-nav-open.h_nav {
	display: block;
	opacity: 1;
	transition: cubic-bezier(0.19, 1, 0.22, 1);
	visibility: visible;
}

.js-nav-open .h_nav__hamburger {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}

.js-nav-trigger .h_nav__hamburger_icon {
	background: transparent;
}

.js-nav-trigger .h_nav__hamburger_icon:before {
	top: -5px;
	transform: rotateZ(45deg);
}

.js-nav-trigger .h_nav__hamburger_icon:after {
	top: -5px;
	transform: rotateZ(-45deg);
}

/***************************************

Footer

***************************************/

.f {
	background: #fff;
}

.f_container {
	padding: 80px 0;
}

.f_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.f_head__info {
	margin-right: 20px;
}

.f_head__logo {
	display: block;
	margin-bottom: 50px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4.8px;
	color: #273136;
}

.f_head__logo a:hover{
	border: none;
	text-decoration: none;
}

.f_head__logo img {
	max-width: 50%;
}

.f_address {
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #273136;
}

.f_address__text {
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #273136;
}

.f_address__text--postal_code {
	display: inline-block;
	margin-right: 1em;
}

.f_address__link {
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #273136;
}

.f_address__link:hover,
.f_address__link:focus {
	opacity: 0.5;
	text-decoration: none;
}


.f_nav {
	width: 520px;
}

.f_nav__list {
	display: flex;
	justify-content: space-between;
}

.f_nav__item {
	margin-right: 20px;
}

.f_nav__item:last-child {
	margin-right: 0;
}

.f_nav a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #273136;

}

.f_nav a:hover,
.f_nav a:focus {
	opacity: 0.5;
	text-decoration: none;
}

.f_nav__sub_text {
	display: block;
	font-size: 12px;
	opacity: 0.5;
}

.f_bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.f_copy {
	text-align: center;
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #9BA5AB;
}

.f_sns{
	margin-left: auto;
	display: flex;
	justify-content: center;
	width: 110px;
}

.f_sns li{
	width: 35px;
	height: 25px;
}

.f_sns_icon{
	width: 30px;
	color: #000;
	text-align: center;
}

.fab {
	font-size: 20px;
}



.f_privacy__link {
	/*color: #fff;*/
	margin-left: 12px;
}

.f_privacy__link:hover,
.f_privacy__link:focus {
	opacity: 0.5;
	text-decoration: none;
}

/***************************************

Layout

***************************************/

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

.wrapper {
	box-sizing: border-box;
	padding-left: 0;
	/*
	padding-right: 32px;
	*/
}

.container_dpf{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* flex-flow: row-reverse;*/
	align-items: center;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	width: 100%;
}

.w960{
	max-width: 960px;
}


/***************************************

Switch display

***************************************/

.sp_show {
	display: none !important;
}

.sp_show--ib {
	display: none !important;
}

.sp_show--ib--max1440 {
	display: none !important;
}

.sp_show--ib--max1024 {
	display: none !important;
}

.pc_show {
	display: block !important;
}

/***************************************

font color

***************************************/

.f_pink{
	color: #F477A7;
}
.f_blue_gray{
	font-size: 14px;
	color: #99AFBA;
	font-family: Avenir;
	letter-spacing: 0.1em;
}



/***************************************

Background color

***************************************/

.bg_white {
	background: #fff;
}

.bg_gray {
	background: #C4C4C4;
}

.bg_pink {
	background: #FFDDDD;
}

.theme_color {
	background: #2c2c2c;
}

/***************************************

Effects

***************************************/

.js-fadein {
	opacity: 0;
	transform: translateY(10%);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

/***************************************

Common tittles

***************************************/

.main_title {
	color: #273136;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 80px;
	text-align: center;
}

.main_title--white {
	color: #fff;
}

.main_title--sub {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1em;
}

.branch_main_title {
	color: #273136;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 64px;
	text-align: center;
}

.branch_main_title--sub {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1em;
}

/***************************************

Buttons

***************************************/

.allwrapper .side_fix{
	position: fixed;
	width: 56px;
	height: 206px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.allwrapper .side_fix a{
	display: block;
	text-decoration: none;
}

.allwrapper .side_fix a p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}






.main_button {
	border-radius: 50px;
	color: #fff;
	display: block;
	font-style: normal;
	padding: 0;
	text-align: center;
	width: 300px;
	line-height: 64px;
	font-size: 16px;
	letter-spacing: 1.6px;
	background: linear-gradient(50deg,#F56B7D 40%, #F8A7E6 100%);
	box-shadow:0px 5px 20px 0 rgb(242 160 186 / 80%);
	transition: .3s;
	font-weight: bold;
	padding-bottom: 2px;
}

.main_button:hover,
.main_button:focus {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.point_btn .main_button{
	margin: 30px auto 0;
}


.main_button__icon {
	bottom: 0;
	height: 14px;
	left: auto;
	margin: auto auto auto 0.5em;
	position: absolute;
	right: 20px;
	top: 0;
	width: 18px;
}

.main_button__icon_path {
	stroke-linecap: round;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
}

.main_button__icon_path_color--green {
	stroke-linecap: round;
	stroke-width: 2px;
	stroke: #484848;
	fill: none;
}

.main_button__icon_path--round {
	stroke-linejoin: round;
}

.arrow_btn{
	display: inline-flex;
	vertical-align: middle;
	margin-left: 15px;
	transition: .3s;
}
.main_button:hover .arrow_btn {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}

.outline_btn{
	color: #F477A7;
	background: #fff;
	border: 2px solid #F477A7;
	box-shadow: none;
}


/***************************************

First view/index

***************************************/

.top .first_view.is-active {
	position: relative;
}
.top .first_view.is-active .first_view__scroller {
	display: block;
}
.top .first_view {
	position: unset;
}
.top .first_view .first_view__scroller {
	display: none;
}

.top .first_view__item {
	position: relative;
	width: 100%;
}

.top .first_view__container {
	bottom: 0;
	width: 640px;
	height: 360px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 85px;
	z-index: 1;
}

.top .first_view__catch {
	color: #fff;
	font-size: 64px;
	line-height: 1.6;
	margin-bottom: 0;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 6px;
}

.top .first_view__subcatch {
	padding-bottom: 48px;
}

.top .first_view__subcatch.subcatch_text1 img {
	width: 80%;
	margin: 0 auto 10px;
	display: block;
}

.top .first_view__subcatch.subcatch_text2 {
	font-size: 50px;
	width: 540px;
	margin: 0 auto 40px;
}




.top .first_view__subcatch.subcatch_text3 a {
	text-decoration: none;
	width: 300px;
	display: block;
	margin: 0 auto;
	background: #fff;
	color: #F477A7;
	font-size: 14px;
	line-height: 64px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	font-weight: bold;
	box-shadow:0px 5px 20px 0px rgb(185 185 185 / 50%);
	transition: .3s;
}

.top .first_view__subcatch.subcatch_text3 a:hover{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.top .first_view__subcatch.subcatch_text3 a:hover .arrow_btn {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}




.top .first_view__image {
/*-webkit-filter: blur(0) brightness(70%) saturate(100%);
filter: blur(0) brightness(70%) saturate(100%);*/
left: 0;
margin: 109px auto 0;
min-width: auto;
position: absolute;
right: 0;
top: 0;
transform: scale(1.1);
width: 88vw;
height: 79vh;
object-fit: cover;
z-index: -1;
border-radius: 15px;
}

.top .first_view__image_box {
	height: 100vh;
	overflow: hidden;
}

.top .first_view__scroller {
	bottom: 2%;
	color: #fff;
	font-size: 12px;
	height: 32px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 4em;
}

.top .first_view__scroller:after {
	-webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
	-webkit-animation-fill-mode: both;
	animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
	animation-fill-mode: both;
	background: #fff;
	content: '';
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.top .first_view__scroller_text {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -30px;
	font-family: Avenir;
}

.top .first_view.is-active .first_view__image {
	position: fixed;
}

@-webkit-keyframes scroll {
	0% {
		bottom: auto;
		height: 0;
		top: 0;
	}

	50% {
		height: 32px;
	}

	100% {
		bottom: 0;
		height: 0;
		top: auto;
	}
}

@keyframes scroll {
	0% {
		bottom: auto;
		height: 0;
		top: 0;
	}

	50% {
		height: 32px;
	}

	100% {
		bottom: 0;
		height: 0;
		top: auto;
	}
}

/***************************************

About/index

***************************************/

.top .About {
	padding: 120px 0 112px;
}

.top .About__title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.top .About__title_text {
	line-height: 1.6;
	font-size: 28px;
	letter-spacing: 0;
	color: #273136;
	font-weight: bold;
	margin-bottom: 36px;
	letter-spacing: 0.1em;
}

.top .About__title_text--sub {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 36px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #4C6471;
	display: flex;
	justify-content: flex-start;
	font-family: Avenir;
}

.top .About__title_text--sub img{
	margin-left: 20px;
}

.top .About__detail {
	margin: 0 auto;
	/*max-width: 445px;*/
	width: 100%;
}

.top .About__detail_text {
	margin-bottom: 40px;
	letter-spacing: 0px;
	color: #4C6471;
	font-size: 16px;
}

.about_img{
	object-fit: cover;
	padding-right: 60px;
}


/***************************************

menu/index

***************************************/

.top .menu {
	padding: 120px 0;
}
.top .menu .main_title {
	margin-bottom: 80px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #273136;
}

.top .menu .main_title--sub {
	font-size: 20px;
	letter-spacing: 2px;
	color: #F477A7;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: Avenir;
}

.top .menu__card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 960px;
}

.top .menu_card__item {
	margin-bottom: 40px;
	width: 48%;
	background: #fff;
	padding: 30px 40px;
	border-radius: 10px;
	box-shadow:0px 5px 20px 0 rgb(242 160 186 / 20%);
}

.bor_sub_title{
	display: flex;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	font-family: Avenir;
}

.bor_sub_title img{
	margin: 0 10px;
}

.bor_sub_title span{
	font-size: 15px;
	color: #4C6471;
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
}

.top .menu_card__item:nth-child(3n){
	margin-right: 0;
}

.top .menu_card__item:nth-child(2n) {
	/*margin-right: 0;*/
}

.top .menu_card__item:nth-last-child(-n+2) {
	/*margin-bottom: 0;*/
}

.top .menu_card__image_wrapper {
	margin-bottom: 24px;
}

.top .menu_card__image_wrapper img{
	display: block;
	margin: 0 auto;
	width: 300px;
}

.top .menu_card__title {
	color: #273136;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: center;
	line-height: 1.8;
}

.top .menu_card__text {
	text-align: justify;
	min-height: 49px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #4C6471;
}

/***************************************

News/index

***************************************/

.top .news {
	padding: 0;
}


.top .news_list__item {
	border-bottom: 1px solid #DBDBDB;
	padding: 33px 0;
}

.top .news_list__link {
	color: #484848;
	display: flex;
}

.top .news_list__link:hover,
.top .news_list__link:focus {
	text-decoration: underline;
}

.top .news_list__inner {
	display: flex;
}

.top .news_list__date {
	margin-right: 16px;
	width: 45%;
	display: block;
	text-align: right;
	font-size: 14px;
	letter-spacing: 0px;
	color: #273136;
}

.top .news_list__text {
	color: #273136;
	font-weight: 500;
	width: 50%;
	display: block;
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0px;
	color: #273136;
}

.top .news__more_button {
	margin-top: 40px;
}




/***************************************

commitment/index

***************************************/

.top .commitment {
	padding: 120px 0;
}

.top .commitment__title {
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	width: 480px;
	margin: 0 auto 40px;
}

.top .commitment__title_text {
	font-size: 28px;
	line-height: 48px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 2.8px;
}

.top .commitment__title_text--sub {
	color: #484848;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.top .commitment__detail {
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}

.top .commitment__detail_text {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0;
	font-size: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
}




/***************************************

information/index

***************************************/

.top .information {
	padding: 120px 0;
}
.top .information .main_title {
	margin-bottom: 63px;
	font-size: 40px;
	font-weight: bold;
}

.top .information .main_title--sub {
	font-size: 16px;
}

.top .information__title {
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	width: 480px;
	margin: 0 auto 40px;
}

.top .information__title_text {
	font-size: 28px;
	line-height: 48px;
	color: #fff;
}

.top .information__title_text--sub {
	color: #484848;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.top .information__detail {
	margin: 64px auto 0;
	max-width: 960px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.top .information__detail iframe{
	width: 100%;
	height: 380px;
}

.top .information__detail_text {
	text-align: left;
	font-size: 28px;
	letter-spacing: 1.4px;
	color: #273136;
}

.top .information__table{
	width: 580px;
	border-collapse: collapse;
}

.top .information__table tr{
	border-bottom: 1px solid #DBDBDB;
	height: 74px;
}

.top .information__table tr th{
	width: 118px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	font-weight: bold;
}

.top .information__table tr td{
	font-size: 14px;
}

.top .information__table tr td a{
	padding: 7px 20px;
	border: 1px solid #273136;
	font-size: 10px;
	display: inline-block;
	margin-left: 50px;
	color: #273136;
	border-radius: 5px;
	background: #fff;
}

.top .information__table tr td a:hover,
.top .information__table tr td a:focus{
	background: #273136;
	color: #fff;
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}




/***************************************

Contact/index

***************************************/

.top .contact {
	padding: 96px 0;
}

.top .contact__title {
	margin-bottom: 40px;
}

.top .contact__text {
	color: #fff;
	margin-bottom: 40px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}

.top .contact__box {
	display: flex;
	justify-content: space-between;
}

.top .contact__button {
	background: #2c2c2c;
	border: 1px solid rgba(255, 255, 255, .3);
	display: inline-block;
	font-size: 16px;
	max-width: 436px;
	padding: 24px;
	text-align: center;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	border-radius: 5px;
}

.top .contact__button:hover,
.top .contact__button:focus {
	text-decoration: none;
}

.top .contact__button.bor:hover,
.top .contact__button.bor:focus {
	background: #484848;
	border-color: #fff;
	color: #fff;
}

.fa-phone,.fa-envelope{
	margin-right: 15px;
}

/***************************************

About

***************************************/

.about .m {
	padding-top: 0;
}

.about .branch_main_title {
	margin-bottom: 0;
}

.about .about__header {
	padding: 180px 0 140px;
}

.about .about_title {
	color: #484848;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 64px;
	text-align: center;
}

.about .about_title--sub {
	color: #273136;
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1em;
}

.about .about__msg {
	padding: 120px 0;
}

.about .msg__body {
	display: flex;
	justify-content: center;
}

.about .msg__body_img {
	margin-right: 56px;
	max-width: 426px;
	width: 100%;
}

.about .msg__body_dtl {
	max-width: 482px;
	width: 100%;
}

.about .msg__body_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
}

.about .msg__body_text {
	margin-bottom: 40px;
}

.about .msg__body_name {
	font-size: 16px;
}

.about .msg__body_name--position {
	font-size: 14px;
	margin-right: 1em;
}

.about__parallax {
	height: 520px;
	overflow: hidden;
	position: relative;
}

.commitment.bg_active .about__parallax_img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: scale(1.2);
	width: 100vw;
	z-index: -2;
	-webkit-filter: blur(5px) brightness(60%) saturate(200%);
	filter: blur(5px) brightness(60%) saturate(200%);
}

.commitment .about__parallax_img{
	display: none!important;
}
.commitment.bg_active .about__parallax_img.pc_show{
	display: block!important;
}

.about__company {
	padding: 120px 0;
}

.about .company__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 844px;
	width: 100%;
}

.about .company__list {
	align-items: center;
	border-bottom: 1px solid #DBDBDB;
	display: flex;
	padding: 24px 0;
}

.about .company__list:first-child {
	padding-top: 0;
}

.about .company__name {
	flex: 0 1 80px;
	font-size: 14px;
	font-weight: 700;
	margin-right: 90px;
}

.about__access {
	padding: 120px 0;
}

.about .access__map {
	height: 380px;
	margin-bottom: 48px;
}

.about .address__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.about .address__button {
	font-size: 14px;
	margin-right: 0;
	padding: 4px 12px;
	width: 120px;
}

.about .address__title {
	color: #484848;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.about .address__text {
	font-style: normal;
}

.about__branch {
	padding: 120px 0 80px;
}

.about .branch__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about .branch__card {
	flex: 0 1 48%;
	margin-bottom: 40px;
	margin-right: 4%;
}

.about .branch__card:nth-child(2n) {
	margin-right: 0;
}

.about .branch__title {
	color: #273136;
	font-size: 24px;
	margin-bottom: 56px;
}

.about .branch__name {
	color: #484848;
	font-size: 18px;
	font-weight: 700;
}

.about .branch__map {
	height: 270px;
	margin-bottom: 16px;
}

.about .branch__address {
	margin-bottom: 24px;
}

.about .branch__button {
	font-size: 14px;
	margin-right: 0;
	padding: 4px 12px;
	width: 120px;
}

.case_img_box{
	margin-bottom: 100px;
}
.case_img_box ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}
.case_title{
	text-align: center;
	font-size: 24px;
	color: #273136;
	font-weight: bold;
}
.case_sub_title{
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 34px;
}
.case_sub_title .sub_title_img{

}
.case_sub_title .sub_title_img img{
	margin-top: 20px;
	margin-right: 25px;
}
.case_sub_title .sub_title_txt{
	border-bottom: 2px solid #F784A9;
	height: 110px;
	margin-bottom: 40px;
	font-weight: bold;
}
.case_sub_title .sub_title_txt b{
	font-size: 63px;
	font-family: Avenir;
	letter-spacing: 0.05em;
}

.case_txt{
	text-align: center;
	color: #4C6471;
	font-size: 16px;
}
.case_sub_title span:last-child{
	margin-top: 33px;
	font-weight: bold;
}

.wordofmouth{
	background: url(../img/top/wordofmouth_bkg.svg);
	width: 100%;
	height: 470px;
	background-size: cover;
	margin-top: 100px;
}
.wordofmouth_wrap{
	position: relative;
	/* overflow-x: hidden; */
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	/* max-width: 1024px; */
	width: 100%;
	margin-left: 0%;
}
.wordofmouth_wrap ul{
	/*display: block;
	justify-content: start;
	flex-wrap: nowrap;
	white-space: nowrap; 
	-webkit-overflow-scrolling: touch;
	user-select: none;
	position: absolute;*/
	top: -30px;
	/*z-index: 9;*/
}
.wordofmouth_wrap ul li{
	width: 300px;
	display: block;
	background: #fff;
	padding: 30px;
	margin-right: 20px;
	box-shadow: 0px 5px 18px 3px rgba(211, 154, 172, 0.5);
	-webkit-box-shadow: 0px 5px 18px 3px rgba(211, 154, 172, 0.5);
	-moz-box-shadow: 0px 5px 18px 3px rgba(211, 154, 172, 0.5);
	border-radius: 25px;
}
.wordofmouth_wrap ul li .word_cat{
	background: #34454E;
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	border-radius: 15px;
	font-size: 12px;
	margin-bottom: 16px;
}
.wordofmouth_wrap ul li .word_title{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 50px;
	font-weight:bold;
	line-height: 1.6;
}
.bor_grey{
	border-top: 3px solid #eee;
}
.wordofmouth_wrap ul li .word{
	padding: 20px 0 0 0;
	display: flex;
}
.wordofmouth_wrap ul li .word img{

}
.wordofmouth_wrap ul li .word .word_name{
	margin-top: 5px;
	margin-left: 20px;
}
.wordofmouth_wrap ul li .word .word_sex{
	margin-top: 5px;
	margin-left: 20px;
}
.top .lawyer{
	padding-bottom: 0;
	padding-top: 0;
}
.lawyer_sub_txt{
	width: 500px;
	margin: 0 auto;
	font-size: 16px;
	color: #4C6471;
}
.lawyer_box{
	display: flex;
	position: relative;
	height: 607px;
	margin-top: 70px;
}

.lawyer_box li{
	width: 50%;
}

.lawyer_box li.lawyer_box_left{
	position: absolute;
	background: #fff;
	left: 100px;
	z-index: 5;
	height: 530px;
	bottom: 0;
	border-radius: 0 20px 0 0;
	width: 55%;
}

.lawyer_box li.lawyer_box_right{
	position: absolute;
	right: 0;
}
.lawyer_box .lawyer_img img{
	/*width: 760px;*/
	height: 607px;
	object-fit: cover;
}
.lawyer_box .lawyer_item{
	width: 480px;
	margin: 0 auto;
}

.lawyer_box .lawyer_item .lawyer_item_list{
	border-bottom: 1px solid #CED4DA;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.lawyer_item_list a{
	display: block;
	padding: 40px 0;
}
.lawyer_item_list a:hover .arrow_btn{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}

.flex_between{
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.1em;
	padding-right: 30px;
	font-size: 20px;
}

.survey{
	background: url(../img/top/wordofmouth_bkg.svg);
	width: 100%;
	height: 820px;
	background-size: cover;
	/*margin-top: 200px;*/
}

.survey_box .container{
	max-width: 1110px;
}
.survey_box_list{

}
.survey_box_list:after {
	clear: both;
	display: block;
	content: "";
}
.survey_box_list .survey_box-item{
	width: 155px;
	height: 90px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.survey_box_list .survey_box-item:first-child{
	width: 14.8vw;
	max-width: 215px;
	height: 300px;
}

.survey_box_list .survey_box-item{
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	height: 140px;
}
.survey_box_list .survey_box-item a{
	display: block;
	text-decoration: none;
	height: 140px;
	position: relative;
	font-weight: bold;
	font-size: 14px;
}
.survey_box_list .survey_box-item a img{
	position: absolute;
	bottom: 26px;
	right: 8px;
	transition: .3s;
}
.survey_box_list .survey_box-item a:hover img{
	position: absolute;
	bottom: 26px;
	right: 8px;
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}
.survey_box_list .survey_box-item:first-child a img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: -220px;
	right: 0;
	margin: auto;
}

.survey_box_list .survey_box-item a{
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 50% 42%;;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	border-radius: 10px;
	box-shadow: 0px 5px 18px 3px rgba(211, 154, 172, 0.5);
}
.survey_box_list .survey_box-item{
	transition: .3s;
}
.survey_box_list .survey_box-item:hover{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(0px, 5px, 0px);
}
.survey_box_list .survey_box-item:hover a{
	box-shadow: none;
}

.survey_box_list .survey_box-item:nth-child(1) a{
	background-image: url(../img/top/survey_img1.svg);
	padding-top: 210px;
	height: 300px;
}
.survey_box_list .survey_box-item:nth-child(2) a{
	background-image: url(../img/top/survey_img2.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(3) a{
	background-image: url(../img/top/survey_img3.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(4) a{
	background-image: url(../img/top/survey_img4.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(5) a{
	background-image: url(../img/top/survey_img5.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(6) a{
	background-image: url(../img/top/survey_img6.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(7) a{
	background-image: url(../img/top/survey_img7.svg);
	padding-top: 93px;
	letter-spacing: -0.05em;

}
.survey_box_list .survey_box-item:nth-child(8) a{
	background-image: url(../img/top/survey_img8.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(9) a{
	background-image: url(../img/top/survey_img9.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(10) a{
	background-image: url(../img/top/survey_img10.svg);
	padding-top: 93px;

}
.survey_box_list .survey_box-item:nth-child(11) a{
	background-image: url(../img/top/survey_img11.svg);
	padding-top: 93px;
}

.guide h2.About__title{
	display: flex;
	font-size: 28px;
	font-weight: bold;
	color: #273136;
}
.guide h2 .About__title_text--sub{
	margin-top: 15px;
	margin-left: 40px;
}
.guide .container{
	max-width: 960px;
}
.guide .container_guide{
	height: 260px;
	position: relative;
	background: #FFDDDD;
	margin-top: 100px;
}
.guide .container_guide ul{
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.guide .container_guide ul li{
	box-shadow: 0px 10px 18px 3px rgb(211 154 172 / 50%);
	border-radius: 10px;
	transition: .3s;
	width: 460px;
}
.guide .container_guide ul li a img{
	border-radius: 10px 10px 0 0;
}
.guide .container_guide ul li p{
	background: #fff;
	line-height: 3;
	border-radius: 0 0 10px 10px;
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
.guide .container_guide ul li:hover{
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(0px, 5px, 0px);
	box-shadow: none;
}
.guide .container_guide ul li:hover .arrow_btn{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}


.top .news .container{
	max-width: 960px;
	display: flex;
	justify-content: space-between;
}
.top .news h2.About__title{
	display: flex;
	font-size: 28px;
	font-weight: bold;
	color: #273136;
}
.top .news h2 .About__title_text--sub{
	margin-top: 15px;
	margin-left: 40px;
}

.top .news .news_right{
	margin-top: 15px;
}
.top .news .news_right .arrow_btn {
	margin-right: 15px;
	margin-left: 0;
	transition: .3s;
}
.top .news .news_right a:hover .arrow_btn{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}
.top .news .news_list{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
}
.top .news .news_list ul{

}
.top .news .news_list ul li{
	border-bottom: 1px solid #CED4DA;
}
.top .news .news_list ul li a{
	display: flex;
	justify-content: start;
	/* line-height: 2; */
	padding: 20px 0;
	font-size: 14px;
}
.top .news .news_list ul li a p{
	margin-right: 20px;
	color: #273136;
}
.top .news .news_list ul li a p.time{

	font-family: Avenir;
}
.top .news .news_list ul li a p.cat{
	background: #99AFBA;
	color: #fff;
	padding: 0 10px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}
.top .news .news_list ul li a p:last-child{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top .company {
	background: #F1F4F6;
	margin-top: 120px;
	margin-bottom: 300px;
	height: 720px;
}
.top .company .About__title_text--sub {
	margin-bottom: 0;
}
.top .company .container{
	max-width: 960px;
	display: flex;
	justify-content: space-between;
}
.company_container{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
}
.company_container h3{
	font-size: 34px;
	line-height: 1.5;
	font-weight: bold;
	color: #273136;
	letter-spacing: 0.1em;
	margin-bottom: 40px;

}
.company_container .company_sub_catch{
	margin-bottom: 58px;
}
.company_container .company_box{
	display: flex;
	justify-content: space-between;
}
.company_container .company_box li{
	width: 450px;
}
.company_container .company_box li .company_box_img{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 15px 25px rgb(185 185 185 / 20%);
}

.company_container .company_box li .company_box_img img{
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.company_container .company_box li .company_box_img img:hover{
	transform: scale(1.05);
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.company_container .company_box li .company_box_title{
	font-size: 22px;
	margin: 24px 0 10px;
	color: #273136;
	font-weight: bold;
}
.company_container .company_box li .company_box_txt{

}

.f_contact{
	background: url(../img/common/f_contact_bkg.jpg);
	height: 537px;
	background-size: cover;
	color: #fff;
}
.f_contact .f_contact_box{
	margin-bottom: 30px;
}


.f_contact .f_contact_bot{
	width: 95%;
	margin: 0 auto;
}
.f_contact .f_contact_bot li{
	background: #fff;
	width: 47%;
	border-radius: 10px;
	padding: 15px;
}
.f_contact .f_contact_bot li p{
	color: #4C6471;
	text-align: center;
	letter-spacing: 0px;
	font-weight: bold;
}
.f_contact .f_contact_bot li p.contact_bot_title{
	margin-bottom: 10px;
	font-size: 16px;
}
.f_contact .f_contact_bot li p.contact_bot_tel{
	margin: 10px 0;
}
.f_contact .f_contact_bot li p.contact_bot_tel a{
	display: flex;
	justify-content: center;
	font-size: 32px;
	line-height: 1;
	color: #569BEB;
	font-family: Avenir;
	font-size: 38px;
}
.f_contact .f_contact_bot li p.contact_bot_tel a img{
	width: 30px;
	height: auto;
	margin-right: 5px;
}
.f_contact .f_contact_bot li p.contact_bot_text{
	font-size: 14px;
}
.f_contact .f_contact_bot li p.contact_bot_online{
	width: 90%;
	margin: 0 auto;
	background: #569BEB;
	border-radius: 40px;
	box-shadow: 0px 5px 10px 0 rgb(118 118 118 / 20%);
	transition: .3s;
}
.f_contact .f_contact_bot li p.contact_bot_online:hover {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.f_contact .f_contact_bot li p.contact_bot_online a{
	display: flex;
	justify-content: center;
	padding: 20px;
	border-radius: 13px;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 15px;
}
.f_contact .f_contact_bot li p.contact_bot_online a img.first{
	width: 30px;
	margin-right: 20px;
}
.f_contact .f_contact_bot li p.contact_bot_online a img.last{
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-top: 5px;
	margin-left: 15px;
	transition: .3s;
}
.f_contact .f_contact_bot li p.contact_bot_online a:hover img.last{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}


.f_contact .main_title{
	color: #fff;
	display: block;
	padding: 72px 0 30px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 32px;
}
.f_contact .main_title--sub{
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family: Avenir;
}
.f_contact .f_contact_img img{
	margin: 0 auto;
}
.f_contact .f_contact_sub_txt{
	text-align: center;
	margin-top: 30px;
	color: #fff;
}
.f_box{
	background: #59636E;
	color: #fff;
	padding: 0;
}

.f_box .f_box_list{

}
.f_box .f_box_wrapper{

}
.f_box .f_box_t{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ccc;
}
.f_box .f_box_t .f_box_item{

}
.f_box .f_box_t .f_box_item p{
	margin-bottom: 30px;
}
.f_box .f_box_t .f_box_item ul{
	display: flex;
	justify-content: space-between;
}
.f_box .f_box_t .f_box_item ul li{
	margin-right: 60px;
}
.f_box .f_box_t .f_box_item ul li:last-child{
	margin-right: 0;
}
.f_box .f_box_t .f_box_item ul li a{
	display: table;
	color: #fff;
	padding-bottom: 10px;
	font-weight: bold;
}
.f_box .f_box_t .f_box_item ul li a:hover{
	opacity: 0.7;
}

.f_box .f_box_b{

}
.f_box .f_box_b p{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.f_box .f_box_b ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_box .f_box_b ul:after{
	display: block;
	content:"";
	width: 15%;
}
.f_box .f_box_b ul li{
	width: 15%;
	margin-bottom: 15px;
}
.f_box .f_box_b ul li a{
	color: #fff;
	border: 2px solid;
	border-radius: 5px;
	padding: 10px;
	display: block;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	letter-spacing: initial;
}
.f_box .f_box_b ul li a:hover{
	opacity: 0.7;
}

.f_link{
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	background: #fff;
}
.f_link ul{
	display: flex;
	justify-content: center;
	gap: 0 30px;
}

.f_link ul li{
	border: solid 1px #CED4DA;
}

.f_link ul li a:hover{
	opacity: 0.7;
}

.f_privacy{
	border-top: solid 1px #CED4DA;
	padding: 30px 0;
	background: #fff;
}
.f_privacy ul{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.f_privacy ul li{
	/*padding: 0 15px;*/
	box-sizing: border-box;
	font-size: 12px;
}
.f_privacy ul li:after{
	content: "｜";
	margin-left: 5px;
}
.f_privacy ul li a{
	color: #4C6471;
}
.f_privacy ul li a:hover{
	opacity: 0.7;
}
.f_privacy p{
	text-align: center;
	font-size: 14px;
	color: rgba(76, 100, 113, 0.5);
	font-family: Avenir;
}

.foot_scroll{
	position: relative;
	display: block;
	width: 5em;
	height: 60px;
	margin: 0 0 0 auto;
	z-index: 1;
}
.foot_scroll .foot__scroller{
	/* bottom: 19%; */
	color: #000;
	font-size: 12px;
	height: 32px;
	/* left: 0; */
	margin: auto;
	position: absolute;
	/* right: 0; */
	text-align: center;
	width: 5em;
	top: 0;
	color: #fff;
}
.foot_scroll .foot__scroller + p{
	position: absolute;
	z-index: 100;
	bottom: -10px;
}
.foot_scroll .foot__scroller_text{
	/* left: 0; */
	/* margin: auto; */
	/* position: absolute; */
	/* right: 0; */
	/* top: 0px; */
	color: #fff;
	font-family: Avenir;
	font-weight: 500;
	font-size: 14px;
}
.foot_scroll .foot__scroller:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50px;
	vertical-align: bottom;
	margin-top: 32px;
}
.foot_scroll .foot__scroller:after{
	-webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
	-webkit-animation-fill-mode: both;
	animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
	animation-fill-mode: both;
	background: #fff;
	content: '';
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

/***************************************

Archive

***************************************/

.archive__header {
	padding-top: 136px;
}

.archive__topics {
	padding-bottom: 120px;
}

.archive__card {
	border-bottom: 1px solid #DBDBDB;
	padding: 16px 0;
}

.archive__link {
	display: block;
}

.archive__cont {
	display: flex;
}

.archive__cont * {
	flex-shrink: 0;
}

.archive__date {
	color: #484848;
	flex: 0 1 100px;
	margin-right: 16px;
}

.archive__text {
	color: #273136;
	flex: 0 1 calc(100% - 100px);
	font-weight: 500;
}

/* --------------------
pager
-------------------- */

/* 自動生成されるページャータイトルを非表示 */

.archive .screen-reader-text {
	display: none !important;
}

.archive__pager {
	margin-top: 40px;
	text-align: center;
}

.archive__pager .nav-links {
	display: inline-flex;
	justify-content: space-between;
}

.archive__pager .page-numbers {
	background: #fff;
	border-radius: 4px;
	color: #273136;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: 0.3s;
	width: 40px;
}

.archive__pager .page-numbers:not(:first-child) {
	margin-left: 12px;
}

.archive__pager .page-numbers:not(.dots) {
	border: 1px solid #484848;
}

.archive__pager .page-numbers:hover:not(.dots) {
	background: #484848;
	color: #fff;
	text-decoration: none;
}

.archive__pager .page-numbers.current {
	background: #484848;
	color: #fff;
}

.f_right{
	display: flex;
	line-height: 0;
	justify-content: flex-end;
	font-size: 14px;
}


.f_right a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	transition: .3s;
}
.f_right a:hover span{
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}



/***************************************

Contact

***************************************/

.contact .m {
	/*padding: 180px 0 140px;*/
}

.contact .section {
	margin: 0 auto;
	max-width: 680px;
}

.contact .section__header {
	padding-bottom: 72px;
	text-align: center;
}

.contact .section__header-msg {
	padding-bottom: 50px;
	text-align: center;
}

.contact .section__header-msg h2 {
	color: #273136;
	font-size: 22px;
	font-weight: 600;
}

.contact .section__header-msg + .s__header-text {
	padding: 40px 0 0;
}

.contact .section__header-icon {
	display: block;
	height: 36px;
	margin: 0 auto 20px;
	width: 36px;
}

.contact .section__header-icon svg {
	display: block;
	margin: 0 auto;
}

.contact .section__header-icon img {
	display: block;
	margin: 0 auto;
}

.contact .section__header-icon svg path {
	fill: #484848;
}

.contact .section__ttl {
	color: #273136;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 80px;
	text-align: center;
}

.contact .section__ttl-ja {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1em;
}

.contact .section__ttl--complete {
	padding-bottom: 144px;
}

.contact .section__txt {
	color: #273136;
}

.contact .form__list {
	padding-bottom: 60px;
}

.contact .form__list--confirm .form__item {
	padding-bottom: 30px;
}

.contact .form__item {
	padding-bottom: 28px;
}

.contact .form__item:last-child {
	padding-bottom: 0;
}

.contact .form__label {
	font-weight: 600;
	padding-bottom: 10px;
}

.contact .form__label.requied:before {
	color: #FF3F34;
	content: '※';
}

.contact .form__desc p {
	border-bottom: 1px solid #d0d8d9;
	padding-bottom: 30px;
}

.contact .form__footer {
	font-size: 14px;
	padding-bottom: 60px;
	text-align: center;
}

.contact .form__footer a {
	text-decoration: underline;
}

.contact .form__footer a:hover {
	text-decoration: none;
}

.contact .form__btn {
	padding: 0;
	text-align: center;
}

.contact .form__btn-wrapper {
	display: block;
	margin: 0 auto;
	max-width: 87.30159%;
	position: relative;
	width: 420px;
}

.contact .form__btn .btn {
	background: #484848;
	border: none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 72px;
	letter-spacing: 0.05em;
	margin: 0 auto 20px;
	position: relative;
	transition: all .4s;
	width: 100%;
}

.contact .form__btn .btn--link {
	line-height: 72px;
	text-decoration: none;
}

.contact .form__btn .btn__icon {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
}

.contact .form__back-btn {
	align-items: center;
	color: #273136;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	height: 30px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.contact .form__back-icon {
	bottom: 0;
	left: 80px;
	margin: auto;
	position: absolute;
	top: 25%;
	transform: translate(0, -25%);
}

.contact .form__back-input {
	border: none;
	display: inline-block;
	height: 100%;
	padding: 0;
	width: 100%;
}

.contact .form__back-input:focus {
	background: none;
	outline: none;
}

.contact .form input[type="tel"],
.contact .form input[type="email"],
.contact .form input[type="text"] {
	background: #fff;
	border: 2px solid #CED4DA;
	padding: 10px 30px;
}

.contact .form input[type="tel"]:focus,
.contact .form input[type="email"]:focus,
.contact .form input[type="text"]:focus{
	background: #fff;
	border: 2px #F477A7 solid;
	outline: none;
}

.contact .form input[type="tel"]::-moz-placeholder,
.contact .form input[type="email"]::-moz-placeholder,
.contact .form input[type="text"]::-moz-placeholder {
	color: #dbdbdb;
}

.contact .form input[type="tel"]:-ms-input-placeholder,
.contact .form input[type="email"]:-ms-input-placeholder,
.contact .form input[type="text"]:-ms-input-placeholder {
	color: #dbdbdb;
}

.contact .form input[type="tel"]::-ms-input-placeholder,
.contact .form input[type="email"]::-ms-input-placeholder,
.contact .form input[type="text"]::-ms-input-placeholder {
	color: #dbdbdb;
}

.contact .form input[type="tel"]::placeholder,
.contact .form input[type="email"]::placeholder,
.contact .form input[type="text"]::placeholder {
	color: #dbdbdb;
}


.contact .form select,
.contact .form textarea {
	background: #fff;
	border: 2px solid #CED4DA;
	padding: 10px 30px;
}

.contact .form select:focus,
.contact .form textarea:focus {
	background: #fff;
	border: 2px #F477A7 solid;
	outline: none;
}

.contact .form select::-moz-placeholder,
.contact .form textarea::-moz-placeholder {
	color: #dbdbdb;
}

.contact .form select:-ms-input-placeholder,
.contact .form textarea:-ms-input-placeholder {
	color: #dbdbdb;
}

.contact .form select::-ms-input-placeholder,
.contact .form textarea::-ms-input-placeholder {
	color: #dbdbdb;
}

.contact .form select::placeholder,
.contact .form textarea::placeholder {
	color: #dbdbdb;
}

.contact div.wpcf7 .ajax-loader {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -2em;
}

.contact .js-confirm {
	display: none;
}

.contact .js-contact-complete {
	display: none;
}

.contact .wpcf7c-conf {
	display: none;
}

.contact_content{
	margin-top: 170px;
}

/***************************************

Privacy policy

***************************************/

.privacy .m {
	padding: 180px 0 140px;
}

.privacy .section {
	margin: 0 auto;
	max-width: 680px;
}

.privacy__contents_title {
	font-size: inherit;
	font-weight: 500;
}

.privacy__text {
	margin-bottom: 2em;
}

.privacy__info {
	font-style: normal;
}



/***************************************

下層ページー共通

***************************************/

.concept main.m,
.menu main.m,
.commitment main.m,
.information main.m,
.contact main.m{
	margin-top: 81px;
}

/*.concept .concept_head,*/
.contact .contact_head {
	margin-bottom: 96px;
}

.concept_head img,
.contact_head img {
	width: 100%;
	max-height: 360px;
	margin: 0 auto;
	object-fit: cover;
	-webkit-filter: blur(0px) brightness(100%) saturate(200%);
	filter: blur(0px) brightness(100%) saturate(200%);
}

.concept_head img.about__parallax_img {
	position: fixed;
	z-index: -2;
}


/***************************************

下層ページーconcept

***************************************/

.concept_content{
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 96px 0;
}

.concept .about__parallax {
	height: 315px;
	overflow: hidden;
	position: relative;
}

.concept .main_title {
	margin-bottom: 56px;
}
.concept .concept_head{
	/*margin-bottom: 96px;*/
}
.concept .concept_head img{

}

.concept .concept__title_text{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2.4px;
	color: #273136;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.concept .concept__detail{
	width: 400px;
	margin: 0 auto 160px;
}

.concept .concept__detail .concept__detail_text{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	color: #273136;
}

.concept .concept__box{

}

.concept .concept__box li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 160px;
}

.concept .concept__box li:nth-child(odd){
	flex-flow: row-reverse;

}

.concept .concept__box_item{
	width: 410px;
	margin-top: auto;
	margin-bottom: auto;
}

.concept .concept__box_item_title{
	text-align: left;
	font-size: 24px;
	letter-spacing: 2.4px;
	color: #273136;
	margin-bottom: 36px;
	font-weight: bold;
}

.concept .concept__box_item_text{
	text-align: left;
	font-size: 14px;
	letter-spacing: 0px;
	color: #273136;
}

.concept .concept__box_img{
	width: 480px;
}

.concept .concept__box_img img{
	width: 480px;
	height: 360px;
	object-fit: cover;
}

.sp{
	display: none!important;
}


.f_big{
	font-size: 60px;
}

.dpf{
	display: flex;
}

.wordofmouth {
	height: 500px;
}
/*.slick-slider .slick-track,
.slick-slider .slick-list{
	padding: 5px 0 10px 10px!important;
}*/
/* メニュー固定 */
.hum {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	/*height: 40px;*/
}
.line-list {
	display: block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: relative;
	width: 44px;
	height: 44px;
	/*margin-right: 0;*/
	/*margin-left: auto;*/
	z-index: 300;
}

/* ハンバーガーメニューの棒 */
.line-list span {
	display: block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background: #333;
}
.line-list span:nth-child(1) {
	margin-top: -6px;
}
.line-list span:nth-child(3) {
	margin-top: 6px;
}

/* ハンバーガーメニューが開くときに×にする */
.line-list.active span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	left: 12px;
}
.line-list.active span:nth-child(2) {
	opacity: 0;
}
.line-list.active span:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	left: 12px;
}

/* メニューの中身 */
.global-nav {
	position: fixed;
	display: none;
	top: 59px;
	width: 100%;
	height: 100vh;
	padding-top: 20px;
	background: #fff;
	transition: all 1.6s;
	z-index: 200;
	overflow-y: auto;
	padding-bottom: 130px;
	transform: translate3d(0, 0, 0);
	transition: 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-list {
	display: block;
	margin: 0;
	padding: 0;
}
.link-list li {
	text-align: center;
	padding: 0 14px;
}
.link-list li a {
	display: block;
	padding: 20px 0;
	color: #333;
}
.link-list li:hover {
	background: #464646;
}

/* メニューが横から開く */
.nav-open .global-nav {
	display: block;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
	opacity: 0.8;
	visibility: visible;
}
.hum .head_tel {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.01rem;
	margin-top: 5px;
}
.hum .head_tel a {
	color: #569BEB;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 240px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	font-family: Avenir;
	letter-spacing: 0.01rem;
}

/***************************************

media screen

***************************************/

@media screen and (max-width: 1440px) {
	.sp_show--ib--max1440 {
		display: inline-block !important;
	}
	.h_nav__list li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 1380px) {
	.h_nav__list li a{
		font-size: 12px;
	}
	.h_logo__link img{
		width: 150px
	}
	.h_nav .head_tel {
		font-size: 12px;
		padding-right: 5px;
	}
/*	.h_nav__list > li.hov > a {
		background: url(../img/common/arrow.svg);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		width: 70px;
	}*/
	.hum .head_tel {
		font-size: 12px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 1240px) {
	.h_nav__list li a {
		font-size: 12px;
	}
	.h_nav .head_tel  { 
		font-size: 10px;
	}
	.h_nav .head_tel a {
		width: 200px;
		font-size: 22px;
	}
	.hum .head_tel {
		font-size: 10px;
	}
	.hum .head_tel a {
		width: 200px;
		font-size: 22px;
	}
}
@media screen and (max-width: 1160px) {
	.h_nav__list li a {
		font-size: 1vw;
		padding: 0 10px;
	}
	.header-nav-child .container{
		max-width: 1024px;
	}
	.sub-menu > .menu-item {
		width: 13%;
	}
	.h_nav__list .sub-menu > li a {
		padding: 0;
		font-size: 12px;
	}
	.h_container {
		padding: 8px 40px;
	}
	.h_nav__item {
		margin-right: 2vw;
	}
	.h_nav .head_tel a {
		width: 100%;
		font-size: 20px;
	}
	.h_nav .head_tel a img {
		width: 18px;
	}
	.h_nav .head_shiten a {
		font-size: 10px;
	}
	.hum .head_tel a {
		width: 100%;
		font-size: 20px;
	}
	.hum .head_tel a img {
		width: 18px;
	}
}
@media screen and (max-width: 1050px) {
	.survey {
		height: auto;
	}
	.survey_box_list {
		width: 95%;
		margin: 0 auto;
	}
	.survey_box_list .survey_box-item:first-child {
		width: 100%;
		max-width: inherit;
		height: 150px;
	}
	.survey_box_list .survey_box-item {
		float: left;
		background: #fff;
		margin-right: 4%;
		margin-bottom: 20px;
		box-sizing: border-box;
		border-radius: 10px;
		height: 140px;
		width: 48%;
	}
	.survey_box_list .survey_box-item:nth-child(3),
	.survey_box_list .survey_box-item:nth-child(5),
	.survey_box_list .survey_box-item:nth-child(7),
	.survey_box_list .survey_box-item:nth-child(9),
	.survey_box_list .survey_box-item:nth-child(11){
		margin-right: 0
	}
	.survey_box_list .survey_box-item:nth-child(1) a {
		background-image: url(../img/top/survey_img1.svg);
		background-position: 10% 50%;
		padding-top: 60px;
		height: 150px;
	}

	.survey_box_list .survey_box-item a img {
		position: absolute;
		top: 0;
		left: auto;
		bottom: 0;
		right: 5%;
		margin: auto;
		transition: .3s;
	}
	.survey_box_list .survey_box-item:first-child a img {
		position: absolute;
		top: 0;
		left: auto;
		bottom: 0;
		right: 5%;
		margin: auto;
	}
	.survey_box_list .survey_box-item a:hover img {
		position: absolute;
		bottom: 0;
		right: 4%;
		text-decoration: none;
		transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		transform: translate3d(5px, 0px, 0px);
	}
}
@media screen and (max-width: 1024px) {
	.sp_show--ib--max1024 {
		display: inline-block !important;
	}
}
@media screen and (max-width: 960px) {
	.h {

	}
	.top .first_view__item {
		position: relative;
		width: 94%;
		margin: 0 auto;
	}
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
	.concept main.m, .menu main.m, .commitment main.m, .information main.m, .contact main.m {
		margin-top: 63px;
		padding-top: 0;
	}
	.h_container {
		max-width: 100%;
		min-height: 60px;
		padding: 8px 20px;
		position: relative;
	}
	.h_container .head_shiten.sp_show{
		margin-left: auto;
		margin-right: 20px;
	}

	.h_logo {
		max-width: 100%;
	}

	.h_logo__img {
		max-height: inherit;
	}

	.h_nav {
		background: #fff;
		box-sizing: border-box;
		color: #273136;
		display: none;
		height: 100vh;
		left: 0;
		opacity: 0;
		overflow: hidden;
		padding: 40px 20px;
		position: fixed;
		top: 0;
		transition: cubic-bezier(0.19, 1, 0.22, 1);
		visibility: hidden;
		width: 100%;
		z-index: 2;
	}

	.h_nav__hamburger {
		background: transparent;
		border: 0;
		box-sizing: content-box;
		cursor: pointer;
		outline: 0;
		padding: 0;
		padding: 18px .85rem;
		transform: translateZ(0);
		transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		width: 3rem;
		z-index: 3;
	}

	.h_nav__hamburger_icon {
		display: block;
		margin-top: 10px;
		position: relative;
	}

	.h_nav__hamburger_icon:before,
	.h_nav__hamburger_icon:after {
		background: #273136;
		content: " ";
		height: 2px;
		left: 0;
		position: absolute;
		top: -10px;
		transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		width: 100%;
	}

	.h_nav__hamburger_icon:after {
		top: 0;
	}

	.h_nav__list {
		-ms-overflow-style: none;
		scrollbar-width: none;
		display: block;
		height: 91.5%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.h_nav__list::-webkit-scrollbar {
		display: none;
	}

	.h_nav__item {
		border-bottom: 1px solid rgba(224, 224, 224);
		margin-right: 0;
	}

	.h_nav a {
		color: #273136;
		font-size: 16px;
		padding: 24px 0;
		text-align: center;
	}

	.f_container {
		padding: 74px 0;
	}

	.f_head {
		display: block;
		margin-bottom: 72px;
	}

	.f_head__logo {
		font-size: 20px;
	}

	.f_address {
		margin-bottom: 40px;
	}

	.f_address__text--postal_code {
		display: block;
		margin-right: 0;
	}

	.f_nav {
		margin-bottom: 72px;
	}

	.f_nav__list {
		display: block;
	}

	.f_nav__item {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.f_nav a {
		padding: 0;
		font-size: 14px;
	}

	.f_bottom {
		flex-flow: column-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.f_copy {
		text-align: left;
		width: 100%;
	}

	.f_privacy {
		text-align: left;
		width: 100%;
		margin-bottom: 60px;
	}

	.f_sns {
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		width: 110px;
		order: 1;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.f_sns .fab {
		font-family: "Font Awesome 5 Brands";
		font-size: 24px;
	}

	.wrapper {
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}

	.news .wrapper{
		padding: 20px
	}

	.m {
		padding-top: 48px;
	}

	.sp_show--ib {
		display: inline-block !important;
	}

	.sp_show {
		display: block !important;
	}

	.pc_show {
		display: none !important;
	}

	.main_title {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.concept .main_title {
		margin-bottom: 56px;
		font-size: 32px;
	}

	.main_title--sub {
		font-size: 12px;
	}

	.branch_main_title {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.branch_main_title--sub {
		font-size: 12px;
	}

	.top .first_view__container {
		height: 100px;
	}

	.top .first_view__catch {
		font-size: 30px;
		line-height: 1.4;
		margin-bottom: 16px;
	}

	.top .first_view__subcatch {
		font-size: 14px;
	}

	.top .first_view__image_box {
		height: 80vh;
	}

	.top .first_view__image {
		min-width: auto;
		transform: scale(1.5);
	}

	.top .first_view__scroller {
		font-size: 10px;
	}

	.top .philosophy {
		padding: 72px 0;
	}

	.top .philosophy__title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.top .philosophy__title_text--sub {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.top .philosophy__detail_text {
		font-size: 14px;
	}

	.top .service {
		padding: 72px 0;
	}

	.top .service_card__item {
		margin-bottom: 40px;
		margin-right: 0;
	}

	.top .service_card__item:last-child {
		margin-bottom: 0;
	}

	.top .service_card__item:nth-last-child(-n+2) {
		margin-bottom: 40px;
	}

	.top .service_card__image_wrapper {
		margin-bottom: 20px;
	}

	.top .service_card__title {
		font-size: 18px;
	}

	.top .news {
		padding: 0;
	}

	.top .news_list__item {
		padding: 0;
		border: none;
	}
	.top .news_list__date {
		width: 30%;
		text-align: center;
	}
	.top .news_list__text {
		width: 70%;
	}

	.top .news_list__item:first-child {
		padding-top: 0;
	}

	.top .news h2 .About__title_text--sub{
		margin-top: 0;
	}
	.top .news .news_right{
		margin-top: 0;
	}
	.top .contact {
		padding: 60px 0;
	}

	.about_img {
		object-fit: cover;
		width: 94%;
		margin: 0 0 auto;
		padding: 0;
	}

	.top .contact__text {
		margin-bottom: 20px;
	}

	.about .about__header {
		padding: 164px 0 96px;
	}

	.about .about_title {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.about .about_title--sub {
		font-size: 12px;
	}

	.top .About__title_text {
		line-height: 1.6;
		font-size: 22px;
		letter-spacing: 1.6px;
		color: #273136;
	}

	.top .About .point_btn{
		position: absolute;
	}

	.about .about__msg {
		padding: 72px 0;
	}

	.about .msg__body {
		display: block;
	}

	.about .msg__body_img {
		margin-bottom: 32px;
		margin-right: 0;
	}

	.about .msg__body_title {
		font-size: 18px;
		line-height: 1.6;
	}

	.about .msg__body_text {
		margin-bottom: 32px;
	}

	.about__company {
		padding: 72px 0;
	}

	.about .company__list {
		display: block;
	}

	.about .company__name {
		margin-bottom: 8px;
		margin-right: 0;
	}

	.about__access {
		padding: 72px 0;
	}

	.about .access__map {
		height: 240px;
		margin-bottom: 40px;
	}

	.about .address__body {
		margin-bottom: 24px;
	}

	.about__branch {
		padding: 72px 0 32px;
	}

	.about .branch__inner {
		display: block;
	}

	.about .branch__card {
		margin-right: 0;
	}

	.about .branch__title {
		font-size: 20px;
	}

	.about .branch__name {
		margin-bottom: 24px;
	}

	.about .branch__map {
		height: 240px;
	}

	.archive__header {
		padding-top: 36px;
	}

	.archive__cont {
		display: block;
	}

	.archive__pager .page-numbers {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		width: 28px;
	}

	.contact .m{
		padding: 164px 0 20px;
	}

	.contact .section {
		padding: 0 20px;
	}

	.contact .section__header {
		padding-bottom: 40px;
	}

	.contact .section__header-msg h2 {
		font-size: 18px;
	}

	.contact .section__header-msg + .s__header-text {
		padding: 32px 0 0;
	}

	.contact .section__ttl {
		font-size: 32px;
		margin-bottom: 40px
	}

	.contact .section__ttl-ja {
		font-size: 12px;
	}

	.contact .section__ttl--complete {
		padding-bottom: 72px;
	}

	.contact .form__list {
		padding-bottom: 40px;
	}

	.contact .form__list--confirm .form__item {
		padding-bottom: 24px;
	}

	.contact .form__item {
		padding-bottom: 24px;
	}

	.contact .form__desc p {
		padding-bottom: 24px;
	}

	.contact .form__footer {
		padding: 0 20px 40px;
		text-align: left;
	}

	.contact .form__back-btn {
		font-size: 14px;
	}

	.contact .form__back-icon {
		left: 40px;
		top: 0;
		transform: translate(0, 0);
	}

	.contact .form input[type="tel"],
	.contact .form input[type="email"],
	.contact .form input[type="text"] {
		padding: 10px 1.5%;
		font-size: 16px;
	}

	.contact .form select,
	.contact .form textarea {
		padding: 10px 20px;
		font-size: 16px;
	}

	.privacy .m {
		padding: 164px 0 72px;
	}

	.privacy .section {
		padding: 0 20px;
	}

	.top .commitment__title {
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
		margin: 0 auto 40px;
	}
	.top .menu_card__item {
		margin-bottom: 20px;
	}
	.container_dpf {
		width: 100%;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
	}
	.top .information__detail {
		width: 100%;
		display: block;
	}
	.top .information__detail_text {
		margin-bottom: 20px;
	}
	.top .information__table {
		width: 100%;
		border-collapse: collapse;
	}
	.top .information__table tr td a {
		margin-left: 0;
		width: 274px;
		height: 56px;
		text-align: center;
		font-size: 18px;
		margin: 20px auto;
		display: block;
	}
	.top .contact__box {
		display: block;
	}
	.top .contact__button {
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.f_nav {
		width: 100%;
	}
	.h_nav__list li {
		margin-right: 0;
	}
	.top .news_list__inner {
		display: flex;
		padding: 15px 0;
	}
	.top .About {
		padding: 0px 0 5px;
	}
	.top .About .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.top .About__title {
		padding: 72px 5vw 0;
	}
	.top .About__title_text--sub {
		margin-bottom: 30px;
	}
	.top .About__detail {
		padding: 0 5vw;
	}
	.top .About__detail_text{
		font-size: 14px;
	}
	.top .About .main_button {
		margin: 0 auto;
	}
	.top .menu {
		padding: 72px 0;
		margin-top: -3px;
	}
	.top .menu .main_title {
		margin-bottom: 60px;
		font-size: 24px;
		line-height: 1;
	}
	.top .menu .main_title--sub {
		font-size: 16px;
	}
	.bg_gray {
		background: #848484;
	}
	.top .commitment__title_text {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.6;
	}
	.top .information .main_title {
		font-size: 32px;
	}
	.top .information .main_title--sub {
		font-size: 12px;
	}
	.top .information__table tr {
		border-bottom: 1px solid #DBDBDB;
		height: auto;
		display: block;
		padding: 20px 0;
	}
	.top .information__table tr th {
		width: 100%;
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		display: block;
	}
	.top .information__table tr td {
		font-size: 14px;
		width: 100%;
		display: block;
	}

	.concept .concept__detail {
		width: 100%;
		margin: 0 auto 90px;
	}

	.concept .concept__box li {
		display: block;
		margin-bottom: 90px;
	}
	.concept .concept__box_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.concept .concept__box_item {
		width: 100%;
	}
	.concept .concept__box_item_title {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.concept .concept__box_img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.top .commitment {
		padding: 72px 0;
		height: auto;
	}

	.top .information__detail iframe {
		width: 100%;
		height: 240px;
	}
	.top .information {
		padding: 72px 0;
	}

	.concept .about__parallax {
		height: 231px;
		overflow: hidden;
		position: relative;
	}

	.top .menu_card__item {
		margin-right: auto;
	}

	.top .commitment__detail_text {
		margin-bottom: 0;
	}

	.commitment.bg_active .about__parallax_img.pc_show{
		display: none;!important;
	}

	.commitment.bg_active .about__parallax_img.sp_show{
		display: block!important;
	}
	.lawyer_box .lawyer_img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	..guide .container_guide ul li a img{
		width: 100%
	}
	.case_img_box {
		width: 90%;
		margin: 0 auto;
	}
	.case_img_box ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 5%;
	}
	.case_img_box ul li{
		padding-right: 5%;
	}
	.case_img_box ul li:last-child{
		padding-right: 0;
	}
	.case_sub_title {
		text-align: center;
		display: flex;
		justify-content: center;
		font-size: 34px;
		width: 95%;
		margin: 0 auto;
	}

	.case_title {
		text-align: center;
		font-size: 24px;
		color: #273136;
		font-weight: bold;
		margin-top: 20px;
	}
	.case_sub_title .sub_title_txt {
		border-bottom: 2px solid #F784A9;
		height: 75px;
		margin-bottom: 40px;
		font-weight: bold;
	}
	.case_sub_title .sub_title_img img {
		margin-top: 20px;
		margin-right: 15px;
		width: 50px;
	}
	.case_sub_title .sub_title_txt b {
		font-size: 44px;
		font-weight: 900;
	}
	.case_sub_title span:last-child {
		margin-top: 10px;
		font-weight: bold;
	}
	.allwrapper .side_fix{
		display: none;
	}
	.top .first_view__container {
		bottom: 0;
		width: 100%;
		height: 360px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 85px;
		z-index: 1;
	}
	.top .menu__card {
		width: 100%;
		display: block;
	}
	.top .menu__card + .point_btn {
		bottom: 0px;
		left: 0;
		right: 0;
	}
	.point_btn .main_button{
		margin: 40px auto 0;
	}
	.top .menu_card__item {
		margin-bottom: 20px;
		width: 100%;
		background: #fff;
		padding: 22px;
	}
	.top .menu_card__title {
		font-size: 20px;
	}
	.f_right{
		padding: 20px 0 0 0;
	}
	.lawyer_box {
		position: relative;
		height: 820px;
		margin-top: 70px;
		flex-wrap: wrap;
	}
	.lawyer_box li.lawyer_box_left {
		position: absolute;
		background: #fff;
		left: 0;
		z-index: 1;
		height: 480px;
		bottom: 0px;
		border-radius: 0 20px 0 0;
		width: 95%;
		order: 2;
		padding-left: 30px;
	}
	.lawyer_box .lawyer_item {
		width: 100%;
		margin: 0 auto;
	}
	.lawyer_box .flex_between{
		font-size: 16px;
	}
	.lawyer_box li.lawyer_box_right {
		position: unset;
		right: 0;
	}
	.lawyer_box li.lawyer_box_right {
		position: unset;
		right: 0;
		width: 100%;
	}
	.survey {
		width: 100%;
		height: auto;
		background-size: cover;
	}
	.top .first_view.is-active .first_view__image {
		position: fixed;
	}
	.top .first_view.is-active .first_view__image {
		position: unset;
		width: auto;
		height: auto;
		transform: scale(1);
		margin-top: 15px;
	}
	.top .first_view.is-active {
		position: relative;
		margin-bottom: 38px;
	}
	.top .first_view__image_box {
		height: auto;
	}
	.top .first_view.is-active .first_view__image {
		position: unset;
		width: auto;
		height: auto;
		transform: scale(1);
		margin-top: 15px;
	}
	.top .first_view__container {
		bottom: 0;
		width: 100%;
		height: auto;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 40%;
		z-index: 1;
	}
	.top .first_view__subcatch.subcatch_text1 {
		font-size: 12px;
		padding-bottom: 15px;
	}
	.top .first_view__subcatch.subcatch_text1 img{
		width: 84%;
	}
	.top .first_view__subcatch.subcatch_text2 {
		font-size: 34px;
		margin-bottom: 0;
		width: auto;
		padding: 20px 50px 32px;
	}
	.top .first_view__subcatch.subcatch_text3 a {
		text-decoration: none;
		width: 210px;
		display: block;
		margin: 0 auto;
		background: #fff;
		color: #F477A7;
		font-size: 12px;
		line-height: 50px;
		border-radius: 50px;
		display: flex;
		justify-content: center;
	}
	.lawyer_sub_txt {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}
	.top .first_view__image {
		position: unset;
		width: auto;
		height: auto;
		transform: scale(1);
		/*margin-top: 15px;*/
		margin-top: 65px;
	}
	.top .first_view {
		position: relative;
		margin-bottom: 38px;
	}
	.top .About {
		padding: 0px 0 70px;
	}
	.mt40 {
		margin-top: 21px;
	}
	.case_txt {
		text-align: center;
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
	}
	.wordofmouth {
		background: url(../img/top/wordofmouth_bkg.svg);
		width: 100%;
		height: 410px;
		background-size: cover;
		margin-top: 82px;
		position: relative;
	}
	.wordofmouth_wrap {
		position: relative;
		height: 245px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		position: absolute;
		top: -30px;
		box-sizing: border-box;
	}
	.wordofmouth_wrap ul {
		display: flex;
		justify-content: start;
		flex-wrap: nowrap;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		user-select: none;
		/* position: absolute; */
		top: 0;
		z-index: 1;
		/*padding: 10px;*/
	}
	.wordofmouth_wrap ul li {
		height: 260px;
	}
	.wordofmouth_wrap ul li .word_title {
		white-space: normal;
		font-size: 16px;
		margin-bottom: 20px;
		height:80px;
	}
	.point_btn{
		bottom: 60px;
		left: 0;
		right: 0;
	}
	.top .lawyer {
		padding-bottom: 120px;
		margin-top: -3px;
		padding: 10px 0;
	}
	.top .lawyer .main_title{
		line-height: 1.6;
	}
	.survey_box .container {
		max-width: 1110px;
		position: relative;
	}
	.survey_box_list {
		width: 90%;
		margin: 0 auto;
		height: 1080px;
	}
	.survey_box .container .point_btn {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.survey_box_list .survey_box-item:first-child {
		width: 100%;
		height: 150px;
	}
	.survey_box_list .survey_box-item a {
		display: block;
		text-decoration: none;
		height: 140px;
		position: relative;
		font-size: 14px;
	}
	.survey_box_list .survey_box-item {
		float: left;
		background: #fff;
		margin-bottom: 20px;
		box-sizing: border-box;
		border-radius: 10px;
		height: 140px;
	}
	.guide .container_guide {
		/*height: 160px;*/
		height: 20vw;
		position: relative;
		background: #FFDDDD;
		margin-top: 100px;
	}
	.guide .container_guide ul {
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		width: 90%;
		position: absolute;
		top: -100px;
		left: 0;
		right: 0;
		padding: 20px 0;
	}
	.guide .container_guide ul li {
		margin-bottom: 30px;
		width: auto;
	}
	.guide .container_guide ul li:first-child{
		margin-right: 20px;
	}
	.guide h2.About__title {
		font-size: 22px;
		line-height: 1;
	}
	.guide h2 .About__title_text--sub {
		margin-top: 0;
	}
	.top .news h2.About__title {
		display: flex;
		font-size: 22px;
		padding: 0 5vw;
		line-height: 1;
		margin-bottom: 0;
	}
	.news h2 .About__title_text--sub {
		margin-top: 0;
		margin-left: 20px;
		margin-bottom: 0;
	}
	.news .news_right {
		margin-top: 0;
		margin-right: 15px;
	}
	.news .news_list ul {
		width: 90%;
		margin: 0 auto;
	}
	.news .news_list ul li a {
		display: flex;
		justify-content: start;
		/* line-height: 2; */
		padding: 20px 0;
		font-size: 14px;
		flex-wrap: wrap;
	}
	.news .news_list ul li a p {
		margin-right: 0;
		color: #4C6471;
	}
	.top .news .news_list ul li a p.cat{
		padding: 0 5px;
		line-height: 1.8;
	}
	.top .news .news_list ul li a p:last-child{
		width: 100%;
	}
	.news .news_list ul li a p:nth-child(1){
		text-align: left;
	}
	.news .news_list ul li a p:nth-child(2){
		width: 70px;
		margin-left: 15px;
		text-align: center;
	}
	.news .news_list ul li a p:nth-child(3){
		margin-top: 10px;
	}
	.top .company {
		background: #F1F4F6;
		margin-top: 0px;
		margin-bottom: 300px;
		/*height: 500px;*/
		height: 70vw;
	}
	.company_container {
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		width: 90%;
	}
	.company_container h3 {
		font-size: 24px;
		letter-spacing: 1.6px;
	}
	.company_container .company_box li {
		padding-right: 20px;
	}
	.company_container .company_box {
		display: flex;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	.f_box {
		padding: 0;
	}
	.f_box .foot_scroll{
		margin: 0 auto;
	}
	.f_contact .main_title {
		padding: 60px 0 30px;
		font-size: 24px;
		line-height: 1.5;
	}
	.f_contact .flex_between {
		width: 100%;
		display: block;
		justify-content: space-between;
		padding: 0;
	}
	.f_contact .f_contact_bot li {
		width: 100%;
		margin-bottom: 20px;
	}
	.f_contact .f_contact_bot li:nth-child(2) {
		padding-bottom: 24px;
	}
	.f_contact .f_contact_bot li p.contact_bot_tel a {
		font-size: 32px;
	}
	.f_contact .f_contact_bot li p.contact_bot_online {
		width: 320px;
	}
	.f_contact .f_contact_bot li p.contact_bot_online a{
		font-size: 14px;
		padding: 20px 10px;
		margin: 0 auto;
	}
	.f_contact .f_contact_bot li p.contact_bot_online a img.first{
		width: auto;
		margin-right: 10px;
	}
	.f_contact .f_contact_bot li p.contact_bot_online a img.last{
		margin-left: 8px;
	}
	.f_contact {
		background: url(../img/common/f_contact_bkg.jpg);
		height: auto;
		background-size: cover;
		color: #fff;
		padding-bottom: 50px;
	}
	.f_box .f_box_wrapper{
		width: 90%;
		margin: 0 auto;
	}
	.f_box .f_box_t {
		display: block;
		justify-content: space-between;
		margin-bottom: 70px;
		padding-bottom: 60px;
		border-bottom: 1px solid #ccc;
	}
	.f_box .f_box_t .f_box_item ul li{
		margin-right: 50px;
	}
	.f_box .f_box_t .f_box_item ul li a{
		padding-bottom: 16px;
	}
	.f_box .f_box_b ul li {
		width: 48%;
		margin-bottom: 15px;
	}
	.f_link{
		width: 90%;
	}
	.f_privacy ul {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.top .menu_card__image_wrapper img{
		width: 270px;
	}


	/*ハンバーガー内ドロップダウン*/
	.js-nav-open.h_nav {
		padding: 0 0;
		overflow-y: scroll;
		width: 100%;
		/*height: 700px;*/
		padding-bottom: 150px;
	}
	.h_nav a {
		color: #273136;
		font-size: 16px;
		padding: 0;
		text-align: center;
	}
	section.drop .accordion {
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #eee;
	}

	section.drop .menu {
		font-size: 16px;
		padding: 15px 30px 15px 35px;
		text-align: center;
		cursor: pointer;
		user-select: none;
		border-bottom: 1px solid #eee;
		position: relative;
		text-align: left;
		font-weight: bold;
		width: 100%;
		box-sizing: border-box;
	}
	section.drop .menu a{
		position: relative;
		text-align: left;
		color: #273136;
		font-size: 16px;
		padding: 0;
		font-weight: bold;
		display: block;
	}

	section.drop .menu a img{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	section.drop .menu img.drop_open,
	section.drop .menu img.drop_close{
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 30px;
	}
	section.drop .menu.is-active_drop img.drop_open{
		display: none;
	}
	section.drop .menu img.drop_close{
		display: none;
	}
	section.drop .menu.is-active_drop img.drop_close{
		display: block;
	}
	section.drop .contents {
		text-align: center;
		line-height: 0;
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition-duration: 0.4s;
	}

	section.drop .contents.is-open_drop {
		line-height: normal;
		height: auto;
		opacity: 1;
		background: #F1F4F6;
		display: flex;
		flex-wrap: wrap;
	}
	section.drop .contents.is-open_drop a{
		width: 50%;
		box-sizing: border-box;
		border: 1px solid #fff;
		padding: 10px;
		font-weight: normal;
		font-size: 14px;
	}
	section.drop .contents.is-open_drop a.w100p{
		width: 100%
	}

	ul.drop_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		width: 100%;
		margin: 30px auto;
		padding-left: 0;
		/*padding-bottom: 30px;*/
		padding: 0 30px 30px;
		border-bottom: 1px solid #eee;
	}
	ul.drop_list li{
		width: 50%;
	}
	ul.drop_list li a{
		font-weight: normal;
		padding: 5px;
		color: #56717F;
		text-align: left;
		display: block;
	}

	/*ハンバーガーメニュー内 電話番号調整*/
	.h_nav .head_tel a {
		width: 100%;
		font-size: 36px;
	}
	.h_nav .head_tel a img {
		width: 32px;
	}
	.head_tel_text{
		font-size: 14px;
		color: #4C6471;
		text-align: center;
		letter-spacing: 0px;
		font-weight: bold;
	}
	/*ハンバーガーメニュー内 ボタン調整*/
	.drop_online{
		width: 80%;
		margin: 20px auto 40px;
		background: #569BEB;
		border-radius: 40px;
		box-shadow: 0px 5px 10px 0 rgb(118 118 118 / 20%);
		transition: .3s;
	}
	.drop_online a{
		display: flex;
		justify-content: center;
		padding: 20px;
		border-radius: 13px;
		color: #fff;
		letter-spacing: 0.1em;
		font-size: 14px;
		font-weight: bold;
	}
	.drop_online a img.first{
		margin-right: 10px;
	}
	.drop_online a img.last{
		margin-left: 8px;
		width: 15px;
		height: 18px;
		display: inline-block;
		margin-top: 5px;
		transition: .3s;
	}
	.h_nav .h_close a{
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
		font-size: 14px;
		color: #123D5E;
	}
	.h_nav .h_close a img{
		width: 24px;
		padding-right: 10px;
	}
	.hum .head_tel a {
		width: 100%;
		font-size: 36px;
	}
	.hum .head_tel a img {
		width: 32px;
	}
	.hum .h_close a{
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
		font-size: 14px;
		color: #123D5E;
		font-weight: bold;
	}
	.hum .h_close a img{
		width: 24px;
		padding-right: 10px;
	}
	header.head_bkg{
		background: none;
	}
	.nav-open header.head_bkg{
		background: #fff;
	}
	header.head_bkg .h_logo{
		display: none;
	}
	.nav-open header.head_bkg .h_logo{
		display: block;
	}
	header.head_bkg .h_container .head_shiten{
		background: #fff;
		padding: 10px;
		border-radius: 50%;
		margin-right: 10px;
		box-shadow: 0px 5px 15px rgb(144 144 144 / 20%);
	}
	header.head_bkg .line-list{
		background: #fff;
		padding: 5px;
		border-radius: 50%;
		box-shadow: 0px 5px 15px rgb(144 144 144 / 20%);
	}

	header.head_bkg.h.is-sticky {
		border-color: transparent;
		box-shadow: none;
	}
}
@media screen and (max-width: 767px) {
	.top .service__card {
		display: block;
	}
	.top .menu_card__item:nth-child(3n) {
		margin-right: auto;
	}

	.top .company {
		background: #F1F4F6;
		margin-top: 0px;
		margin-bottom: 710px;
		/*height: 555px;*/
		height: calc(120vw + 160px);
	}
	.company_container .company_box {
		display: block;
	}
	.company_container .company_box li {
		width: 100%;
		margin-bottom: 50px;
		padding-right: 0;
	}
	.company_container .company_box li .company_box_title{
		margin-bottom: 18px 0 10px;
		font-size: 20px;
	}
	.guide .container_guide {
		/*height: 740px;*/
		height: 100vw;
	}
	.guide .container_guide ul {
		display: block;
	}
	.guide .container_guide ul li:first-child{
		margin-right: 0;
	}
	.f_link ul{
		justify-content: left;
		flex-wrap: wrap; 
		gap: 20px;
	}
	.f_link ul li{
		width: calc(50% - 10px); /* gap padding分を引く */
	}
}
@media screen and (max-width: 480px) {
	.guide .container_guide{
		height: 400px;
	}
	.top .first_view__subcatch.subcatch_text1 img{
		width: 100%;
	}
	.top .first_view__subcatch.subcatch_text2{
		padding: 0 0 32px;
	}
	.top .news h2 .About__title_text--sub{
		margin-left: 10px;
	}
	.top .news .news_list ul li a p.time{
		margin-right: 0;
	}
	.f_box .f_box_wrapper{
		width: 100%;
	}
	.f_contact .f_contact_bot li p.contact_bot_online{
		width: 100%;
	}
	.mwform-checkbox-field label, 
	.mwform-radio-field label{
		display: flex;
	}
	.mwform-checkbox-field input, 
	.mwform-radio-field input{
		margin-right: 10px;
	}
	.f_link{
		padding: 40px 20px;
	}
	.f_link ul{
		flex-wrap: wrap; 
		gap: 20px 0;
	}
	.f_link ul li{
		width: 100%;
	}
}
@media screen and (max-width: 376px) {
	.js-nav-open.h_nav{
		max-height: calc(100vh - 60px);
	}
	.top .first_view__catch {
		font-size: 26px;
	}
	.top .commitment__title_text {
		font-size: 22px;
		font-weight: bold;
	}
	.f_contact .f_contact_bot li p.contact_bot_online a {
		font-size: 14px;
		padding: 20px;
	}
	.contact .form__back-icon {
		left: 20px;
	}
	.case_title {
		font-size: 20px;
		margin-top: 40px;
	}
	.top .first_view__container{
		　　height: 85px;
	}
	.case_sub_title {
		font-size: 20px;
	}
	.case_sub_title .sub_title_img img {
		margin-right: 15px;
		width: 58px;
	}
	.case_sub_title .sub_title_txt {
		height: 80px;
		margin-bottom: 40px;
	}
	.case_sub_title .sub_title_txt b {
		font-size: 50px;
		font-weight: 900;
		letter-spacing: initial;
	}
	.case_sub_title span:last-child {
		margin-top: 32px;
	}
	.lawyer_box{
		height: 720px;
	}
	.lawyer_box .lawyer_img img{
		height: 270px;
	}
}
@media screen and (max-width: 320px) {
	section.drop .menu{
		font-size: 14px;
		padding: 15px 30px 15px 20px;
	}
	.drop_online{
		width: 90%;
	}
	.drop_online a{
		padding: 20px 10px;
	}
	.top .first_view__container {
		/*height: 75px;*/
	}
	.top .first_view__catch {
		font-size: 20px;
	}
	.h_logo__link {
		font-weight: bold;
		font-size: 16px;
	}
	.h_nav a{
		font-size: 14px;
	}
	.top .About__title_text,
	.top .news h2.About__title,
	.guide h2.About__title,
	.company_container h3{
		font-size: 18px;
	}
	.top .About__title_text--sub{
		font-size: 14px;
	}
	.top .About .point_btn{
		width: 90%;
		margin: 0 auto;
	}
	.top .menu_card__title{
		font-size: 16px;
	}
	.top .company_container .company_box li .company_box_title{
		font-size: 18px;
	}
	.guide .container_guide{
		height: 360px;
	}
	.top .commitment__title_text {
		font-weight: bold;
		font-size: 18px;
	}
	.top .news h2 .About__title_text--sub{
		margin-left: 10px;
	}
	.top .news_list__date {
		width: 30%;
		text-align: center;
		font-size: 12px;
	}
	.top .news_list__text {
		width: 70%;
		font-size: 12px;
	}
	.top .company{
		height: 560px;
	}
	.top .case_sub_title{
		font-size: 15px;
	}
	.top .case_sub_title span:last-child{
		margin-top: 38px;
	}
	.top .survey_box .container .point_btn{
		width: 90%;
		margin: 0 auto;		
	}
	.f_box .f_box_b ul li a{
		letter-spacing: -0.08em;
	}
	.f_box .f_box_t .f_box_item ul li a{
		font-size: 12px;
	}
	.f_box .f_box_b ul li a{
		font-size: 12px;
	}
	.f_contact .main_title{
		font-size: 22px;
	}
	.f_contact .main_title--sub{
		font-size: 16px;
	}
	.f_contact .f_contact_bot li p.contact_bot_online a{
		font-size: 12px;
		padding: 20px 10px;
	}
	.top .menu__card + .point_btn .main_button{
		width: auto;
	}
	.main_button {
		width: 100%;
	}
}