@charset "UTF-8";
/* CSS Document */
body{
    margin: 0px;
    padding: 0px;
    line-height: 1;
    color: #3E3A39;
    letter-spacing: 0.1em;
	font-family: century-gothic,ryo-gothic-plusn, sans-serif;
	height: 100%;
}
.attention {
    color: #F90004;
    font-size: 24px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}

img{
max-width: 100%;
margin: 0;
padding: 0;
vertical-align: bottom;
height:auto;
}
h1,h2,h3,h4,h5,h6,p,ul {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
line-height:1;
}
ul {
list-style-type: none;
}
.cl {
clear: both;
}
a {
	text-decoration: none;
color: inherit;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background-color: #FFFFFF;
}
#header_inner {
    padding-right: 2.3%;
    padding-left: 2.3%;
    padding-top: 8px;
    height: 96px;
}
#header_ue {
    height: 56px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#head_logo {
    width: 168px;
	box-sizing: border-box;
}
#header_contact {
    display: flex;
    justify-content: space-between;
    width: 720px;
	box-sizing: border-box;
	align-items: center;
}
#header_contact ul {
    display: flex
;
    justify-content: space-between;
    width: 100%;
	box-sizing: border-box;
	    align-items: center;
}
#header_contact ul li {
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 4px;
    border: 1.6px solid #36519D;
	color: #36519D;
    margin-right: 0.76%;
    display: inline-block;
    letter-spacing: 0px;
	box-sizing: border-box;
}
#header_contact ul li a {
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 7px;
    display: block;
    text-align: center;
	box-sizing: border-box;
}
#header_contact ul li:nth-child(3) {
    color: #ffffff;
	background-color: #36519D;
}
#header_contact ul li:last-child {
    background-color: #E05581;
    color: #ffffff;
	border: #E05581;
	font-size: 17px;
	
}
#header_contact ul li:last-child a{
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 15px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#head_tel {
	box-sizing: border-box;
	margin-left: 12px;
    font-size: 28px;
    line-height: 1em;
    font-weight: 900;
          width: 312px;
	color: #36519D;
	letter-spacing: 0;
	font-family: century-gothic, sans-serif;
}
#head_tel img {
	display: inline-block;
    width: 20px;
	    margin-top: 5px;
    margin-right: 4px;
            vertical-align: text-top;
}
#head_navi_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex
;
    justify-content: flex-end;
}
#head_navi_ul li {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}
#head_navi_ul li a {
    padding: 8px;
}
/*ヘッダーここまで*/

.inline-b{
	display: inline-block;
}
.p_margin-b{
	margin-bottom: 16px;
}
#sp_navi {
    display: none;
}
.fc_red {
	color:red;
}
.br_sp{
		display: none;
	}
.br_pc{
	display: inherit;
}
.sp_only{
		display: none;
	}
.pc_only{
	display: inherit;
}
.link_btn{
	font-family: century-gothic, sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	height: 34px;
    font-weight: 600;
	color: #ffffff;
    background-color: #36519D;
	border-radius: 24px;
	width: 144px;
	letter-spacing: 0;
}
.link_btn a{
	display: block;
	 background-image: url("../images/yajirusi_wh.svg");
    background-repeat: no-repeat;
        background-position: right 16px center;
    background-size: 22px auto;
    padding-right: 16px;
}
.link_btn._s-pink{
	color: #E05581;
	border: 1px solid;
	border-radius: 24px;
	background-color: #FFFFFF;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	letter-spacing: 0.02em;
}
.link_btn._s-pink a{
	background-image: url("../images/yajirusi_pink.svg");
	background-size: 20px auto;
}
.link_btn._kuwasiku{
	color: #E05581;
	border: 1px solid;
	border-radius: 24px;
	background-color: #FFFFFF;
	width: 152px;
	margin-left: auto;
	font-size: 15px;
	letter-spacing: 0.02em;
}
.link_btn._kuwasiku a{
	background-image: url("../images/yajirusi_pink.svg");
	background-size: 20px auto;
}
.link_btn._s-blue{
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	letter-spacing: 0.02em;
}
.link_btn._s-blue a{
	background-image: url("../images/yajirusi_wh.svg");
	background-size: 20px auto;
}
.kage-tit {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #36519D;
    line-height: 1em;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
	
}
.kage-tit::after {
    position: absolute;
    content: "FINDING ROOM";
    color: #EAEAEA;
    top:-40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 56px;
    line-height: 1em;
    font-family: century-gothic, sans-serif;
	    font-weight: 400;
	letter-spacing: 0.08em;
	z-index: -1;
	    width: 100%;
}
#top_7merit .kage-tit::after {
    position: absolute;
    content: "7 POINTS";
}
#top_about .kage-tit::after {
    position: absolute;
    content: "ABOUT US";
}
#cater_flow .kage-tit{
	color: #E05581;
}
#cater_flow .kage-tit::after {
    position: absolute;
    content: "SERVICE FLOW";
}

