@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --bs-heading-color: #2c3e50; /* デフォルトの見出し色 */
  --bs-txt-color: #0CBFDE;
  --bs-color-blue: #0CBFDE;
  --bs-shadow-color: rgba(0, 0, 0, 0.16);
  --bs-shadow: 0 10px 20px var(--bs-shadow-color);
  --bs-gradient-color: linear-gradient(to right, #149bde, #4ec9e7);
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.b_color_blue {
	border-color:var(--bs-color-blue)!important;
}
.blue_txt {
	color: var(--bs-txt-color);
}
.blue_bg {
	background-color: var(--bs-color-blue)!important;
}
.gray_bg {
	background-color:#ECECEC!important;
}
.gray-dark_bg {
	background-color:#A5A5A5!important;
}
.green_bg {
	background-color:#00D8BB!important;
}
.orange_bg {
	background-color:#F8AC00!important;
}

.lcz_container_{
  padding-left: 40px;
  padding-right: 40px;
}
.bl_tp_bs_ {
  padding-top: 15.6rem;
}


body {
  color: #001738;
  background-image: url("../images/common/svg/gr_bg_i.svg");
  background-attachment: fixed;
  background-position: left;
}

#Wrapper__.index {
	background-image: url("../images/common/svg/background_img_lcz.svg");
	background-repeat: no-repeat;
    background-size: 2513px;
    background-position: top -200px left -40px;
}

#lcz_logo_ {
  line-height: 1.0;
}

#header_logo_conts {
  display: flex;
  align-items: center;
  padding: 20px;
  max-width: 300px;
  width: 300px;
  height: 84px;
  border:2px solid var(--bs-color-blue);
  border-radius: 50px;
  box-shadow: var(--bs-shadow);
  background-color: #fff;
  top: 45px;
  left: 30px;
  position: fixed;
  z-index: 99;
}
#lcz_catch_ {
  padding:0 10px;
  margin-left: 1.5rem;
  font-size: 16px;
  line-height: 1.2;
}
#lcz_catch_ span {
  display: block;
}

#lcz_nav_conts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 99;
}

#lcz_nav_list_ {
  margin-right: 2.67rem;
  border-radius:50px;
  background-color: #fff;
  border: 2px solid var(--bs-color-blue);
  padding: 15px 40px;
  height: 84px;
  display: flex;
  align-items: center;
  box-shadow: var(--bs-shadow);
}

#lcz_nav_list_ nav > ul {
	display: flex;
	list-style: none;
	grid-gap: 1.37rem;
	padding: 0;
	margin: 0;	
}
#lcz_nav_list_ nav > ul > li {
	
	
}
#lcz_nav_list_ nav > ul > li a {
   color: var(--bs-txt-color);
   font-weight: 500;
}


#lcz_nav_contact_ {
  height: 135px;
  width: 135px;
  background-color: var(--bs-color-blue);	
  display: flex;
  justify-content: center;
  align-items: center;
  border:4px solid #fff;
  border-radius: 50%;
  box-shadow: var(--bs-shadow);

}
#lnc_inner_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
#contact_txt_ {
  padding:10px 0;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}


/*--- Mv ----*/
#Mv_cont {
  height: 100vh;
}
#Mv_head {
  height: calc(100vh - 100px);
  display: flex;
  width: 100%;
  align-items: end;
  flex-wrap: wrap;
}
#Mv_h_tit {
  margin: 5.6667vw 0 0;
  padding: 0 5.666vw;
  color: #ffffff;
}
#Mv_h_tit span{
  font-size: 10.666vw;
  display: block;
  font-weight: bolder;
}
#Mv_h_tit span:nth-of-type(2){
  padding-left: 20.666vw;
}
#Mv_h_desc {
  font-weight: bolder;
  color: #ffffff;
  padding-left: 14.666vw;
  font-size: 4.066vw;
  margin-bottom: 2.6rem;
}

#Mv_company_logo_tags {
  height: 100px;
  background: #ffffff;
  box-shadow: var(--bs-shadow);
  width: 100%;
  overflow: hidden;
}
#typesquare_tags_list {
  background-color: #ffffff;
}
#typesquare_tags_list,
#logo_tags_slider {
  height: 100%;
}
.swiper {
  overflow: hidden;
  height: 120px;
  width: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
#logo_tags_slider .swiper-slide {
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: 0 20px;
  /*border-right: 1px solid #eee;*/
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
.co_txt_ {
	
}


.co_txt_ p {
  margin: 0;
  font-weight: bolder;
  font-size: 20px;
  color: #fff;
}




/*--- About ----*/
#About {
  height: 100vh;
}

