@charset "UTF-8";

html {
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  /* font-size: 100%; */
  box-sizing: border-box;
}

ul li{
  text-decoration: none;
  display: block;
}

li{
  list-style: none;
}

a{
  display: block;
  text-decoration: none;
  color: #333333;
  transition: .3s;
}

a:hover{
  cursor: pointer;
  opacity: .7;
  transition: .3s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img.srcrolls {
	opacity: 0;
	transition: all .5s;
}

body{
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* overflow: hidden; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li{
    margin: 0;
    padding: 0;
}

*,*::before,*::after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* 横幅 */
.wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
/* スマホのみ表示 */
.sp-only{
	display: none;
  }
  @media (max-width: 768px) {
	.sp-only{
	  display: block;
	}
  }
  /* PCのみ表示 */
  @media (max-width: 768px) {
	.pc-only{
	  display: none;
	}
  }

/* header（後からニョキ） */
.top {
	background-color: #fff;
	top: -97px;
	/* left: 0; */
  height: 103px;
	width: 100%;
	margin: 0 auto;
	/* padding-top:30px; */
  padding-bottom: 10px;
	position: fixed;
	opacity:0;
	z-index: 1000;
  /*　他のアイテムに対して最上位のレイヤーになるように */
	}
  .top .header{
    width: 100%;
    max-width: 1400px;
    height: 103px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
  }
  .top .header .top-title .title{
    /* font-size: 52px;
    line-height: 39px; */
    margin-left: 12px;
    min-width: 133px;
    /* margin-top: -30px; */
    margin-top: -10px;
  }
  .top .header .top-title .title a img{
	width:200px;
  }
  .top .header .top-title .title span{
    font-size: 23px;
  }
  .top .header .nav_ver{
    padding-top: 5px;
    padding-right: 21px;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    /* padding-top: 120px; */
    /* margin-left: -38px; */
  }
  .top .header .nav_ver .nav_item1{
  margin-right: 37px;
  }
  .top .header .nav_ver .account_click{
    margin-right: 55px;
    }
    .top .header .nav_ver .nav_item2{
      margin-right: 55px;
      }
  .top .header .contact_info{
    width: 234px;
    padding-top: 1px;
    /* padding-bottom: 10px; */
  }
  .top .header .number{
    font-size: 33px;
    padding-top: 0;
    /* padding-bottom: 0; */
  }
  .top .header .number img{
    width: 23px;
    padding-top: 5px;
    padding-right: 0;
    margin-right: 3px;
  }
  .top .header .time{
    font-size: 13px;
  }
.header_main{
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -40px;
}
.top-title{
  /* width: 240px; */
}
.top-title .title{
  /* font-size: 87px; */
  font-family: 'Oswald', sans-serif;
  /* line-height: 65px; */
  font-weight: bold;
  /* margin-left: -22px; */
  /* margin-top: 71px; */
  margin-top:40px;
  /* margin-right: 25px; */
  /* padding-right: 15px; */
  position:relative;
}

.top-title .title p {
	width: 170px !important;
}

.top-title .title span.let{
	/* font-size: 38px; */
	font-size: 26px;
	padding-left: 5px;
	line-height: 1.3;
}
.top-title .title h1{
	color:#999;
	font-size:100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	position:absolute;
	top:-10px;
	left:0;
	white-space:nowrap;
}

@media screen and (max-width: 500px) {
	.top-title .title h1 {
		top: -5px;
		left: 7px;
	}
}

.jap {
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 0px #333,-1px 1px 0px #333,1px -1px 0px #333,-1px -1px 0px #333;
	font-weight:bold;
	font-size:25%;
	line-height:1;
}

/* nav_ver */
.nav_ver{
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  /* padding-top: 120px; */
  padding-top:60px;
  margin-left: -38px;
}
.nav_ver .listlink { display:block; }
.nav_ver .arealink {
	position:relative;
	border:0;
}
.nav_ver a{
  text-align: center;
}
.nav_ver .search_area{
  margin-left: 15px;
}
.nav_ver .account_click{
  background-color: #000;
  color: #fff;
  min-width: 129px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding: 9px;
  /* margin-left: -50px; */
  margin-right: 21px;
}
.nav_ver .account_click .account{
  padding-right: 13px;
}

.contact_info{
	/* width: 269px; */
	width: auto;
	text-align: center;
	/* padding-top: 102px; */
	padding-top: 60px;
}
.contact_info .info-title{
  background-color: #000;
  font-size: 16px;
  color: #fff;
  height: 30px;
  border-radius:40px;
  margin-top: -1px;
  padding-top: 0px;
  /* padding-bottom: 3px; */
  /* margin-bottom: 5px; */
  margin-left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_info_detail_wrapper {
	display: flex;
}

.contact_info .number{
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 39px; */
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin-top: -8px;
  color: #000;
}
.contact_info .number img{
  padding-top: 4px;
  padding-right: 7px;
}
.contact_info .time{
  background-color: #F8F8F8;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 0px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1233px){
  .top-title .title{
    margin-left: 0;
  }
}
@media screen and (max-width:1060px){
  .contact_info{
    width: auto;
  }
}
@media screen and (max-width:1044px){
  .top .header .nav_ver .nav_item1{
    margin-right: 20px;
  }
  .top .header .nav_ver .nav_item2{
    margin-right: 20px;
  }
  .top .header .nav_ver .account_click{
    margin-right: 20px;
  }
}
@media screen and (max-width:970px){
  /* .contact_info .number{
    font-size: 33px;
  } */
}
/* @media screen and (max-width:800px){ */
@media screen and (max-width: 1044px) {
	.header_main {
		/* flex-wrap: wrap; */
		/* margin-top: 30px; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
  .header{
    margin-top: 0;
    height: 130px;
  }
  .top{
    display: none;
  }
  .nav_ver{
    /* display: none; */
	width:100%;
	padding-top:20px;
	display:flex;
	justify-content:space-evenly;
	margin:0 auto;
  }
  .nav_ver .listlink { display:none; }
  .nav_ver .arealink {
	  border:1px solid #333;
  }
  .nav_ver .search_area {
	  margin:0;
	  padding:8px 16px;
  }
  .nav_ver .account_click {
	  margin-right:0;
  }
  .contact_info{
    display: none;
  }
  .top-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  .jap {
	  bottom:12px;
  }
}
@media screen and (max-width:500px){
  	.nav_ver {
		flex-wrap: wrap;
	}

	.logins {
		margin-top: 10px;
	}

  .first-v{
    margin-top: 20px;
  }
  .top-title{

    /* margin-top: -25px; */
  }
  .top-title .title{
    font-size: 52px;
    line-height: 40px;
    margin-left: 0;
	position:static;
	}
  .top-title .title h1{
	  font-size:20%;
  }
  .top-title .title span.let{
	/* font-size: 30px; */
	font-size: 24px;
  }
}

#menu-silde{
	width: 400px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translateX(400px);
	transition: all .6s; /* ← 追加 */
	  overflow-y: auto;
	z-index: 9999;
  }
  #menu-silde.open{
	transform: translateX(0);
  }

  .menu-background {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	opacity: 0; /* 透明度を0にすることで隠す */
	transition: opacity 0.5s; /* 透明度の0→1になる速度 */
  }
  .menu-background.open {
	width: 100%;
	height: 100%;
	opacity: 1; /* メニューが表示されているときには背景が表示 */
  }


  .nab_global_title{
	background-color: #464646;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
  }
  .menu a{
	color: #000;
	font-weight: bold;
  }
  .menu-link{
	border-bottom: 1px solid #E1E1E1;
  }
  .menu-link ul li p{
	color: #262626;
  }
  .menu-link-officetar{
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px solid #E1E1E1;
  }
  .menu-link-officetar a p{
	padding-bottom: 8px;
  }
  .menu-link-officetar a img{
	width: 185px;
  }
  .menu-logo{
	display: flex;
	border-bottom: 1px solid #E1E1E1;
  }
  .menu-logo a{
	width: 50%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .menu-logo a p{
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
  }
  .menu-logo a img{
	width: 150px;
  }
  .menu-logo .border{
	border-right: 1px solid #E1E1E1;
  }
  .office-first{
	width: 90%;
	margin: 0 auto;

  }
  .office-first a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;

  }
  .office-first a img{
	width: 37px;
	height: 37px;
  }
  .office-first a p{
	font-size: 15px;
	font-weight: bold;
  }

  .conpre-title{
	background-color: #464646;
	text-align: center;
	padding: 20px 0;
  }
  .conpre-title-text{
	font-size: 16px;
	font-weight: bold;
  color: #fff;
  }
  .conpre-number{
	background-color: #8A8A8A;
	width: 90%;
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 11px;
  }
  .conpre-number-img{
	  padding-right: 20px;
  }
  .conpre-number-img img{
	width: 35px;
  }
  .number{
	color: #fff;
	  line-height: 25px;
	  padding-top: 13px;
	  padding-bottom: 7px;
  }
  .number .free-number{
	font-size: 31px;
	font-weight: bold;
  }
  .number .time{
	font-size: 16px;
	font-weight: bold;
  }
  .other-contact{
	width: 90%;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .other-contact a{
	  width: 48%;
  }
  .contact-line{
	background-color: #3FCE2F;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-radius: 11px;
  }
  .contact-line p{
	font-size: 21px;
	font-weight: bold;
	color: #fff;
  }
  .contact-web{
	background-color: #0E7AC4;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-radius: 11px;
  }
  .contact-web p{
	font-size: 21px;
	font-weight: bold;
	color: #fff;
  }

/* =======================================
  wrap_breadcrumb
======================================= */
#wrap_breadcrumb{
	background-color: #D2D2D2;
	height: 55px;
	display: flex;
	align-items: center;
	/* margin-top: 40px; */
	/* margin-top:20px; */
  }
  #breadcrumb{
	text-align: left;
	width: 100%;
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	/* justify-content: space-between; */
  }
  #breadcrumb li a{
	color: #756558;
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
  }

  #breadcrumb li.slash{
	margin: 0 10px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
  }
  #breadcrumb li:last-child a{
	color: #333;
	text-decoration: none;
  }
  #breadcrumb li span.np {
	  font-size:130%;
	  padding-right:15px;
  }
  @media (max-width: 1300px) {
	#wrap_breadcrumb{
	  padding-left: 10px;
	}

  }
  @media (max-width: 800px){
	#breadcrumb{
	  overflow-x: auto;
	  white-space: nowrap;
	}
  }
  @media screen and (max-width:500px){
	#wrap_breadcrumb{
	  /* margin-top: 23px; */
	}
	#breadcrumb{
	  margin-left: 15px;
	}

  }

