@charset "utf-8";
section {
  padding: 100px 0;
}
/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
/*----------------------------------------------
	.l_bg
---------------------------------------------*/
.l_bg {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
/*----------------------------------------------
	.l_container
---------------------------------------------*/
.l_container {
  padding-top: 80px;
  flex: 1;
}
/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header_area {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
}
.l_header {
  height: 80px;
  padding: 0 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l_header h1 {
  display: flex;
  align-items: center;
}
.l_header h1 img {
  vertical-align: middle;
  width: 260px;
  height: auto;
}
.l_header_menu {
  display: flex;
  justify-content: flex-end;
}
/*----------------------------------------------
	.l_main_contents
---------------------------------------------*/
.l_main_contents {
  width: 100%;
  position: relative;
}
.inner .l_main_contents {
  background: #F7F7F7;
}
/*----------------------------------------------
	.l_form
---------------------------------------------*/

iframe {
  border: none !important;
}

.l_form {
  display: block;
  width: 100%;
  max-width:1140px;
  height: 1450px;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
}

.c_iframe_wrap {
  position: relative;
}

.c_iframe_wrap .l_form {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}

.c_iframe_wrap.is_disabled .l_form {
  opacity: 0.45;
}

.c_iframe_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.01);
}

.c_iframe_wrap.is_enabled .c_iframe_overlay {
  display: none;
}


/*----------------------------------------------
	.l_poster_area
---------------------------------------------*/
.l_poster_area {
  margin: 0;
  height: 100vh;
  position: relative;
  background: url("../images/img_top.png") top center/ cover no-repeat;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.l_poster_item {
  position: absolute;
  left: 80px;
  width: 40%;
  text-align: center;
}
.l_poster_item img {
  width: 100%;
}
/*----------------------------------------------
	.l_poster_theme
---------------------------------------------*/
.l_poster_theme {
  margin-bottom: 50px;
}
.l_poster_text {
  margin-bottom: 50px;
}
/*----------------------------------------------
  .l_footer_area
---------------------------------------------*/
.l_footer_area {
  position: relative;
  background: #fff;
  color: #333;
}
/*----------------------------------------------
  .l_contact_area
---------------------------------------------*/
.l_contact_area {
  padding: 60px 0 0 0;
  text-align: center;
  background: url("../images/bg_footer.png") no-repeat top;
  background-size: cover;
  color: #fff;
}
.l_contact_area img {
  width: 200px;
}
/*----------------------------------------------
  .l_copyright
---------------------------------------------*/
.l_copyright {
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  font-size: 1.2rem;
}
/*----------------------------------------------
  .l_pagetop
---------------------------------------------*/
.l_pagetop {
  position: fixed;
  right: 25px;
  /*	left: calc(50% + 550px);*/
  bottom: 50px;
  z-index: 99;
}
.l_pagetop a {
  line-height: 0;
  display: block;
}
.l_pagetop img:hover {
  opacity: 0.9;
}
/*----------------------------------------------
  .l_about_area
---------------------------------------------*/
.l_about_area {
  text-align: center;
  background: #E3DACC;
  position: relative;
}
.l_about_area::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #fff;
}
/*----------------------------------------------
  .l_policy_area
---------------------------------------------*/
.l_policy_area {
  background: url("../images/bg_policy.png");
  background-size: cover;
  padding: 100px 0;
}
/*----------------------------------------------
  .l_data_area
---------------------------------------------*/
.l_data_area .u_flex img {
  width: 33%;
}
/*----------------------------------------------
  .l_process_area 
---------------------------------------------*/
.l_process_area {
  background: #FEFCE6;
}
/*----------------------------------------------
  .l_interview_area 
---------------------------------------------*/
.l_interview_area {}
/*----------------------------------------------
  .l_fqa_area 
---------------------------------------------*/
.l_fqa_area {
  background: #FEFCE6;
}
/*----------------------------------------------
  .l_inner_top
---------------------------------------------*/
.l_inner_top {
  content: "";
  background: url("../images/bg_inner.png") no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_inner_top h1 {
  font-size: 4.5rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  color: #fff;
}