#Ac_tilte {
  
}
.lcz_et_ {
  font-size: 3.0rem;
  font-weight: bolder;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
}
.lcz_jt {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  position: relative;
  padding-top: 1.2rem;
  align-items: center;
}
.lcz_jt::before,.lcz_jt::after {
  content: "";
  position: absolute;
}
.lcz_jt::before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: 0;
  left: -30px;
  border: 4px solid #fff;
}
.lcz_jt::after {
  background: #fff;
  width: 400px;
  height: 4px;
  left: -15px;
  top: 7px;
}
.lcz_jt.blue_txt::before {
  border-color: var(--bs-color-blue);
}
.lcz_jt.blue_txt::after {
  background-color: var(--bs-color-blue);	
}

.lcz_ct_ {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 2.4rem;
}
.lcz_dt_ {
  padding-top: 1.4rem;
  font-weight: bold;
}
.ls_ct_ {
  letter-spacing: 0.6rem;
}


#Ac_bg_ {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 1;
}
#Ac_In_w {
  position: relative;
  z-index: 2;
}


.link_btn_white_ {
  border: 2px solid var(--bs-color-blue);
  display: flex;
  width: 200px;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  position: relative;
  color: var(--bs-color-blue);
  box-shadow: var(--bs-shadow);
  transition:  background .3s ease-in-out;
}

.link_btn_blue_ {
  border: 2px solid #fff;
  display: flex;
  width: 350px;
  text-align: center;
  justify-content: center;
  background-color: var(--bs-color-blue);
  height: 60px;
  align-items: center;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-weight: bolder;
  box-shadow: var(--bs-shadow);
  transition:  background .3s ease-in-out;
  margin: 0 auto;
}

.link_btn_block_ {
  border: 2px solid #fff;
  display: flex;
  width: 300px;
  text-align: center;
  justify-content: center;
  background-color: #343434;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-weight: bolder;
  box-shadow: var(--bs-shadow);
  transition:  background .3s ease-in-out;
  margin: 0 auto;
}
.arrow_icon_right_ {
  position: absolute;
  right: 18px;
  line-height: 1.1;
  transition: transform .3s ease-in-out;
}
.target_link_:hover {
	
}
.target_link_:hover .arrow_icon_right_ {
 transform: translateX(10px);
}

/*--- Service ----*/
#Services {
  padding-bottom: 4.6rem;
}
.Sv_conts_tit {
  border-radius: 5px;
  border: 2px solid var(--bs-color-blue);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.Sv_conts_head {
  flex: 0 0 40%;
  text-align: center;
  z-index: 2;
  padding-left: 20px;
}
.Svc_sub_tit {
  padding-top: 0.8rem;
  font-size: 110%;
  font-weight: bold;
}
.Sv_conts_bg {
  flex: 0 0 60%;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
}
.Sv_conts_head::after {
  content: "";
  width: 100%;
  height: 200%;
  top: 50%;
  left: -53%;
  background-color: #fff;
  display: block;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--bs-color-blue);
}

.Sv_conts_bg img {
	display: block;
	object-fit: cover;
	height: 120%;
	width:auto;
}

.Sv_conts_desc {
  padding-top: 1.0rem;
}
.Sv_conts_desc ul {
  list-style: none;
  padding-left: 0;
}
.Sv_conts_desc ul li {
  padding-left: 20px;
  display: flex;
  position: relative;
}
.Sv_conts_desc ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.bl_li_ {
	margin-bottom: 1.6rem;
}
table.Prlis_tb {
    min-width: 1220px;
    width: 100%;
}


/*---Price ----*/
#Price {
  padding-top: 2.6rem;
  padding-bottom: 5.6rem;
}
.x_tit_ {
  text-align: center;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}
