/* common
---------------------------------------------------------- */
.sp_break {
	display: none;
}

.tit_section {
	margin-bottom: 90px;
	font-weight: 400;
}
.tit_section .tit_jp_main {
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 1;
}
.tit_section .tit_jp {
	font-size: 16px;
}

/* sidebar */
.container_sbar {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1250px;
	width: 95%;
	margin: 0 auto;
}
.container_sbar .sbar,
.container_sbar main {
	box-sizing: border-box;
}
.container_sbar .sbar {
	width: 210px;
	padding: 160px 30px 80px 0;
	border-right: 1px solid #E6E6E6;
}
.container_sbar .sbar_menu {
	display: none;
}
.container_sbar .sbar .snav,
.container_sbar .sbar ul {
	position: sticky;
	top: 150px;
}
.container_sbar .sbar ul li a {
	color: #33332A;
	margin: 15px 0;
	display: table;
	position: relative;
}
.container_sbar .sbar ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #33332A;
	opacity: 0;
	-webkit-transition: all 0s cubic-bezier(0.16,1,0.3,1);
	transition: all 0s cubic-bezier(0.16,1,0.3,1);
	border-radius: 40px;
}
.container_sbar .sbar ul li a:hover::after {
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(0.16,1,0.3,1);
	transition: all 0.8s cubic-bezier(0.16,1,0.3,1);
}
.container_sbar .sbar ul li a:hover {
	padding: 0 15px;
	color: #fff;
	border-radius: 40px;
}
.container_sbar .sbar ul li:first-child a {
	margin-top: 0;
}
.container_sbar .sbar ul li a.active {
	display: table;
	background: #33332A;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	padding: 0 15px;
}
.container_sbar .sbar ul li a span {
	position: relative;
	z-index: 1;
	padding: 5px 0;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: padding-left 0.8s cubic-bezier(0.16,1,0.3,1);
	transition: padding-left 0.8s cubic-bezier(0.16,1,0.3,1);
	will-change: padding-left;
}
.container_sbar .sbar ul li a.active span {
	padding-left: 14px;
	position: relative;
	display: inline-block;
}
.container_sbar .sbar ul li a:hover span {
	padding-left: 14px;
}
.container_sbar .sbar ul li a.active span::before,
.container_sbar .sbar ul li a:hover span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}
.container_sbar main {
	width: calc(100% - 210px);
	padding: 50px;
}

/* breadcrumbs
---------------------------------------------------------- */
.breadcrumbs {
	margin: 165px 0 40px;
	font-size: 13px;
}
.breadcrumbs span {
	display: inline;
	color: #33332A;
	font-size: 14px;
	min-height: 0;
	transition: color .4s ease;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
}
.breadcrumbs a {
	display: inline;
	padding-right: 15px;
	margin-right: 16px;
	float: left;
	color: #33332A;
	line-height: 1.1;
	border-right: 1px solid #33332A;
}
.breadcrumbs a span {
	color: #33332A;
	border-bottom: 1px solid rgba(51,51,42,1);
	transition: all 0.3s ease;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a:hover span {
	border: 0;
}
.breadcrumbs span{
	float: left;
	line-height: 1.1;
}

/* page_inner mv
---------------------------------------------------------- */
.page_mainvisual{
	padding: 70px 0 100px;
	margin-bottom: 60px;
	border-bottom: 1px solid #E6E6E6;
}
.page_mainvisual  .tit_mv .jp_txt{
	font-size: 56px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	display: block;
}
.page_mainvisual  .tit_mv .en_txt{
	font-size: 18px;
}

/* page_company
---------------------------------------------------------- */
.page_company #intro .inner,
.page_company .company_tab_menu .inner,
.page_company #companies .inner,
.page_mic_international #mic_int_sec .inner,
.page_freedom #freedom_sec .inner,
.page_mlp #mlp-sec .inner{
	max-width: 800px;
}
.page_mlp #mlp-sec .case:first-of-type p,
.page_mic_international #mic_int_sec .case:first-of-type p,
.page_freedom #freedom_sec .case:first-of-type p{
	word-break: auto-phrase;
}
.page_company #intro{
	padding-top: 120px;
}
.page_company #intro .first_txt{
	margin-bottom: 80px;
}
.page_company #intro .case{
	overflow: hidden;
	padding-top: 38px;
}
.page_company #intro .case .pack{
	float: left;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}