#com_about .kage-tit::after {
    position: absolute;
    content: "ABOUT US";
	color: #ffffff;
}
#company_service .kage-tit::after {
    position: absolute;
    content: "SERVICE";
}





.btn_box{
    margin-right: auto;
    margin-left: auto;
    padding-top: 4.61%;
    padding-bottom: 4.61%;
}
.btn_box ul{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none !important;
}
.btn_box ul li{
    width: 208px !important;
    margin-right: 12px;
    box-sizing: border-box;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-align: center;
    line-height: 1em;
}
.btn_box ul li a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    margin: 0;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_box ul li:nth-child(1){
	color: #36519D;
	border: 2px solid;
	    
}
.btn_box ul li:nth-child(2){
	background-color: #36519D;
}
.btn_box ul li:nth-child(2) a{
	margin-top: 1px;
}
.btn_box ul li:nth-child(3){
	background-color: #E05581;
}
.btn_box ul li:nth-child(3) a{
	margin-top: 1px;
}

#foot_info{
	padding-left: 3.84%;
	
}
#foot_info_in{
    box-sizing: border-box;
    background-color: transparent;
    border-top-left-radius: 64px;
    position: relative;
    padding-top: 4.61%;
    padding-left: 6.15%;
    padding-bottom: 2.3%;
    color: #FFFFFF;
    padding-right: 6.15%;
}
#foot_info_in::after {
	box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36519D;
    border-top-left-radius: 48px;
    z-index: -1;
}
#foot_info_in_in{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#foot_ad{
    border-top: 1px solid #FFFFFF;
    margin-top: 24px;
    padding-top: 32px;
    display: flex;
    align-items: center;
}

#foot_logo{
    box-sizing: border-box;
    width: 184px;
    margin-bottom: 28px;
    margin-right: 4.61%;
}
#foot_logo img{
	width: 100%;
}
#foot_addinfo {
    margin-right: 4.61%;
}
#foot_maplink {
    text-decoration: underline;
}


#foot_ad p{
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 8px;
}
#foot_ico{
    display: flex;
    align-items: center;
    width: 20%;
    /* [disabled]background-color: #F3D5D6; */
    justify-content: space-between;
    margin-right: 4.61%;
}
.foot_ico_each:nth-child(1){
    width: 64px;
    margin-right: 16.15%;
}
.foot_ico_each img{
	width: 100%;
}
.foot_ico_each:nth-child(2){
    width: 128px;
    margin-right: 0;
}
#foot_info ul {
    display: flex;
    flex-wrap: wrap;
}

#foot_info ul li {
    margin-right: 24px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
}

#foot_info ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* 矢印 › を左側に表示 */
#foot_info ul li a::before {
    content: "\203A";  /* Unicode山形矢印 › */
    margin-right: 4px;
    color: #fff;        /* 色は調整可能 */
    font-weight: normal; /* 太さはお好みで */
	font-size: 18px; /* ← 矢印だけ少し小さく */
    display: inline-block;
}


#foot_qr{
	width: 15.38%;
}
#foot_qr p{
    position: relative;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 8px;
    background-color: #7F7AB5;
    padding-left: 6px;
    padding-right: 6px;
}

#foot_qr p::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 11px 0;
  border-style: solid;
  border-color: #7F7AB5 transparent transparent;
  z-index: 1;
}

#foot_qr p::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #7F7AB5 transparent transparent;
  z-index: 2;
}

#foot_qr_img{
    width: 48.46%;
    margin-right: auto;
    margin-left: auto;
}
#foot_qr_img img{
	width: 100%
}
#foot_security_img{
	
}
#foot_security_img img{
	width: 100%;
}
.copyright {
}
.copyright p  {
    font-size: 11px;
    margin-top: 16px;
}










/*追従メニューよこ*/
#fixed_menu-btn {
    width: 136px;
    position: fixed;
    z-index: 1;
    right: 0px;
    /*    bottom: 10%;*/
    bottom: 1%;
    display: none;
}
#fixed_menu-btn ul li{
	background-color: #FFFFFF;
	border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}