.lcz_ct_jt {
  font-size: 2.4rem;
  font-weight: bolder;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 1.4rem;
}
.lcz_ct_jt::after {
  content: "";
  width: 400px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.lcz_ct_jt.bor_blue_::after {
  background: var(--bs-color-blue);
}
.lcz_ct_et {
  font-weight: bolder;
  font-size: 1.4rem;
}
.Pll_wrap_ {
  display: flex;
  justify-content: flex-start;
}
#Pl_list_ {
  overflow-x: scroll;
}
#Pr_list_bl {
  background: #fff;
  padding: 2.5rem 1.5rem;
}
.Pll_table {
 color:  #001738;
}
.Prlis_tb thead th {
  width: 20%;
}
.Prlis_tb th{
	color: #001738;
}
.Prlis_tb th,
.Prlis_tb td{
  padding: .8rem .6rem;
  text-align: center;
  border: 6px solid #fff;
  font-size: 14px;
}
.prl_p.nr_txt{
  font-size: 14px;
  line-height: 1.0!important;
}
.Prlis_tb tbody tr:nth-of-type(2n+1) {
	background-color: #F7F7F7;
}
.Prlis_tb tbody tr th {
	color: #001738;
}

.note_s_ {
  display: block;
  font-size: 80%;
}

.px_w_ {
  padding-top: 2.6rem;
  padding-bottom: 5.6rem;
}


/*---- Features ---*/
.Ft_l_w_ {
  background: rgba(255, 255, 255, 0.4000000059604645);
  padding: 1.5rem;
  border-radius: 10px;
  border:2px solid #fff;
  height: 100%;
}




/*----Company---*/

#Cy_img {
  height: 100%;
  overflow: hidden;
}
#Cy_img img {
	display: block;
	width: auto;
	height: 120%;
	object-fit: cover;
}

#Cy_desc table td, 
#Cy_desc table th {
  font-size: 1.1rem;
  padding:0 1.2rem 1.2rem;
  vertical-align: top;
}
#Cy_desc table td {
  font-weight: 500;
}

/*--- Footer ---*/
body.index #Footer {
  background-color: #fff;
}
#Footer {
  padding-top: 3.6rem;
  background-image: url("../images/common/svg/bg-clow.svg");
  background-position: center top;
}

#Footer_conts {
  margin-top: 0.6rem;
}
.fwq_c_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 1.0rem;
}
.fwq_e_logo_conts {
  text-align: center;
}
.fwq_c_logo {
  max-width: 190px;
  margin: 1.3rem auto;
}
.fwq_e_logo_conts img {
	
}
.fwq_e_link_list {
	margin: 5.6rem 0 2.6rem;
}
.fwq_e_link_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	grid-gap: 1.6rem;
}
.fwq_e_link_list ul > li > a {
	font-size: 14px;
	color: #fff;
}
.fwq_e_link_list ul > li > a:hover {
	text-decoration: underline;
}


#CopyRight_ p {
	font-size: 12px;
	font-weight: 400;
}





/*----Hamburger ---*/
#hamburger_btn {
  position: fixed;
  right: 0;
  top: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--bs-shadow);
  z-index: 999;
}
.stick {
  width: 60px;
  height: 6px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color:  var(--bs-color-blue);
  display: inline-block;
}

.stick:last-child {
  margin-bottom: 0px;
}

.stick-1.open {
  animation: stick-1-open .6s ease-out forwards;
}

.stick-2.open {
  animation: stick-2-open .6s linear forwards;
}

.stick-3.open {
  animation: stick-3-open .6s linear forwards;
}