.page_company #intro .case .pack .logo_wrap{
	overflow: hidden;
	padding-left: 40px;
	border-left: 3px solid #EFC100;
}
.page_company #intro .case .pack .logo_wrap img{
	width:  132px;
	float: left;
}
.page_company #intro .case .pack .logo_wrap .sub_txt{
	position: absolute;
	left: 40px;
	top: -38px;
	padding: 0 5px;
	border: 1px solid #EFC100;
	border-radius: 5px;
	text-align: center;
	display: block;
	height: 22px;
	font-size: 11px;
}
.page_company #intro .case .pack p{
	font-size: 16px;
	font-weight: 700;
}
.page_company #intro .case .btn_wrap{
	float: right;
}
.page_company #intro .case .btn_wrap .btn{
	margin: 0 0 16px;
}
.page_company #intro .case .btn_wrap .btn:last-of-type{
	margin: 0;
}
.page_company .company_tab_menu{
	background: #F7F7F6;
	padding: 80px 0;
}
.page_company .company_tab_menu ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.page_company .company_tab_menu ul li a{
	color: #333;
	text-decoration: underline;
	font-size: 18px;
}
.page_company .company_tab_menu ul li a:hover{
	text-decoration: none;
}
.page_company .company_tab_menu ul li a .arrow{
	width: 24px;
	height: 24px;
	background: url(../img/company/ico_arrow_down02.png) no-repeat center;
	background-size: 9px;
	position: relative;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
    vertical-align: middle;
    margin-left: 20px;
}
.page_company .company_tab_menu ul li a .arrow::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/company/ico_arrow_down02.png) no-repeat top -100px center / 12px;
	background-color: #FBEFBF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_company .company_tab_menu ul li a:hover .arrow::before{
    background-position: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.page_company #companies .case{
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	padding: 80px 0;
	border-bottom: 1px solid #E6E6E6;
}
.page_company #companies .case .pack{
	width: calc(100% - 272px);
}
.page_company #companies .case .logo_wrap{
	width: 242px;
	height: 200px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(51, 51, 42, 0.2);
}
.page_company #companies .company_set{
	margin-bottom: 80px;
}
.page_company #companies .company_set:last-of-type{
	margin-bottom: 0;
}
.page_company #companies .company_set .tit_sec{
	margin-bottom: 0;
}
.page_company #companies .pack .tit_company{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.page_company .tb_company{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.page_company .tb_company tr th,
.page_company .tb_company tr td{
	padding: 9px 15px;
	border-bottom: 2px solid #fff;
	border-top: 0;
	width: auto;
}
.page_company .tb_company tr td{
	padding: 9px 0px 9px 15px;
}
.page_company .tb_company tr th{
	width: 168px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: left;
	background: #F7F7F6;
}
.page_company .tb_company .btn{
	margin: 0;
	float: none;
	max-width: 172px;
	padding: 6px 30px;
}
.page_company .tb_company tr:last-of-type td{
	padding: 3px 15px;
}
.page_company .tb_company .btn_external{
	text-decoration: underline;
	color: #33332A;
	padding: 0;
	max-width: none;
	background: none;
	transition: all ease .3s;
	width: auto;
	display: inline-block;
	padding-right: 40px;
	word-break: break-word;
}
.page_company .tb_company .btn_external:hover{
	color: #EFC100;
}
.page_company .tb_company .btn_external .arrow{
	background-image: url(../img/common/ico_external-hov.png);
	right: -25px;
}
.page_company .tb_company .btn_external:hover .arrow::before{
	background-color: #FBEFBF;
}
.page_company .page_mainvisual {
	margin-bottom: 0;
}
.page_company .container_sbar main section .inner {
	max-width: 800px;
	width: 95%;
}
.page_company .bnr_img {
	margin: auto;
}
/* page_company - mic international / freedom */
.page_mic_international #mic_int_sec .case img.logo_company,
.page_freedom #freedom_sec .case img.logo_company{
	margin: 0 auto 80px;
	display: block;
	max-width: 454px;
	width: 100%;
}
.page_freedom #freedom_sec .case img.logo_company{
	max-width: 324px;
}
.page_mic_international #mic_int_sec .case:first-of-type p,
.page_freedom #freedom_sec .case:first-of-type p{
	font-size: 16px;
	letter-spacing: -0.6px;
}
.page_mic_international #mic_int_sec .case:first-of-type,
.page_freedom #freedom_sec .case:first-of-type{
	margin-bottom: 80px;
}
.page_mic_international .tb_style01 dl,
.page_freedom .tb_style01 dl{
	display: flex;
	flex-wrap: nowrap;
}
.page_mic_international .tb_style01 dl dt,
.page_freedom .tb_style01 dl dt{
	width: 100px;
}
.page_mic_international .tit_sec,
.page_freedom .tit_sec{
	font-size: 20px;
	font-weight: 600;
}
.page_mic_international table .sm_txt,
.page_freedom table .sm_txt{
	font-size: 12px;
}
/* page_company - mic */
.page_mic #mic .tb_style01 .txt_grp {
	overflow: hidden;
}
.page_mic #mic .tb_style01 .txt_grp p {
	margin-right: 95px;
	margin-bottom: 0;
	float: left;
}
.page_mic #mic .tb_style01 .txt_grp p:last-child {
	margin-right: 0;
}
.page_mic #mic .tb_style01 p {
	margin-bottom: 15px;
}
.page_mic #mic .tb_style01 p:last-child {
	margin-bottom: 0;
}
.page_mic #mic .tb_style01 .btn {
	float: none;
	margin-top: 15px;
}
.page_mic #mic .tb_style01 .sm_txt{
	font-size: 12px;
}
.page_mic #mic .tb_style01 th,
.page_mic #mic .tb_style01 td{
	font-size: 16px;
}
.page_mic #mic .tb_style01 td{
	padding: 45px 0 45px 32px;
}
/* page_company - mlp */
.page_mlp #mlp-sec .case img.logo_mlp{
	margin: 0 auto 80px;
	display: block;
	max-width: 232px;
	width: 100%;
}
.page_mlp #mlp-sec .case:first-of-type p{
	font-size: 16px;
}
.page_mlp #mlp-sec .case:first-of-type{
	margin-bottom: 80px;
}
.page_mlp .tb_style01 dl{
	display: flex;
	flex-wrap: nowrap;
}
.page_mlp .tb_style01 dl dt{
	width: 100px;
}
.page_mlp .tit_sec{
	font-size: 20px;
	font-weight: 600;
}
.page_mlp table .sm_txt{
	font-size: 12px;
}
/* page_company - shop */
.page_shop #shop_intro{
	padding: 120px 0 80px;
}
.page_shop .shop_tab_menu{
	background: #F7F7F6;
	padding: 80px 0 40px;
}
.page_shop .shop_tab_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_shop .shop_tab_menu ul li{
	width: 25%;
	margin-bottom: 40px;
}
.page_shop .shop_tab_menu ul li a{
	color: #333;
	text-decoration: underline;
	font-size: 18px;
}
.page_shop .shop_tab_menu ul li a:hover{
	text-decoration: none;
}
.page_shop .shop_tab_menu ul li a .arrow{
	width: 24px;
	height: 24px;
	background: url(../img/company/ico_arrow_down02.png) no-repeat center;
	background-size: 9px;
	position: relative;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
    vertical-align: middle;
    margin-left: 20px;
}
.page_shop .shop_tab_menu ul li a .arrow::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/company/ico_arrow_down02.png) no-repeat top -100px center / 9px;
	background-color: #FBEFBF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_shop .shop_tab_menu ul li a:hover .arrow::before{
    background-position: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.page_shop #content .container{
	max-width: 1000px;
}
.page_shop #content section{
	padding: 60px 0;
}
.page_shop #content .tit_sec{
	margin-bottom: 60px;
}
.shop_list{
	display: flex;
	flex-wrap: wrap;
}
.shop_list .case{
	width: 30.4%;
	margin-right: 4.4%;
	margin-bottom: 4.4%;
}
.shop_list .case:nth-child(3n){
	margin-right: 0;
}
.shop_list .shop_name_wrap{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0 20px;
}
.shop_list .shop_name_wrap img{
	width: 104px;
}
.shop_list .shop_name_wrap .tit_shop{
	font-size: 25px;
    font-weight: normal;
}
.shop_list .shop_address{
	line-height: 1.4;
	font-size: 16px;
	margin-bottom: 35px;
	letter-spacing: -.3px;
}
.shop_list .sched_wrap{
	line-height: 1.4;
	padding-left: 30px;
	background: url(../img/common/ico_sched.png) no-repeat top left;
	background-size: 18px;
}
.shop_list .sched_wrap .sm_txt{
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
.shop_list .tel_link{
	padding-left: 30px;
	background: url(../img/common/ico_tel02.png) no-repeat top left;
	background-size: 16px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.shop_list .case .btn{
	float: none;
	margin: 20px 0 0;
	max-width: none;
}
.shop_list .case .btn .arrow{
	background-image: url(../img/common/ico_external01.png);
}
.shop_list .shop_name_wrap{
	margin: 18px 0 13px;
}
.shop_list .tit_shop02{
	line-height: 1;
}
.page_company.page_shop .cta_style01::before{
	background-image: url(../img/common/bg_contact03.jpg);
}

/* page_media
---------------------------------------------------------- */
.page_media .tit_media {
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
}
.page_media .tit_media::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(../img/common/ico_media-active.png) no-repeat center / 15px;
	background-color: #643E33;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_media .tit_media02 {
	margin-bottom: 25px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
}
.page_media .tit_media02 span {
	display: inline-block;
	border-bottom: 1px solid #EFC100;
}
.page_media .case .pack {
	margin-bottom: 100px;
}
.page_media .case .pack:last-child {
	margin-bottom: 0;
}
.page_media .case .pack:first-child .pack_content p {
	text-align: justify;
}
.page_media .case .pack .link_media {
	display: block;
	margin-bottom: 50px;
	color: #333;
}
.page_media .case .pack .link_media:last-child {
	margin-bottom: 0;
}
.page_media .case .pack .pack_content {
	display: flex;
	gap: 50px;
}
.page_media .case .pack:first-child .pack_content {
	justify-content: space-between;
	gap: 20px;
	align-items: end;
}
.page_media .case .pack:first-child .pack_content .btn {
	margin-top: 25px;
}
.page_media .case .pack .pack_content .img_wrap {
	max-width: 300px;
	width: 30%;
	border: 1px solid #E0E0E0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.page_media .case .pack .pack_content .txt_wrap {
	width: 650px;
	overflow: hidden;
}
.page_media .case .pack .pack_content .txt_wrap .date_cat {
	margin-right: 25px;
	float: left;
	width: 108px;
}
.page_media .case .pack .pack_content .txt_wrap .date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.page_media .case .pack .pack_content .txt_wrap .cat {
	display: inline-block;
    padding: 0 10px;
    max-width: 135px;
    width: 100%;
	font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    background-color: #FBEFBF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.page_media .case .pack .pack_content .txt_wrap .media_txt_content {
	margin-top: 35px;
	overflow: hidden;
}
.page_media .case .pack .pack_content .txt_wrap .media_txt_content .tit_media_content {
	padding-right: 40px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	background: url(../img/common/ico_pdf.png) no-repeat top right / 32px;
}
.page_media .case .pack .link_media:hover .pack_content .img_wrap {
	opacity: .7;
}
.page_media .case .pack .link_media.no_link {
	pointer-events: none;
}
.page_media .case .pack .link_media.no_link .txt_wrap .media_txt_content .tit_media_content,
.page_media .case .pack .link_media.no_pdf .txt_wrap .media_txt_content .tit_media_content {
	background-image: none;
}


/* page_policy
---------------------------------------------------------- */
.page_policy .privacy_sec .container{
	max-width: 1000px;
}
.page_policy .privacy_sec .case{
	margin-bottom: 50px;
}
.page_policy .privacy_sec .case:last-of-type{
	margin-bottom: 0;
}
.page_policy .privacy_sec .tit_privacy{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.page_policy .txt_emp{
	font-size: 16px;
	margin-bottom: 50px;
}
.page_policy .privacy_sec .case p{
	margin-bottom: 25px;
}
.page_policy .privacy_sec .case p:last-of-type{
	margin-bottom: 0;
}

/* page_purpose
---------------------------------------------------------- */
.page_purpose .purpose_section #emp_text{
	margin-bottom: 120px;
	margin-top: 100px;
}
.page_purpose .purpose_section #emp_text .tit_emp_purpose{
	text-align: center;
	font-size: 58px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 20px;
}
.page_purpose .purpose_section #emp_text img{
	width: 134.5px;
	margin: 0 auto;
}
.page_purpose .tit_sub02{
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.4;
}
.page_purpose .purpose_section .case{
	margin-bottom: 120px;
}
.page_purpose .purpose_section .case:last-of-type{
	margin-bottom: 0;
}
.page_purpose .purpose_section .case p{
	margin-bottom: 40px;
	font-size: 16px;
}
.page_purpose .purpose_section .case p:last-of-type{
	margin-bottom: 0;
}
.page_purpose .purpose_section #policy img{
	margin-top: 40px;
}
.page_purpose .purpose_section #purpose{
	position: relative;
	padding-bottom: 60px;
}
.page_purpose .purpose_section #purpose .left_img{
	margin-top: 10px;
	max-width: 338px;
	width: 44%;
}
.page_purpose .purpose_section #purpose .right_img{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 321px;
	width: 42%;
}
.page_purpose .purpose_section #mission .mission_txt{
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 90px;
}
.page_purpose .purpose_section .list_box_style01{
	margin-top: 50px;
}
.page_purpose .purpose_section .list_box_style01 li p{
	font-size: 14px;
}
.page_purpose .purpose_section #value .list_box_style01 li:last-child{
	padding: 18px 30px 18px 40px;
}
.page_purpose .purpose_section #miharu{
	margin-top: 80px;
}
.page_purpose #intro-img-slider .content-txt{
	font-size: 18px;
	line-height: 2.4;
	margin-bottom: 70px;
	text-align: justify;
}
.page_purpose #intro-img-slider .content-txt:last-of-type{
	margin-bottom: 0;
}
.page_purpose #intro-img-slider {
	position: relative;
	overflow: hidden;
}
.page_purpose #intro-img-slider .intro-wrap {
	height: 100vh;
	position: relative;
}
.page_purpose #intro-img-slider .txt-wrap{
	padding: 50px 40px;
}
.page_purpose #policy p{
	text-align: justify;
	word-break: auto-phrase;
}
.page_purpose #policy .tit_sub02 span{
	display: block;
	font-size: 16px;
	color: #EFC100;
    text-transform: uppercase;
}
.page_purpose #intro-img-slider .txt-wrap .txt_wrap-inner{
	max-width: 500px;
	width: 100%;
}
.page_purpose .page_mainvisual{
	margin-bottom: 0;
}
/* page_purpose - credo */
.page_credo section p {
	text-align: justify;
}
.page_credo .container_sbar main {
	padding: 50px 0;
}
.page_credo .container_sbar main section .inner {
	box-sizing: border-box;
}
.page_credo .container_sbar main section .company_content {
	position: relative;
	padding: 80px 0;
}
.page_credo .container_sbar main section .company_content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 120vw;
	background-color: #FDF9E5;
}
.page_credo .container_sbar main section .company_content .credo_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 5.5%;
}
.page_credo .container_sbar main section .company_content .credo_wrap .credo_item {
	display: flex;
	max-width: 378px;
	width: 47.25%;
	filter: drop-shadow(7px 7px 5px rgba(51, 51, 42, 0.15));
	-webkit-filter: drop-shadow(7px 7px 5px rgba(51, 51, 42, 0.15));
}
.page_credo .container_sbar main section .company_content .credo_wrap .credo_item .credo_inner {
	position: relative;
	padding: 25px 40px 50px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
	overflow: hidden;
}
.page_credo .credo_wrap .credo_item .tit_credo {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1.3;
}
.page_credo .credo_wrap .credo_item .tit_credo::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200%;
	height: 1px;
	background-color: #EFC100;
}
.page_credo .credo_wrap .credo_item .tit_credo .num {
	display: inline-block;
	margin-right: 50px;
	color: #EFC100;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.page_credo .credo_wrap .credo_item .tit_credo .tit {
	font-size: 16px;
	font-weight: 400;
}
.page_credo .credo_wrap .credo_item p {
	line-height: 1.6;
}
/* page_purpose - history */
.page_history .video_wrap{
	position: relative;
	/* height: 450px;
	width: 100%;
	background: #F0F0F0; */
	margin-bottom: 70px;
}
.page_history .video_wrap video{
	width: 100%;
}
.page_history .tit_section{
	margin-bottom: 30px;
}
.page_history .history_menu{
	padding: 45px;
	background: #F7F7F6;
	margin-bottom: 40px;
}
.page_history .history_menu ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.page_history .history_menu ul li a{
	text-decoration: underline;
	padding-right: 40px;
	color: #333;
	font-size: 18px;
	background: url(../img/company/ico_arrow_down.png) no-repeat right center;
	background-size: 24px;
}
.page_history .history_wrap .case .pack{
	padding: 50px 0;
	border-top: 1px solid #FAECB2;
	position: relative;
}
.page_history .history_wrap .case .pack::before,
.page_history .history_wrap .case:last-of-type .pack::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 152px;
	height: 1px;
	background: #EFC100;
	top: -1px;
	left: 0;
}
.page_history .history_wrap .case .pack dl{
	display: flex;
	flex-wrap: wrap;
}
.page_history .history_wrap .case .pack dl dt{
	width: 152px;
	padding: 0 40px 0 20px;
	text-align: right;

	box-sizing: border-box;
}
.page_history .history_wrap .case .pack dl dd{
	width: calc(100% - 152px);
}
.page_history .history_wrap .case:last-of-type .pack:last-of-type{
	border-bottom: 1px solid #FAECB2;
}
.page_history .history_wrap .case:last-of-type .pack:last-of-type::after{
	top: 100%;
	bottom: -1px;
}
.page_history .history_wrap .case .pack dl dt{
	font-weight: bold;
}
/* page_purpose - promise */
.page_promise .promise_section .case{
	border: 1px solid #EFC100;
	position: relative;
	margin-left: 20px;
	min-height: 248px;
	box-sizing: border-box;
	padding: 50px;
	width: 100%;
	margin-bottom: 40px;
}
.page_promise .promise_section .case::before{
	content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.page_promise .promise_section #promise01::before{
	background-image: url(../img/company/promise/ico_promise01.png);
	width: 193px;
	height: 78px;
	right: 20px;
	bottom: 0px;
}
.page_promise .promise_section #promise02::before{
	background-image: url(../img/company/promise/ico_promise02.png);
	width: 61px;
	height: 71px;
	right: 30px;
	bottom: 7px;
}
.page_promise .promise_section #promise03::before{
	background-image: url(../img/company/promise/ico_promise03.png);
	width: 73px;
	height: 89px;
	right: 38px;
	bottom: -13px;
}
.page_promise .promise_section #promise04::before{
	background-image: url(../img/company/promise/ico_promise04.png);
	width: 109px;
	height: 83px;
	right: 31px;
	bottom: -13px;
}
.page_promise .promise_section #promise05::before{
	background-image: url(../img/company/promise/ico_promise05.png);
	width: 107px;
	height: 91px;
	right: 34px;
	bottom: -10px;
}
.page_promise .promise_section #promise06::before{
	background-image: url(../img/company/promise/ico_promise06.png);
	width: 82px;
	height: 72px;
	right: 36px;
	bottom: 0px;
}
.page_promise .promise_section #promise07::before{
	background-image: url(../img/company/promise/ico_promise07.png);
	width: 87px;
	height: 64px;
	right: 38px;
	bottom: 12px;
}
.page_promise .promise_section #promise08::before{
	background-image: url(../img/company/promise/ico_promise08.png);
	width: 98px;
	height: 88px;
	right: 39px;
	bottom: -15px;
}
.page_promise .promise_section #promise09::before{
	background-image: url(../img/company/promise/ico_promise09.png);
	width: 98px;
	height: 81px;
	right: 46px;
	bottom: 9px;
}
.page_promise .promise_section #promise10::before{
	background-image: url(../img/company/promise/ico_promise10.png);
	width:66px;
	height: 70px;
	right: 37px;
	bottom: 9px;
}
.page_promise .promise_section #promise11::before{
	background-image: url(../img/company/promise/ico_promise11.png);
	width: 74px;
	height: 105px;
	right: 33px;
	bottom: -5px;
}
.page_promise .promise_section #promise12::before{
	background-image: url(../img/company/promise/ico_promise12.png);
	width: 90px;
	height: 91px;
	right: 41px;
	bottom: -10px;
}
.page_promise .promise_section #promise13::before{
	background-image: url(../img/company/promise/ico_promise13.png);
	width: 102px;
	height: 87px;
	right: 30px;
	bottom: 10px;
}
.page_promise .promise_section #promise14::before{
	background-image: url(../img/company/promise/ico_promise14.png);
	width: 109px;
	height: 47px;
	right: 40px;
	bottom: 18px;
}
.page_promise .promise_section #promise15::before{
	background-image: url(../img/company/promise/ico_promise15.png);
	width: 242px;
	height: 59px;
	right: 24px;
	bottom: 14px;
}
.page_promise .promise_section #promise16::before{
	background-image: url(../img/company/promise/ico_promise16.png);
	width: 65px;
	height: 67px;
	right: 48px;
	bottom: 21px;
}
.page_promise .promise_section #promise17::before{
	background-image: url(../img/company/promise/ico_promise17.png);
	width: 91px;
	height: 54px;
	right: 40px;
	bottom: 20px;
}
.page_promise .promise_section #promise18::before{
	background-image: url(../img/company/promise/ico_promise18.png);
	width: 75px;
	height: 75px;
	right: 40px;
	bottom: -20px;
}
.page_promise .promise_section #promise19::before{
	background-image: url(../img/company/promise/ico_promise19.png);
	width: 77px;
	height: 55px;
	right: 50px;
	bottom: 8px;
}
.page_promise .promise_section #promise20::before{
	background-image: url(../img/company/promise/ico_promise20.png);
	width: 89px;
	height: 93px;
	right: 50px;
	bottom: -8px;
}
.page_promise .promise_section #promise21::before{
	background-image: url(../img/company/promise/ico_promise21.png);
	width: 98px;
	height: 69px;
	right: 38px;
	bottom: 0;
}
.page_promise .promise_section #promise22::before{
	background-image: url(../img/company/promise/ico_promise22.png);
	width: 66px;
	height: 50px;
	right: 51px;
	bottom: 15px;
}
.page_promise .promise_section #promise23::before{
	background-image: url(../img/company/promise/ico_promise23.png);
	width: 77px;
	height: 66px;
	right: 45px;
	bottom: 10px;
}
.page_promise .promise_section #promise24::before{
	background-image: url(../img/company/promise/ico_promise24.png);
	width: 58px;
	height: 58px;
	right: 53px;
	bottom: 12px;
}
.page_promise .promise_section .case:last-of-type{
	margin-bottom: 0;
}
.page_promise .promise_section .case .num_wrap{
	padding: 20px;
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	background: #fff;
	height: 128px;
	width: 128px;
	box-sizing: border-box;
	margin: auto
}
.page_promise .promise_section .case .num_wrap .p_num{
	border: 1px solid #EFC100;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #EFC100;
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	height: 100%;
	background: #F7F7F6;
}
.page_promise .promise_section .case .pack{
	padding-left: 100px;
	text-align: justify;
	word-break: auto-phrase;
}
.page_promise .promise_section .case .tit_promise{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 12px;
}
.page_promise .promise_section .case .note{
	font-size: 12px;
}

