@charset "utf-8";
html{
  font-size: 10px;
  font-size: 2.6666vw;
  scroll-behavior: smooth;
}
@media (min-width:768px) {
  html {
    font-size: 0.8vw;
  }
}
@media (min-width:1400px) {
  html {
    font-size: 10px;
  }
}
body {
  color: #fff;
  background: #585858;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings : "pkna";
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.59;
  position: relative;
  width: 100%;
}
img {
  vertical-align: top;
  width: 100%;
}
iframe {
  width: 100%;
}
.sp_only {
  display: block !important;
}
.pc_only {
  display: none !important;
}
.display_none {
  display: none !important;
}
.txt_space_nrl {
  letter-spacing: normal !important;
}
@media (min-width:768px) {
  body {
    font-size: 1.3em;
    line-height: 2;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 70;
}
.header .header_inner {
  display: flex;
  height: 4rem;
  justify-content: space-between;
}
.header .logo {
  margin: 1rem 0 0 1rem;
  width: 9.5rem;
}
.header .logo a {
  display: block;
  transition: opacity 0.3s;
}
.header .logo a:hover {
  opacity: 0.7;
}
.header .btn_header {
  display: flex;
}
.header .btn_header .btn_instagram {
  background: #585858;
  display: block;
  text-align: center;
  position: relative;
  width: 4.4rem;
}
.header .btn_header .btn_instagram img {
  display: block;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
}
.header .btn_header .btn_company {
  background: #232323;
  display: block;
  text-align: center;
  width: 10rem;
}
.header .btn_header .btn_company span {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.4rem 0;
}
.header .btn_header .btn_contact {
  background: #e60012;
  display: block;
  text-align: center;
  width: 10rem;
}
.header .btn_header .btn_contact span {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-family: 'Open Sans';
  line-height: 1;
  padding: 1.4rem 0 1.4rem 1.9rem;
  position: relative;
}
.header .btn_header .btn_contact span::before {
  background: url(/img/ico_mail.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
}
@media (min-width:768px) {
  .header .header_inner {
    height: 5rem;
  }
  .header .logo {
    margin: 2.9rem 0 0 2.9rem;
    width: 12.8rem;
  }
  .header .btn_header a {
    transition: opacity 0.3s;
  }
  .header .btn_header a:hover {
    opacity: 0.7;
  }
  .header .btn_header .btn_company,
  .header .btn_header .btn_contact {
    width: 16rem;
  }
  .header .btn_header .btn_company span {
    font-size: 1.4rem;
    padding: 1.8rem 0;
  }
  .header .btn_header .btn_contact span {
    font-size: 1.4rem;
    padding: 1.8rem 0 1.8rem 2.3rem;
  }
  .header .btn_header .btn_contact span::before {
    height: 1.2rem;
    width: 1.5rem;
  }  
}
.wrap {
  position: relative;
}
.fp-scroller {
  height: 100%;
}
.txt_center {
  text-align: center;
}
.dispaly_flex {
  display: flex;
}
.section_inner {
  position: relative;
  height: 100%;
}
.bg_shade {
  position: relative;
}
.bg_shade::before {
  background: url(/img/bg_shape_right_sp.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 64.28vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 41.2vw;
  z-index: 1;
}
.bg_shade::after {
  background: url(/img/bg_shape_left_sp.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 31.28vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27.2vw;
}
.bg_shade.bg_shade_light::before {
  background-image: url(/img/bg_shape_right_light_sp.png);
} 
.bg_shade.bg_shade_light::after {
  background-image: url(/img/bg_shape_left_light_sp.png);
}
@media (min-width:768px) {
  .bg_shade::before {
    background-image: url(/img/bg_shape_right_pc.png);
    height: 53rem;
    width: 34rem;
    }
  .bg_shade::after {
    background-image: url(/img/bg_shape_left_pc.png);
    height: 23.4rem;
    width: 20.4rem;
  }
  .bg_shade.bg_shade_light::before {
    background-image: url(/img/bg_shape_right_light_pc.png);
  } 
  .bg_shade.bg_shade_light::after {
    background-image: url(/img/bg_shape_left_light_pc.png);
  }
}

.lower_page {
  background: #fff;
}
.lower_page .bg_shade.bg_shade_light::before,
.lower_page .bg_shade.bg_shade_light::after {
  z-index: -1;
}
.sec_lower_page {
  padding: 8.2rem 2rem;
}
.sec_lower_page .ttl_plus {
  color: #232323;
  display: inline-block;
  font-size: 4rem;
  font-family: 'Open Sans';
  font-weight: 600;
  position: relative;
}
.sec_lower_page .ttl_plus::before {
  background: url(/img/ico_plus_bk_sp.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 1.1rem;
  position: absolute;
  left: 0;
  left: 0.2rem;
  top: -1rem;
  width: 2.7rem;
  background-image: url(/img/ico_plus_bk_sp.png);
  top: -0.2rem;
}
.bg_gray_block {
  background: #585858;
  margin-top: 2.5rem;
  padding: 4rem 2.5rem 5rem;
}
.bg_gray_block .txt_block {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (min-width:768px) {
  .sec_lower_page {
    padding: 9.7rem 2rem 15rem;
  }
  .sec_lower_page .ttl_plus {
    font-size: 6rem;
  }
  .sec_lower_page .ttl_plus::before {
    background-image: url(/img/ico_plus_bk_pc.png);
    left: 0.2rem;
    top: -0.2rem;
  }
  .bg_gray_block {
    margin: 4rem auto 0;
    padding: 7.5rem 2rem 8rem;
    max-width: 100rem;
  }
  .bg_gray_block .txt_block {
    font-size: 1.3rem;
  }  
}

.sec_lower_page .btn_bk_block {
  margin: 5rem auto 0;
  width: 25rem;
}
.sec_lower_page .btn_bk_block a {
  background: #232323;
  display: block;
  line-height: 1;
  padding: 2.5rem 5rem 2.5rem 2rem;
  position: relative;
}
.sec_lower_page .btn_bk_block a::after {
  background: #fff;
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media (min-width:768px) {
  .sec_lower_page .btn_bk_block {
    margin-top: 8rem;
  }
  .sec_lower_page .btn_bk_block a {
    padding: 2.5rem 5rem 2.5rem 2rem;
    transition: opacity 0.3s;
  }
  .sec_lower_page .btn_bk_block a:hover {
    opacity: 0.7;
  }
  .sec_lower_page .btn_bk_block a::after {
    background: #fff;
    content: "";
    height: 0.1rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
  }
}

.btn_page_top {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn_page_top a {
  background: #232323 url(/img/ico_arrow_top.png) no-repeat top 1rem center;
  background-size: 1.3rem 0.8rem;
  display: block;
  font-family: 'Open Sans';
  line-height: 1;
  height: 4rem;
  padding: 2.2rem 0 1rem;
  text-align: center;
  width: 4rem;
}
@media (min-width:768px) {
  .btn_page_top {
    padding: 0 3rem;
  }
  .btn_page_top a {
    font-size: 1.1rem;
    height: 5rem;
    padding: 2.6rem 0 0;
    transition: opacity 0.3s;
    width: 5rem;
  }
  .btn_page_top a:hover {
    opacity: 0.7;
  }
}

/* form */
.form_block {
  margin-top: 3rem;
}
.form_block .form_item {
  margin-top: 2.5rem;
}
.form_block label,
.form_block input,
.form_block textarea {
  display: block;
  margin: 0;
  width: 100%;
}
.form_block input,
.form_block textarea {
  color: #232323;
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.9em 1em 0.9em 1em;
}
.btn_submit {
  margin: 3rem auto 0;
  position: relative;
  width: 25rem;
}
.btn_submit::after {
  background: #fff;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.btn_submit input[type="submit"] {
  background: #585858;
  border: 0.1rem solid #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 auto;
  padding: 2.2rem 1.9rem;
  width: 100%;
}
.end-message {
  display: none;
}
.false-message {
  display: none;
}
@media (min-width:768px) {
  .form_area {
    margin: 0 auto;
    max-width: 70rem;
  }
  .form_block {
    font-size: 1.4rem;
    margin-top: 4.5rem;
  }
  .form_area .pc_w_50 {
    width: 40%;
  }
  .btn_submit {
    margin: 4rem auto 0;
  }
  .btn_submit input[type="submit"] {
    padding: 2.3rem 1.9rem;
  }  
}

/* footer */
.footer {
  padding: 0 2rem;
}
.footer_ttl {
  margin: 0 auto;
  width: 13rem;
}
.footer_ttl a {
  display: inline-block;
}
.footer_txt {
  line-height: 1;
  margin-top: 3.6rem;
  text-align: center;
}
.footer_txt .txt_tel {
  font-size: 1.7rem;
}
.footer_txt .txt_time {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.footer_btn_block {
  margin: 2rem auto 0;
  width: 17.5rem;
}
.btn_mail {
  background: #232323;
  border: 0.1rem solid #fff;
  display: block;
  padding: 1.3rem 0;
  text-align: center;
  transition: opacity 0.3s;
}
.btn_mail:hover {
  opacity: 0.7;
}
.btn_mail span {
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1;
  padding-left: 1.9rem;
  position: relative;
}
.btn_mail span::before {
  background: url(/img/ico_mail.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
}
.footer_bottom {
  border-bottom: 0.1rem solid #434343;
  margin-top: 4rem;
  padding-bottom: 2.4rem;
}
.footer_sns {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  line-height: 1;
  margin: 0 auto;
  width: 10rem;
}
.footer_sns li {
  width: 2rem;
}
.footer_sns li:nth-child(2) {
  margin-top: 0.2rem;
}
.footer_sns li a {
  display: block;
  transition: opacity 0.3s;
}
.footer_sns li a:hover {
  opacity: 0.7;
}
.footer_privacy {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2rem;
  text-align: center;
  text-decoration: underline;
}
.footer_copy {
  margin-top: 1.8rem;
  text-align: center;
}
.footer_copy small {
  color: #616161;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width:768px) {
  .footer {
    border-bottom: 0.1rem solid #434343;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 120rem;
    padding: 0;
    width: 100%;
  }
  .footer_ttl {
    margin: 0;
    width: 100%;
  }
  .footer_ttl a {
    transition: opacity 0.3s;
  }  
  .footer_ttl a:hover {
    opacity: 0.7;
  }  
  .footer_ttl img {
    width: 12.6rem;
  }
  .footer_txt {
    margin-top: 3rem;
    text-align: left;
    width: 21.5rem;
  }
  .footer_txt .txt_tel {
    font-size: 2rem;
  }
  .footer_txt .txt_time {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .footer_btn_block {
    margin: 3.5rem 0 0;
    width: 13rem;
  }
  .btn_mail {
    padding: 0.4rem 0;
  }
  .btn_mail span {
    padding-left: 1.9rem;
  }
  .btn_mail span::before {
    height: 1rem;
    width: 1.3rem;
  }
  .footer_bottom {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 2.9rem;
    text-align: right;
    width: 85.5rem;
  }
  .footer_sns {
    justify-content: flex-end;
    margin: 0;
    padding-right: 19rem;
    /* padding-right: 12rem; */
    width: 100%;
  }
  .footer_sns li {
    margin-left: 1.5rem;
  }
  .footer_sns li:nth-child(2) {
    margin-top: 0.2rem;
  }
  .footer_privacy {
    font-size: 1.3rem;
    margin: 1.6rem 7.2rem 0 0;
    text-align: right;
  }  
  .footer_privacy:hover {
    text-decoration: none;
  }  
  .footer_copy {
    margin-top: 1.6rem;
    text-align: right;
  }
  .footer_copy small {
    font-size: 1.2rem;
  }  
}
.bg_footer {
  background: #232323;
}
.lower_page .footer {
  padding: 7rem 2rem;
}
#privacypolicy .txt_block p {
  margin-top: 1rem;
}
#privacypolicy .txt_block p:first-child {
  margin-top: 0;
}
@media (min-width:768px) {
  .lower_page .footer {
    padding: 8rem 0;
  }  
  #privacypolicy .txt_block {
    padding: 0 5.5rem;
  }  
}

.sec_lower_page .company_detail {
  margin-top: 3.4rem;
}
.sec_lower_page .company_lst {
  font-size: 1.2rem;
  line-height: 1.59;
  width: 100%;
}
.sec_lower_page .company_lst:last-child {
  border-bottom: 0.1rem solid #fff;
}
.sec_lower_page .company_lst li {
  border-top: 0.1rem solid #fff;
  padding: 1.5rem 0;
}
.sec_lower_page .company_lst span {
  display: inline-block;
}
.sec_lower_page .company_lst .lst_dt {
  color: #c4c4c4;
  vertical-align: top;
  width: 10.5rem;
}
.sec_lower_page .company_lst .lst_dd {
  width: 23rem;
}
.sec_lower_page .company_lst .img_email {
  vertical-align: middle;
  width: 11rem;
}
@media (min-width:768px) {
  .sec_lower_page .company_detail {
    display: flex;
    justify-content: space-between;
    margin: 4.5rem auto 1rem;
    padding: 0;
    width: 86rem;
  }
  .sec_lower_page .company_lst {
    font-size: 1.2rem;
    line-height: 1.84;
    width: 38rem;
  }
  .sec_lower_page .company_lst {
    border-bottom: 0.1rem solid #fff;
  }
  .sec_lower_page .company_lst li {
    border-top: 0.1rem solid #fff;
  }
  .sec_lower_page .company_lst li:last-child {
    border-bottom: none;
  }
  .sec_lower_page .company_lst .lst_dt {
    width: 11rem;
  }
  .sec_lower_page .company_lst .lst_dd {
    width: 27rem;
  }  
}