@keyframes stick-1-open {
  0%   {width: 60px;}
  40%  {background-color: #ff1456; width: 6px; transform: translate(40px, 0px);}
  75%, 80%  {width: 6px; transform: translate(20px, -30px); animation-timing-function: cubic-bezier(0,1,1,1);}
  100% {background-color: #ff1456; width: 0px; transform: translate(25px, 40px);}
}

@keyframes stick-2-open {
  80%  {background-color: var(--bs-color-blue); transform: translate(0px, 0px) rotate(0deg);}
  100% {background-color: #ff1456; transform: translate(2px, 0px) rotate(45deg);}
}

@keyframes stick-3-open {
  80%  {background-color: var(--bs-color-blue); transform: translate(0px, 0px) rotate(0deg);}
  100% {background-color: #ff1456; transform: translate(2px, -20px) rotate(-45deg);}
}

.stick-1.close {
  width: 8px; 
  transform: translate(27px, 26px);
  animation: stick-1-close .6s ease-out forwards;
}

.stick-2.close {
  transform: translate(0px, 0px) rotate(40deg);
  animation: stick-2-close .6s ease-out forwards;
}

.stick-3.close {
  transform: translate(0px, -23px) rotate(-40deg);
  animation: stick-3-close .6s ease-out forwards;
}

@keyframes stick-1-close {
  0%, 70% {width: 0px;}
  100%    {width: 60px; transform: translate(0, 0);}
}

@keyframes stick-2-close {
  0%   {background-color: #ff1456; width: 60px;}
  20%  {background-color: #ff1456; width: 6px; transform: translate(0, 0px) rotate(40deg);}
  40%  {background-color: var(--bs-color-blue); width: 0px;}
  65%  {transform: translate(0, -60px); animation-timing-function: cubic-bezier(0,1,1,1);}
  80%  {width: 0px;}
  100% {width: 60px; transform: translate(0, 0px);}
}

@keyframes stick-3-close {
  0%   {background-color: #ff1456; width: 60px;}
  20%  {background-color: #ff1456; width: 6px; transform: translate(0, -23px) rotate(-40deg);}
  40%  {background-color: var(--bs-color-blue);}
  65%  {transform: translate(0, -93px); animation-timing-function: cubic-bezier(0,1,1,1);}
  90%  {width: 6px;}
  100% {width: 60px; transform: translate(0, 0px);}
}



#lcz_sp_nav_ ul {
	list-style: none;
	margin: 0;
	padding: 80px 1.2rem 0;
}

#lcz_sp_nav_ li {
	list-style: none;
	border-bottom: 1px solid var(--bs-color-blue);
}
#lcz_sp_nav_ li a {
	padding:1.0rem 0;
	display: block;
	width: 100%;
}
#lcz_sp_nav_ li a > span {
	color: #001738;
}
.ew_icon {
	margin-right: 0.5rem;
}
.head_en {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bolder;
  color: var(--bs-color-blue);
}
.head_en::first-letter {
  color: #e60033!important;
  font-size: 1.2em!important;
  font-weight: bold!important;
}



/*-- normal---*/
#Page_head_ {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Page_head_.normal-bg_ {
  background-image: url("../images/common/svg/background_img_lcz.svg");
  background-repeat: no-repeat;
  background-size: 958px;
  background-position: bottom 0px left -300px;
}
#Page-container {
  padding: 3.5rem 0 6.5rem;
}
#Il_title {
  text-align: center;
}
.Il_t_inner_ {
  padding: 15px 0;
}
.sub_tit_ {
  text-align: center;
  margin-bottom: 2.6rem;
}
.st_desc_ {
  text-align: center;
  margin-bottom: 3.5rem;
  color: #484848;
}

/*--- breadcrumb list ---*/
.breadcrumb {
  margin: 1.0rem 0;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 13px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.breadcrumb ul a {
  color:#939393;
  transition: .3s ease-in-out;
  font-size: 13px;
  white-space: nowrap;
}
.breadcrumb ul a:hover {
  color:var(--bs-color-blue);
}
.ln_link_ {
 position: relative;
 display: flex;
 align-items: center;
}
.ln_link_::after {
  display: inline-block;
  content: '';
  margin: 0 0.5rem;
  color: #959fa5;
  height: 10px;
  width: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ljk1IiBoZWlnaHQ9IjguNDg1IiB2aWV3Qm94PSIwIDAgNC45NSA4LjQ4NSI+DQogIDxnIGlkPSJHcm91cF84NDUiIGRhdGEtbmFtZT0iR3JvdXAgODQ1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODAzLjIwNyA0MjMuMjQzKSByb3RhdGUoLTkwKSI+DQogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8zMzAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDMzMCIgd2lkdGg9IjYiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDE5IDgwOC4xNTcpIHJvdGF0ZSgtMTM1KSIvPg0KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMzQ2IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAzNDYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxOC4yOTMgODA3LjQ1KSByb3RhdGUoLTQ1KSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-size: contain;
}
.ln_link_:has(+ .ln_active_)::after {
  content: none;
}
.ln_active_ {
    margin: 0;
    margin-left: 5px;
    line-height: 1.0;
    position: relative;
    display: flex;
    align-items: center;
	padding-left: 29px;
}
.ln_active_ > span {
  background-color: var(--bs-color-blue);
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  margin: 0;
  line-height: 1.0;
}
.ln_active_::after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: var(--bs-color-blue);
  position: absolute;
  left: 0;
}

/*--- conatact ----*/
#Contact_form__wrap_ {
  background: #edf1f5;
  border-radius: 10px;
  box-shadow: var(--bs-shadow);
  backdrop-filter: blur(5px);
  background-color: hsla(0, 0%, 100%, 0.15);
  border: 2px solid #fff;
  padding: 2.6rem 3.6rem;
}
#Contact_form__wrap_ .form-control {
  padding: 10px;
  border: 1px solid #eaeaea;
}
#Contact_form__wrap_ .form-control::placeholder {
  color: #bbb;
}