/* page_service
---------------------------------------------------------- */
.page_service section .container {
	max-width: 810px;
}
.page_service .bg_img {
	position: relative;
}
.page_service .bg_img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	/* max-width: 609px;
	width: 100%; */
	width: 43.5vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page_service .bg_img .txt_wrap {
	width: 50%;
}
/* business page gradient fade effect */
.page_business .bg_img::after,
.page_stay .bg_img::after,
.page_restaurant .bg_img::after{
	background-image: linear-gradient(to right,
	rgba(247,247,246,1) 0%,
	rgba(247,247,246,0) 50%,
	rgba(247,247,246,0) 100%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 43.5vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page_housing section .bg_section{
	position: relative;
}
.page_housing section .bg_section::after{
	content: "";
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to left,
	rgba(247,247,246,1) 0%,
	rgba(247,247,246,0.8) 50%,
	rgba(247,247,246,0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page_housing section p {
	text-align: justify;
}
.mv_service {
	position: absolute;
	top: 0;
	right: 0;
	height: 515px;
	width: 57.572vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-left-radius: 30px;
	z-index: -1;
}
.page_service .mv_service {
    background-image: url(../img/service/business/mvisual.png);
}
.page_support .mv_service {
    background-image: url(../img/service/support/mvisual.jpg);
}
.page_contribution .mv_service {
	background-image: url(../img/service/community/mvisual.jpg);
}
.page_international .mv_service {
	background-image: url(../img/service/international/mvisual.jpg);
}
.page_restaurant .mv_service {
	background-image: url(../img/service/restaurant/mvisual.jpg);
}
.page_stay .mv_service {
	background-image: url(../img/service/stay/mvisual.jpg);
}
.page_housing .mv_service {
	background-image: url(../img/service/housing/mvisual.jpg);
}
.page_fc_shop .mv_service{
	background-image: url(../img/service/business/fc_shop/mvisual.png);
}

.page_international .page_mainvisual,
.page_restaurant .page_mainvisual,
.page_stay .page_mainvisual,
.page_housing .page_mainvisual,
.page_support .page_mainvisual{
	margin-bottom: 0;
	border-bottom: 0;
}
#service .tit_service {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}
.case_style02 .pack {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 70px;
	padding: 45px 0;
	border-bottom: 1px dashed #999994;
	overflow: hidden;
}
.case_style02 .pack:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.case_style02 .pack .img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 250px;
	width: 100%;
}
.case_style02 .pack .img_wrap.img_grp {
	flex-direction: column;
	gap: 20px;
}
.case_style02 .pack .txt_wrap {
	overflow: hidden;
}
.case_style02 .pack .txt_wrap .tit_pack {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}
.case_style02 .pack .txt_wrap img {
	margin-top: 10px;
}
.case_style02 .pack .txt_wrap .btn {
	margin-top: 20px;
	float: none;
	max-width: 285px;
}
.case_style03 .pack{
	flex-direction: row-reverse;
}
.case_style03 .pack .img_wrap{
	max-width: 344px;
}
.case_style02 .pack .txt_wrap{
	width: calc(100% - 320px);
}
.case_style03 .pack .txt_wrap{
	width: calc(100% - 414px);
}
.case_style02 .pack{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 70px;
}
.case_style03 .pack{
	flex-direction: row-reverse;
	gap: 45px;
}
.case_style02 .pack .img_wrap{
	margin: 0;
}
.case_style03 .pack .img_wrap{
	max-width: 344px;
}
.case_style02 .pack .txt_wrap{
	width: calc(100% - 320px);
}
.case_style03 .pack .txt_wrap{
	width: calc(100% - 389px);
}
.case_style03 .pack .logo_wrap{
	margin: 20px 0 10px;
}
.case_style03 .pack .logo_wrap .logo_name{
	margin-top: 24px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.case_style03 .pack02 .item .text_wrap p{
	text-align: justify;
}
.case_style03 .pack_narrow{
	gap: 45px;
}
.case_style03 .pack_narrow .txt_wrap{
	width: calc(100% - 389px);
}
.case_style03 .pack_narrow .tit_topic{
	letter-spacing: -.5px;
}
.case_style03 .pack.no_border{
	border: 0;
}
.case_style03 .pack02{
	padding: 45px 0 5px;
    border-bottom: 1px solid #999;
}
.case_style03 .pack02 .item{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 70px;
	margin-bottom: 40px;
}
.case_style03 .pack02 .item .logo_wrap{
	width: 220px;
}
.case_style03 .pack02 .item .logo_wrap img{
	margin: 0 auto;
}
.case_style03 .pack02 .item .text_wrap{
	width: calc(100% - 290px);
}
.case_style03 .pack02 .item .text_wrap .tit_logo{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}
.case_style03 .pack_relative .txt_wrap{
	position: relative;
	overflow: visible;
}
.case_style03 .btn_right{
	position: absolute;
	right: -200px;
	bottom: 0;
}
.case_style03 .btn_ig{
	padding-left: 70px;
	background-image: url(../img/service/support/ico_ig.png);
	background-repeat: no-repeat;
	background-position: left 25px center;
	background-size: 29px;
}
.case_style03 .pack02 .img_wrap{
	justify-content: flex-start;
}
.case_style03 .pack p{
	text-align: justify;
	word-break: auto-phrase;
}
.case_style02 .pack{
	border-bottom: 1px dashed #999994;
}
.page_service #business .case .pack {
	margin-bottom: 80px;
}
.page_service #business .case .pack:last-child {
	margin-bottom: 0;
}
.page_service #business .case .pack:first-child,
.page_service #business .case .pack p {
	text-align: justify;
	overflow: hidden;
}
.page_service #business .case .pack .tit_business {
	/* float: left;
	margin-right: 150px; */
	margin-bottom: 50px;
	font-weight: 400;
	text-align: center;
}
.page_service #business .case .pack .tit_business .tit_jp_main {
	display: block;
	font-size: 40px;
}
.page_service #business .case .pack img {
	margin: 0 auto;
}
.page_service #business .business_links .links_wrap {
	position: relative;
	margin-bottom: 100px;
}
.page_service #business .business_links .links_wrap:last-child {
	margin-bottom: 0;
}
.page_service #business .business_links .links_wrap a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 500px;
	color: #fff;
	z-index: 99;
	overflow: hidden;
}
.page_service #business .business_links .links_wrap a .img_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_service #business .business_links #housing a .img_wrap {
	background-image: url(../img/business/ph_business01.jpg);
}
.page_service #business .business_links #restaurant a .img_wrap {
	background-image: url(../img/business/ph_business02.jpg);
}
.page_service #business .business_links #travel_stay a .img_wrap {
	background-image: url(../img/business/ph_business03.jpg);
}
.page_service #business .business_links #life_support a .img_wrap {
	background-image: url(../img/business/ph_business04.jpg);
}
.page_service #business .business_links #community a .img_wrap {
	background-image: url(../img/business/ph_business05.jpg);
}
.page_service #business .business_links #busienss_service a .img_wrap {
	background-image: url(../img/business/ph_business06.jpg);
}
.page_service #business .business_links .links_wrap a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .3;
	z-index: 9;
	transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_service #business .business_links .links_wrap a .tit_link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
	font-weight: 400;
	text-align: center;
	z-index: 10;
	transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_service #business .business_links .links_wrap a .tit_link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	margin: auto;
	height: 25px;
	width: 25px;
	opacity: 0;
	background: url(../img/business/ico_tit.png) no-repeat center / contain;
}
.page_service #business .business_links .links_wrap a .tit_link .tit_jp {
	font-size: 24px;
	line-height: 1;
}
.page_service #business .business_links .links_wrap a .tit_link .tit_en {
	font-size: 11px;
	text-transform: capitalize;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.page_service #business .business_links .links_wrap a .hidden_content {
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.page_service #business .business_links .links_wrap a .tags_wrap{
	max-width: 600px;
}
.page_service #business .business_links .links_wrap a .hidden_content p {
	margin-bottom: 55px;
	font-size: 16px;
	text-align: center;
}
.page_service #business .business_links .links_wrap a .hidden_content .tags_business {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px 30px;
	margin-bottom: 20px;
}
.page_service #business .business_links .links_wrap a .hidden_content .tags_business li {
	padding: 0 20px;
	min-width: 100px;
	color: #333;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.page_service #business .business_links .links_wrap a:hover::before {
	opacity: .8;
}
.page_service #business .business_links .links_wrap a:hover .img_wrap {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.page_service #business .business_links .links_wrap a:hover .tit_link::before {
	opacity: 1;
}
.page_service #business .business_links .links_wrap a:hover .hidden_content {
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.page_service #business_case02 .pack:last-of-type p{
	word-break: normal;
}
/* page_service - international */
.page_contribution section p,
.page_international section p {
	text-align: justify;
}
.page_international .page_mainvisual .tit_mv .jp_txt {
	margin-bottom: 10px;
	line-height: 1.2;
}
.page_contribution #events .case .pack,
.page_international #events .case .pack {
	display: flex;
	gap: 64px;
	padding-bottom: 35px;
	margin-bottom: 45px;
	overflow: hidden;
	border-bottom: 1px dashed #999994;
}
.page_contribution #events .case .pack:last-child,
.page_international #events .case .pack:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.page_contribution #events .case .pack .img_wrap,
.page_international #events .case .pack .img_wrap {
	max-width: 345px;
	width: 55%;
}
.page_contribution #events .case .pack .img_wrap .img,
.page_international #events .case .pack .img_wrap .img {
	margin-bottom: 10px;
}
.page_contribution #events .case .pack .img_wrap .img:last-child,
.page_international #events .case .pack .img_wrap .img:last-child {
	margin-bottom: 0;
}
.page_contribution #events .case .pack .img_wrap .img span,
.page_international #events .case .pack .img_wrap .img span {
	display: block;
	font-size: 12px;
}
.page_contribution #events .case .pack .txt_wrap,
.page_international #events .case .pack .txt_wrap {
	width: 50%;
}
.page_contribution #events .case .pack .txt_wrap img,
.page_international #events .case .pack .txt_wrap img {
	margin-bottom: 20px;
}
.page_contribution #events .case .pack .txt_wrap .tit_events,
.page_international #events .case .pack .txt_wrap .tit_events {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 400;
}
/* page_service - restaurant */
.page_restaurant section p {
	text-align: justify;
}
.page_restaurant .tit_topic {
	margin-bottom: 10px;
}
.page_restaurant #confectionery::before {
	background-image: url(../img/service/restaurant/ph_restaurant01.jpg);
}
.page_restaurant #restaurant::before {
	background-image: url(../img/service/restaurant/ph_restaurant02.jpg);
}
.page_restaurant #online_shop::before {
	background-image: url(../img/service/restaurant/ph_restaurant03.jpg);
}
/* page_service - stay */
.page_stay section p {
	text-align: justify;
}
.page_stay #accommodation::before {
	background-image: url(../img/service/stay/ph_stay01.jpg);
}
.page_stay #wedding::before {
	background-position: top center;
	background-image: url(../img/service/stay/ph_stay02.jpg);
}
.page_stay #study::before {
	background-image: url(../img/service/stay/ph_stay03.jpg);
}
/* page_service - housing */
.page_housing section:nth-child(n+2) {
	padding: 0;
}
.page_housing section:nth-child(n+2) .container {
	padding: 75px 0 120px;
}
.page_housing section .bg_section {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ddd;
}
.page_housing #housing_search .bg_section {
	background-image: url(../img/service/housing/bg_housing-search.jpg);
}
.page_housing #housing_sale .bg_section {
	background-image: url(../img/service/housing/bg_housing-sale.jpg);
}
.page_housing #housing_consultation .bg_section {
	background-image: url(../img/service/housing/bg_housing-consultation.jpg);
}
.page_housing #housing_services .bg_section {
	background-image: url(../img/service/housing/bg_housing-services.jpg);
}
.page_housing .tit_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.page_housing .tit_wrap .tit_housing {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 400;
}
.page_housing .tit_wrap .btn {
	padding: 10px 35px;
	margin-top: 0;
}
.page_housing .housing_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	margin-top: 40px;
}
.housing_item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 13px;
	padding: 0 10px;
	min-height: 152px;
	max-width: 208px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background-color: #F2F2EF;
}
.housing_item img {
	max-width: 72px;
	width: 100%;
}
.housing_item span {
	font-size: 20px;
	line-height: 1.2;
}
/* page_service - housing - search */
.page_housing .tit_housing {
	margin-bottom: 90px;
	font-weight: 400;
}
.page_housing .tit_housing .tit_jp_main {
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 1;
}
.page_housing .housing_case .housing_pack {
	display: flex;
	align-items: start;
	gap: 33px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #999994;
}
.page_housing .housing_case .housing_pack .txt_wrap {
	width: 100%;
}
.page_housing .housing_case .housing_pack .txt_wrap img {
	margin-bottom: 15px;
}
.page_housing .housing_case .housing_pack .txt_wrap p {
	margin-bottom: 10px;
}
.page_housing .housing_case .housing_pack .txt_wrap .btn {
	padding: 12px 35px;
	max-width: 286px;
	float: none;
}
.page_housing .housing_case .housing_pack .features .tit_features {
	padding: 0 10px;
	margin: 25px 0 15px;
	font-size: 16px;
	font-weight: 400;
	background-color: #FBEFBF;
}
.page_housing .housing_case .housing_pack .features .list_features .tit_topic {
	padding-left: 20px;
	font-size: 16px;
	font-weight: 500;
}
.page_housing .housing_case .housing_pack .features .list_features .tit_topic::before {
	top: 9px;
	height: 15px;
	width: 15px;
}
/* page_service - support */
.page_service .section .container {
	max-width: 800px;
}
.page_support #service .case_style03{
	margin-top: 65px;
}
.page_service .pack02 .img_wrap img{
	width: 124px
}
.page_support .case_style03 .pack .logo_wrap .logo03{
	width: 140px;
}
.page_service .pack02 .tit_pack{
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 16px;
}
.page_service #business_case02{
	border-top: 1px solid #999994;
	padding-top: 80px;
	margin-top: 80px;
}
.page_service .case_style03 .pack{
	padding: 80px 0;
}
.page_service .case_style03 .pack:first-of-type{
	border: 0;
}
.page_service .case_style03 .pack02{
	border-top: 0;
	flex-direction: row;
	padding-top: 0;
}
.page_service #business_case02 .pack{
	padding: 20px 0;
}
.page_service #business_case02 .tit_topic{
	margin-bottom: 30px;
}
.page_support .case_style03 .pack:first-of-type p,
.page_support .case_style03 .pack:last-of-type p{
	word-break: normal;
}
.case_style03 .pack02 .item:first-of-type .logo_wrap img{
	margin: 0;
}
/* page_service - worries */
.page_worries .housing_case .housing_pack .logo{
	width: 93px;
}
/* page_service - fc_shop */
.page_fc_shop section .container{
	max-width: 800px;
}
.page_fc_shop .case_style02 .pack{
	flex-wrap: wrap;
	gap: 16px;
}
.page_fc_shop .case_style02 .store_wrap{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}
.page_fc_shop .case_style02 .store_wrap img{
	width: 104px;
}
.page_fc_shop .case_style02 .store_wrap .tit_store{
	font-size: 25px;
	font-weight: normal;
}
.page_fc_shop .case_style02 .pack .img_wrap{
	max-width: 304px;
}
.page_fc_shop .case_style02 .pack .txt_wrap {
    width: calc(100% - 320px);
}
.page_fc_shop .tb_style01 th{
	width: 152px;
	vertical-align: top;
}
.page_fc_shop .tb_style01 th,
.page_fc_shop .tb_style01 td{
	padding: 10px 12px;
	border-color: #fff;
}
.page_fc_shop .tb_style01 .tel_link{
	color: #333;
	pointer-events: none;
}
.page_fc_shop .case_style02 .pack .tb_style01 .btn{
	padding: 5px 25px;
	max-width: 192px;
	margin-top: 10px;
}
.page_business #service p{
	word-break: auto-phrase;
}
.page_business #business_case02{
    border-top: 1px dashed #999994;
}

