@charset "UTF-8";

@media (max-width: 599px){
  .sp_none {
    display: none!important;
  }
}
@media (min-width: 600px){
  .pc_none {
    display: none!important;
  }
}

body {
  position: relative;
}

body .global_wrapper {
  overflow: hidden;
}

body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 75px;
  background: #ffffff;
  padding-left: 32px;
  padding-right: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1050px) {
  body header {
    height: 64px;
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  body header {
    padding-left: 20px;
  }
}

@media (max-width: 400px) {
  body header {
    padding-left: 15px;
  }
}

body header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  body header .wrapper {
    max-width: 880px;
  }
}

body .logo a img {
  width: 200px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1050px) {
  body .logo a img {
    width: 176px;
  }
}

@media (max-width: 750px) {
  body .logo a img {
    width: 144px;
  }
}

@media (max-width: 750px) {
  body .logo a img {
    width: 144px;
  }
}

@media (max-width: 450px) {
  body .logo a img {
    width: 125px;
  }
}

body header .header_btn {
  display: contents;
}

body header .header_btn a {
  background: #877962;
  color: #fff;
  margin: 0 15px 0 auto;
  max-width: 200px;
  padding: 13px 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  border-radius: 25px;
}

@media (max-width: 500px) {
  body header .header_btn a {
    margin: 0 10px 0 auto;
    padding: 11px 15px;
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  body header .header_btn a {
    margin: 0 7px 0 auto;
    padding: 11px 10px;
  }
}

body header .header_btn a:hover {
  color: #fff;
  background: rgba(135,121,98,0.65);
  text-decoration: none;
}






body header .header_btn_login {
  display: flex;
}

body header .header_btn_login a {
  background: #fff;
  color: #877962;
  margin: 0 auto;
  max-width: 200px;
  padding: 11px 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #877962;
  border-radius: 25px;
}

@media (max-width: 1050px) {
  body header .header_btn_login a {
    margin-right: 25px;
  }
}

@media (max-width: 750px) {
  body header .header_btn_login a {
    margin-right: 30px;
    padding: 11px 17px;
  }
}

@media (max-width: 500px) {
  body header .header_btn_login a {
    margin: 0 10px 0 auto;
    padding: 9px 15px;
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  body header .header_btn_login a {
    padding: 11px 10px;
  }
}

body header .header_btn_login a:hover {
  color: #877962;
  background: rgba(135,121,98,0.25);
  text-decoration: none;
}











body .global_wrapper .top_wrapper {
  overflow: hidden;
  position: relative;
  background: url(../image/pc/mv.jpg) center;
  background-size: cover;
  position: relative;
  margin: 75px auto 0;
  padding-bottom: 65px;
  max-width: 2500px;
  background-size: 100% 100%;
}

@media (max-width: 1050px) {
  body .global_wrapper .top_wrapper {
    margin: 65px auto 0;
  }
}

body .global_wrapper .top_wrapper .first_view_pc {
  padding: 40px 0px 0px;
  margin: 0 auto;
  max-width: 1300px;
}

@media (max-width: 1050px) {
  body .global_wrapper .top_wrapper .first_view_pc  {
    padding: 40px 40px 0px;
  }
}

@media (max-width: 1800px) {
  body .global_wrapper .top_wrapper .first_view_pc {
    max-width: 1000px;
  }
}

body .global_wrapper .first_view_sp {
  padding: 40px 0px 0px;
}

body .global_wrapper .top_wrapper .first_view_pc .image_01_pc img {
  max-width: 100%;
  margin: 0 auto;
}

body .global_wrapper .first_view_sp .image_01_sp img {
  max-width: 100%;
  padding:25px 0px 15px;
}


body main {
  overflow: hidden;
}

body main article {
  position: relative;
}


@media (max-width: 1050px) {
  body main article .news h1 {
    margin-bottom: 80px;
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  body main article .news h1 {
    margin-bottom: 72px;
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  body main article .news h1 {
    margin-bottom: 64px;
    font-size: 18px;
  }
}

body main article .news {
  position: relative;
  margin: 80px auto;
}

@media (max-width: 800px) {
  body main article .news {
    margin: 50px auto;
  }
}

@media (max-width: 600px) {
  body main article .news {
    padding: 0 10px;
    margin: 50px auto;
  }
}

@media (max-width: 800px) {
  body main article .news .text_pc {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  body main article .news .text_pc {
    display: none;
  }
}

body main article .news .text_sp {
  margin-bottom: 5px;
  display: none;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 600px) {
  body main article .news .text_sp {
    display: block;
  }
}

body main article .news .image_pc {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media (max-width: 900px) {
  body main article .news .image_pc {
    max-width: 700px;
  }
}

@media (max-width: 800px) {
  body main article .news .image_pc {
    margin-bottom: 40px;
    display: none;
  }
}

body main article .news .image_pc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .news .image_sp {
  margin: 30px 0;
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  body main article .news .image_sp {
    max-width: 450px;
    margin: 35px auto;
    display: block;
  }
}

@media (max-width: 600px) {
  body main article .news .image_sp {
    display: block;
  }
}

body main article .news .image_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


body main article .about {
  position: relative;
  padding: 80px 20px 80px;
  background-color: #e2dcd3;
}

@media (max-width: 600px) {
  body main article .about {
    padding: 55px 20px 30px;
  }
}

body main article .about .about_wrapper_pc {
  margin: 0 auto;
  padding: 70px 70px;
  max-width: 1000px;
  background: #fff;
  display: flex;
}

@media (max-width: 1050px) {
  body main article .about .about_wrapper_pc {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  body main article .about .about_wrapper_pc {
    padding: 70px 50px;
  }
}

body main article .about .about_wrapper_pc .text_pc {
  margin: 0 auto 70px;
  max-width: 255px;
  border-bottom: solid 4px #755e29;
}

body main article .about .about_wrapper_pc .img_left {
  float: left;
}

body main article .about .about_wrapper_pc .text_right {
  float: right;
  padding-left: 40px;
}

@media (max-width: 900px) {
  body main article .about .about_wrapper_pc .text_right {
    padding-left: 20px;
  }
}

body main article .about .about_wrapper_pc .text_right p {
  line-height: 35px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 16.5px;
}

@media (max-width: 1050px) {
  body main article .about .about_wrapper_pc .text_right p {
    line-height: 32px;
    font-size: 14.5px;
  }
}

@media (max-width: 900px) {
  body main article .about .about_wrapper_pc .text_right p {
    line-height: 28px;
    font-size: 14px;
  }
}

body main article .about .about_wrapper_sp {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1000px;
  background: #fff;
}

body main article .about .about_wrapper_sp .text p {
  line-height: 34px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 18px;
}

body main article .about .image_pc {
  padding-right: 20px;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 1050px) {
  body main article .about .image_pc {
      max-width: 400px;
  }
}

@media (max-width: 900px) {
  body main article .about .image_pc {
      max-width: 350px;
  }
}

@media (max-width: 800px) {
  body main article .about .image_pc {
    margin-bottom: 40px;
    display: block;
  }
}

body main article .about .image_pc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .about .image_sp {
  margin-bottom: 32px;
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  body main article .about .image_sp {
    display: block;
  }
}

body main article .about .image_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


body main article .benefits {
  position: relative;
  padding: 80px 20px 10px;
  background-color: #fff;
}

@media (max-width: 900px) {
  body main article .benefits {
    padding: 30px 20px 0;
  }
}

@media (max-width: 600px) {
  body main article .benefits {
    padding: 40px 20px 0;
  }
}

body main article .benefits h1 {
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 32px;
  color: #000;
}

@media (max-width: 600px) {
  body main article .benefits h1 {
    position: relative;
    display: block;
    margin: 0px 25px 5px;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-weight: 300;
    font-size: 18px;
    color: #000;
  }
}

body main article .benefits h2 {
  text-align: center;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 18px;
  color: #000;
}

@media (max-width: 600px) {
  body main article .benefits h2 {
    position: relative;
    display: block;
    margin: 0px 25px 5px;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    font-size: 16px;
    color: #000;
  }
}

body main article .benefits .text_pc {
  margin: 30px auto 35px;
  max-width: 270px;
  border-bottom: solid 4px #755e29;
}

@media (max-width: 900px) {
  body main article .benefits .text_pc {
    margin: 30px auto 25px;
    max-width: 200px;
  }
}

body main article .benefits .text_pc_2 {
  margin: 0 auto 50px;
  max-width: 650px;
}

@media (max-width: 1050px) {
  body main article .benefits .text_pc_2 {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  body main article .benefits .text_pc_2 {
    font-size: 18px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  body main article .benefits .text_pc_2 {
    display: none;
  }
}

body main article .benefits .text_sp {
  margin-top: 25px;
  margin-bottom: 55px;
  display: none;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 20px;
}

body main article .benefits .text_sp_2 {
  margin-top: 25px;
  margin-bottom: 30px;
  display: none;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  font-size: 19px;
}

@media (max-width: 600px) {
  body main article .benefits .text_sp {
    margin: 0 auto 30px;
    max-width: 175px;
    border-bottom: solid 3px #755e29;
    color: #000;
    display: block;
  }
}

@media (max-width: 600px) {
  body main article .benefits .text_sp_2 {
    line-height: 34px;
    font-family: "Noto Sans JP";
    font-weight: 300;
    font-size: 18px;
    display: block;
  }
}

body main article .benefits .image_pc {
  margin: 0 auto;
  margin-bottom: 56px;
  max-width: 900px;
  width: 100%;
}

body main article .benefits .image_pc_2 {
  margin: 100px auto 50px;
  max-width: 500px;
  width: 100%;
}

@media (max-width: 900px) {
  body main article .benefits .image_pc_2 {
    margin: 80px auto 30px;
    max-width: 450px;
  }
}

body main article .benefits .image_pc_3 {
  margin: 0 auto 50px;
  max-width: 830px;
  width: 100%;
}

@media (max-width: 800px) {
  body main article .benefits .image_pc {
    margin-bottom: 40px;
    display: none;
  }
}

@media (max-width: 800px) {
  body main article .benefits .image_pc_2 {
    margin-bottom: 40px;
    display: none;
  }
}

@media (max-width: 800px) {
  body main article .benefits .image_pc_3 {
    margin-bottom: 40px;
    display: none;
  }
}

body main article .benefits .image_pc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .benefits .image_pc_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .benefits .image_pc_3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .benefits .image_sp {
  margin-bottom: 32px;
  width: 100%;
  display: none;
}

body main article .benefits .image_sp_2 {
  margin: 70px auto 20px;
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  body main article .benefits .image_sp {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  body main article .benefits .image_sp_2 {
    display: block;
    padding: 0 100px;
  }
}

@media (max-width: 600px) {
  body main article .benefits .image_sp_2 {
    display: block;
    padding: 0 10px;
    margin: 50px auto 20px;
  }
}

body main article .benefits .image_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .benefits .image_sp_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1050px) {
  body main article .benefits h1 {
    margin-bottom: 80px;
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  body main article .benefits h1 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  body main article .benefits h1 {
    margin-bottom: 72px;
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  body main article .benefits h1 {
    margin-bottom: 64px;
    font-size: 18px;
  }
}


body main article .register {
    margin: 50px auto 100px;
}

@media (max-width: 900px) {
body main article .register {
     margin: 80px auto;
   }
}

@media (max-width: 600px) {
body main article .register {
     margin: 60px auto 50px;
   }
}

.to-register {
  text-align: center;
}
.to-register a.main-btn {
  display: block;
  width: 80%;
  max-width: 430px;
  height: 75px;
  margin: 0 auto;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 26px;
  background: #877962;
  border: 2px solid #877962;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none!important;
  box-shadow: 0 5px 8px rgb(0 0 0 / 25%);
}
.to-register a.main-btn:hover {
  color: #ffffff;
  background: rgba(170,158,143,1);
  text-decoration: none;
}

@media (max-width: 600px) {
  body main article .to-register a.main-btn {
    width: 80%;
    height: 55%;
    line-height: 47px;
    font-size: 20px;
  }
}

body .register_mv {
  max-width: 1130px;
  margin: 0 auto;
  margin-top: -100px;
}

@media (max-width: 1800px) {
  body .register_mv {
    max-width: 930px;
  }
}

.to-register_mv a.main-btn {
  display: block;
  width: 80%;
  max-width: 330px;
  height: 60px;
  line-height: 55px;
  color: #877962;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 2px solid #877962;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none!important;
  box-shadow: 0 5px 8px rgb(0 0 0 / 25%);
}
.to-register_mv a.main-btn:hover {
  color: #ffffff;
  background: rgba(135,121,98,1);
  text-decoration: none;
}

@media (max-width: 1050px) {
  body .register_mv {
    max-width: 680px;
  }
}

.to-register_mv a.main-btn {
  display: block;
  width: 70%;
  max-width: 260px;
  height: 50px;
  line-height: 45px;
  color: #877962;
  font-size: 17px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 2px solid #877962;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none!important;
  box-shadow: 0 5px 8px rgb(0 0 0 / 25%);
}
.to-register_mv a.main-btn:hover {
  color: #ffffff;
  background: rgba(135,121,98,1);
  text-decoration: none;
}

@media (max-width: 1050px) {
  body .to-register_mv {
     padding-top: 10px;
  }
}


@media (max-width: 600px) {
body .register_mv {
     margin: 10px auto;
   }
}

@media (max-width: 600px) {
  body main article .to-register_mv {
     margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .to-register_mv a.main-btn {
    width: 83%;
    line-height: 45px;
    font-size: 18px;
    margin: 0 auto;
  }
}


body main article .register_flow {
  position: relative;
  padding: 80px 20px 80px;
  background-color: #e2dcd3;
}

@media (max-width: 600px) {
  body main article .register_flow {
    padding: 50px 20px 50px;
  }
}

body main article .register_flow .register_wrapper {
  margin: 0 auto;
  padding: 70px 70px;
  max-width: 1000px;
  background: #fff;
}

@media (max-width: 600px) {
  body main article .register_flow .register_wrapper {
    padding: 40px 10px 5px;
  }
}

body main article .register_flow .inner_pc {
  display: flex;
  margin-bottom: 50px;
}

body main article .register_flow .inner_sp {
  margin-bottom: 60px;
}

body main article .register_flow .register_wrapper .text_pc {
  margin: 0 auto 70px;
  max-width: 255px;
  border-bottom: solid 4px #755e29;
  color: #000;
}

@media (max-width: 900px) {
  body main article .register_flow .register_wrapper .text_pc {
    max-width: 200px;
  }
}

body main article .register_flow .register_wrapper .text_sp {
  margin: 0 auto 60px;
  max-width: 165px;
  border-bottom: solid 3px #755e29;
  color: #000;
}

body main article .register_flow .register_wrapper .inner_pc .img_left {
  float: left;
}

body main article .register_flow .register_wrapper .inner_pc .img_right {
  float: right;
  padding-left: 40px;
}


body main article .register_flow .image_pc {
  padding-right: 20px;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 800px) {
  body main article .register_flow .image_pc {
    margin-bottom: 40px;
    display: block;
  }
}

body main article .register_flow .image_pc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body main article .register_flow .image_sp {
  margin-bottom: 20px;
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  body main article .register_flow .image_sp {
    display: block;
  }
}

body main article .register_flow .image_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


body main article .register_flow .register_wrapper h1 {
  position: relative;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 30px;
  color: #253949;
}

@media (max-width: 900px) {
  body main article .register_flow .register_wrapper h1 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  body main article .register_flow .register_wrapper h1 {
    margin: 0px 30px 5px;
    font-size: 20px;
  }
}


body main article .company {
  margin: 100px auto 50px;
}

@media (max-width: 1050px) {
  body main article .company {
    margin: 70px auto 30px;
  }
}

@media (max-width: 800px) {
  body main article .company {
    margin: 50px auto 20px;
  }
}

@media (max-width: 600px) {
  body main article .company {
    margin: 30px auto;
  }
}

body main article .company h1 {
  margin-bottom: 56px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 30px;
  color: #000;
}

body main article .company .text_pc {
  margin: 30px auto 35px;
  max-width: 130px;
  border-bottom: solid 4px #755e29;
}

@media (max-width: 900px) {
  body main article .company .text_pc {
    max-width: 100px;
  }
}

body main article .company .text_sp {
  margin: 30px auto 15px;
  max-width: 80px;
  border-bottom: solid 3px #755e29;
}

@media (max-width: 1050px) {
  body main article .company h1 {
    margin-bottom: 48px;
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  body main article .company h1 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  body main article .company h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  body main article .company h1 {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

body main article .company .outer {
  margin: 0 auto;
  padding: 56px 0;
  padding-left: 80px;
  max-width: 720px;
  background: #fff;
  color: #000;
}

@media (max-width: 1050px) {
  body main article .company .outer {
    padding: 48px 0;
    padding-right: 32px;
    padding-left: 100px;
  }
}

@media (max-width: 600px) {
  body main article .company .outer {
    padding: 32px 0;
    padding-right: 24px;
    padding-left: 24px;
  }
}

body main article .company .outer dl {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

body main article .company .outer dl div {
  margin-bottom: 40px;
  min-height: 48px;
  display: flex;
}

@media (max-width: 600px) {
  body main article .company .outer dl div {
    margin-bottom: 24px;
    flex-direction: column;
    border-bottom: 1px solid #bfc3c7;
  }
}

body main article .company .outer dl div dt {
  max-width: 136px;
  width: 100%;
  border-right: 1px solid #bfc3c7;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

@media (max-width: 600px) {
  body main article .company .outer dl div dt {
    margin-bottom: 16px;
    max-width: none;
    border-right: none;
  }
}

body main article .company .outer dl div dd {
  padding-left: 32px;
  width: 100%;
  display: block;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 13px;
}

@media (max-width: 600px) {
  body main article .company .outer dl div dd {
    margin-bottom: 8px;
    padding-left: 0;
  }
}

body main article .company .outer dl div:nth-last-of-type(1) {
  margin-bottom: 0;
  border-bottom: none;
}


body .footer {
  padding: 24px 0;
  background: #000;
  color: #fff;
}

body .footer .footer_logo {
  margin-bottom: 24px;
  text-align: center;
}

body .footer .footer_logo img {
  width: 144px;
  height: 32px;
  object-fit: contain;
}

body .footer_links {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  body .footer_links {
    margin-top: 35px;
  }
}

body .footer a {
  padding: 0 16px;  
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: medium;
  font-family: "Noto Sans JP";
  font-weight: 100;
  letter-spacing: 0.08em;
}

@media (max-width: 800px) {
  body .footer a {
    display: inline-block;
    width: 100%;
    height: 35px;
  }
}

body .footer small {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Avenir";
  font-size: 9px;
  color: #808080;
}