.contact_type_ {
	
}
.contact_type_ .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact_type_ .wpcf7-list-item label {
  display: block;
  padding: 15px;
  background: #fff;
  margin: 0 0 5px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.contact_type_ .wpcf7-list-item label:hover::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid var(--bs-color-blue);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 6px;
}
span.wpcf7-list-item-label {
    margin-left: 0.3rem;
}

.p_p_ {
  position: relative;
  overflow-y: scroll;
  padding: 1.6rem 1.8rem;
  background: #fff;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.label_tit {
  display: flex;
  align-items: center;
}
.req_txt,.aut_txt {
  font-size: 11.5px;
  padding: 2px 6px 4px;
  line-height: 1.2;
  display: inline-block;
  margin-left: 0.8rem;
}
.req_txt {
  background-color: var(--bs-color-blue);
  border-radius: 50px;
  color: #fff;
}
.aut_txt {
  color: var(--bs-txt-color);	
}
.p_p_ p {
  font-size: 14px;
  margin-bottom: 0;
  color: #646464;
}
.pp_h {
  margin-bottom: 1.0rem;
}
.pp_t {
  margin-bottom: 1.0rem;
}

.eff_th p {
  margin-bottom: 0.2rem;
  padding: 5px;
  display: inline-block;
}
.FormConfirmInfo_conts .eff_td p {
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.fcf_tit__ {
  text-align: center;
  margin-bottom: 2.5rem;
  background: var(--bs-color-blue);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
body.entry_form_confirm_previw__ #contact_form_entry_ {
  display: none;
}
#Contact_form__wrap_ .entry_form_flow_.erro__ .form-control {
  border-color: red!important;
}
.complet_message h3 {
  text-align: center;
  margin-bottom: 5.5rem;
}
#Contact_form__wrap_.complet_message {
  padding: 5.6rem 3.6rem;
  text-align: center;
}
.scroll-hint {
  display: none;
}

/*-- Top message ---*/
#Top_message__page {
  padding: 2.6rem 3.6rem;
  margin-bottom:  10.6rem;
}
#Tm_inner_ {
  margin: 0 auto;
}
#top_message {
  align-items: center;
}
.tm_tit_ {
  color: #bf0000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 3.6rem;
}
.tm_dec_ {
  text-align: center;
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.tm_txt_ {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.6vw;
  font-size: 1.867vw;
  font-weight: 500;
}
.tm_img_ img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.6rem;
}
.top_si_ img {
  max-width: 200px;
  width: 100%;
}
.tm_mtxt {
  line-height: 2.0rem;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8.8rem;
}
.tm_dec_ small {
  font-size: 70%;
}
.Singn_w_ {
	text-align: center;
}

/*-- post page -----*/
.border-radius_5 {
	border-radius: 5px;
}
.post_type_c_{
  padding: 2.6rem 3.6rem 5.6rem;
  margin-bottom: 10.6rem;
}
.post_tit_c {
  padding-bottom: 0.5rem;
}

#Seminar_entry_form_ {
    margin-top: 4.6rem;
}
.entry_from_conts {
	
}
.entry_form_flow_.eff_radio_ label {
 padding: 10px 15px;
 cursor: pointer;
 z-index: 2;
 margin-right: 0.5rem;
}
.entry_form_flow_.eff_check_ label {
  display: block;
  padding: 10px 15px;
  background: #fbfbfb;
  margin: 0 0 5px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  z-index: 2;	
}
.entry_form_flow_.eff_check_ label:hover::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid var(--bs-color-blue);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 6px;
}
.entry_form_flow_.eff_check_ br {
    display: none!important;
}