/* page_contact
---------------------------------------------------------- */
.page_contact .contact_sec .container{
	max-width: 1000px;
}
.page_contact .contact_sec .txt_intro{
	font-size: 16px;
	margin-bottom: 80px;
}
.page_contact .contact_wrap{
	padding: 150px 150px;
	margin-bottom: 80px;
	background: #FDF9E5;
}
.page_contact .contact_wrap .case .tit_contact{
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 35px;
	font-weight: 400;
}
.page_contact .contact_wrap .case{
	margin-bottom: 100px;
}
.page_contact .contact_wrap .case:last-of-type{
	margin-bottom: 0;
}
.tb_contact{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.tb_contact tr th{
	width: 215px;
	text-align: left;
	padding: 12px 0 12px 20px;
	vertical-align: top;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	border: 0;
}
.tb_contact tr th span {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    width: 170px;
    box-sizing: border-box;
}
.tb_contact tr th.req span::before{
	content: "必須";
	position: absolute;
	background: #D7780F;
	color: #fff;
	top: 7px;
	right: 0;
	font-size: 12px;
	width: 36px;
	text-align: center;
	box-sizing: border-box;
	line-height: 18px;
}
.tb_contact.tb_contact_full tr th.req span{
	width: auto;
}
.tb_contact tr th::before{
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #B4B4B4;
}
.tb_contact.tb_contact_full th::before{
	top: 8px;
}
.tb_contact tr td{
	padding: 12px 0;
	width: calc(100% - 165px);
	border: 0;
}
.tb_contact input[type=text],
.tb_contact input[type=email],
.tb_contact input[type=tel],
.tb_contact textarea,
.tb_contact select{
	border: 1px solid #B4B4B4;
	background: #fff;
	border-radius: 0;
	width: 100%;
	padding: 11px 10px;
	box-sizing: border-box;
	display: block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.tb_contact select{
	max-width: 400px;
}
.tb_contact textarea{
	min-height: 250px;
	font-family: "Noto Sans JP", sans-serif;
}
.tb_contact input[type=text]::placeholder,
.tb_contact input[type=email]::placeholder,
.tb_contact input[type=tel]::placeholder{
	color:#B4B4B4;
}
.tb_contact.tb_contact_full tr{
	display: block;
	padding-top: 25px;
}
.tb_contact.tb_contact_full th,
.tb_contact.tb_contact_full td{
	width: 100%;
	display: block;
	padding: 0;
}
.tb_contact.tb_contact_full th{
	padding-left: 20px;
	padding-bottom: 10px;
}
.tb_contact .address_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.tb_contact .address_wrap .txt_add01{
	max-width: 160px;
}
.tb_contact .txt_emp{
	font-size: 16px;
	margin-bottom: 20px;
}
.tb_contact .radio_list li{
	margin-bottom: 10px;
}
.tb_contact .radio_list li:last-child{
	margin-bottom: 0;
}
.page_contact .contact_wrap .case02{
	border-top: 1px solid #ddd;
	padding-top: 35px;
}
.page_contact .contact_wrap .case02 .txt_center{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.page_contact .txt_link{
	color: #D7780F;
	text-decoration: underline;
}
.page_contact .txt_link:hover{
	text-decoration: none;
}
.page_contact .txt_privacy{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.page_contact .btn_submit{
	max-width: 375px;
	color: #fff;
	border: 1px solid #33332A;
	background: #33332A;
	transition: all ease .3s;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin: 20px auto 0;
	cursor: pointer;
}
.page_contact .btn_submit:hover{
	background: #fff;
	color: #33332A;
}
.wpcf7-list-item {
	display: block !important;
	margin-bottom: 10px !important;
}

/* page_news
---------------------------------------------------------- */
.page_news .page_mainvisual{
	margin-bottom: 0;
}
.page_news .news_wrap .inner{
	max-width: 800px;
}
.page_news .news_list li{
	padding: 20px 0;
}
.page_news .news_list li a{
	overflow: hidden;
	display: block;
	color: #333;
	transition: all ease .3s;
	position: relative;
}
.page_news .news_list li a .img_wrap{
	width: 230px;
	margin-right: 30px;
	float: left;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	-webkit-transition: border-color 0.8s cubic-bezier(0.16,1,0.3,1);
	transition: border-color 0.8s cubic-bezier(0.16,1,0.3,1);
	overflow: hidden;
}
.page_news .news_list li a .img_wrap img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16,1,0.3,1);
    transition: -webkit-transform 0.8s cubic-bezier(0.16,1,0.3,1);
    transition: transform 0.8s cubic-bezier(0.16,1,0.3,1);
    transition: transform 0.8s cubic-bezier(0.16,1,0.3,1), -webkit-transform 0.8s cubic-bezier(0.16,1,0.3,1);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.page_news .news_list li a:hover .img_wrap img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.page_news .news_list li a .info_wrap{
	overflow: hidden;
}
.page_news .news_list li a .tit_wrap{
	overflow: hidden;
	display: block;
	margin-top: 20px;
}
.page_news .news_list li a .tit_wrap .cat{
	width: 106px;
	background: #FBEFBF;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
	float: left;
	margin-right: 25px;
}
.page_news .news_list li a .tit_wrap .news_title{
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	padding-right: 55px;
	position: relative;
}
.page_news .news_list li a .tit_wrap .news_title span{
	display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#333)) 100% 100% / 0 2px no-repeat;
    background: linear-gradient(#fff), (#333) 100% 100% / 0 2px no-repeat;
    -webkit-transition: background-size 0.6s cubic-bezier(0.25,1,0.5,1) 0s;
    transition: background-size 0.6s cubic-bezier(0.25,1,0.5,1) 0s;
	will-change: background-size;
}
.page_news .news_list li a:hover .tit_wrap .news_title span{
	background-position: 0 100%;
    background-size: 100% 2px;
}
.page_news .news_list li a .arrow-icon_wrap{
	position: absolute;
	right: 0;
	top: 55px;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.page_news .news_list li a .arrow-icon_wrap .arrow-icon{
	width: 28px;
	height: 28px;
	background: url(../img/news/ico_arrow.png) no-repeat center;
	background-size: 13px;
	position: relative;
}
.page_news .news_list li a .arrow-icon_wrap .arrow-icon::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/news/ico_arrow.png) no-repeat left -100px center / 12px;
	background-color: #FBEFBF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_news .news_list li a:hover .arrow-icon_wrap .arrow-icon::before{
    background-position: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* contact_section
---------------------------------------------------------- */
.contact_section {
	padding: 80px 0;
	background: url(../img/common/bg_contact.png) no-repeat top center / cover;
	background-color: #FDF9E5;
}
.contact_section .container {
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: 800px;
}
.contact_section .container .txt_contact {
	width: 100%;
}
.contact_section .container .txt_contact .tit_contact {
	margin-bottom: 50px;
	font-weight: normal;
}
.contact_section .container .txt_contact .tit_contact .tit_en {
	display: block;
	margin-bottom: 20px;
	font-size: 58px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1;
}
.contact_section .container .txt_contact .tit_contact .tit_jp {
	font-size: 16px;
}
.contact_section .container .btn {
	max-width: 290px;
}
.contact_section .container .btn .btn_text {
	display: inline-block;
	padding-left: 35px;
	background: url(../img/common/ico_inquiry.png) no-repeat left center / 25px;
}

/* cta_style01
---------------------------------------------------------- */
.cta_style01{
	background: #F7F7F6;
	position: relative;
	margin: 40px 0 120px;
}
.cta_style01::before{
	content: "";
	position: absolute;
	width: 50%;
	right: 0;
	height: 100%;
	background: url(../img/common/bg_contact02.jpg) no-repeat center;
	background-size: cover;
}
.cta_style01::after{
	content: "";
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 100%;
	background-image: linear-gradient(to right,
	rgba(247,247,246,1) 0%,
	rgba(247,247,246,0.5) 50%,
	rgba(247,247,246,0.3) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cta_style01 .container{
	max-width: 800px;
}
.cta_style01 .container .btn_wrap{
	width: 50%;
	padding: 64px 0;
}
.cta_style01 .container .btn_wrap .btn{
	float: none;
	margin: 0;
	max-width: 294px;
	font-size: 16px;
	padding: 16px 35px;
}

/* page_maintenance
---------------------------------------------------------- */
.page_maintenance header,
.page_maintenance footer .container {
	display: none;
}
.page_maintenance main .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.page_maintenance .logo {
	margin: 0 auto 30px;
	max-width: 130px;
}
/* news_inner
---------------------------------------------------------- */
#news_inner .cat{
	width: 106px;
	background: #FBEFBF;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
	display: inline-block;
	margin-left: 20px;
}
#news_inner .container{
	max-width: 800px;
}
#news_inner .info_wrap{
	overflow: hidden;
	display: block;
	margin-bottom: 40px;
}
#news_inner .tit_sec{
	font-size: 30px;
	padding-left: 0;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
	font-weight: 600;
}
#news_inner .tit_sec::before{
	display: none;
}
#news_inner .post-content p{
	margin-bottom: 20px;
}
#news_inner .post-content img{
	margin: 20px 0;
	display: block;
}
#news_inner .wp-pagenavi{
	justify-content: flex-start;
}
#news_inner .bktocat{
	margin: 20px auto 0;
	width: 255px;
	background: #33332A;
	color: #fff;
	text-align: center;
	padding: 14px 10px !important;
	border-radius: 30px;
	text-decoration: none;
}
#news_inner .bktocat .arrow{
	right: unset;
	left: 20px;
	padding: 0 !important;
	background-image: url(../img/common/ico_left.png);
}
#news_inner .bktocat .arrow::before{
	background-image: url(../img/common/ico_left_hov.png);
}
#news_inner iframe{
	width: 100%;
	height: 450px;
	margin: 20px 0;
}
#news_inner a{
	color: #33332A;
	text-decoration: underline;
}
#news_inner a:hover{
	text-decoration: none;
}