#fixed_menu-btn ul li a {
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1em;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    letter-spacing: 1px;
    padding-left:16px;
	font-weight: 500;
	background-image: url("../images/fixed_arr_wh.svg");
	background-repeat: no-repeat;
	background-size: 5px auto;
	background-position: right 6px center;
}
#fixed_menu-btn ul li:nth-child(1) a{
	border: 1.6px solid #36519D;
	border-right: 0;
	color: #36519D;
	background-color: #FFFFFF;
	background-image: url("../images/fixed_arr_blue.svg");
}
#fixed_menu-btn ul li:nth-child(2) a {
    color: #ffffff;
    background-color: #36519D;
    border: 1.6px solid #fff;
}
#fixed_menu-btn ul li:nth-child(3) a {
    background-color: #E05581;
    color: #ffffff;
    border-top: 1.6px solid #FFFFFF;
    border-bottom: 1.6px solid #FFFFFF;
    border-left: 1.6px solid #FFFFFF;
}


/*追従メニューたて*/
#fixed_menu-btn_tate {
    box-sizing: border-box;
    width: 40px;
    position: fixed;
    z-index: 99;
    right: 0px;
    /*    bottom: 10%;*/
    top: 25.38%;
    z-index: 1;
}
#fixed_menu-btn_tate ul li{
    background-color: #FFFFFF;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-bottom: 10%;
}
#fixed_menu-btn_tate ul li a {
    box-sizing: border-box;
    /* [disabled]height: 144px; */
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1em;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    /* [disabled]background-image: url("../images/fixed_arr_wh.svg"); */
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: center bottom 10px;
    writing-mode: vertical-rl;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}
#fixed_menu-btn_tate ul li:nth-child(1) a{
    border-left: 1.6px solid #36519D;
    border-right: 1px solid #36519D;
    border-bottom: 1.6px solid #36519D;
    border-top: 1.6px solid #36519D;
    color: #36519D;
    background-color: #FFFFFF;
    padding-top: 36.92%;
    background-position: center bottom 16px;
}
#fixed_menu-btn_tate ul li:nth-child(2) a {
    color: #ffffff;
    background-color: #36519D;
	border: 1.6px solid #fff;
}
#fixed_menu-btn_tate ul li:nth-child(3) a {
    background-color: #E05581;
    color: #ffffff;
    border: 1.6px solid #FFFFFF;
}

/*以下下層ページ*/
#gro_h1h1 {
    margin-top: 152px;
    margin-bottom: 2.3%;
}
.contentswrap {
    max-width: 1120px;
    margin-left: auto;
    padding-right: 7.69%;
    padding-left: 7.69%;
    margin-right: auto;
}
#gro_h1h1 #h1h1_abc {
        font-family: century-gothic, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 14px;
    color: #36519D;
	overflow-y:hidden;
}
#gro_h1h1 p {
        font-family: century-gothic, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 14px;
    color: #36519D;
}
#gro_h1h1 #pagetitle {
	    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
	color: #3E3A39;
	overflow-y:hidden;
}
.tit-border {
  font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 26px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.016em;
    border-bottom: 2px solid #36519D;
    padding-bottom: 10px;
    margin-bottom: 3.84%;
    padding-top: 10px;
    color: #36519D;

}
.kome-flex {
    display: flex;
}
.yokosuku{
	display: none;
}
._abc {
    font-family: century-gothic, sans-serif;
}


#flow_notice{
    margin-top: 6.15%;
    background-color: #EAECF7;
    border-radius: 20px;
    padding: 8px;
    border: 0.1em solid #36519D;
}
#flow_notice_in{
    /* [disabled]border: 1px solid #FFFFFF; */
    border-radius: 20px;
    padding: 3.07% 3.84%;
}
#flow_notice_tit{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 21px;
    line-height: 1em;
    font-weight: 600;
	margin-bottom: 2.3%;
}
#flow_notice_tit span {
    border-bottom: 0.1em solid #E05581;
}

#flow_notice_tit img {
    width: 24px;
    margin-right: 6px;
    vertical-align: sub;
}

#flow_notice ul{
	padding-left: 20px;
	list-style: disc;
}
#flow_notice ul li{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 6px;
}
.a-underline{
    text-decoration: underline;
    color: #2F02BB;
}

/*以下スクロールアニメーション*/
.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	overflow-x: hidden;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
.from-bottom {
  transform: translateY(50px);
	overflow-y: hidden;
}
.from-bottom.visible {
  transform: translateY(0);
}
/*スクロールアニメーションここまで*/