.form-label.ef_th_ {
    color: var(--bs-color-blue);
}	
.seminar-member {
    margin-top: 1.5rem;
}
.seminar-detail {
    margin-top: 2.6rem;
}
.s_detail_tt {
    background: var(--bs-color-blue);
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.seminar-detail_conts {
    padding: 1.5rem;
    border: 1px solid var(--bs-color-blue);
}
.entry_info_ {
	padding: 10px;
    text-align: center;
}
.seminar_caption {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
}
.caption_title {
    width: 150px;
    display: inline-block;
}
.seminar_caption.sc_note__ {
	flex-wrap: wrap;
}
.sc_note_tit {
    flex: 0 0 100%;
	border-bottom: 2px solid #ddd;
	position: relative;
}
.sc_note_tit span.caption_title {
  position: relative;
  padding-bottom: 0.3rem;
  margin-top: 2rem;
  width: auto;
}
.sc_note_tit span.caption_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #DF0615;
  width: 100%;
}
.sc_note_txt {
 padding: 10px 15px;
}
.entry_from_conts .ef_th_ {
    padding: 0.5rem 0;
	margin-bottom: 0;
	font-weight: bolder;
}
.eff_radio_ .ef_td_ {
    border-radius: 5px;
	background: #fbfbfb;
}
.entry_from_conts span.req_txt {
    font-size: 0.6rem;
	padding: 0.2rem 0.3rem;
}
.seminar_caption.sc_note__ p {
    line-height: 1.9rem;
}


.entry_from_conts fieldset{
    display: block;
    padding: 15px;
    background: #fff;
    margin: 0 0 5px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.entry_from_conts fieldset label {
  display: block;
  padding: 15px;
  background: #fff;
  margin: 0 0 5px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.entry_from_conts fieldset label:hover::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid var(--bs-color-blue);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 6px;
}

#confirm_entry_ {
    margin-bottom: 2.8rem;
}
.sem_sy_th {
    background: var(--bs-color-blue);
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: 130px;
    margin: 0;
}
.sem_sy_td {
    padding: 10px;
    display: inline-block;
}
.confirm_tb.sem_sy_ {
    border-bottom: 1px solid #fff;
}
.confirm_tb.sem_blk_ {
    margin-top: 0.8rem;
    padding: 0;
}
.confirm_tb.sem_blk_ p {
    margin: 0;
}
.btn__sumt_ {
	margin-top: 4.5rem;
}
.main-detail-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 1.8rem;
}
.main-detail-info-author {
    margin: 0;
}
.seminar_tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: 10px 0;
}
.post_tag_list {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.post_tag_list span {
    border: 1px solid var(--bs-color-blue);
    border-radius: 30px;
    font-size: 80%;
    padding: 2px 10px;
}

.seminar_items_conts {
    border-bottom: 1px solid #ECEEEF;
    padding-bottom: 4.5rem;
    margin-bottom: 2.5rem;
}

.section_title {
    margin-bottom: 3.6rem;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}
.section_title span {
	font-size: 1.2rem;
	padding-bottom: 1.2rem;
    position: relative;
    box-sizing: border-box;
	display: inline-block;
}
.section_title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background: var(--bs-color-blue);
    width: 100%;
}

.seminar_info p {
    margin-bottom: 0.2rem;
    font-size: 90%;
}
.seminar_items .post_tag_list {
    padding-top: 1.5rem;
}
#filterForm .filter {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 1.6rem;
    background-color:#fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: var(--bs-shadow);
    backdrop-filter: blur(5px);
    border: 2px solid #fff;
}
#filterForm .filter__list {
  width: auto;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.filter__row {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.filter__item {
  display: table;
}
.filter__item label {
  padding-right: 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.filter__item > * {
  display: table-cell;
  vertical-align: middle;
}
ul.seminar_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
li.seminar_item {
    padding: 15px 15px 40px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.0);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	box-sizing: border-box;
	/*border: 1px solid #eee;*/
	border-radius: 0;
}
li.seminar_item:hover {
   transform: translate3d(0, -5px, 0);
   box-shadow: var(--bs-shadow);
   border-radius: 5px;
}
.seminar_title {
   padding: 10px calc(var(--bs-gutter-x) * 0.5) 0;
   font-size: 16px;
   margin-bottom: 1.0rem;
   height: 50px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.pagination_list {
    margin-top: 3.5rem;
}
ul.seminar_items li a {
  color: #001738;
}
ul.pagination__number {
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.pagination__number li span.current,
ul.pagination__number li a {
    color: #fff;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #fff;
}
ul.pagination__number li a {
    background: var(--bs-color-blue);
    padding: 0 15px;
}
ul.pagination__number li a:hover {
    background: #000;
}
ul.pagination__number li span.current {
    background: #535353!important;
    color: #fff!important;
}
section#Top_seminar_list  {
	/*background-color: #fff;*/
	margin: 3.6rem 0 0;
	padding: 1.6rem 0 8.6rem;
}
section#Top_seminar_list .lcz_ct_jt::after {
	background: var(--bs-color-blue);
}

section#Top_seminar_list li.seminar_item {
	background-color: #fff;
}
section#Top_seminar_list .seminar_items_conts {
	border-bottom: none;
	padding-bottom: 0;
}