@media (max-width: 1280px) {
	/* common
	---------------------------------------------------------- */
	.pc_break {
		display: none;
	}
	.sp_break {
		display: block;
	}
}

@media screen and ( max-width : 1080px ) {
	/* page_news */
	.page_news .news_section .inner{
		width: 100%;
	}
	.page_news .news_list li a .img_wrap{
		width: 180px;
		margin-right: 20px;
	}
}

@media screen and ( max-width : 980px ) {
	/* page_history */
	.page_history .history_menu{
		padding: 20px;
	}
	/* page_news */
	.page_news .news_list li a .tit_wrap .news_title{
		overflow: visible;
	}
	.page_news .news_list li a .tit_wrap .cat{
		margin-right: 15px;
	}
}

@media screen and ( max-width : 880px ) {
	/* page_media
	---------------------------------------------------------- */
	.page_media .case .pack .pack_content .txt_wrap .date_cat {
		float: none;
	}
	.page_media .case .pack .pack_content .txt_wrap .media_txt_content {
		margin-top: 20px;
	}

	/* page_purpose
	---------------------------------------------------------- */
	/* page_purpose - credo */
	.page_credo .container_sbar main {
		padding: 30px 0;
	}
	.page_credo .container_sbar main section .company_content {
		padding: 60px 0;
	}
	.page_credo .container_sbar main section .company_content .credo_wrap {
		flex-direction: column;
		gap: 30px;
	}
	.page_credo .container_sbar main section .company_content .credo_wrap .credo_item {
		max-width: none;
		width: 100%;
	}

	/* page_service
	---------------------------------------------------------- */
	.mv_service {
		width: 45vw;
	}
}
@media screen and ( max-width : 768px ) {
	/* common
	---------------------------------------------------------- */
	.tit_section {
		margin-bottom: 60px;
	}
	.tit_section .tit_jp_main {
		margin-bottom: 5px;
		font-size: 280%;
	}
	.tit_section .tit_jp {
		font-size: 110%;
	}

	/* sidebar */
	.container_sbar .sbar{
		width: 100%;
		padding: 30px 0 0;
		border: 0;
	}
	.container_sbar main{
		width: 100%;
		padding: 30px 0;
	}
	.container_sbar .sbar ul li a{
		margin: 15px 0;
	}
	.container_sbar .sbar ul{
		display: none;
	}
	.container_sbar .sbar.active ul{
		display: block;
	}
	.container_sbar .sbar .sbar_menu{
		text-transform: uppercase;
		padding-bottom: 10px;
		position: relative;
		display: inline-flex;
		align-items: center;
		cursor: pointer;
		font-weight: bold;
		font-size: 16px;
		gap: 8px;
		width: calc(100% - 30px);
		box-sizing: border-box;
	}
	/* Icon container */
	.container_sbar .sbar .sbar_menu::after,
	.container_sbar .sbar .sbar_menu::before {
		content: '';
		position: absolute;
		background-color: #333;
		transition: 0.3s ease;
	}
	/* Horizontal line (−) */
	.container_sbar .sbar .sbar_menu::before {
		width: 12px;
		height: 2px;
		right: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
	/* Vertical line (|) – part of the plus */
	.container_sbar .sbar .sbar_menu::after {
		height: 12px;
		width: 2px;
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
	}
	/* Show minus icon (hide vertical bar) when active */
	.container_sbar .sbar .sbar_menu.active::after {
		opacity: 0;
	}
	.container_sbar{
		flex-wrap: wrap;
	}
	.page_housing .container_sbar .sbar.active ul {
		display: block;
	}

	/* breadcrumbs
	---------------------------------------------------------- */
	.breadcrumbs {
		margin: 95px 0 20px;
		font-size: 90%;
	}
	.breadcrumbs span {
		font-size: 90%;
	}

	/* page_inner mv
	---------------------------------------------------------- */
	.page_mainvisual{
		padding: 20px 0 40px;
		margin-bottom: 40px;
	}
	.page_mainvisual  .tit_mv .jp_txt{
		font-size: 300%;
	}
	.page_mainvisual  .tit_mv .en_txt{
		font-size: 110%;
	}

	/* page_company
	---------------------------------------------------------- */
	.page_company #intro{
		padding-top: 60px;
	}
	.page_company #intro .case .pack{
		gap: 20px;
	}
	.page_company #intro .case .pack .logo_wrap{
		padding-left: 20px;
	}
	.page_company #intro .case .btn_wrap .btn{
		max-width: 200px;
		margin-bottom: 10px;
	}
	.page_company #intro .case .pack p{
		font-size: 110%;
	}
	.page_company #intro .first_txt{
		margin-bottom: 40px;
	}
	.page_company .company_tab_menu{
		padding: 40px 0;
	}
	.page_company .company_tab_menu ul li a{
		font-size: 110%;
	}
	.page_company #companies .case{
		padding: 40px 0;
		gap: 20px;
	}
	.page_company #companies .case .logo_wrap{
		width: 180px;
		height: 120px;
	}
	.page_company #companies .case .pack{
		width: calc(100% - 200px);
	}
	.page_company #companies .pack .tit_company{
		font-size: 110%;
		margin-bottom: 10px;
	}
	.page_company #companies .company_set{
		margin-bottom: 40px;
	}
	.page_company #intro .case .pack .logo_wrap .sub_txt{
		left: 20px;
	}
	.page_company .company_tab_menu ul{
		flex-wrap: wrap;
		gap: 2%;
	}
	.page_company .company_tab_menu ul li{
		width: 49%;
	}
	.page_company .tb_company .btn_external{
		padding-right: 30px;
	}
	.page_company .tb_company .btn_external .arrow{
		right: 0;
		margin: 0;
	}
	.container_sbar .sbar.active ul{
		display: flex;
	}
	.container_sbar .sbar ul{
		flex-wrap: wrap;
		gap: 2%;
		align-items: center;
	}
	.container_sbar .sbar ul li{
		width: 48%;
	}
	.container_sbar .sbar ul li a{
		margin: 5px 0;
	}

	/* page_company - mic */
	.page_mic #mic .tb_style01 td {
		padding: 30px 0 30px 25px;
	}

	/* page_mlp page_mic_international page_freedom */
	.page_mlp #mlp-sec .case img.logo_mlp{
		margin-bottom: 20px;
		max-width: 172px;
	}
	.page_mlp #mlp-sec .case:first-of-type,
	.page_mic_international #mic_int_sec .case:first-of-type,
	.page_freedom #freedom_sec .case:first-of-type{
		margin-bottom: 40px;
	}
	.page_mlp #mlp-sec .case:first-of-type p, .page_mic_international #mic_int_sec .case:first-of-type p, .page_freedom #freedom_sec .case:first-of-type p{
		text-align: justify;
	}
	.page_mlp .tit_sec{
		font-size: 120%;
	}
	.page_mlp #mlp-sec .case:first-of-type p,
	.page_mic_international #mic_int_sec .case:first-of-type p,
	.page_freedom #freedom_sec .case:first-of-type p{
		font-size: 105%;
	}
	.page_mic_international #mic_int_sec .case img.logo_company,
	.page_freedom #freedom_sec .case img.logo_company{
		margin-bottom: 20px;
	}
	.page_mic_international #mic_int_sec .case img.logo_company{
		max-width: 264px;
	}
	.page_freedom #freedom_sec .case img.logo_company{
		max-width: 224px;
	}

	/* page_company - shop */
	.page_shop #shop_intro{
		padding: 40px 0;
	}
	.page_shop .shop_tab_menu{
		padding: 40px 0 30px;
	}
	.page_shop .shop_tab_menu ul li{
		margin-bottom: 10px;
		width: 50%;
	}
	.page_shop .shop_tab_menu ul li a{
		font-size: 110%;
	}
	.page_shop .shop_tab_menu ul li a .arrow {
		width: 20px;
		height: 20px;
		background-size: 6px;
		margin-left: 12px;
	}
	.shop_list .case{
		width: 49%;
		margin: 0 2% 20px 0;
	}
	.shop_list .case:nth-child(even){
		margin-right: 0;
	}
	.shop_list .case:nth-child(3n){
		margin-right: 2%;
	}
	.shop_list .shop_name_wrap img{
		width: 84px;
	}
	.shop_list .shop_name_wrap .tit_shop{
		font-size: 120%;
	}
	.shop_list .shop_name_wrap{
		margin: 10px 0 5px;
	}
	.shop_list .sched_wrap{
		line-height: 1.3;
		padding-left: 24px;
		background-size: 14px;
	}
	.shop_list .tel_link{
		font-size: 110%;
		background-size: 14px;
		padding-left: 24px;
	}
	.page_shop #content .tit_sec{
		margin-bottom: 30px;
	}
	.page_shop #content section{
		padding: 15px 0;
	}
	.shop_list .shop_address{
		font-size: 105%;
		margin-bottom: 10px;
	}
	.shop_list .case .btn{
		margin-top: 12px;
		font-size: 85%;
		padding: 10px 15px;
	}
	.shop_list .case .btn .arrow{
		right: 10px;
		height: 25px;
		width: 25px;
		background-size: 10px;
	}
	.shop_list .case .btn .arrow::before{
		background-size: 10px;
	}
	.cta_style01 .container .btn_wrap .btn{
		font-size: 110%;
		padding: 10px 20px;
	}
	.cta_style01{
		margin: 20px 0 50px;
	}


	/* page_history */
	.page_history .history_menu{
		margin-bottom: 20px;
	}
	.page_history .history_menu ul li a{
		font-size: 100%;
		padding-right: 20px;
		background-size: 16px;
	}
	.page_history .history_wrap .case .pack{
		padding: 20px 0;
	}
	.page_history .history_wrap .case .pack dl dt{
		width: 120px;
		padding: 0 25px 0 10px;
	}
	.page_company.page_history .container_sbar main .tit_company{
		margin-bottom: 20px;
	}
	.page_history .video_wrap{
		margin-bottom: 30px;
	}

	/* page_media
	---------------------------------------------------------- */
	.page_media .tit_media {
		padding-left: 35px;
		margin-bottom: 15px;
		font-size: 150%;
	}
	.page_media .tit_media::before {
		top: 9px;
		width: 23px;
		height: 23px;
		background-size: 12px;
	}
	.page_media .tit_media02 {
		margin-bottom: 15px;
		font-size: 110%;
	}
	.page_media .case .pack {
		margin-bottom: 70px;
	}
	.page_media .case .pack .link_media {
		margin-bottom: 30px;
	}
	.page_media .case .pack .pack_content {
		flex-direction: column;
		gap: 30px;
	}
	.page_media .case .pack:first-child .pack_content {
		align-items: start;
		gap: 0;
	}
	.page_media .case .pack .btn {
		margin-top: 25px;
		margin: 15px auto 0;
	}
	.page_media .case .pack .pack_content .img_wrap {
		max-width: none;
		width: 100%;
	}
	.page_media .case .pack .pack_content .img_wrap img {
		width: 100%;
	}
	.page_media .case .pack .pack_content .txt_wrap {
		width: 100%;
	}
	.page_media .case .pack .pack_content .txt_wrap .date_cat {
		display: flex;
		align-items: baseline;
		gap: 10px;
		margin-right: 0;
		width: auto;
	}
	.page_media .case .pack .pack_content .txt_wrap .date {
		margin-bottom: 0;
		font-size: 100%;
	}
	.page_media .case .pack .pack_content .txt_wrap .cat {
		max-width: 120px;
		font-size: 80%;
	}
	.page_media .case .pack .pack_content .txt_wrap .media_txt_content {
		margin-top: 15px;
	}
	.page_media .case .pack .pack_content .txt_wrap .media_txt_content .tit_media_content {
		padding-right: 30px;
		margin-bottom: 5px;
		font-size: 110%;
		background-size: 28px;
	}

	/* page_policy
	---------------------------------------------------------- */
	.page_policy .privacy_sec .case{
		margin-bottom: 25px;
	}
	.page_policy .privacy_sec .tit_privacy{
		font-size: 110%;
	}
	.page_policy .txt_emp{
		font-size: 110%;
		margin-bottom: 25px;
	}
	.page_policy .privacy_sec .case p{
		margin-bottom: 15px;
	}

	/* page_purpose
	---------------------------------------------------------- */
	.page_purpose #content{
		position: relative;
	}
	.page_purpose .container_sbar .sbar{
		width: 90%;
		position: absolute;
		top: 0;
		margin: 0 5%;
		z-index: 99;
		left: 0;
        right: 0;
		background: #fff;
	}
	.page_purpose .bg-img{
		clip-path: polygon(15% 25%, 85% 25%, 85% 75%, 15% 75%);
	}
	.page_purpose .text-container{
		    padding: 30vh 3%;
	}
	.page_purpose #intro-img-slider .content-txt{
		font-size: 110%!important;
		line-height: 1.8;
	}
	.page_purpose #emp_text{
		margin: 0;
		padding: 100px 0 150px;
	}
	.page_purpose #emp_text .tit_emp_purpose{
		font-size: 8vw;
	}
	.page_purpose .tit_sub02{
		font-size: 200%;
	}
	.page_purpose .purpose_section .case p{
		font-size: 105%;
		margin-bottom: 20px;
	}
	.page_purpose .purpose_section .case{
		margin-bottom: 60px;
	}
	.page_purpose .purpose_section #purpose{
		padding-bottom: 30px;
	}
	.page_purpose .purpose_section #mission .mission_txt{
		font-size: 5vw;
		margin-top: 50px;
	}
	.page_purpose .container_sbar .sbar {
        width: 90%;
        position: absolute;
        top: 0;
        margin: 0 5%;
        z-index: 99;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0 0 10px;
    }
	.tit_sec02 .en_txt{
		font-size: 120%;
	}
	.tit_sec02 .jp_txt{
		font-size: 100%;
		margin-left: 10px;
	}
	.list_box_style01{
		gap:12px;
	}
	.list_box_style01 li{
		padding: 20px;
		width: calc(50% - 6px);
	}
	.list_box_style01 li span{
		font-size: 110%;
	}
	.page_purpose .purpose_section .list_box_style01{
		margin-top: 25px;
	}
	.page_purpose .purpose_section #miharu{
		margin-top: 40px;
	}
	.page_company .container_sbar .sbar {
		position: relative !important;
	}

	/* page_purpose - credo */
	.page_credo .container_sbar {
		width: 100%;
        box-sizing: border-box;
	}
	.page_credo .container_sbar main {
		padding: 30px 0;
	}
	.page_credo .container_sbar main section .inner {
		width: 90%;
	}
	.page_credo .container_sbar main section .company_content {
		padding: 40px 0;
	}
	.page_credo .container_sbar main section .company_content .credo_wrap .credo_item .credo_inner {
		padding: 15px 30px 40px;
	}
	.page_credo .credo_wrap .credo_item .tit_credo {
		margin-bottom: 10px;
	}
	.page_credo .credo_wrap .credo_item .tit_credo .num {
		margin-right: 30px;
		font-size: 200%;
	}
	.page_credo .credo_wrap .credo_item .tit_credo .tit {
		font-size: 110%;
	}
	.page_credo .container_sbar main section .company_content::before {
		width: 100vw;
	}
	/* page_purpose - promise */
	.page_promise .promise_section .case{
		margin-left: 10px;
		padding: 40px 30px 80px;
		width: 100%;
		margin-bottom: 20px;
	}
	.page_promise .promise_section .case .num_wrap{
		height: 78px;
		width: 78px;
	}
	.page_promise .promise_section .case .num_wrap .p_num{
		font-size: 170%;
	}
	.page_promise .promise_section .case .pack{
		padding-left: 20px;
	}
	.page_promise .promise_section .case .tit_promise{
		font-size: 110%;
		margin-bottom: 8px;
	}
	.page_promise .promise_section .case .num_wrap .p_num{
		font-size: 150%;
	}
	.page_promise .promise_section #promise01::before{
		/* width: 90px;
		height: 38px; */
		right: 10px;
	}
	.page_promise .promise_section #promise02::before{
		/* width: 42px;
		height: 50px; */
		right: 20px;
	}
	.page_promise .promise_section #promise03::before{
		/* width: 44px;
		height: 60px; */
		right: 18px;
		bottom: -7px;
	}
	.page_promise .promise_section #promise04::before{
		/* width: 70px;
		height: 54px; */
		right: 22px;
		bottom: -9px;
	}
	.page_promise .promise_section #promise05::before{
		/* width: 55px;
        height: 46px; */
        right: 20px;
        bottom: -6px;
	}
	.page_promise .promise_section #promise06::before{
		/* width: 46px;
		height: 40px; */
		right: 15px;
		bottom: 0px;
	}
	.page_promise .promise_section #promise07::before{
		/* width: 54px;
		height: 48px; */
		right: 28px;
		bottom: 8px;
	}
	.page_promise .promise_section #promise08::before{
		/* width: 58px;
		height: 62px; */
		right: 20px;
		bottom: -12px;
	}
	.page_promise .promise_section #promise09::before{
		/* width: 58px;
		height: 58px; */
		right: 20px;
		bottom: 4px;
	}
	.page_promise .promise_section #promise10::before{
		/* width: 46px;
		height: 54px; */
		right: 16px;
		bottom: 4px;
	}
	.page_promise .promise_section #promise11::before{
		/* width: 46px;
        height: 64px; */
        right: 10px;
        bottom: -6px;
	}
	.page_promise .promise_section #promise12::before{
		/* width: 60px;
		height: 70px; */
		right: 16px;
		bottom: -10px;
	}
	.page_promise .promise_section #promise13::before{
		/* width: 60px;
		height: 60px; */
		right: 20px;
		bottom: 4px;
	}
	.page_promise .promise_section #promise14::before{
		/* width: 78px;
		height: 38px; */
		right: 20px;
		bottom: 4px;
	}
	.page_promise .promise_section #promise15::before{
		/* width: 144px;
		height: 40px; */
		right: 14px;
		bottom: 0;
	}
	.page_promise .promise_section #promise16::before{
		/* width: 46px;
		height: 52px; */
		right: 28px;
		bottom: 10px;
	}
	.page_promise .promise_section #promise17::before{
		/* width: 60px;
		height: 42px; */
		right: 25px;
		bottom: 10px;
	}
	.page_promise .promise_section #promise18::before{
		/* width: 55px;
		height: 60px; */
		right: 20px;
		bottom: -10px;
	}
	.page_promise .promise_section #promise19::before{
		/* width: 50px;
		height: 42px; */
		right: 20px;
		bottom: -2px;
	}
	.page_promise .promise_section #promise20::before{
		/* width: 52px;
		height: 58px; */
		right: 30px;
		bottom: 6px;
	}
	.page_promise .promise_section #promise21::before{
		/* width: 68px;
		height: 50px; */
		right: 20px;
	}
	.page_promise .promise_section #promise22::before{
		/* width: 52px;
		height: 42px; */
		right: 30px;
		bottom: 10px;
	}
	.page_promise .promise_section #promise23::before{
		/* width: 52px;
		height: 52px; */
		right: 20px;
		bottom: 5px;
	}
	.page_promise .promise_section #promise24::before{
		/* width: 42px;
		height: 48px; */
		right: 26px;
		bottom: 7px;
	}
	.page_promise .promise_section .case .pack{
		word-break: normal;
	}

	/* page_service
	---------------------------------------------------------- */
	.page_service .page_mainvisual {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
	.page_service .bg_img::before {
		left: 0;
		bottom: unset;
		height: 250px;
		width: 100%;
	}
	.page_business .bg_img::after,
	.page_stay .bg_img::after,
	.page_restaurant .bg_img::after {
		left: 0;
		bottom: unset;
		height: 250px;
	}
	.page_service .bg_img .container {
		padding-top: 250px;
	}
	.page_service .bg_img .txt_wrap {
		width: 100%;
	}
	.mv_service {
		margin-top: 20px;
		position: relative;
		height: 300px;
		width: 100%;
		border-radius: 0;
	}
	#service .tit_service {
		font-size: 150%;
	}
	.page_service #business .case .pack {
		margin-bottom: 60px;
	}
	.page_service #business .case .pack .tit_business {
		margin-bottom: 40px;
	}
	.page_service #business .case .pack .tit_business .tit_jp_main {
		font-size: 200%;
	}
	.page_service #business .case .pack img {
		width: 100%;
	}
	.page_service #business .business_links .links_wrap {
		margin-bottom: 50px;
	}
	.page_service #business .business_links .links_wrap a {
		min-height: 350px;
	}
	.page_service #business .business_links .links_wrap a .tit_link {
		gap: 5px;
		margin-bottom: 15px;
	}
	.page_service #business .business_links .links_wrap a .tit_link::before {
		right: -35px;
		height: 20px;
		width: 20px;
	}
	.page_service #business .business_links .links_wrap a .tit_link .tit_jp {
		font-size: 140%;
	}
	.page_service #business .business_links .links_wrap a .tit_link .tit_en {
		font-size: 70%;
	}
	.page_service #business .business_links .links_wrap a .hidden_content {
		width: 90%;
	}
	.page_service #business .business_links .links_wrap a .hidden_content p {
		margin-bottom: 30px;
		font-size: 100%;
	}
	.page_service #business .business_links .links_wrap a .tags_wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: center;
	}
	.page_service #business .business_links .links_wrap a .hidden_content .tags_business {
		gap: 10px 7px;
        margin-bottom: 10px;
	}
	.page_service #business .business_links .links_wrap a .hidden_content .tags_business li {
		padding: 0 8px;
        min-width: 90px;
        font-size: 90%;
	}
	.page_service #business .business_links #life_support a .img_wrap {
		background-position: right -80px center;
	}

	/* page_service - international */
	.page_contribution .mv_service,
	.page_international .mv_service {
		background-position: bottom center;
	}
	.case_style02 .pack {
		gap: 50px;
		padding: 30px 0;
	}
	.case_style02 .pack .img_wrap {
		max-width: 150px;
	}
	.case_style02 .pack .img_wrap.img_grp {
		gap: 15px;
	}
	.case_style02 .pack .txt_wrap {
		width: 100%;
	}
	.case_style02 .pack .txt_wrap .tit_pack {
		margin-bottom: 5px;
		font-size: 115%;
	}
	.case_style02 .pack .txt_wrap img {
		margin-top: 5px;
	}
	.case_style02 .pack .txt_wrap .btn {
		margin-top: 15px;
		max-width: 240px;
	}
	.case_style03 .pack{
		gap: 20px;
	}
	.case_style03 .pack .img_wrap{
		max-width: 260px;
	}
	.case_style03 .pack .txt_wrap{
		width: calc(100% - 280px);
	}
	.case_style02 .pack .txt_wrap .btn{
		max-width: 210px;
	}
	.case_style03 .btn_right{
		position: relative;
		right: 0;
	}
	.case_style03 .pack02 .item{
		gap: 20px;
		margin-bottom: 20px;
	}
	.case_style03 .pack02 .item .logo_wrap{
		width: 160px;
	}
	.case_style03 .pack02 .item .text_wrap{
		width: calc(100% - 200px);
	}
	.case_style03 .pack .logo_wrap .logo_name{
		margin-top: 15px 0 5px;
		font-size: 105%;
	}

	/* page_service - support */
	.page_support #service .case_style03{
		margin-top: 30px;
	}

	/* page_service */
	.page_service .case_style03 .pack{
		padding: 30px 0;
	}

	/* page_service - housing */
	.housing_item {
		min-height: 120px;
		max-width: 130px;
	}
	.housing_item img {
		max-width: 50px;
	}
	.housing_item span {
		font-size: 120%;
	}
	.housing_item span.fs_sm {
		font-size: 82%;
	}
	.page_housing section:nth-child(n+2) .container {
		padding: 60px 0 90px;
	}
	.page_housing section .bg_section {
		height: 300px;
	}
	.page_housing .tit_wrap .tit_housing {
		font-size: 260%;
	}
	.page_housing .housing_case .housing_pack {
		gap: 25px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.page_housing .housing_case .housing_pack .txt_wrap .btn {
		padding: 10px 25px;
		max-width: 250px;
	}
	.page_housing #housing_search .bg_section,
	.page_housing #housing_sale .bg_section{
		background-position: left 20% center;
	}

	/* page_service - stay */
	.page_stay #wedding_list .case_style02 .pack:first-of-type .img_wrap,
	.page_stay #study_list .case_style02 .pack:first-of-type .img_wrap{
		max-width: 190px;
	}

	/* page_service - restaurant */
	.page_restaurant #confectionery_list .case_style02 .pack:nth-child(2) .img_wrap,
	.page_restaurant #restaurant_list .case_style02 .pack:nth-child(2) .img_wrap{
		max-width: 170px;
	}

	/* page_service - business */
	#service .tit_service{
		font-size: 130%;
	}
	.page_business #service{
		padding-top: 10px;
	}
	.page_business #service p {
		margin-bottom: 30px;
	}
	.page_business .page_mainvisual{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.case_style03 .pack .logo_wrap{
		margin: 10px 0 5px;
	}

	/* page_service - fc_shop */
	.page_fc_shop .case_style02 .pack{
		gap: 10px;
	}
	.page_fc_shop .case_style02 .pack .img_wrap{
		max-width: 224px;
	}
	.page_fc_shop .case_style02 .store_wrap .tit_store{
		font-size: 130%;
	}
	.page_fc_shop .case_style02 .store_wrap img{
		width: 94px;
	}
	.page_fc_shop .case_style02 .pack .txt_wrap{
		width: calc(100% - 234px);
	}
	.page_fc_shop .tb_style01 th{
		width: 110px;
	}
	.page_fc_shop .case_style02 .pack .tb_style01 .btn{
		margin: 10px 0 0;
	}

	/* page_news
	---------------------------------------------------------- */
	.page_news .container_sbar main{
		padding: 0 0 50px;
	}
	.page_news .news_list li:first-child{
		padding-top: 0;
	}
	.page_news .news_list li a .img_wrap{
		width: 140px;
	}
	.page_news .news_list li a .tit_wrap{
		margin-top: 8px;
	}
	.page_news .news_list li a .tit_wrap .news_title{
		font-size: 105%;
		padding-right: 35px;
	}


	/* page_contact
	---------------------------------------------------------- */
	.page_contact .contact_sec .txt_intro{
		font-size: 110%;
		margin-bottom: 40px;
	}
	.page_contact .contact_wrap{
		padding: 30px;
		margin-bottom: 40px;
	}
	.page_contact .contact_wrap .case .tit_contact{
		font-size: 140%;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.page_contact .contact_wrap .case{
		margin-bottom: 50px;
	}
	.tb_contact tr th{
		font-size: 110%;
		width: 150px;
	}
	.tb_contact tr th span {
		width: 120px;
	}
	.tb_contact tr th::before{
		content: "";
		position: absolute;
		left: 0;
		top: 20px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #B4B4B4;
	}
	.tb_contact.tb_contact_full th::before{
		top: 8px;
	}
	.tb_contact textarea{
		min-height: 150px;
	}
	.tb_contact.tb_contact_full tr{
		padding-top: 15px;
	}
	.tb_contact .txt_emp{
		font-size: 110%;
	}
	.page_contact .contact_wrap .case02{
		padding-top: 25px;
	}
	.page_contact .contact_wrap .case02 .txt_center{
		font-size: 110%;
	}
	.page_contact .btn_submit{
		max-width: 300px;
		font-size: 110%;
	}

	/* contact_section
	---------------------------------------------------------- */
	.contact_section {
		padding: 60px 0;
	}
	.contact_section .container .txt_contact .tit_contact {
		margin-bottom: 40px;
	}
	.contact_section .container .txt_contact .tit_contact .tit_en {
		font-size: 300%;
	}
	.contact_section .container .txt_contact .tit_contact .tit_jp {
		font-size: 100%;
	}
	.contact_section .container .btn {
		max-width: 240px;
	}
	.contact_section .container .btn .btn_text {
		padding-left: 30px;
		background-size: 20px;
	}
	.page_support #service p{
		text-align: justify;
	}

	.case_style02 .pack .txt_wrap img{
		margin: 40px auto;
	}
	.case_style03 .pack02 .item{
		flex-wrap: wrap;
	}
	.case_style03 .pack02 .item .logo_wrap,
	.case_style03 .pack02 .item .text_wrap{
		width: 100%;
	}
	.case_style03 .pack02 .item:first-of-type .logo_wrap img{
		margin: 0 auto;
	}

	.page_promise .promise_section #promise01::before{
		width: 160px;
		height: 66px;
	}

	.page_promise .promise_section #promise02::before{
		width: 68px;
		height: 78px;
	}

	.page_promise .promise_section #promise03::before{
		width: 64px;
		height: 80px;
	}

	.page_promise .promise_section #promise04::before{
		width: 90px;
		height: 70px;
	}

	.page_promise .promise_section #promise05::before{
		width: 94px;
        height: 84px;
	}

	.page_promise .promise_section #promise06::before{
		bottom: 8px;
		width: 80px;
		height: 74px;
	}

	.page_promise .promise_section #promise07::before{
		width: 84px;
        height: 70px;
		bottom: 8px;
	}

	.page_promise .promise_section #promise08::before{
		width: 84px;
        height: 75px;
	}

	.page_promise .promise_section #promise09::before{
		width: 90px;
	}

	.page_promise .promise_section #promise10::before{
		width: 72px;
		height: 78px;
		bottom: 2px;
	}

	.page_promise .promise_section #promise11::before{
		right: 20px;
		width: 70px;
		height: 100px;
		bottom: -16px;
	}

	.page_promise .promise_section #promise12::before{
		width: 86px;
		height: 86px;
		right: 16px;
	}

	.page_promise .promise_section #promise13::before{
		width: 96px;
		height: 80px;
		bottom: 0;
	}

	.page_promise .promise_section #promise14::before{
		width: 120px;
		height: 55px;
	}

	.page_promise .promise_section #promise15::before{
		width: 210px;
        height: 58px;
	}

	.page_promise .promise_section #promise16::before{
		width: 64px;
		height: 66px;
	}

	.page_promise .promise_section #promise17::before{
		width: 98px;
		height: 60px;
	}

	.page_promise .promise_section #promise18::before{
		width: 78px;
		height: 78px;
	}

	.page_promise .promise_section #promise19::before{
		width: 96px;
		height: 75px;
	}

	.page_promise .promise_section #promise20::before{
		width: 78px;
		height: 86px;
		bottom: -8px;
	}

	.page_promise .promise_section #promise21::before{
		width: 104px;
		height: 80px;
	}

	.page_promise .promise_section #promise22::before{
		width: 86px;
		height: 70px;
	}

	.page_promise .promise_section #promise23::before{
		width: 90px;
		height: 80px;
	}

	.page_promise .promise_section #promise24::before{
		width: 68px;
		height: 68px;
	}

	.case_style03 .pack02 .item .logo_wrap img,
	.case_style03 .pack02 .item:first-of-type .logo_wrap img{
		margin: 30px auto;
	}

	.shop_list .case .btn{
		font-size: 90%;
		padding: 15px 20px;
		max-width: 250px;
	}
	.shop_list .tel_link{
		background-position: top 5px left;
	}
	.shop_list .sched_wrap{
		background-position: top 3px left;
	}

	.page_company .tb_company .btn_external{
		padding-right: 23px;
	}
	.page_company .tb_company .btn_external .arrow{
		background-size: 12px;
	}
	.page_company .tb_company tr:last-of-type td{
		padding: 3px 0 3px 15px;
		font-size: 90%;
	}

	.page_purpose #policy .tit_sub02 span{
		font-size: 50%;
	}


	#news_inner .tit_sec{
		font-size: 140%;
		padding-bottom: 15px;
	}
	#news_inner .post-content p{
		margin-bottom: 12px;
	}
	#news_inner .post-content img{
		margin: 12px 0;
	}
	#news_inner .bktocat{
		margin: 10px auto 0;
		width: 220px;
		padding: 12px 10px !important;
	}
	#news_inner .bktocat .arrow{
		left: 12px;
	}
	#news_inner iframe{
		height: 350px;
	}

	.page_fc_shop .tb_style01 .tel_link {
		pointer-events: all;
	}
	.page_fc_shop .tb_style01 tr:nth-child(4) td a{
		color: #333;
		pointer-events: none;
	}
}
@media screen and ( max-width : 640px ) {
	/* common
	---------------------------------------------------------- */
	.tit_section {
		margin-bottom: 40px;
	}
	.tit_section .tit_jp_main {
		font-size: 230%;
	}
	.tit_section .tit_jp {
		font-size: 105%;
	}

	/* sidebar */


	/* page_inner mv
	---------------------------------------------------------- */
	.page_mainvisual{
		padding: 10px 0 30px;
		margin-bottom: 30px;
	}
	.page_mainvisual  .tit_mv {
		text-align: center;
	}
	.page_mainvisual  .tit_mv .jp_txt{
		font-size: 250%;
		line-height: 1.4;
	}
	.page_mainvisual  .tit_mv .en_txt{
		font-size: 100%;
	}

	/* page_company
	---------------------------------------------------------- */
	.page_company .container_sbar main .tit_company{
		margin-bottom: 20px;
	}
	.page_company #intro .case .pack{
		float: none;
	}
	.page_company #intro .case .btn_wrap{
		float: none;
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		justify-content: center;
		align-items: center;
		margin-top: 35px;
	}
	.page_company #intro .case .btn_wrap .btn{
		margin: 0;
	}
	.page_company #intro .first_txt{
		margin-bottom: 20px;
	}
	.page_company .company_tab_menu ul li a{
		font-size: 90%;
	}
	.page_company .company_tab_menu ul li a .arrow{
		width: 20px;
		height: 20px;
		background-size: 7px;
		margin-left: 10px;
	}
	.page_company #companies .case{
		flex-wrap: wrap;
	}
	.page_company #companies .case .logo_wrap{
		margin: 0 auto;
	}
	.page_company #companies .case .pack{
		width: 100%;
	}
	.page_company .tb_company tr th{
		width: 118px;
	}
	.page_company #intro .case .pack p{
		font-size: 100%;
	}
	.page_company #intro{
		padding-top: 40px;
	}
	/* page_company - mic */
	.page_mic #mic .tb_style01 td {
		padding: 20px 0 20px 15px;
	}
	.page_mic #mic .tb_style01 .txt_grp p{
		margin-right: 0;
	}

	/* page_media
	---------------------------------------------------------- */
	.page_media .tit_media {
		padding-left: 30px;
		margin-bottom: 10px;
		font-size: 130%;
	}
	.page_media .tit_media::before {
		width: 20px;
		height: 20px;
		background-size: 10px;
	}
	.page_media .tit_media02 {
		font-size: 105%;
	}
	.page_media .case .pack {
		margin-bottom: 50px;
	}
	.page_media .case .pack .link_media {
		margin-bottom: 20px;
	}
	.page_media .case .pack .link_media.no_link {
		margin-bottom: 40px;
	}
	.page_media .case .pack .pack_content {
		gap: 20px;
	}
	.page_media .case .pack .btn {
		margin-top: 20px;
	}
	.page_media .case .pack .pack_content .txt_wrap .cat {
		max-width: 110px;
	}
	.page_media .case .pack .pack_content .txt_wrap .media_txt_content .tit_media_content {
		font-size: 105%;
		background-size: 25px;
	}

	/* page_policy
	---------------------------------------------------------- */
	.page_policy .privacy_sec .case{
		margin-bottom: 20px;
	}
	.page_policy .txt_emp{
		margin-bottom: 20px;
	}
	.page_policy .privacy_sec .case p{
		margin-bottom: 10px;
	}

	/* page_purpose
	---------------------------------------------------------- */
	.page_promise .promise_section .case .pack{
		padding-left: 15px;
	}
	.page_purpose .purpose_section #value .list_box_style01 li:last-child{
		padding: 20px;
	}
	/* page_purpose - credo */
	.page_credo .container_sbar main {
		padding: 20px 0;
	}
	.page_credo .container_sbar main section .company_content {
		padding: 30px 0;
	}
	.page_credo .container_sbar main section .company_content .credo_wrap .credo_item .credo_inner {
		padding: 20px;
	}
	.page_credo .credo_wrap .credo_item .tit_credo {
		margin-bottom: 10px;
	}
	.page_credo .credo_wrap .credo_item .tit_credo .num {
		margin-right: 20px;
		font-size: 170%;
	}
	.page_credo .credo_wrap .credo_item .tit_credo .tit {
		font-weight: bold;
	}

	/* page_service
	---------------------------------------------------------- */
	.case_style02 .pack .img_wrap {
		margin: 20px auto;
	}
	.case_style02 .pack .txt_wrap img{
		margin: 20px auto;
		max-width: 200px;
	}
	.case_style03 .pack .img_wrap{
		margin: 0 auto;
		max-width: 100%;
		justify-content: center;
	}
	.case_style03 .pack .txt_wrap{
		width: 100%;
	}
	#service .tit_service {
		font-size: 125%;
	}
	.page_service .bg_img::before,
	.page_business .bg_img::after,
	.page_stay .bg_img::after,
	.page_restaurant .bg_img::after {
		height: 220px;
	}
	.page_service .bg_img .container {
		padding-top: 200px;
	}
	.page_service #business .case .pack {
		margin-bottom: 40px;
	}
	.page_service #business .case .pack .tit_business {
		/* margin: 0 auto 20px;
		float: none; */
		margin-bottom: 30px;
	}
	.page_service #business .case .pack .tit_business .tit_jp_main {
		font-size: 180%;
	}
	.page_service #business .business_links .links_wrap {
		margin-bottom: 30px;
	}
	.page_service #business .business_links .links_wrap a .tit_link .tit_jp {
		font-size: 120%;
	}
	.page_service #business .business_links .links_wrap a .hidden_content p {
		margin-bottom: 20px;
	}
	.page_service .case_style03 .pack{
		flex-wrap: wrap;
	}

	/* page_service - international */
	.case_style02 .pack {
		align-items: center;
		flex-direction: column;
		gap: 30px;
		padding: 25px 0;
	}
	.case_style02 .pack:first-of-type{
		padding-top: 0;
	}
	.case_style02 .pack .img_wrap.img_grp {
		gap: 40px;
	}
	.case_style02 .pack .txt_wrap .btn {
		max-width: 220px;
	}
	.page_contribution #events .case .pack,
	.page_international #events .case .pack {
		flex-direction: column;
		gap: 30px;
		padding-bottom: 30px;
		margin-bottom: 35px;
	}
	.page_contribution #events .case .pack .img_wrap,
	.page_contribution #events .case .pack .txt_wrap,
	.page_international #events .case .pack .img_wrap,
	.page_international #events .case .pack .txt_wrap {
		max-width: none;
		width: 100%;
	}
	.page_contribution #events .case .pack .txt_wrap img
	.page_international #events .case .pack .txt_wrap img {
		margin-bottom: 10px;
	}
	.page_contribution #sponsor .case_style02 .pack:nth-child(3) .img_wrap,
	.page_international #sponsor .case_style02 .pack:nth-child(3) .img_wrap {
		max-width: 180px;
	}

	/* page_service - housing */
	.housing_item {
		min-height: 120px;
		max-width: none;
		width: 100%;
	}
	.page_housing section:nth-child(n+2) .container {
		padding: 50px 0 70px;
	}
	.page_housing section .bg_section {
		height: 220px;
	}
	.page_housing #housing_consultation .bg_section {
		background-position: right;
	}
	.page_housing .housing_wrap {
		gap: 10px;
		margin-top: 30px;
	}
	.page_housing .tit_wrap {
		margin-bottom: 0;
	}
	.page_housing .tit_wrap .tit_housing {
		font-size: 230%;
	}
	.page_housing .housing_case .housing_pack {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.page_housing .housing_case .housing_pack .txt_wrap .btn {
		max-width: 220px;
	}
	.page_housing .housing_case .housing_pack .txt_wrap img {
		margin: 30px auto;
		width: 120px;
	}
	.page_housing .housing_case .housing_pack .features .tit_features {
		margin: 20px 0 10px;
	}
	.page_housing .housing_case .housing_pack .features .list_features .tit_topic {
		font-size: 100%;
	}
	.page_housing .housing_case .housing_pack .features .list_features .tit_topic::before {
		top: 7px;
		height: 13px;
		width: 13px;
	}

	/* page_service - fc_shop */
	.page_fc_shop #franchise{
		padding-top: 0;
	}
	.page_fc_shop .case_style02 .pack{
		align-items: center;
		flex-direction: row;
	}
	.page_fc_shop .case_style02 .pack .txt_wrap{
		width: 100%;
	}
	.page_fc_shop .case_style02 .store_wrap{
		width: 60%;
	}
	.page_fc_shop .case_style02 .pack .img_wrap{
		width: calc(40% - 10px);
	}
	.shop_list .shop_name_wrap img{
		width: 64px;
	}
	.shop_list .shop_name_wrap{
		gap: 10px;
	}
	.shop_list .shop_name_wrap .tit_shop{
		font-size: 110%;
	}
	.list_box_style01 li{
		width: 100%;
	}

	/* page_service - restaurant  */
	.page_restaurant .case_style02 .pack .img_wrap {
		max-width: 250px;
	}
	.page_restaurant  #online_shop_list .case_style02 .pack:last-child .img_wrap img {
		width: 100%;
	}

	/* page_service - stay  */
	.page_stay #accommodation_list .case_style02 .pack .img_wrap {
		max-width: 170px;
	}


	/* page_news
	---------------------------------------------------------- */
	.page_news .news_list li a .tit_wrap .cat{
		float: none;
		display: block;
		margin-bottom: 10px;
	}

	/* page_contact
	---------------------------------------------------------- */
	.page_contact .contact_wrap{
		padding: 20px;
		margin-bottom: 30px;
	}
	.tb_contact.tb_contact_full tr th.req::after{
		margin-left: 8px;
	}
	.tb_contact tr th{
		display: inline-block;
		width: auto;
	}
	.tb_contact tr th span {
		width: unset;
	}
	.tb_contact tr td{
		display: block;
		width: 100%;
		padding-top: 0;
	}

	/* contact_section
	---------------------------------------------------------- */
	.contact_section {
		padding: 40px 0;
	}
	.contact_section .container {
		flex-direction: column;
	}
	.contact_section .container .txt_contact {
		text-align: center;
	}
	.contact_section .container .txt_contact .tit_contact {
		margin-bottom: 20px;
	}
	.contact_section .container .txt_contact .tit_contact .tit_en {
		margin-bottom: 10px;
		font-size: 250%;
	}
	.contact_section .container .btn {
		max-width: 200px;
	}
	.contact_section .container .btn .btn_text {
		padding-left: 25px;
	}
	.contact_section{
		background-image: none;
	}
	.cta_style01 .container .btn_wrap{
		width: 100%;
		z-index: 999;
		position: relative;
	}
	.cta_style01 .container .btn_wrap .btn{
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 220px;
	}
	.shop_list .case{
		width: 100%;
		margin: 0 0 20px;
	}
	.shop_list .case:nth-child(3n){
		margin-right: 0;
	}
	/* added 0819 */
	.page_fc_shop .case_style02 .store_wrap{
		width: 100%;
	}
	.page_fc_shop .case_style02 .pack{
		flex-direction: column;
		align-items: flex-start;
	}
	.page_fc_shop .case_style02 .pack .img_wrap{
		width: 100%;
	}
	.page_fc_shop #franchise p{
		letter-spacing: 0;
	}
	.page_fc_shop .tb_style01 th{
		width: 90px;
	}
	.page_fc_shop .tb_style01 th, .page_fc_shop .tb_style01 td{
		padding: 10px;
	}
}


@media screen and ( max-width : 480px ) {
	/* page_history */
	.page_history .history_menu{
		padding: 10px;
	}
	.page_history .history_menu ul li a{
		font-size: 90%;
	}

	/* page_news */
	.page_news .news_list li a .img_wrap{
		width: 120px;
		margin-right: 15px;
	}
}