/* 横からスライドする */
@media screen and (max-width:500px){
	#menu-silde{
		width: 300px;
	}
	.menu-logo a p{
		font-size: 12px;
	}
	.menu-logo a img{
		width: 100px;
	}
	.office-first a p{
		font-size: 12px;
	}
	.number .free-number{
		font-size: 25px;
	}
	.number .time{
		font-size: 12px;
	}
}

/* 横からスライドするメニュー終わり */

/* =======================================
  footer
======================================= */
.footer{
	/* padding-top: 115px; */
	padding-top: 155px;
	background-color: #2E2E2E;
	padding-bottom: 141px;
  }
  .footer_link{
	max-width: 929px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* font-weight: bold; */
	margin-top: 60px;
	margin-bottom: -100px;
  }
  .footer_link .link_cord .time{
	background-color: #F8F8F8;
	max-width: 271px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
  }
  .link_cord{
	width: 32%;
	max-width: 297px;
	height: 139px;
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 12px;
	border: 1px solid #DEDEDE;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
  }
  .link_cord_title{
	background-color: #000;
	color: #fff;
	max-width: 271px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	border-radius: 40px;
  }
  .link_number{
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .link_number img{
	padding-top: 5px;
	padding-right: 5px;
  }
  .link_number .tell_number{
	font-family: 'Oswald', sans-serif;
	font-size: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
  font-weight: bold;
  }
  .line_info{
	font-size: 15px;
	margin-top: 7px;
	margin-bottom: 8px;
  }
  .link_cord a{
	display: flex;
	justify-content: space-around;
	align-items: center;
  }
  .mt-only{
	margin-top: -5px;
  }
  .link_cord a .line{
	color: #25CF2A;
	font-size: 39px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-right: -30px;

  }
  .link_cord a .line_get{
	background-color: #25CF2A;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	width: 155px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .account_get{
	background-color: #E5BF00;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	height: 49px;
  }
  .footer_logos{
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-left: 12px; */
  }
  .footer_logo{
	width: 200px;
	font-size: 64px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	/* padding-left: 10px; */
  }
  .footer_logo span{
	font-size: 28px;
	/* padding-left: 10px; */
  }
  .copyright{
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
  }
  @media (max-width: 950px) {
	.footer_link{
	  width: 95%;
	}
  }
  @media screen and (max-width:800px){
	.footer_link{
	  display: block;
	  margin-bottom: 50px;
	}
	.link_cord{
	  width: 100%;
	  margin-right: auto;
	  margin-left: auto;
	  margin-bottom: 30px;
	}
	.footer{
	  padding-top: 32px;
	  padding-bottom: 72px;
	}
  }
  @media screen and (max-width:500px){
  .copyright{
	margin-top: 18px;
  }
	.footer_link{
	  margin-top: 41px;
	  margin-bottom: 62px;
	}

	.footer_logos{
	  /* padding-left: 20px; */
	}
	.link_cord a{
	  justify-content: center;
	}
	.link_cord a .line{
	  margin-right: 20px;
	  padding-bottom: 5px;
	}
  }
  @media (max-width: 376px) {
	.link_cord{
	  width: 90%;
	}
  }



  /* sp-menu */
  .sp-menu{
	display: none;
  }
  @media screen and (max-width:800px){
	.sp-menu{
	  background-color: #2E2E2E;
	  position: sticky;
	  z-index: 9998;
	  bottom: 0;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  color: #fff;
	  text-align: center;
	  border-top: 1px solid #707070;
	  height: 100px;
	  padding-bottom:35px;
	}
	.sp-menu a{
	  color: #fff;
	  /* padding-bottom: 10px; */
	  height: 100%;
	}

	.search_btn{
	  width: 22%;
	  font-size: 11px;
	  border-right: 1px solid #707070;
	  padding-top: 13px;
	  margin: 0;
	  text-align: center;
	}
	.search_btn1{
	  width: 21%;
	  font-size: 11px;
	  border-right: 1px solid #707070;
	  padding-top: 13px;
	  margin: 0;
	  text-align: center;
	  padding-right: 10px;
	}
	.search_btn:first-of-type{
	  padding-right: 0;

	}
	.sp-menu-text{
	  padding-top: 5px;
	}
	.contact_number{
	  width: 38%;
	  font-size: 12px;
	  text-align-last: left;
	  padding-left: 10px;
	  padding-top: 5px;
	}
	.sp-tell{
	  font-family: 'Oswald', sans-serif;
	  font-size: 20px;
	  display: flex;
	  align-items: center;

	}
	.sp-tell img{
	  padding-top: 3px;
	  padding-right: 3px;
	}
	.menu-sp{
	  width: 15%;
	  border-left: 1px solid #707070;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.menu-icon img{
	  width: 33px;
	  margin-right: auto;
	  margin-left: auto;
	}
  }
  @media screen and (max-width:500px){
	.search_btn1{
	  padding-right: 5px;
	}
  }

  @media (max-width: 320px) {
	.fv-img h2 .fv-text1{
	  padding-right: 0;
	  padding-left: 0;
	  font-size: 30px;
	}
	.fv-img h2 .fv-text2{
	  font-size: 30px;
	  width: 170px;
	}
  }


  /* 20220224 korenaga */
.members { color: crimson; }

@charset "UTF-8";


/* =======================================
  search_condition
======================================= */
.search_condition{
  background-color: #ECECEC;
  height: 109px;
 display: flex;
 align-items: center;
 /* margin-top: 30px; */
}
.search_condition .search_conditions_group{
  display: flex;
  text-align: left;
  width: 100%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 44px;
}
.search_conditions_group .search_condition_title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.search_conditions_group ul{
  display: flex;
  /* padding-left: 30px; */
}
.search_conditions_group ul li{
  border: solid 1px #707070;
  border-radius: 5px;
  background-color: #fff;
  width: 167px;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-top: 5px;
  margin-left: 10px;
  /* margin-bottom: 5px; */
}
.search_conditions_group ul li .clear .fa-times-circle{
  color: #A4A4A4;
  font-size: 20px;
  padding-right: 10px;
}
.search_conditions_group ul li .search_info{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height:1.2;
}
.search_conditions_group .change_btn{
  background-color: #060505;
  border-radius: 5px;
  color: #fff;
  height: 52px;
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-left:10px;
  padding-right: 15px;
  padding-left: 15px;
  cursor:pointer;
  font-size: 16px;
  transition: all 0.3s;
}
.search_conditions_group .change_btn:hover {
  opacity:0.7;
}
.search_conditions_group .change_btn a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.srctermsbtn {
  cursor:pointer;
}
@media (max-width: 800px) {
  .search_condition .search_conditions_group{
    overflow-x: auto;
    white-space: nowrap;
  }

}
@media (max-width: 500px) {
  .search_condition{
    height: 101px;
  }
  .search_condition .search_conditions_group{
    padding-left: 27px;
  }
}
/* =======================================
  setup-office
======================================= */
.setup_office{
  margin-top: 45px;
}
.setup_office h3{
  font-size: 32px;
  font-weight: bold;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 58px;
  padding-left: 0px;
}
.office_information{
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.office_information .slick-prev,
.office_information .slick-next {
  opacity:0.5;
  transition:all 0.3s;
}
.office_information .slick-prev:hover,
.office_information .slick-next:hover {
  opacity:1;
}

.office_view{
  position: relative;
  padding-left: 28px;
  max-width: 1311.75px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office_view::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#DCDCDC;
  position:absolute;
  bottom:-18px;
  left:0px;
}
.office_photo_item{
  max-width: 358px;
  width: 30%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.office_photo_item::before{
  content:"";
   display:inline-block;
   width:1px;
   height:305px;
   background-color:#DCDCDC;
   position:absolute;
   top:-2px;
   left:10px;
}
.office_photo_item .update {
  position: absolute;
  top: -1px;
  left: 0px;
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-right: 3px;
  background-color: #fff;
  padding-bottom: 15px;
  /* z-index: 10; */
}
.office_photo_img{
  position: relative;
}
.office_photo_img .img_text{
  position: absolute;
  background-color: #fff;
  font-size: 18px;
  right: 0;
  bottom: 22px;
  height: 38px;
  padding: 0px 7px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.office_sketch{
  max-width: 386.5px;
  width: 30%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.office_sketch img{
  max-height:240px;
}
.office_viewadd{
  max-width: 450px;
  width: 40%;
  margin-bottom: 10px;
}
.office_viewadd .add_title{
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: solid 1px #DCDCDC; */
  padding-bottom: 10px;
  position: relative;
}
.office_viewadd .add_title::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#DCDCDC;
  position:absolute;
  bottom:0px;
  left:0px;
}
.office_viewadd .other{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office_viewadd .other dl{
  max-width: 223px;
  width: 100%;
}
.office_viewadd .other dl dt{
  float: left;
  clear:both;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  padding-left: 5px;
}
.office_viewadd .other dl dd{
  font-size: 16px;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0;
  margin-inline-start: 0;
  padding-right: 5px;
}
dd {
  display: block;
  margin-inline-start: 0;
}
.other_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.other_link a.contact_btn1{
  width: 100%;
  max-width: 211.75px;
  height: 53px;
  background-color: #FFC743;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.other_link a.more_btn1{
  width: 100%;
  max-width: 211.75px;
  height: 53px;
  background-color: #5589D6;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
/* pager */
.pager {
  margin-top: 105px;
  display: flex;
  overflow-x: auto;
}

.pager__inner {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.pager__inner > *:last-child {
  margin-right: 0;
}
.pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border: 1px solid #DEDEDE;
  color: #DEDEDE;
  text-decoration: none;
  transition: .25s;
}
a.pager__link:hover {
  background-color: #3B3B3B;
  color: #DEDEDE;
}

.pager__link--active {
  background-color: #3B3B3B;
  color: #DEDEDE;
  pointer-events: none;
}
.next_link_btn .pager__link{
  width: 70px;
}
.sp-only{
  display: none;
}
.contact.contac-sponly{
  display: none;
}
@media (max-width: 1200px) {
  .setup_office{
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .sp-only{
    display: block;
  }
  /* 仮 */
  .contact.contac-sponly{
    display: flex;
  }
  .setup_office h3{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .office_view{
    display: block;
    max-width: 400px;
    width: 90%;
    padding-left: 0px;
    /* max-width: 386px; */
  }
  /* .office_view li{
    max-width: 100%;

  } */
  .office_photo_item .update{
    position: static;
  }
  .office_photo_item{
    /* width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; */
    max-width: 100%;
   display: flex!important;
  }
  .update_image{
    width: 90%;
    margin-left: 0;
  }
  .other_link a.contact_btn1{
    width: 47%;
  }
  .other_link a.more_btn1{
    width: 47%;
  }
  /* .office_sketch{
    display: none;
  } */
  /* .office_viewadd{
    display: none;
  } */
  .office_photo_item::before{
    height: 360px;
  }
  .office_view::after{
    bottom: 0;
    display: none;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 30px;
  }
  .office_sketch{
    display: flex!important;
    align-items: center;
    height: 266px;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .office_view{
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  /* .office_photo_item{
    width: 100%;
  } */
  .office_photo_img{
    /* width: 90%; */
    max-width: 320px;
    height: 266px;
    margin-right: 0;
  }
  .office_photo_img img{
    height: 100%;
  }
  .setup_office h3{
    font-size: 25px;
    width: 85%;
    line-height: 1.7;
    margin-bottom: 17px;
  }
  .pager{
    margin-top: 20px;
  }
}
/* =======================================
  recommend
======================================= */
.recommend h3{
}
/* =======================================
  all_search
======================================= */
.search_tub{
  width: 52%;
  margin-top: -10px;
  margin-left: -30px;
}
.search_breadth{
  margin-left: -23px;
}
/* click tab */
.block_category_list{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 31px;
max-width: 520px;
padding-right: 20px;

/* border-bottom: 1px solid #858585; */
}

.block_category_list .border{
  /* width: 264px; */
  width: 165px;
}
.block_category_list .border .click_tab.is-show{
  background-color: #DCDCDC;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}
.block_category_list .border{
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

.block_category_list .border::after{
  content:"";
  display:block;
  width:102%;
  height:1px;
  background-color:#858585;
  position:absolute;
  bottom:0;
  left:-2px;
  /* right: 30px; */
  /* margin: auto; */
}
.block_category_list .border.border.is-active::after{
  display: none;
}
.block_category_list .border:hover{
  cursor: pointer;
}
.block_category_list .border.is-active{
  width: 165px;
  /* width: 180px; */
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 13px;
}
.block_category_list .border .tab{
  background-color: #DCDCDC;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  width: 140px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .border.is-active .tab{
  width: 137px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .tab_text{
  font-size: 16px;
  font-weight: bold;
}
.block_category_list .tab_text2{
  font-size: 16px;
  font-weight: bold;
}
.tab_border{
  border-top: 1px solid #000;
  padding-top: 20px;
}

.click_tab.is-show{
  display: block;
  padding-left: 28px;
}
.click_tab{
  display: none;
}
.search_are{
  display: flex;
  flex-wrap: wrap;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}
.search_are a{
  border: 1px solid #707070;
  border-radius: 5px;
  width: 30%;
  min-width: 126px;
  max-width: 126px;
  height: 52px;
  text-align: center;
  margin-bottom:20px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: bold;
}
@media screen and (max-width:800px){

  .search_tub{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
  }
  .search_are a{
    width: 125px;
    font-size: 13px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width:500px){

  .block_category_list .border{
    width: 116px;
    height: 56px;
  }
  .block_category_list .border.is-active{
    padding-top: 8px;
    padding-bottom: 11px;
    width: 116px;
    height: 56px;
  }
  .block_category_list .border{
    padding-top: 8px;
  }
  .block_category_list{
    margin-bottom: 33px;
    padding-right: 0;
    max-width: 350px;
  }
  .block_category_list .border.is-active .tab{
    width: 104px;
  }
  .block_category_list .border.is-active .tab .tab_text{
    font-size: 12px;
  }
  .block_category_list .border .tab{
    width: 109px;
  }

  .block_category_list .border .tab .tab_text2{
    font-size: 13px;
  }
  .click_tab.is-show{
    padding-left: 0;
  }
  .search_are{
    max-width: 273px;
  }
  .search_are a{
    width: 125px;
  }
  .search_breadth{
    margin-left: 0;
  }
}
/* search_breadth */
.search-box{
  max-width: 453px;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
}

.termslist1{
  display: flex;
  width: 246px;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.termslist1-1{
  display: flex;
  justify-content: center;
}
.termslist1-1 .sopAB1{
  position: relative;
  height: 52px;
  width: 103px;
}
.input-area{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
}
.tubo{
  position: absolute;
  top: 16px;
  right: 11px;
  font-size: 16px;
  font-weight: bold;
}
.termslist1-2{
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-weight: bold;
}
.termslist2{
  width: 246px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;

}
#sopArea1,
#sopArea2{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}
.termslist3{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.termslist3 a .search-text{
  background-color: #FFC743;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 173px;
  height: 52px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* =======================================
  recommend_office
======================================= */
.recommend{
  margin-top: 60px;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
}
.recommend h3{
  font-size: 32px;
  font-weight: bold;
  padding-left: 30px;
}
.recommend_office{

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
  /* margin-left: 35px; */
}

.office_link1{
  display: flex;
}
.office_item{
  position: relative;
  padding-left: 30px;
  width: 386px;
  margin-bottom: 58px;
}
.office_item.right_margin{
  margin-right: 35px;
}
.office_item::before{
  content:"";
   display:inline-block;
   width:1px;
   height:360px;
   background-color:#DCDCDC;
   position:absolute;
   top:-2px;
   left:15px;
}
.office_item::after{
  content:"";
   display:block;
   width:100%;
   height:1px;
   background-color:#DCDCDC;
   position:absolute;
   bottom:0;
   left:8px;
}
.office_item .update {
  position: absolute;
  top: -1px;
  left: 5px;
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  /* padding-right: 3px; */
  background-color: #fff;
  padding-bottom: 15px;
}
.office_img{
  position: relative;
}
.office_img .img_text{
  position: absolute;
  background-color: #fff;
  font-size: 18px;
  right: 0;
  bottom: 20px;
  height: 38px;
  padding: 0px 7px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact{
  display: flex;
  align-items: center;
padding-top: 13px;
padding-bottom: 15px;
}

.contact_btn .contact_text{
  font-weight: bold;
  width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #FFC743;
  padding-top: 16px;
  padding-bottom: 10px;
  border-radius: 3px;
  font-size: 18px;
  margin-right: 19px;
  height: 53px;
  padding-left: 2px;
}

.office_info2{
  width: 48%;
  margin-top: 5px;
  letter-spacing: 1;
  margin-left: -7px;
}
.office_add{
  font-size: 12px;
  font-weight: bold;
}
.office_number{
  font-size: 12px;
  margin-top: 4px;
  font-weight: bold;
}

/* all_search */
.all_search{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;

}
.all_search1{
  margin-top: 90px;
}
.all_search .all_search_link1{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  width: 376px;
  height: 75px;
  border-radius: 5px;
  margin-left: 190px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  margin-top: -17px;
}
.search_tub_all{
  border-left: 1px solid #DCDCDC;
  width: 57%;
}
.all_search1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  max-width: 408px;
  height: 75px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
}
/* click tab */
.block_category_list{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 31px;
max-width: 530px;
}

.block_category_list .border2{
  width: 165px;
}
.block_category_list .border .click_tab2.is-show2{
  background-color: #DCDCDC;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}

.block_category_list .border2{
  /* border-bottom: 1px solid #858585; */
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}
.block_category_list .border2::after{
  content:"";
  display:block;
  width:102%;
  height:1px;
  background-color:#858585;
  position:absolute;
  bottom:0;
  left:-2px;
}
.block_category_list .border2.border2.is-active2::after{
  display: none;
}
.block_category_list .border2:hover{
  cursor: pointer;
}
.block_category_list .border2.is-active2{
  width: 165px;
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 12px;
}
.block_category_list .border2 .tab{
  background-color: #DCDCDC;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  width: 137px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .border2.is-active2 .tab{
  width: 137px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .tab_text{
  font-size: 16px;
  font-weight: bold;
}
.block_category_list .tab_text2{
  font-size: 16px;
  font-weight: bold;
}
.tab_border{
  border-top: 1px solid #000;
  padding-top: 20px;
}

.click_tab2.is-show2{
  display: block;
  padding-left: 28px;
}
.click_tab2{
  display: none;
}
.search_are{
  display: flex;
  flex-wrap: wrap;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}
.search_are a{
  border: 1px solid #707070;
  border-radius: 5px;
  width: 30%;
  min-width: 126px;
  max-width: 126px;
  height: 52px;
  text-align: center;
  margin-bottom:20px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: bold;
}
@media (max-width: 1290px) {
  .office_item.right_margin{
    margin-right: 0;
  }
  .recommend_office{
    width: 98%;
  }

}
@media (max-width: 1200px) {
  .recommend{
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  .recommend_office {
    width: 100%;
}
}
@media (max-width: 800px){
  .all_search .all_search_link1{
    display: none;
  }
}
@media (max-width: 500px) {
  .recommend h3{
    font-size: 25px;
  }
}
/* =======================================
  all search
======================================= */
@media screen and (max-width:800px){
  .all_search{
    display: block;
    /* margin-bottom: 41px; */
  }

  .search_tub{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -6px;
  }
  .search_are a{
    width: 125px;
    font-size: 13px;
    margin-bottom: 16px;
  }
  .search_tub_all{
    margin-top: 41px;
    border-left: none;
  }
  .all_search .all_search_link1{
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
  .block_category_list{
    padding-right: 0;
  }
}
@media screen and (max-width:500px){
  .block_category_list .border2{
    width: 116px;
    height: 56px;
  }
  .block_category_list .border2.is-active2{
    padding-top: 8px;
    padding-bottom: 11px;
    width: 116px;
    height: 56px;
  }
  .block_category_list .border2{
    padding-top: 8px;
  }
  .block_category_list{
    margin-bottom: 33px;
    padding-right: 0;
    max-width: 350px;
  }
  .block_category_list .border2.is-active2 .tab{
    width: 104px;
  }
  .block_category_list .border2.is-active2 .tab .tab_text{
    font-size: 12px;
  }
  .block_category_list .border2 .tab{
    width: 104px;
  }
  .block_category_list .border2 .tab .tab_text2{
    font-size: 13px;
  }
  .block_category_list .tab_text{
    font-size: 13px;
  }
  .click_tab2.is-show2{
    padding-left: 0;
  }
  .block_category_list .border .tab{
    padding: 5px;
  }
  .block_category_list .border2 .tab{
    padding: 5px;
  }
  .search_are{
    max-width: 273px;
  }
  .search_are a{
    width: 125px;
  }
  .all_search1{
    margin-top: 0px;
  }
  .search_tub_all{
    margin-top: 0;
  }
}
@media screen and (max-width:800px){
  .search-box{
    display: block;
  }
  .termslist2{
    margin-top: 16px;
  }
  .termslist3{
    justify-content: center;


  }
  .termslist3 a{
    width: 100%;
  }
  .termslist3 a .search-text{
    width: 246px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 17px;
    margin-bottom: 15px;
  }
  .office_item{
    margin-right: auto;
    margin-left: auto;
  }
  .office_item.right_margin{
    margin-right: auto;
  }
}
@media screen and (max-width:500px){

  .termslist1-1 .sopAB1{
    width: 103px;
  }
  .all_search .all_search_link1{
    margin-top: 0;
  }
/*
  .office_link1{
    max-width: 345px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 23px;
  } */
  .office_item.right_margin{
    margin-right: auto;
  }
  .office_item{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    margin-bottom: 30.5px;
    max-width: 350px;
    width: 100%;
  }
  .office_item:last-of-type{
    margin-bottom: 39.5px;
    margin-right: auto;
  }
  .office_img{
    max-width: 321.75px;
    /* margin-right: auto; */
    margin-left: auto;
    height: 266px;
  }

  .office_img img{
    height: 100%;
  }
  .office_item .update{
    left: -2px;
    top: -2px;
  }
  .office_item::after{
    width: 100%;
    left: 0px;
  }
  .office_item::before{
    height: 360px;
    left: 7px;
  }
  .office_img .img_text{
    top: 206px;
  }
  .contact{
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    justify-content: space-between;
  }
  .contact_btn .contact_text{
    font-size: 16px;
    width: 120.75px;
    height: 53px;
    margin-right: 0px;
    padding-top: 6px;
    padding-left: 5px;
  }
  .office_info2{
    /* margin-left: -20px; */
    margin-right: 10px;
    width: 55%;
    margin-top: 0;
    /* margin-bottom: 5px; */
  }
  .office_add{
    margin-bottom: 10px;
  }
  .office_number{
    /* font-size: 10px; */
    margin-top: 0;
    margin-bottom: 5px;
  }
  .all_search{
    margin-top: 1px;
  }
  .search-box{
    margin-bottom: 23px;
  }
  .recommend_office{
    margin-top: 47.9px;
  }
}
/* ranking */
.ranking{
height: 421px;
  background-color: #2E2E2E;
  margin-top: 50px;
  margin-bottom: 200px;
}
.ranking-title{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 56px;
  color: #fff;
}
.ranking-title h2{
  max-width: 267px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 49px;
  padding-right: 40px;
  font-size: 56px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
.ranking-title h2 img{
  width: 48px;
  margin-right: 33px;
}

.group{
  position: relative;
  top: 42px;
  display: flex;
  max-width: 1151px;
  justify-content: space-between;
  margin: 0 auto;
  /* margin-left: 10px; */
}
.ranking_section{
  width: 48%;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .3);
  margin-left: -4px;
}
.ranking_section2{
  margin-right: 5px;
}
.ranking_item{
  max-width: 553px;
  height: 150px;
}
.ranking_item a{
  display: flex;
 background-color: #fff;
  height: 150px;
  border-top: 1px solid #D1D1D1;
  max-width: 553px;
}
.ranking_item a:hover{
  opacity: 1;
  background-color: #fff;
}
.ranking_img{
  max-width: 209px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content: center;
  overflow:hidden;
}
.ranking_img .tiara{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 63px;
}
.ranking_add{
  padding-top: 20px;
  padding-left: 23px;
  letter-spacing: 0.8px;
  padding-bottom: 10px;
  transition: .3s;
}

.ranking_add .add_title{
  font-size: 20px;
  font-weight: bold;
}
.ranking_add .add_number{
  /* font-size: 18px; */
  font-size: 17px;
  margin-top: 3px;
  padding-bottom: 7px;
}
.ranking_contact{
  font-size: 18px;
  color: #000;
  background-color: #FFC743;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 53px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: -1px;
  padding-left: 4px;
}
.ranking_add .ranking_contact:hover{
  opacity: 0.7;
  transition: .3s;
}
@media screen and (max-width:950px){
  .ranking_add .add_title{
    font-size: 15px;
  }
  .ranking_contact{
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:800px){
  .ranking{
    display: none;
  }
  .group{
    display: block;

  }
  .ranking_section{
    width: 95%;

    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .ranking_item{
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    /* height: 127px; */
    box-sizing: border-box;
  }
  .ranking_item:last-of-type{
    border-bottom: 1px solid #D1D1D1;
  }
}


/* select */
.select{
  padding-top: 76px;
  margin-bottom: 92px;
}
.select_item{
  display: flex;
  padding-top: 6px;
  margin-bottom: 102px;
  height: 512px;
}
.select_item1{
  display: flex;
  flex-direction: row-reverse;
}
.select_item_img{
  width: 60%;
  position: relative;
  max-width: 833px;
  display:flex;
  justify-content: center;
  align-items:center;
}
/* .select_text1{
margin-left: 4.7rem;
}
.select_text2{
margin-right: 4.7rem;
} */
.select_text1,
.select_text2{
  margin-left: 3rem;
  margin-right: 3rem;
}
.select_text{
  width: 40%;
  /* max-width: 350px; */
  max-width:600px;
  padding-top: 49px;
  box-sizing: border-box;
}
.select_item_img .img_text{
  position: absolute;
  top: 340px;
  right: 0px;
  padding-left: 16px;
  font-size: 60px;
  line-height: 65px;
  background-color: #fff;
  font-weight: bold;
  /* margin-right: -27px; */
  /* object-fit: contain; */
  /* margin-right: -27px; */
}
.select_recomend{
  font-size: 16px;
  /* margin-bottom: 35px; */
  margin-bottom:20px;
  font-weight: bold;
}
.select_title{
  /* font-size: 32px; */
  font-size: 300%;
  margin-bottom: 28px;
  font-weight: bold;
  line-height: 1.65;
}
.select_info{
  font-size: 15px;
  margin-bottom: 59px;
  font-weight: bold;
  line-height: 1.7;
}
.select_text a{
  text-align: right;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.select_text a p{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #DCDCDC;
  /* padding-top: 5px; */
  padding-bottom: 17px;
  margin-right: -4px;
  margin-top: -6px;
}
.select_text a p img{
margin-left: 23px;
width: 36px;
}
@media screen and (max-width:1200px){
  .select_text{
    padding-top: 30px;
  }
  .select_item_img .img_text{
    top: 280px;
    /* top: 45%; */
  }
  .select_recomend{
    margin-bottom: 36px;
  }
  .select_info{
    margin-bottom: 30px;
  }

}
@media screen and (max-width:1140px){
  .select_text{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .select_item_img .img_text{
    /* top: 260px; */
  }
  .select_item_img .img_text{
    font-size: 50px;
  }
}
@media screen and (max-width:800px){
  .select{
    display: none;
  }

}
/* =======================================
  下部リンクボタン
======================================= */
.footer_all_search{
  display: none;
}
@media (max-width: 800px) {
  .footer_all_search{
    display: block;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 324px;
    margin-right: auto;
    margin-left: auto;

  }
  .footer_all_search .footer_all_search {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E2E2E;
    color: #fff;
    width: 376px;
    height: 75px;
    border-radius: 5px;
    margin-left: 190px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
    margin-top: -17px;
  }
}

/* footer */
.footer{
  padding-top: 115px;
  background-color: #2E2E2E;
  padding-bottom: 141px;
}
.footer_link{
  max-width: 929px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

  margin-top: 60px;
  margin-bottom: -100px;
}
.footer_link .link_cord .time{
  background-color: #F8F8F8;
  max-width: 271px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 18px;
}
.link_cord{
  width: 32%;
  max-width: 297px;
  height: 143px;
  text-align: center;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 12px;
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
}
.link_cord_title{
  background-color: #000;
  color: #fff;
  max-width: 271px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  border-radius: 40px;
}
.link_number{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.link_number img{
  padding-top: 5px;
  padding-right: 5px;
}
.link_number .tell_number{
  font-family: 'Oswald', sans-serif;
  font-size: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .link_number .tell_number {
    font-size: 37px;
  }
  .footer_link .link_cord .time{
    margin-top: -7px;
  }
  .line_info{
    margin-top: 0;
    margin-bottom: 0;
  }
  .account_get{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.line_info{
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 8px;
  /* padding-right: 10px; */
  /* padding-left: 1px; */
  letter-spacing: 0.9px;
}
.link_cord a{
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
}
.mt-only{
  margin-top: -5px;
}
.link_cord a .line{
  color: #25CF2A;
  font-size: 39px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  /* margin-right: 0px; */
  /* padding-left: 20px; */
  /* padding-bottom: 10px; */
  padding-left: 20px;
  margin-top: -5px;

}
.link_cord a .line_get{
  background-color: #25CF2A;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  width: 155px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}
.account_get{
  background-color: #E5BF00;
  width: 89%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  height: 49px;
  margin-top: -5px;
}
.footer_logos{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
}
.footer_logo{
  width: 200px;
  font-size: 64px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 49px;
  padding-left: 13px;
}
.footer_logo span{
  font-size: 28px;
  padding-left: 7px;
}
.copyright{
  text-align: center;
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
}
@media screen and (max-width:800px){
  .footer_link{
    display: block;
    margin-bottom: 50px;
  }
  .link_cord{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .footer{
    padding-top: 32px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width:500px){
.copyright{
  margin-top: 18px;
}
  .footer_link{
    margin-top: 41px;
    margin-bottom: 62px;
  }

  .footer_logos{
    padding-left: 20px;
  }
  .footer_link .link_cord .time{
    /* padding-top: 8px; */
    margin-top: 1px;
  }
  .link_cord{
    margin-bottom: 25px;
  }
  .link_cord a{
    justify-content: center;
  }
  .link_cord a .line{
    margin-right: 20px;
    padding-bottom: 5px;
  }
  .line_info{
    margin-top: 0;
    margin-bottom: 10px;
  }
  .link_cord a .line_get{
    /* padding-left: 8px; */
    font-size: 24px;
  }
  .footer{
    padding-top: 9px;
  }
  .footer_logo{
    width: auto;
    padding-left: 0;
    padding-right: 12px;
    font-size: 50px;
    line-height: 1;
    /* margin-bottom: -20px; */
  }
  .footer_logo span{
    font-size: 22px;
    /* margin-bottom: -40px; */
  }
}

/* sp-menu */
.sp-menu{
  display: none;
}
@media screen and (max-width:800px){
  .sp-menu{
    background-color: #2E2E2E;
    position: sticky;
    z-index: 9998;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center;
    border-top: 1px solid #707070;
    height: 65px;
  }
  .sp-menu a{
    color: #fff;
    /* padding-bottom: 10px; */
    height: 100%;
  }

  .search_btn{
    width: 22%;
    font-size: 11px;
    border-right: 1px solid #707070;
    padding-top: 13px;
    margin: 0;
    text-align: center;
  }
  .search_btn1{
    width: 21%;
    font-size: 11px;
    border-right: 1px solid #707070;
    padding-top: 13px;
    margin: 0;
    text-align: center;
    padding-right: 10px;
  }
  .search_btn:first-of-type{
    padding-right: 0;

  }
  .sp-menu-text{
    padding-top: 5px;
  }
  .contact_number{
    width: 38%;
    font-size: 12px;
    text-align-last: left;
    padding-left: 10px;
    padding-top: 5px;
  }
  .sp-tell{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;

  }
  .sp-tell img{
    padding-top: 3px;
    padding-right: 3px;
  }
  .menu-sp{
    width: 15%;
    border-left: 1px solid #707070;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-icon img{
    width: 33px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width:500px){
  .search_btn1{
    padding-right: 5px;
  }
}

@media (max-width: 320px) {
  .fv-img h2 .fv-text1{
    padding-right: 0;
    padding-left: 0;
    font-size: 30px;
  }
  .fv-img h2 .fv-text2{
    font-size: 30px;
    width: 170px;
  }
}


/* TOP */
.mainvisual {
  /* max-width: 1400px; */
  margin: 0 auto;
  /* display: flex; */
  align-items: center;
}

.mainvisual-inner {
  width: 100%;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .mainvisual-inner {
    flex-direction: column-reverse;
  }
}

.mainvisual_textarea {
  width: 31%;
  margin-right: 4%;
}

@media screen and (max-width: 800px) {
  .mainvisual_textarea {
    width: 90%;
    margin: 0 auto;
  }
}

.mainvisual_textarea_title {
  text-align: right;
  margin-top: 100px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .mainvisual_textarea_title {
    text-align: center;
  }
}

.mainvisual_textarea_title p {
  font-size: 63px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.mainvisual_textarea_title h2 {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .mainvisual_textarea_title h2 {
    font-size: 26px;
  }
  .mainvisual_textarea_title,
  .mainvisual_textarea_text {
    display:none;
  }
}

.mainvisual_textarea_text {
  font-size: 16px;
  line-height: 1.6;
}

.mainvisual_imgarea {
  width: 65%;
}

@media screen and (max-width: 800px) {
  .mainvisual_imgarea {
    width: 100%;
  }
}

.mainvisual_imgarea_item {
  position: relative;
  height: 500px;
  margin: 0 10px;
}

.mainvisual_imgarea_item::after {
  position: absolute;
  content: "";
  background-image: url("/rakna/img/new_icon.svg");
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 500px) {
  .mainvisual_imgarea_item {
    height: 300px;
  }
}

.prev-arrow {
  left: 18%;
}

.next-arrow {
  right: 18%;
}

.mainvisual_imgarea_item img {
  object-fit: cover;
  height: 100%;
}

.mainvisual_imgarea-textbox {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

@media screen and (max-width: 500px) {
  .mainvisual_imgarea-textbox {
    font-size: 14px;
  }
}

.recommend_office_area {
  max-width: 1310px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.recommend_office_area h2 {
  font-size: 32px;
  font-weight: bold;
  margin-left: 30px;
}

.recommend_office_items {
  display: block;
  margin-top: 60px;
  padding-left:10px;
  width:100%;
}
@media screen and (max-width: 500px) {
  .recommend_office_area h2 {
    font-size: 24px;
  }
  .recommend_office_items {
    margin-top:30px;
  }
}

.recommend_office_item {
  width: 100%;
  min-width:1200px;
  margin-bottom: 40px;
  padding-right:10px;
}

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

.recommend_office_item_info a {
  display: flex;
  justify-content: space-between;
  width: 61.5%;
}

.recommend_office_link1 {
  width: 45.5%;
}

.recommend_office_img {
  height: 266px;
  position: relative;
}

.recommend_office_img::after {
  position: absolute;
  content: "";
  background-image: url("/rakna/img/new_icon.svg");
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}

.recommend_office_img img {
  height: 100%;
}

.recommend_office_link2 {
  width: 49%;
  display: flex;
  align-items: center;
}

.recommend_office_item_detail {
  width: 36%;
}

.recommend_office_item_detail_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 16px;
}

.recommend_office_item_detail_list {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

.recommend_office_item_detail_list dl {
  width: 48%;
}

.recommend_office_item_detail_list dl dt {
  float: left;
  font-weight: bold;
  width: 30%;
  height: 46px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.recommend_office_item_detail_list dl dd {
  height: 46px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.office-detail-contact {
  display: flex;
  margin-top: 20px;
}

.office-detail-contact-btn {
  font-weight: bold;
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center !important;
  color: #000;
  background-color: #ffc743;
  padding-top: 16px;
  padding-bottom: 10px;
  border-radius: 3px;
  font-size: 18px;
  margin-right: 12px;
  margin-left: 6px;
  height: 53px;
  padding-left: 2px;
}

.office-detail-contact-detailbtn {
  margin-right: 6px;
  color: #fff;
  background-color: #2e2e2e;
}

@media screen and (max-width: 800px) {
  .recommend_office_items {
    overflow-x:auto;
  }

  .recommend_office_item_info a {
    /* display: block; */
    display: flex;
  }

  .recommend_office_link1 {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .recommend_office_img {
    height: 100%;
  }

  .recommend_office_link2 {
    width: 100%;
    justify-content: center;
    /* margin-top: 20px; */
  }

  .recommend_office_item_detail_list {
    display: block;
  }

  .recommend_office_item_detail_list dl {
    width: 100%;
  }

  /* .office-detail-contact {
    display: block;
  } */

  .office-detail-contact-btn {
    display: flex !important;
  }

  .office-detail-contact-btn,
  .office-detail-contact-detailbtn {
    margin-right: auto;
    margin-left: auto;
  }

  /* .office-detail-contact-detailbtn {
    margin-top: 20px;
  } */

  .office_item::before {
    height: 103%;
  }
}

/* @media screen and (max-width: 500px) {
  .recommend_office_item_info {
    display: block;
    padding-left: 15px;
    max-width: 342px;
    margin-right: auto;
    margin-left: auto;
  }

  .recommend_office_item_info a {
    width: 100%;
  }

  .recommend_office_img {
    max-width: 321.75px;
    height: 266px;
  }

  .recommend_office_item_detail {
    width: 100%;
    margin-top: 20px;
  }

  .recommend_office_detail_tag {
    padding-left: 15px;
  }
} */

@media screen and (max-width: 500px) {
  .recommend_office_item_info {
    /* display: block; */
    display: flex;
    padding-left: 15px;
    /* max-width: 342px; */
    margin-right: auto;
    margin-left: auto;
  }

  /* .recommend_office_item_info a {
    width: 100%;
  } */

  .recommend_office_img {
    max-width: 321.75px;
    height: 266px;
  }

  /* .recommend_office_item_detail {
    width: 100%;
    margin-top: 20px;
  } */

  .recommend_office_detail_tag {
    padding-left: 15px;
  }
}

.recommend_office_detail_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 19px;
}

.recommend_office_detail_tag a {
  font-size: 11px;
  font-weight: bold;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid #707070;
  margin-right: 10px;
  margin-bottom: 18px;
}

.all_search {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 500px) {
  .all_search {
    margin-top: 80px;
  }
}

.all_search .all_search_link1 {
  margin-right: auto;
  margin-left: auto;
}

.cta-btn {
  background-color: #f25252;
  color: #fff;
}

.block_category_list .border .tab,
.block_category_list .border2 .tab {
  padding: 5px 4px;
  width: 145px;
}

@media screen and (max-width: 500px) {
  .block_category_list .border .tab,
  .block_category_list .border2 .tab {
    width: 109px;
}

  .block_category_list .border .tab .tab_text2,
  .block_category_list .border2 .tab .tab_text2 {
    font-size: 12px;
  }
}

.whats_setup {
  margin-bottom: 100px;
}

.whats_setup .whats_title {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .whats_setup .whats_title {
    padding-top: 120px;
    top: 0;
    width: 85%;
  }

  .whats_setup .whats_title .whats {
    top: 50px;
  }

  .whats_setup .whats_setup_text {
    margin-top: 60px;
  }

  .whats_setup .whats_setup_text .text_text {
    max-width: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .whats_setup .whats_title {
    top: 80px;
  }

  .whats_setup .whats_setup_text {
    margin-top: 120px;
  }

  .whats_title .whats_subtitle {
    font-size: 20px;
  }
}

.mainvisual_popular {
  margin-top: 65px;
  font-family: 'Noto Sans JP', sans-serif;
}

.mainvisual_popular_title {
  font-size: 25px;
}

.mainvisual-button-area {
  text-align: center;
}

.mainvisual-button-items {
	display: flex;
  justify-content: center;
}

.btn-login {
	width: 25%;
  max-width: 343px;
	background: #F25252;
	padding: 17px 10px;
	border-radius: 9px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.26);
  font-family: 'Noto Sans JP', sans-serif;
}

.btn-login.list {
	background: #F29100;
	margin-left: 60px;
}

.btn-login a {
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 800px) {
  .mainvisual-button-items {
    display: block;
  }

  .btn-login {
    width: 50%;
    margin: 0 auto;
  }

  .btn-login.list {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 500px) {
  .btn-login {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.searchBox {
  background: #EFEFEF;
  margin-top: 45px;
}

.searchBox-2 {
  background: #fff;
  margin-bottom: 20px;
}

.sectionInner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.srcterms {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 38px 0px;
}

.termslist1 {
  display: block;
  width: 44%;
}

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

.termslist1-2 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  width: 14%;
  justify-content: center;
}

.termslist2 {
  height: 90px;
  margin: 0;
}

.srcterms-text {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin-bottom: 16px;
}

.fopsearch1 {
  -webkit-appearance: none;
  font-size: 18px;
  padding: 16px 20px;
  background: #FFC743;
  border: none;
  border-radius: 7px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color:#000;
}

@media screen and (max-width: 800px) {
  .srcterms {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .srcterms {
    display: block;
  }

  .termslist2 {
    width: 100%;
  }

  .termslist1 {
    width: 100%;
    margin-top: 40px;
  }

  .termslist3 {
    margin-top: 40px;
  }

}

.popular {
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
  max-width: 1000px;
  border-top: 1px solid #3D3D3D;
  display: block;
}

.popular_title {
  width: 100%;
  display: block;
  text-align: center;
  position: static;
}

.popular_title::after {
  content: none;
}

.popular_tag {
  margin: 0 auto;
  justify-content: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
}

.popular_tag a {
  width: auto;
  max-width: none;
  padding: 5px 14px;
  border: none;
  border-radius: 0;
  background: #EEEEEE;
  margin-right: 11px;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}

.popular-area.afterLogin {
  max-width: 1000px;
  margin: 0 auto;
}

.popular-2 {
  padding-top: 80px;
  border-top: none;
}

.popular-area {
  display: none;
}

.popular-area.afterLogin {
  display: block;
}

.popular_tagonly {
  max-width: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 800px) {
  .popular_tag {
    max-width: 650px;
  }

  .popular_tag a {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .popular {
    padding-top: 100px;
  }

  .popular-2 {
    padding-top: 0;
    margin-bottom: 0;
  }

  .popular_tag {
    justify-content: center;
  }

}

.cta-members {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 500px) {
  .cta-members {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cta-content {
    display: block;
    text-align: center;
  }
}

.cta-info-text {
  font-size: 24px;
  font-weight: bold;
}

.cta-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .cta-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}

.cta-item:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 500px) {
  .cta-item:not(:last-child) {
    margin-right: 15px;
  }
}
.cta-item:last-child {
  text-align: center;
}

.cta-item-text {
  padding-top: 14px;
  font-size: 15px;
  font-weight: bold;
}

.cta-btnarea {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  .cta-btnarea {
    margin-top: 50px;
  }
}

.cta-btn-text {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 224px;
}
@media screen and (max-width: 800px) {
  .cta-btn-text {
    margin: 0 auto;
  }
}
.cta-btn-text::before, .cta-btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: black;
}
.cta-btn-text::before {
  left: 10%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.cta-btn-text::after {
  right: 10%;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.cta-btn-emphasis {
  font-size: 24px;
}

.cta-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 31px;
  border-radius: 3px;
  background-color: #F25252;
  margin-top: 15px;
  display: inline-block;
}

.ranking {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .ranking_section2 {
    display: none;
  }
}

.select {
  max-width: 1200px;
  margin: 0 auto;
}

.office_number_area {
  display: flex;
  font-size: 16px;
}

.office_number_head {
  font-weight: bold;
  margin-right: 10px;
}

.add_title_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  position: relative;
}

.add_title_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.office_viewadd .add_title {
  padding-bottom: 0;
}

.add_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
}

.add_title_deco {
  font-size: 20px;
  font-weight: bold;
}

.add_title_tsubo {
  font-weight: bold;
  font-size: 28px;
}

.office_viewadd .add_title::after {
  content: none;
}

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

.other dl {
  max-width: 223px;
  width: 100%;
}

.other dl dt {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  padding-left: 5px;
}

.other dl dd {
  font-size: 16px;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0;
  margin-inline-start: 0;
  padding-right: 5px;
}

/* é¢ç©select */
* {
	/* position: relative; */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-color: inherit;
}

.cp_ipselect {
	display: block;
	/* width: 200px; */
	width: 100%;
	height: 100%;
	z-index: 90;
  position: relative;
}
.cp_ipselect ul {
	list-style: none;
	padding: 0;
}
.cp_ipselect input {
	color: inherit;
	font: inherit;
	margin: 0;
	background: transparent;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	display:none;
}
.cp_sl,
.cp_sl01,
.cp_sl02 {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: white;
	/* position: relative; */
}

.cp_sl_expand,
.cp_sl01_expand,
.cp_sl02_expand {
	width: 0;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.cp_sl_expand::after,
.cp_sl01_expand::after,
.cp_sl02_expand::after {
	position: absolute;
	top: 1.2em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	        transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	        transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	z-index: 2;
	opacity: 0.6;
}
.cp_sl_expand:hover::after,
.cp_sl01_expand:hover::after,
.cp_sl02_expand:hover::after {
	opacity: 1;
}
.cp_sl_expand:checked::after,
.cp_sl01_expand:checked::after,
.cp_sl02_expand:checked::after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
	        transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.cp_sl_expandLabel,
.cp_sl01_expandLabel,
.cp_sl02_expandLabel {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 0;
	background-image: url(/rakna/img/arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 9px 4px;
	box-sizing: border-box;
}
.cp_sl_close,
.cp_sl01_close,
.cp_sl02_close {
	display: none;
}
.cp_sl_closeLabel,
.cp_sl01_closeLabel,
.cp_sl02_closeLabel {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.cp_sl_items,
.cp_sl01_items,
.cp_sl02_items {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #A9A9A9;
	padding-top: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.cp_sl_input,
.cp_sl01_input,
.cp_sl02_input {
	display: none;
}
.cp_sl_label,
.cp_sl01_label,
.cp_sl02_label {
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	        transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	display: block;
	height: 0;
	line-height: 40px;
	overflow: hidden;
	color: #3e3e3e;
	background-color: #ffffff;
	cursor: pointer;
	padding-left: 20px;
}
.cp_sl_placeholder,
.cp_sl01_placeholder,
.cp_sl02_placeholder {
	height: 40px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: transparent;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
}
.cp_sl_expand:checked + .cp_sl_closeLabel,
.cp_sl01_expand:checked + .cp_sl01_closeLabel,
.cp_sl02_expand:checked + .cp_sl02_closeLabel {
	display: block;
}
.cp_sl_expand:checked + .cp_sl_closeLabel + .cp_sl_options .cp_sl_label,
.cp_sl01_expand:checked + .cp_sl01_closeLabel + .cp_sl01_options .cp_sl01_label,
.cp_sl02_expand:checked + .cp_sl02_closeLabel + .cp_sl02_options .cp_sl02_label {
	height: 40px;
}
.cp_sl_expand:checked + .cp_sl_closeLabel + .cp_sl_options .cp_sl_label:hover,
.cp_sl01_expand:checked + .cp_sl01_closeLabel + .cp_sl01_options .cp_sl01_label:hover,
.cp_sl02_expand:checked + .cp_sl02_closeLabel + .cp_sl02_options .cp_sl02_label:hover {
	background-color: #d6d6d6;
}
.cp_sl_expand:checked + .cp_sl_closeLabel + .cp_sl_options + .cp_sl_expandLabel,
.cp_sl01_expand:checked + .cp_sl01_closeLabel + .cp_sl01_options + .cp_sl01_expandLabel,
.cp_sl02_expand:checked + .cp_sl02_closeLabel + .cp_sl02_options + .cp_sl02_expandLabel {
	display: none;
}
.cp_sl_input:checked + .cp_sl_label,
.cp_sl01_input:checked + .cp_sl01_label,
.cp_sl02_input:checked + .cp_sl02_label {
	height: 40px;
	margin-top: -40px;
}

/** Custom Select **/
.area-select {
  width: 100%;
}

.lowerRequest-select {
  width: 100%;
}

.upperRequest-select {
  width: 100%;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px 0 22px;
  font-size: 16px;
  color: #a9a9a9;
  line-height: 40px;
  background: #fff;
  cursor: pointer;
  height: 40px;
  border: 1px solid #a9a9a9;
  font-weight: 700;
}

/* @media screen and (max-width: 800px) {
  .custom-select-trigger {
    padding-right: 60px;
  }
} */

.custom-select-trigger::after {
  /* position: absolute;
  display: block;
  content: url(/rakna/img/arrow-down.png);
  width: 9px;
  height: 4px;
  top: 0;
  right: 25px;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0; */
  position: absolute;
  display: block;
  content: "";
  background-image: url(/rakna/img/arrow-down.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 9px 4px;
  width: 100%;
  height: 40px;
  top: 0;
  right: 10px;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select-trigger.custom-select-selected {
  color: #3e3e3e;
}

.custom-select-trigger.opened {
  border-bottom: none;
}

.custom-select-trigger.custom-select-selected::after {
  content: none;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #a9a9a9;
  border-top: none;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 10;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #d6d6d6
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 700;
  color: #3e3e3e;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

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

.custom-option:hover,
.custom-option.selection {
  background: #d6d6d6;
}

/* è©³ç´° */
.detail-main {
  margin-top: 70px;
}

.office-title.detail_office-title {
  display: block;
}

.mainvisual_popular_tag {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}

.mainvisual_popular_tag a {
  padding: 4px 13px;
  background: #eee;
  width: auto;
  margin-right: 11px;
  margin-bottom: 20px;
}

.mainvisual_popular_tag a p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .office-title.detail_office-title {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.office-info-number {
  display: flex;
  align-items: center;
}

.onlymemberinfo {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
  background-color: #f29100;
  margin-right: 12px;
}

.office-number {
  font-size: 16px;
}

.office-info-title {
  display: flex;
  font-size: 35px;
  font-weight: bold;
  margin-top: 12px;
}

.area-list-wrapper .area_tag{
  justify-content: center;
}

.area-list-wrapper.wrapper {
  margin-bottom: 50px;
}

.tag-wrap .popular_tag{
  max-width: 1145px;
}

.tag-wrap .popular_tag ul{
  display: flex;
  flex-wrap: wrap;
}

section#blogs h3 {
  margin-bottom: 30px;
}

section#blogs ul.ul-flex {
  display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}

section#blogs ul.ul-flex li.office_item.blog {
  width: 23%;
}

p.ttl-b {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}

section#blogs .contact {
  justify-content: center;
}

section#blogs .contact_btn .contact_text {
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #FFC743;
  padding-top: 8px;
  padding-bottom: 6px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 19px;
  height: auto;
  padding-left: 2px;
}

section#blogs .all_search{
    margin: 50px auto;
}

.detailimg_tub div#accessMap {
  max-width: 1133px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  margin-top: -40px;
}

.detailimg_tub div#accessMap iframe {
  width: 100%;
  border: none;
}

.service-list-wrap {
  max-width: 1200px;
  margin: 0px auto;
}

.service-list-wrap .service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  justify-content: space-between;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.service-list-wrap .service-list a {
  display: inline;
  text-decoration: underline;
}

.service-list-wrap .service-list a:first-child {
  font-size: 18px;
}

.service-list-wrap .service-list .item {
  width: 23%;
}

@media screen and (max-width: 1000px){
  section#blogs ul.ul-flex li.office_item.blog {
    width: 45%;
  }

  .service-list-wrap .service-list .item {
    width: 45%;
    margin-bottom: 30px;
  }

  .service-list-wrap {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
  }
}

  @media screen and (max-width: 500px) {
  .office-info-title {
    display: block;
  }

    .detailimg_tub div#accessMap{
      margin-top: 0px;
    }

    .all_search {
      margin-top: 25px;
      margin-bottom: 25px;
    }

  .mainvisual_popular_title {
    text-align:center;
  }

  .mainvisual_popular_tag {
    justify-content: center;
  }

  .tag-wrap .popular_tag {
    max-width: 1145px;
    width: 95%;
  }

  .tag-wrap .popular_tag a{
    font-size: 12px;
    margin-bottom: 7px;
  }

    section#blogs ul.ul-flex li.office_item.blog {
      width: 100%;
    }

    section#blogs ul.ul-flex li.office_item.blog .blog-content {
      padding-left: 25px;
    }

    .service-list-wrap .service-list .item {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
    }

}

.office-place {
  margin-right: 16px;
}

.office-info-station {
  font-size: 20px;
  font-weight: bold;
}

.office-contact {
  width: 28%;
}

.office-contact-title {
  padding-bottom: 10px;
}

a.document-request {
  width: 100%;
  max-width: 275px;
  height: 61px;
  background-color: #F29100;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}

a.zoom-contact.detail_zoom-contact {
  background-color: #f29100 !important;
}

.detial_first-office-info::after {
  display: none;
}

.detail_office-imge {
  max-width: 1145px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {

  .detail_office-imge {
    display: block;
  }

  .detail_office-imge .office-drawing {
    display: block;
    width: 100%;
  }
  .office-imge .office-drawing a {
    overflow:hidden;
  }

  .detial_first-office-info {
    order: 0;
  }
}

.detailimg_tub {
  margin-top: 38px;
  width: 100%;
  border-left: 1px solid #dcdcdc;
}

.detailimg_block_category_list {
  max-width: 1145px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 31px;
}

@media screen and (max-width: 1439px) {
  .detailimg_block_category_list {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.detailimg_block_category_list .detailimg_border,
.detailimg_block_category_list .detailimg_border2 {
  width: 50% !important;
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

.detailimg_block_category_list .detailimg_border .tab,
.detailimg_block_category_list .detailimg_border.detailimg_border_is-active .tab,
.detailimg_block_category_list .detailimg_border2 .tab,
.detailimg_block_category_list .detailimg_border2.detailimg_border2_is-active .tab {
  width: 80%;
}

.detailimg_block_category_list .detailimg_border.detailimg_border_is-active,
.detailimg_block_category_list .detailimg_border2.detailimg_border2_is-active {
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 13px;
}
.detailimg_block_category_list .detailimg_border::after,
.detailimg_block_category_list .detailimg_border2::after {
  left: 0;
  width: 100%;
  content: "";
  display: block;
  /* width: 102%; */
  height: 1px;
  background-color: #858585;
  position: absolute;
  bottom: 0;
  /* left: -2px; */
}

.detailimg_block_category_list .detailimg_border.detailimg_border_is-active::after,
.detailimg_block_category_list .detailimg_border2.detailimg_border2_is-active::after {
  display: none;
}

.detailimg_block_category_list .detailimg_border .tab,
.detailimg_block_category_list .detailimg_border2 .tab {
  background-color: #dcdcdc;
  color: #000;
  /* padding: 5px 10px; */
  text-align: center;
  border-radius: 40px;
  /* width: 137px; */
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.detailimg_block_category_list .detailimg_border.detailimg_border_is-active .tab,
.detailimg_block_category_list .detailimg_border2.detailimg_border2_is-active .tab {
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.detailimg_block_category_list .detailimg_border,
.detailimg_block_category_list .detailimg_border2 {
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

.detailimg_block_category_list .tab_text {
  font-size: 16px;
  font-weight: bold;
}

.detailimg_click_tab,
.detailimg_click_tab2 {
  display: none;
}

.detailimg_click_tab.detailimg_border_is-show,
.detailimg_click_tab2.detailimg_border2_is-show {
  display: block;
  padding-right: 28px;
  padding-left: 28px;
}

.detail_office_videoarea {
  max-width: 1145px;
  /* margin-right: auto;
  margin-left: auto; */
  margin: 50px auto 80px;
  text-align: center;
}

.office_equipment_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1145px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .office_equipment_tag {
    justify-content: space-around;
  }
}

.office_equipment_tag::before {
  content: "";
  display: block;
  width: 13%;
  height: 0;
  order: 1;
}

.office_equipment_tag::after {
  content: "";
  display: block;
  width: 13%;
  height: 0;
}

.office_equipment_tag a {
  border-radius: 5px;
  border: 1px solid #707070;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 13%;
  text-align: center;
}

@media (max-width: 768px) {
  .office_equipment_tag a {
    width: 22%;
  }
}

@media screen and (max-width: 500px) {
  .office_equipment_tag a {
    width: 49%;
  }
}

.office_equipment_tag a:nth-child(n + 8) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .office_equipment_tag a:nth-child(n + 5) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .office_equipment_tag a:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.office_equipment_tag a p {
  font-size: 16px;
  font-weight: bold;
}

.office-detail-registerbtn {
  max-width: 1145px;
  /* margin-top: 34px; */
  margin-top:100px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
  display:flex;
  flex-wrap:wrap;
}

.user_register {
  width: 40%;
  max-width: 454px;
  font-size: 18px;
  font-weight: bold;
  padding: 26px 20px 26px 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #F25252;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.user_register p {
  margin: 0 auto;
  padding-right: 0;
  position: relative;
  width: 100%;
}

.user_register p::after {
  position: absolute;
  content: "";
  background: url(/rakna/img/account.svg)no-repeat center center / contain;
  width: 21px;
  height: 27px;
  right: 0;
}

.doqument-request-btn {
  background: #F29100;
}

.ssp-only {
  display: none;
}

@media screen and (max-width: 1439px) {
  .user_register {
    width: 45%;
  }

  .ssp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .user_register {
    width: 60%;
  }

  .ssp-only {
    display: none;
  }

  .office-detail-registerbtn a {
    margin-bottom:30px;
  }

  .balloon {
    left:-30px;
  }
}

@media screen and (max-width: 500px) {
  .user_register {
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ssp-only {
    display: block;
  }
}

.office_info {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .office_info {
    font-size: 11px;
  }
}

.office_info_detail_secondline {
  padding-top: 5px;
}

@media (max-width: 768px) {
  .detail_second-office-info {
    margin-top: 50px;
  }
}

.contact-tag-box {
	margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .contact-tag-box {
    padding-left: 20px;
  }
}

.contact-tag-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.contact-tag-box ul li {
	margin-top: 8px;
	margin-right: 11px;
}

.contact-tag-box ul li a {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #707070;
}

.detail_property {
  max-width: 1133px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1439px) {
  .detail_property {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .detail_property {
    margin-top: 30px;
  }
}

.recommend_office .office_item::before {
  height: 102%;
}

.office-detail_slider_item {
  margin: 0 11px;
  position: relative;
}

.office-detail_slider_item img {
  max-width: none;
  width: 100%;
  object-fit: cover;
}

/* .office-detail_slider_item::after {
  position: absolute;
  content: "";
  background-image: url("/rakna/img/new_icon.svg");
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;

} */

.office_img {
  position: relative;
}

.office_img::after {
  position: absolute;
  content: "";
  background-image: url("/rakna/img/new_icon.svg");
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}

/* .office-phote {
  position: relative;
}

.office-phote::after {
  position: absolute;
  content: "";
  background-image: url("/rakna/img/new_icon.svg");
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
} */

.office-detail dd.beforeLogin {
  color: transparent;
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.recommend {
  justify-content: center;
}

.office-detail_slider .slick-dots {
  bottom: 3%;
}

.office-detail_slider .slick-dots li button:before {
  opacity: 1;
  color: #b8b8b8;
}

.office-detail_slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.office-detail_slider .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}

.office-detail_slider .prev-arrow {
  left: 5%;
}

.office-detail_slider .next-arrow {
  right: 5%;
}

.cover-limited-wrap.afterLogin {
  display: none;
}

.cover-limited {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
}

.cover-limited-register {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 25px;
  color: #fff;
  background-color: #F25252;
  position: absolute;
  /* bottom: 25%; */
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Noto Sans JP', sans-serif;
}


.cover-limited::before {
  position: absolute;
  content: "";
  background-image: url(/rakna/img/key_big.png);
  width: 15px;
  height: 27px;
  /* top: 36%; */
  top: 28%;
  left: 50%;
}

.top .header{
  left: 50%;
  transform: translatex(-50%);
}

li.mainvisual_imgarea_item.slick-slide a {
  display: inline-block;
  height: 100%;
}

.other_link a.more_btn1 {
  color: #fff;
  background: #2e2e2e;
}

@media screen and (max-width: 500px) {
  .cover-limited-register {
    padding: 5px;
    font-size: 14px;
    bottom: 15%;
    width: 90%;
  }

  .cover-limited::before {
    top: 20%;
  }
}

#fopArea,
#fopArea-2 {
  position: relative;
  z-index: 95;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ */
.member_register_btnarea,
.header_contact_btnarea {
  margin-left: 17px;
}

.member_register_btn,
.header_contact_btn {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  display: flex;
  width: 150px;
  justify-content: center;
}

.member_register_btn p,
.header_contact_btn p {
  margin-right: 10px;
}

.member_register_btn {
  background-color: #F25252;
}

.header_contact_btn {
  background-color: #000;
}

@media screen and (max-width: 1044px) {
  .top-title {
    width: 40%;
    justify-content: left;
    margin-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .member_register_btnarea,
  .header_contact_btnarea {
    margin-left: 0px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 800px) {
  .mainvisual_popular_title {
    font-size: 20px;
  }

  .mainvisual_popular_tag a p {
    font-size: 12px;
  }

  .other dl dd{
    font-size: 14px;
  }

  .add_title_tsubo {
    font-size: 24px;
  }

  .popular_title h3 {
    font-size: 22px;
  }

  .office-info-title {
    font-size: 30px;
  }
}

@media (min-width: 500px) and (max-width: 1300px) {
  .recommend_office_item_info a {
    display: flex;
  }

  .recommend_office_item {
    width: 1310px;
  }

  .recommend_office_items {
    overflow-x: auto;
  }
}