.entry_end_ {
  background: #8e0093;
  border-radius: 20px;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 9px 3px;
}
#entry_end__ {
  margin: 0.667vw 0 3.66vw;
}
#entry_end__ .ee_t_ {
  text-align: center;
  padding: 30px 0;
  color: red;
}
#entry_end__ .ee_p_ {
  text-align: center;
}
span.cem_entry_ {
    display: block;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}
span.cem_entry_ span {
    background: var(--bs-color-blue);
    padding: 5px 16px;
    border-radius: 5px;
    color: #fff;
}



@media screen and (min-width:521px){
  .PC_none_ {
    display: none!important;
  }
}
@media screen and (max-width:520px){
  .SP_none_ {
    display: none!important;
  }
  table.Prlis_tb {
  	min-width: inherit;
	width: 100%;
  }
	
.plan_tb_ {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 3.6rem;
}
.plan_tb_ .Prlis_tb tbody tr th {
  font-weight: 600;
  text-align: left;
  width: 40%;
}
.plan_tb_ .Prlis_tb tbody tr th, 
.plan_tb_ .Prlis_tb tbody tr td {
  padding: 0.5rem;
}
#Pr_list_bl {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
#plan_normal_ {
  border-color: #A5A5A5;
}
#plan_standard_ {
  border-color: var(--bs-color-blue);
}
#plan_premier_ {
  border-color: #00D8BB;
}
#plan_professional_ {
  border-color:#DC3545;
}
#Cy_desc table td {
  padding-left: 0.5rem;
  padding-right: 0;
  font-weight: 400;
} 
#Cy_desc table th {
  padding-left: 0;
  padding-right: 0.5rem;
  width: 30%;
}
.note_s_ {
  font-weight: 400;
}
#Top_message__page {
  padding: 30px 0;
  /*border-radius: 10px;
  background:rgba(255,255,255,.50);
  border: 1px solid #fff;
  box-shadow: var(--bs-shadow);*/
}
.tm_tit_ {
  font-size: 1.7rem;
  margin-bottom: 1.0rem;
}
.tm_dec_ {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
}
.tm_txt_ {
  margin-bottom: 10px;
  font-size: 16.8px;
  font-weight: bolder;
  text-align: center;
}
.tm_mtxt {
  font-size: 16px;
  text-align: left;
  margin-bottom: 2.6rem;
}
.tm_img_ {
  height: 250px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.tm_img_ img {
  object-fit: cover;
  display: block;
  height: 110%;
  width: auto;
}	
.Singn_w_ {
	text-align: right;
}
.post_tit_c {
	font-size: 1.2rem;
}
.seminar #Page-container.sec_block_inner {
	padding-top: 1.5rem;	
}	
#filterForm .filter {
  margin-top: 0;
}
.filter__row {
    flex: 0 0 100%;
    justify-content: flex-start;
    margin-top: 1.5rem;
}	
#filterForm .filter__list {
    grid-gap: 10px 5px;
    flex-wrap: wrap;
	justify-content: space-between;
}
.filter__item label {
    padding-bottom: 0.2rem;
    display: block;
}
.filter__item {
    flex: 0 0 calc(50% - 5px);
}
.filter__item > * {
    display: contents;
}
}

@media screen and (max-width:1220px){
	#header_Nav_,#header_logo_conts {
	  position: absolute;
	}
	#header_Nav_ {
	  padding-left: 10px;
	  padding-right: 10px;
	  top: 10px;
	}
	#Mv_head {
		height: calc(65vh - 100px);
	}
	.bl_tp_bs_ {
      padding-top: 3.6rem;
    }
	#Ac_Info_bl {
      background: var(--bs-color-blue);
	  box-shadow: var(--bs-shadow);
      padding: 2.8rem;
    }
	#Mv_cont,#About {
		height: auto;
	}
	#Ac_bg_ {
       position: relative;
       right: auto;
       bottom: auto;
       padding: 2.5rem 1.5rem;
    }
	.menu-active #hamburger_btn {
	  background: transparent;
	  box-shadow: none;
	}
	#lcz_nav_conts {
		display: none;
	}
	.rw_er_ .col-md-5 {
      margin-bottom: 3.6rem;
    }
	#lcz_sp_nav_ {
		position: fixed;
		width: 80%;
		height: 100%;
		z-index: 99;
		top: 0;
		right: -100%;
		background: transparent;
		transition: 0.3s ease-in-out;
		box-shadow: var(--bs-shadow);
	}
	#lcz_sp_nav_.active {
		right: 0;
	}
	#lcz_sp_nav_::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      background-color: hsla(0,0%,100%,.9);
      z-index: -1;
    }
	#Cy_desc {
      padding-top: 2.6rem;
    }
   .fwq_e_link_list ul {
	  flex-wrap: wrap;
	  row-gap: 0.2rem;
	}
  .px_w_ {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  body.menu-active {
    overflow: hidden;
  }
 #Contact_form__wrap_ {
  padding: 2.6rem 1.0rem;
 }
#Mv_head {
  height: calc(100vh - 80px);
}
#Mv_company_logo_tags {
  height: 80px;
}
#Mv_h_tit {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 200px;
  display: flex;
  justify-content: center;
}
#Mv_h_tit span {
  display: block;
  font-weight: bolder;
  flex: 0;
  writing-mode: vertical-rl;
  font-size: 17.7vw;
}
#Mv_h_desc {
  writing-mode: vertical-rl;
  position: absolute;
  right: 20px;
  top: 162px;
  font-size: 5.7vw;
}	
#Mv_h_tit span:nth-of-type(2) {
  padding-left: 5.7vw;
}
#Mv_h_tit span:nth-of-type(1){
 order: 2;	
}
#Mv_h_tit span:nth-of-type(2){
 order: 1;	
}
.lcz_et_ {
	font-size: 2.5rem;
}	
.lcz_jt {
	font-size: 1.4rem;
}	
.link_btn_white_,
.link_btn_blue_,
.lcz_ct_jt::after,
.lcz_jt::after {
  width: 100%;
  max-width: 300px;
}	
	
.scroll-hint {
  position: absolute;
  top: 35px;
  left: 0;
  transform: translateY(-50%);
  color: #666;
  animation: hint-move 1.2s infinite ease-in-out;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
}
.scroll-hint i {
  font-size: 35px !important;
}
.scroll-hint span {
  font-size: 18px !important;
}
.scroll-hint.hidden {
  opacity: 0;
  visibility: hidden;
}


::-webkit-scrollbar {
  width: 8px; 
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  scrollbar-width: thin;        
  scrollbar-color: #888 #f1f1f1;
}
.table-responsive::-webkit-scrollbar {
  height: 6px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 3px;
}
.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: #0d6efd transparent;
}

#Cy_conts {
  padding-top: 0 !important;
}
	
#Cy_img {
  height: 300px;
}	
/*--- post type seminar ----*/	
.post_type_c_{
  padding: 2.6rem 0.8rem 5.6rem;
}
.seminar_caption {
	flex-wrap: wrap;
}
.seminar_caption span {
    width: 100%;
	flex: 0 0 100%;
}	
span.caption_title {
	color: var(--bs-color-blue);
}	
.seminar-detail_conts {
	padding: 15px;
}		
}


@media screen and (max-width:2400px) and (min-width:1441px) {
  #Wrapper__.index {
      background-size: 2513px;
      background-position: top -200px left -40px;
  }
}
@media screen and (max-width:1440px) and (min-width:1301px) {
  #Wrapper__.index {
      background-size: 2200px;
      background-position: top -90px left -90px;
  }
	#Ac_bg_ {
	  width: 36%;
	}
}
@media screen and (max-width:1300px) and (min-width:1220px) {
	#Wrapper__.index{
		background-size: 2244px;
        background-position: top -100px left -80px;
	}
}
@media screen and (max-width:580px) {
	#Wrapper__.index{
		background-size: 2613px;
        background-position: top -40px left -120px;
	}
	#Ac_Info_bl {
    background: #0CBFDEA3;
    border-radius: 10px;
    border: 2px solid #fff;
  }
  #Mv_h_desc {
	right: auto;
    left: 58px;
    top: 172px;
    padding-left: 0;
  }
}



@media screen and (min-width:1220px){
	#hamburger_btn,
	#lcz_sp_nav_ {
		display: none;
	}
}







@keyframes hint-move {
  0%   { transform: translateY(-50%) translateX(0); opacity: 1; }
  50%  { transform: translateY(-50%) translateX(10px); opacity: 0.6; }
  100% { transform: translateY(-50%) translateX(0); opacity: 1; }
}







