@charset "UTF-8";
/*! Writen  by SCSS */
body.home:before {
  display: block;
  position: fixed;
  /*固定*/
  z-index: -1;
  /*全ての要素より順位を下げる*/
  width: 100%;
  /*横幅いっぱいに表示*/
  height: 100vh;
  /*立幅いっぱいに表示*/
  background-image: url("../images/home_lead_bg.jpg");
  /*背景画像*/
  background-position: center;
  background-size: cover;
  /*画面サイズいっぱいに表示*/
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  content: "";
  /*中身はブランク*/ }

@media screen and (max-width: 767px) {
  body.home:before {
    background-image: url("../images/home_lead_bg_sp.jpg");
    background-size: contain;
    background-position-y: 20% !important; } }
body.home main {
  padding-top: unset;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  body.home main {
    overflow: hidden; } }
body.home section.header {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 159px;
  padding-top: 26px; }

body.home section.header .header_box .header_box_1 .header_box {
  display: flex;
  align-items: center;
  margin-bottom: 19px; }

body.home section.header .header_box .header_box_1 .header_box .brand {
  margin-right: auto; }

body.home section.header .header_box .header_box_1 .header_box .brand a h1 {
  display: block;
  width: 271.5px;
  height: 60px;
  background: url("../images/header_logo_1_home.svg") no-repeat center/contain; }

body.home section.header .header_box .header_box_1 .header_box .brand a h1 img {
  display: none; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 {
  display: flex;
  color: #503b00;
  font-size: 16px; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 .link_1 {
  display: flex;
  position: relative;
  width: 111px;
  margin: 0 9px 5px;
  color: #ffffff;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 .link_1::before {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 111px;
  border-bottom: 1px solid #ffffff;
  content: "";
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 .link_1::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 7px;
  height: 13px;
  background: url("../images/header_arrow_2.svg") no-repeat center/contain;
  content: "";
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 .link_1:hover {
  color: #1b4d00; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 .link_1:hover::before {
  bottom: -8px;
  border-bottom: 1px solid #1b4d00; }

body.home section.header .header_box .header_box_1 .header_box .link_box_1 .link_1:hover::after {
  background: url("../images/header_arrow_2_hover.svg") no-repeat center/contain; }

body.home section.header .header_box .header_box_1 .header_box .link_box_2 {
  display: flex; }

body.home section.header .header_box .header_box_1 .header_box .link_box_2 > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 52px;
  margin-left: 11px;
  border: 1px solid #1b4d00;
  border-radius: 26px;
  font-size: 20px; }

body.home section.header .header_box .header_box_1 .header_box .link_box_2 .link_2 {
  border-color: #ffffff;
  background: #ffffff;
  color: #1b4d00;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .link_box_2 .link_2:hover {
  border-color: #8cb808;
  background: #8cb808;
  color: #ffffff;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .link_box_2 .link_3 {
  background: #1b4d00;
  color: #ffffff;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .link_box_2 .link_3:hover {
  border-color: #8cb808;
  background: #8cb808;
  color: #ffffff;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 .header_box .drawer-toggle {
  position: absolute;
  top: 0;
  right: 0; }

body.home section.header .header_box .header_box_1 nav.main {
  color: #503b00; }

body.home section.header .header_box .header_box_1 nav.main ul {
  display: flex; }

body.home section.header .header_box .header_box_1 nav.main ul li {
  display: flex; }

body.home section.header .header_box .header_box_1 nav.main ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 42px; }

body.home section.header .header_box .header_box_1 nav.main ul li a:hover * {
  color: #1b4d00 !important;
  letter-spacing: 0.12em; }

body.home section.header .header_box .header_box_1 nav.main ul li a::after {
  position: absolute;
  top: 5px;
  right: 0;
  height: 34px;
  border-right: 1px solid #ffffff;
  content: ""; }

body.home section.header .header_box .header_box_1 nav.main ul li a .text_1 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 nav.main ul li a .text_2 {
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  transition: all 0.3s; }

body.home section.header .header_box .header_box_1 nav.main ul li a.nolink {
  opacity: 0.5;
  color: #888888; }

body.home section.header .header_box .header_box_1 nav.main ul li a.nolink * {
  color: #aaaaaa !important;
  letter-spacing: 0.12em; }

body.home section.header .header_box .header_box_1 nav.main ul li:last-of-type a::after {
  display: none; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(1) {
  width: 118px; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(2) {
  width: 167.9px; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(3) {
  width: 138.5px; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(4) {
  width: 225.7px; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(5) {
  width: 138.5px; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(6) {
  width: 182.3px; }

body.home section.header .header_box .header_box_1 nav.main ul li:nth-of-type(7) {
  width: 132.7px; }

body.home section.mv {
  position: relative;
  z-index: 100;
  padding-bottom: 0;
  height: auto;
  width: 100%;
  margin-top: 0px; }

                              /*margin-top: 140px;width: 100%;margin-top: 140px; /


@media screen and (min-width: 768px) {
  body.home section.mv #bgWhite {
	background: #155a2d;
	background-size: 2000px;
	height: auto;width: 100%;
    padding-bottom: 200px;margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
body.home section.mv {
    z-index: unset;
    height: auto;
	margin-top: 65px;
}
	
  body.home section.mv #bgWhite {
    background-size:660px;background: #155a2d;height: auto;width: 100%;
  }
}


/*@media screen and (min-width: 768px) {
  body.home section.mv #bgWhite {
	background: #fff url("../images/home_mv_image_1_1.jpg?320") no-repeat top center;
	background-size: 2000px;
	height: 1030px;width: 100%;
  }
}
@media screen and (max-width: 767px) {
body.home section.mv {
    z-index: unset;
    height: 1338px;
	margin-top: 65px;
}
	
  body.home section.mv #bgWhite {
    background: url("../images/home_mv_image_1_1_sp.jpg?320") no-repeat top center;
    background-size:660px;
  }
}*/
/*@media screen and (min-width: 768px) {
  body.home section.mv #bgGreen {
    background: url(../images/home_mv_image_1_2.jpg) no-repeat top 1030px center, url(../images/home_mv_image_2.png) no-repeat  top 1600px center;
    padding-bottom: 220px;
    background-size: 3200px;
}
}
@media screen and (max-width: 767px) {
  body.home section.mv #bgGreen {
    z-index: unset;
    height: 1388px;
    background: url(../images/home_mv_image_1_2_sp.jpg) no-repeat top 416px center, url(../images/home_mv_image_1_3_sp.png) no-repeat top 1228px center;
    background-size: 767px;
}
}*/
@media screen and (min-width: 768px) {
  body.home section.mv #bgGreen {
    background: url(../images/home_mv_image_1_2.jpg) no-repeat top center;
    padding-bottom: 0px;
    background-size: 2500px;
    width: 100%; }

  .wtop {
    width: 100%;
    margin: auto;
    padding: 0px; } }
 /*204/0325変更
@media screen and (max-width: 767px) {
  body.home section.mv #bgGreen {
    z-index: unset;
    height: 0px; /*height: 1300px;
    background: url(../images/home_mv_image_1_2_sp.jpg) no-repeat top 256px center, url(../images/home_mv_image_1_3_sp.png) no-repeat top 1228px center;
    background-size: 767px;width: 100%;margin:0 0 0px 0;
}
}*/
@media screen and (max-width: 767px) {
  body.home section.mv #bgGreen {
    z-index: unset;
    height: 0px;
    /*height: 1300px;*/
    background: url(../images/home_mv_image_1_2_sp.jpg) no-repeat top 256px center, url(../images/home_mv_image_1_3_sp.png) no-repeat top 1228px center;
    background-size: 767px;
    width: 100%;
    margin: 0 0 0px 0; } }
@media screen and (max-width: 640px) {
  body.home section.mv #bgGreen {
    z-index: unset;
    height: 0px;
    /*height: 1180px;*/
    background: url(../images/home_mv_image_1_2_sp.jpg) no-repeat top 256px center, url(../images/home_mv_image_1_3_sp.png) no-repeat top 1228px center;
    background-size: 767px;
    width: 100%;
    margin: 0 0 0px 0; } }
body.home section.mv .mv_box {
  height: 100%;
  width: 100%; }

body.home section.mv .mv_box .mv_box_1 {
  position: relative;
  width: 100%;
  height: auto; }

@media screen and (min-width: 768px) {
  body.home section.mv .mv_box .mv_box_1 {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_1 {
    height: auto; } }
body.home section.mv .mv_box .mv_box_1 .mv_box_1_1 {
  position: relative;
  width: 100%;
  height: auto; }

body.home section.mv .mv_box .mv_box_1 .text_1 {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 925px; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_1 .text_1 {
    top: 17%;
    left: calc(50% - 12px);
    width: 100%; } }
body.home section.mv .mv_box .mv_box_1 .logo_1 {
  position: absolute;
  top: 76%;
  left: 96%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_1 .logo_1 {
    top: 72.7%;
    left: calc(50% + 121px);
    transform: translateX(-50%);
    width: 111px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); } }
body.home section.mv .mv_box .mv_box_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 169px; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 {
    padding-top: 200px;
    background: url(../images/home_mv_image_1_2.jpg) no-repeat top center; } }
body.home section.mv .mv_box .mv_box_2 .text_2 {
  position: relative;
  margin-bottom: 31px;
  color: #ffffff;
  font-size: 24px; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .text_2 {
    margin-bottom: 38px;
    font-size: 10.5px; } }
body.home section.mv .mv_box .mv_box_2 .text_2::before {
  position: absolute;
  top: -128px;
  left: 50%;
  transform: translateX(-50%);
  width: 312.4px;
  height: 140.21px;
  background: url("../images/home_mv_parts_1.svg") no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .text_2::before {
    top: -47px;
    width: 85px;
    height: 39px; } }
@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .text_2::before {
    top: -63px;
    width: 140px;
    height: 63px; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 {
    flex-direction: column;
    margin-bottom: 19px; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 > * {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 > * {
    margin-bottom: 32px; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_3 {
  position: relative;
  margin-bottom: 16px;
  color: #ffe200;
  font-weight: bold;
  font-size: 36px; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_3 {
    margin-bottom: 12px;
    font-size: 26.5px; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_3::before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 22px;
  height: 47px;
  background: url("../images/home_mv_parts_2.svg") no-repeat center/contain;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_3::before {
    left: -32px;
    width: 18px;
    height: 37px; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_3::after {
  position: absolute;
  top: 0;
  right: -35px;
  width: 22px;
  height: 47px;
  background: url("../images/home_mv_parts_3.svg") no-repeat center/contain;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_3::after {
    right: -32px;
    width: 18px;
    height: 37px; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_box {
  display: flex;
  align-items: center;
  position: relative;
  height: 72px; }

body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_box::before {
  position: absolute;
  top: 0;
  left: 14px;
  width: 25px;
  height: 78px;
  background: url("../images/home_mv_parts_4.svg") no-repeat center/contain;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_box::before {
    left: 21px;
    width: 17px;
    height: 69px;
    background: url("../images/home_mv_parts_4_sp.svg") no-repeat center/contain; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_box::after {
  position: absolute;
  top: 0;
  right: 14px;
  width: 25px;
  height: 78px;
  background: url("../images/home_mv_parts_5.svg") no-repeat center/contain;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_box::after {
    right: 21px;
    width: 17px;
    height: 69px;
    background: url("../images/home_mv_parts_5_sp.svg") no-repeat center/contain; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_4 {
  position: relative;
  width: 313px;
  margin: 0 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center; }

@media screen and (max-width: 767px) and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_4 {
    line-height: 1.3125; } }
body.home section.mv .mv_box .mv_box_2 .mv_box_2_1 .text_4 strong {
  color: #ffe200; }

body.home section.mv .mv_box .mv_box_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

body.home section.mv .mv_box .mv_box_3 .link_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 490px;
  height: 97px;
  margin: 0 10px 20px;
  background: url("../images/home_mv_button_1.jpg") no-repeat center/cover;
  color: #1b4d00;
  font-weight: bold;
  font-size: 24px; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_3 .link_1 {
    height: 65px;
    margin-right: unset;
    margin-bottom: 15px;
    margin-left: unset;
    font-size: 16px; } }
body.home section.mv .mv_box .mv_box_3 .link_1 span {
  position: relative;
  z-index: 2; }

body.home section.mv .mv_box .mv_box_3 .link_1::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 155px;
  height: 100%;
  background: url("../images/home_mv_icon_1.png") no-repeat center;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_3 .link_1::before {
    width: 87px;
    background-size: 65px; } }
body.home section.mv .mv_box .mv_box_3 .link_1.second::before {
  width: 132px;
  background: url("../images/home_mv_icon_2.png") no-repeat center; }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_3 .link_1.second::before {
    width: 88px;
    background-size: 43px; } }
body.home section.mv .mv_box .mv_box_3 .link_1.second::after {
  background: rgba(255, 245, 0, 0.3); }

body.home section.mv .mv_box .mv_box_3 .link_1::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 177, 0, 0.3);
  content: "";
  transition: all 0.3s; }

body.home section.mv .mv_box .mv_box_3 .link_1 i::after {
  position: absolute;
  top: 50%;
  right: 31px;
  z-index: 2;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../images/home_mv_arrow_1.svg") no-repeat center;
  content: "";
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  body.home section.mv .mv_box .mv_box_3 .link_1 i::after {
    right: 26px;
    width: 16px;
    height: 16px;
    background-size: 16px; } }
body.home section.mv .mv_box .mv_box_3 .link_1:hover::after {
  background: rgba(255, 255, 255, 0.1); }

body.home section.mv .mv_box .mv_box_3 .link_1:hover i::after {
  right: 20px; }

body.home section.lead {
  position: relative;
  z-index: 1; }

/*TOP　JINBANEWDAYS高さ調整*/
body.home section.lead .lead_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

/*
body.home section.lead .lead_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 213px;
  padding-bottom: 89px;
}*/
/*TOP　スマホ　JINBANEWDAYS高さ調整*/
/*@media screen and (max-width: 767px) {
  body.home section.lead .lead_box {
    flex-direction: column;
    padding-top: 66px;
  }
}*/
@media screen and (max-width: 767px) {
  body.home section.lead .lead_box {
    flex-direction: column;
    padding-top: 250px; } }
body.home section.lead .lead_box .lead_box_1 {
  position: relative;
  width: 53.6%; }

@media screen and (max-width: 767px) {
  body.home section.lead .lead_box .lead_box_1 {
    width: 100%; } }
body.home section.lead .lead_box .lead_box_1::before {
  position: absolute;
  top: -42px;
  left: 0;
  width: 34px;
  height: 28px;
  background: url("../images/home_lead_parts_1.svg") no-repeat center/contain;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.lead .lead_box .lead_box_1::before {
    top: -51px;
    width: 23px;
    height: 19px; } }
body.home section.lead .lead_box .lead_box_1 .text_1 {
  position: relative;
  top: -6px;
  left: 75px;
  font-size: 70px;
  line-height: 1.4285714286; }

@media screen and (max-width: 767px) {
  body.home section.lead .lead_box .lead_box_1 .text_1 {
    left: 0;
    margin-bottom: 33px;
    font-size: 50px;
    line-height: 1.4; } }
body.home section.lead .lead_box .lead_box_2 {
  flex: 1;
  position: relative; }

body.home section.lead .lead_box .lead_box_2::before {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 34px;
  height: 28px;
  background: url("../images/home_lead_parts_2.svg") no-repeat center/contain;
  content: ""; }

@media screen and (max-width: 767px) {
  body.home section.lead .lead_box .lead_box_2::before {
    bottom: -58px;
    width: 23px;
    height: 16px; } }
body.home section.lead .lead_box .lead_box_2 .text_2 {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.625; }

@media screen and (max-width: 767px) {
  body.home section.lead .lead_box .lead_box_2 .text_2 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.619047619;
    line-height: 1.625; } }
body.home section.lead .lead_box .lead_box_2 .text_3 {
  font-size: 16px;
  line-height: 2.375; }

@media screen and (max-width: 767px) {
  body.home section.lead .lead_box .lead_box_2 .text_3 {
    font-size: 14px;
    line-height: 1.7142857143; } }
body.home section.news {
  position: relative;
  z-index: 1;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  body.home section.news {
    background: url("../images/home_news_bg_1.png") no-repeat top center, url("../images/home_news_bg_2.jpg") no-repeat top 285px center;
    background-size: 2500px; } }
@media screen and (max-width: 767px) {
  body.home section.news {
    background: url("../images/home_news_bg_1_1_sp.png") no-repeat top 20px center, url("../images/home_news_bg_1_2_sp.jpg") no-repeat top 75px center;
    background-size: 767px; } }
body.home section.news .news_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  /*padding-top: 336px*/
  padding-bottom: 150px; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box {
    flex-direction: column;
    padding-top: 70px;
    /*padding-top: 165px*/
    padding-bottom: 100px; } }
body.home section.news .news_box .news_box_1 {
  width: 37.6%; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_1 {
    width: 100%;
    margin-bottom: 23px; } }
body.home section.news .news_box .news_box_1 .text_1 {
  margin-bottom: 15px;
  color: #1b4d00;
  font-size: 42px; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_1 .text_1 {
    margin-bottom: 1px;
    font-size: 30px; } }
body.home section.news .news_box .news_box_1 .text_2 {
  color: #8a846f;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_1 .text_2 {
    font-size: 12px; } }
@media screen and (min-width: 768px) {
  body.home section.news .news_box .news_box_2 {
    flex: 1; } }
@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_2 {
    width: 100%; } }
body.home section.news .news_box .news_box_2 ul {
  width: 100%;
  background-image: linear-gradient(to left, #62490f, #62490f 4px, transparent 2px, transparent 8px);
  background-position: right top;
  background-size: 8px 1px;
  background-repeat: repeat-x; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_2 ul {
    background-image: linear-gradient(to left, #62490f, #62490f 3px, transparent 2px, transparent 6px);
    background-size: 6px 1px; } }
body.home section.news .news_box .news_box_2 ul li {
  position: relative;
  padding: 28.3px 0;
  background-image: linear-gradient(to left, #62490f, #62490f 4px, transparent 2px, transparent 8px);
  background-position: right bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_2 ul li {
    padding: 21.3px 0;
    background-image: linear-gradient(to left, #62490f, #62490f 3px, transparent 2px, transparent 6px);
    background-size: 6px 1px; } }
body.home section.news .news_box .news_box_2 ul li > * {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: 0;
  transition: left 0.4s; }

body.home section.news .news_box .news_box_2 ul li .date {
  margin-right: 55px;
  color: #1b4d00;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_2 ul li .date {
    margin-bottom: 3px;
    font-size: 13px; } }
@media screen and (max-width: 767px) {
  body.home section.news .news_box .news_box_2 ul li .title {
    font-size: 13px;
    line-height: 1.5; } }
body.home section.news .column_bg {
  position: relative; }

body.home section.news .column_bg::before {
  position: absolute;
  top: -143px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 143px);
  background: url("../images/home_news_bg_3.svg") no-repeat top center;
  background-size: 2500px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body.home section.news .column_bg::before {
    top: -91px;
    height: calc(100% + 91px); } }
body.home section.news .jimba_column_box {
  padding-top: 142px;
  padding-top: 100px;
  padding-bottom: 105px; }

@media screen and (max-width: 767px) {
  body.home section.news .jimba_column_box {
    padding-top: 106px;
    padding-top: 70px; } }
body.home section.news .jimba_column_box .jimba_column_box_1 {
  position: relative;
  margin-bottom: 58px; }

@media screen and (max-width: 767px) {
  body.home section.news .jimba_column_box .jimba_column_box_1 {
    margin-bottom: 38px; } }
body.home section.news .jimba_column_box .jimba_column_box_1 .text_1 {
  margin-bottom: 15px;
  color: #1b4d00;
  font-size: 42px; }

@media screen and (max-width: 767px) {
  body.home section.news .jimba_column_box .jimba_column_box_1 .text_1 {
    margin-bottom: 7px;
    font-size: 30px; } }
body.home section.news .jimba_column_box .jimba_column_box_1 .text_2 {
  color: #8a846f;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 767px) {
  body.home section.news .jimba_column_box .jimba_column_box_1 .text_2 {
    font-size: 12px; } }
body.home section.news .kurumu_box {
  padding-top: 142px;
  padding-bottom: 250px; }

@media screen and (max-width: 767px) {
  body.home section.news .kurumu_box {
    padding-top: 34px;
    padding-bottom: 132px; } }
body.home section.news .kurumu_box .kurumu_box_1 {
  margin-bottom: 58px; }

@media screen and (max-width: 767px) {
  body.home section.news .kurumu_box .kurumu_box_1 {
    margin-bottom: 37px; } }
body.home section.news .kurumu_box .kurumu_box_1 .text_1 {
  margin-bottom: 15px;
  color: #1b4d00;
  font-size: 42px; }

@media screen and (max-width: 767px) {
  body.home section.news .kurumu_box .kurumu_box_1 .text_1 {
    margin-bottom: 8px;
    font-size: 30px; } }
body.home section.news .kurumu_box .kurumu_box_1 .text_1 img {
  position: relative;
  top: -9px;
  margin-right: 11px; }

@media screen and (max-width: 767px) {
  body.home section.news .kurumu_box .kurumu_box_1 .text_1 img {
    width: 96px; } }
body.home section.news .kurumu_box .kurumu_box_1 .text_2 {
  color: #8a846f;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 767px) {
  body.home section.news .kurumu_box .kurumu_box_1 .text_2 {
    font-size: 12px; } }
body.home section.news .column_style::before {
  position: absolute;
  bottom: -100px;
  left: calc(50% + 445px);
  transform: translateX(-50%);
  width: 1810px;
  height: 200px;
  border-radius: 30px;
  background: #1b4d00;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body.home section.news .column_style::before {
    bottom: -57px;
    left: calc(50% + 353px);
    width: 905px;
    height: 100px;
    border-radius: 15px; } }
body.home section.news .column_style .slick-slide {
  margin-right: 30px; }

@media screen and (max-width: 767px) {
  body.home section.news .column_style .slick-slide {
    width: 250px;
    margin-right: 25px; }

  body.home section.news .column_style .slick-slide img {
    width: 100%; } }
body.home section.news .column_style .slick-track {
  position: relative;
  left: -360px; }

@media screen and (max-width: 767px) {
  body.home section.news .column_style .slick-track {
    left: -25px; } }
body.home section.news .column_style .slick-prev {
  position: absolute;
  top: -101px;
  left: calc(50% + 487px);
  z-index: 5;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  background: url("../images/home_column_arrow_1.svg") no-repeat center/contain;
  color: transparent;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body.home section.news .column_style .slick-prev {
    display: none; } }
body.home section.news .column_style .slick-prev:hover {
  background: url("../images/home_column_arrow_1_hover.svg") no-repeat center/contain; }

body.home section.news .column_style .slick-prev::before {
  content: ""; }

body.home section.news .column_style .slick-next {
  position: absolute;
  top: -101px;
  left: calc(50% + 538px);
  z-index: 5;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  background: url("../images/home_column_arrow_2.svg") no-repeat center/contain;
  color: transparent;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body.home section.news .column_style .slick-next {
    display: none; } }
body.home section.news .column_style .slick-next:hover {
  background: url("../images/home_column_arrow_2_hover.svg") no-repeat center/contain; }

body.home section.news .column_style .slick-next::before {
  content: ""; }

body.home section.howtobuy {
  position: relative; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy {
    background: url("../images/home_howtobuy_bg_sp.jpg") no-repeat center/cover; } }
@media screen and (min-width: 768px) {
  body.home section.howtobuy::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: ""; } }
body.home section.howtobuy .movie_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("../images/howtobuy_bg_1.jpg") no-repeat center/cover; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .movie_bg {
    display: none; } }
body.home section.howtobuy .movie_bg div {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: 1s !important; }

body.home section.howtobuy .movie_bg div.active {
  opacity: 1; }

body.home section.howtobuy .howtobuy_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 600px;
  padding-top: 72px; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box {
    padding-top: 75px; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_1 {
  margin-bottom: 62px; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_1 {
    margin-bottom: 41px; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_1 .text_1 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 42px;
  text-align: center; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_1 .text_1 {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 1.1666666667; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_1 .text_2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-align: center; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_1 .text_2 {
    font-size: 12px; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_2 {
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .howtobuy_box_2_1 {
    background: url("../images/home_howtobuy_bg_1_sp.jpg") no-repeat center/cover; }

  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .howtobuy_box_2_2 {
    background: url("../images/home_howtobuy_bg_2_sp.jpg") no-repeat center/cover; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 540px;
  height: 317px;
  margin: 0 10px;
  border: 1px solid #ffffff;
  transition: all 0.3s; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > * {
    width: 300px;
    height: 150px;
    margin-bottom: 15px;
    border-color: transparent; }

  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > *::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: ""; }

  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > *::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ffffff;
    content: ""; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > *:hover {
  border-color: transparent; }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > *:hover .text_5 {
  border: 1px solid #1b4d00;
  background: #1b4d00;
  color: #ffffff; }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > *:hover .text_5::before {
  background: url("../images/howtobuy_arrow_1_hover.svg") no-repeat center/contain; }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 > *:hover .text_5.comingsoon {
  border-color: #ffffff; }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_3 {
  z-index: 1;
  margin-bottom: 14px;
  color: #ffffff;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_3 {
    margin-bottom: 6px;
    font-size: 14px; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_4 {
  z-index: 1;
  margin-bottom: 44px;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_4 {
    margin-bottom: 15px;
    font-size: 18px; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 159px;
  height: 40px;
  padding-right: 41px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background: #ffffff;
  font-size: 14px;
  transition: all 0.3s; }

@media screen and (max-width: 767px) {
  body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_5 {
    width: 200px;
    height: 37px;
    padding-right: unset; } }
body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_5::before {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 15px;
  height: 8px;
  background: url("../images/howtobuy_arrow_1.svg") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_5.comingsoon {
  padding-right: unset;
  background: unset;
  color: #ffffff; }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_5.comingsoon:hover {
  border-color: #ffffff; }

body.home section.howtobuy .howtobuy_box .howtobuy_box_2 .text_5.comingsoon::before {
  display: none; }

body.home section.banner {
  background: url("../images/home_banner_bg_1.jpg") no-repeat bottom center;
  background-size: 2500px; }

@media screen and (max-width: 767px) {
  body.home section.banner {
    background-size: 867px; } }
body.home section.banner .banner_box {
  position: relative;
  padding-top: 149px;
  padding-top: 100px;
  padding-bottom: 75px; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box {
    padding-top: 72px;
    padding-top: 0;
    padding-bottom: 35px; } }
body.home section.banner .banner_box .link_1 {
  display: flex;
  margin-bottom: 150px; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 {
    position: relative;
    margin-bottom: 76px; }

  body.home section.banner .banner_box .link_1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 392px;
    background: #1b4d00;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); } }
@media screen and (min-width: 768px) {
  body.home section.banner .banner_box .link_1:hover .banner_box_1 {
    background: #000c4d; }

  body.home section.banner .banner_box .link_1:hover .image_box_1::after {
    background-size: 252px; }

  body.home section.banner .banner_box .link_1:hover .film {
    fill: #000c4d; }

  body.home section.banner .banner_box .link_1:hover .image_2 {
    right: -60px; } }
body.home section.banner .banner_box .link_1 .banner_box_1 {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: 250px;
  border-radius: 30px;
  background: #1b4d00;
  transition: all 0.3s; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 {
    height: 392px;
    padding-top: 55px;
    border-radius: unset; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .image_box_1 {
  position: absolute;
  left: 35px;
  z-index: 1; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .image_box_1 {
    left: unset; }

  body.home section.banner .banner_box .link_1 .banner_box_1 .image_box_1 img {
    width: 299px; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .image_box_1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  content: ""; }

body.home section.banner .banner_box .link_1 .banner_box_1 .image_box_1::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_youtube_icon_1.svg") no-repeat center;
  background-size: 200px;
  content: "";
  transition: all 0.15s; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .image_box_1::after {
    background-size: 123px; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .parts_1 {
  position: absolute;
  left: 35px;
  z-index: 2; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .parts_1 {
    top: 3px;
    left: unset;
    width: 300px; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .film {
  transition: all 0.3s;
  fill: #1b4d00; }

body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46.7%;
  height: 100%;
  margin-left: auto; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 {
    justify-content: flex-end;
    width: 100%;
    height: 87%; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_1 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 32px; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_1 {
    margin-bottom: 13px;
    font-size: 21px; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_2 {
  position: relative;
  margin-bottom: 26px;
  color: #ffe200;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_2 {
    margin-bottom: 10px;
    font-size: 14px; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_2::before {
  position: absolute;
  top: 50%;
  left: 184px;
  transform: translateY(-50%);
  width: 227px;
  height: 2px;
  background: url("../images/home_youtube_part_2.svg") no-repeat center;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_2::before {
    left: 131px;
    width: 164px;
    background-size: contain; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_3 {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.75; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .banner_box_1_1 .text_3 {
    font-size: 12px;
    line-height: 1.75; } }
body.home section.banner .banner_box .link_1 .banner_box_1 .image_2 {
  position: absolute;
  right: -48px;
  bottom: -18px;
  transition: all 0.3s; }

@media screen and (max-width: 767px) {
  body.home section.banner .banner_box .link_1 .banner_box_1 .image_2 {
    right: -13px;
    width: 131px; } }
body.home section.banner .tile_box {
  margin-bottom: 65px; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box {
    margin-bottom: 35px; } }
body.home section.banner .tile_box .container {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 15px 20px;
  grid-auto-flow: row;
  grid-template-areas: "concept concept plan gallery" "concept concept location location" "interview freeplan location location"; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-template-areas: "concept concept" "plan gallery" "location location" "interview freeplan"; } }
body.home section.banner .tile_box .container > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  position: relative;
  overflow: hidden; }

body.home section.banner .tile_box .container > * .text_1 {
  position: relative;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 24px;
  text-align: center; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container > * .text_1 {
    margin-bottom: 8px;
    font-size: 21px; } }
body.home section.banner .tile_box .container > * .text_1::before {
  position: absolute;
  top: -84px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 62px;
  background: url("../images/home_tile_parts_1.svg") no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container > * .text_1::before {
    top: -49px;
    width: 15px;
    height: 34px; } }
body.home section.banner .tile_box .container > * .text_2 {
  color: #ffffff;
  line-height: 2.25;
  text-align: center; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container > * .text_2 {
    font-size: 13px;
    line-height: 1.6153846154; } }
body.home section.banner .tile_box .container > *.small .text_1 {
  position: relative;
  font-size: 16px;
  transition: all 0.3s; }

@media screen and (min-width: 768px) {
  body.home section.banner .tile_box .container > *.small .text_1 {
    top: 54px; } }
@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container > *.small .text_1 {
    margin-top: 25px;
    font-size: 14px; } }
body.home section.banner .tile_box .container > *.small .text_1::before {
  top: -53px;
  width: 19px;
  height: 42px; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container > *.small .text_1::before {
    top: -28px;
    width: 10px;
    height: 21px; } }
body.home section.banner .tile_box .container > *.small .text_2 {
  position: relative;
  top: 54px;
  line-height: 1.75;
  transition: all 0.3s; }

@media screen and (min-width: 768px) {
  body.home section.banner .tile_box .container > *.small .text_2 {
    color: transparent; } }
@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .container > *.small .text_2 {
    top: unset;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3333333333; } }
body.home section.banner .tile_box .container > * > * {
  position: relative;
  z-index: 5; }

body.home section.banner .tile_box .container > *::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  transition: all 0.3s; }

body.home section.banner .tile_box .container > *::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s; }

@media screen and (min-width: 768px) {
  body.home section.banner .tile_box .container > *:hover::before {
    background: rgba(0, 0, 0, 0.5); }

  body.home section.banner .tile_box .container > *:hover::after {
    transform: scale(1.05); }

  body.home section.banner .tile_box .container > *:hover.small .text_1 {
    top: 24px; }

  body.home section.banner .tile_box .container > *:hover.small .text_2 {
    top: 24px;
    color: #ffffff; } }
body.home section.banner .tile_box .concept {
  height: 550px;
  grid-area: concept; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .concept {
    height: 300px; } }
body.home section.banner .tile_box .concept .text_1 {
  margin-top: 5.2em; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .concept .text_1 {
    margin-top: 2.4em; } }
body.home section.banner .tile_box .concept::after {
  background: url("../images/home_tile_concept_1.jpg") no-repeat center/cover; }

body.home section.banner .tile_box .plan {
  height: 265px;
  grid-area: plan; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .plan {
    height: 145px; } }
body.home section.banner .tile_box .plan::after {
  background: url("../images/home_tile_plan_1.jpg") no-repeat center/cover; }

body.home section.banner .tile_box .gallery {
  height: 265px;
  grid-area: gallery; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .gallery {
    height: 145px; } }
body.home section.banner .tile_box .gallery::after {
  background: url("../images/home_tile_gallery_1.jpg") no-repeat center/cover; }

body.home section.banner .tile_box .interview {
  height: 265px;
  grid-area: interview; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .interview {
    height: 145px; } }
body.home section.banner .tile_box .interview::after {
  background: url("../images/home_tile_interview_1.jpg") no-repeat center/cover; }

body.home section.banner .tile_box .freeplan {
  height: 265px;
  grid-area: freeplan; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .freeplan {
    height: 145px; }

  body.home section.banner .tile_box .freeplan .text_1 {
    margin-top: 41px !important; } }
body.home section.banner .tile_box .freeplan::after {
  background: url("../images/home_tile_freeplan.jpg") no-repeat center/cover; }

body.home section.banner .tile_box .location {
  height: 550px;
  grid-area: location; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .location {
    height: 300px; } }
body.home section.banner .tile_box .location .text_1 {
  margin-top: 95px; }

@media screen and (max-width: 767px) {
  body.home section.banner .tile_box .location .text_1 {
    margin-top: 51px; } }
body.home section.banner .tile_box .location::after {
  background: url("../images/home_tile_location_1.jpg") no-repeat center/cover; }

body.home section.banner .note_box .text_1 {
  font-size: 14px;
  line-height: 1.7142857143; }

@media screen and (max-width: 767px) {
  body.home section.banner .note_box .text_1 {
    font-size: 10px;
    line-height: 1.4; } }
body.home .home_character {
  position: absolute;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

body.home .home_character img {
  opacity: 0;
  position: relative;
  top: -200px;
  transform: scale(0);
  transform-origin: center; }

body.home .home_character.show img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }

body.home .home_character_1 {
  top: 176px;
  left: calc(50% - 322px); }

@media screen and (max-width: 767px) {
  body.home .home_character_1 {
    /*top: 125px;*/
    top: 270px;
    left: calc(50% - 99px); }

  body.home .home_character_1 img {
    width: 105px; } }
body.home .home_character_2 {
  top: 180px;
  left: calc(50% + 356px); }

@media screen and (max-width: 767px) {
  body.home .home_character_2 {
    /*top: 180px;*/
    top: 270px;
    left: calc(50% + 118px); }

  body.home .home_character_2 img {
    width: 65px; } }
/*body.home .home_character_3 {
  top: 990px;
  left: calc(50% + 438px);
}
@media screen and (max-width: 767px) {
  body.home .home_character_3 {
    top: 1020px;
    left: calc(50% + 109px);
  }
  body.home .home_character_3 img {
    width: 194px;
  }
}*/
body.home .home_character_3 {
  top: 770px;
  left: calc(50% + 438px); }

@media screen and (max-width: 767px) {
  body.home .home_character_3 {
    /*top: 933px;*/
    top: 1080px;
    left: calc(50% + 109px); }

  body.home .home_character_3 img {
    width: 194px; } }
body.home .home_character_4 {
  top: 284px;
  left: calc(50% - 349px); }

@media screen and (max-width: 767px) {
  body.home .home_character_4 {
    top: 204px;
    left: calc(50% - 69px); }

  body.home .home_character_4 img {
    width: 249px; } }
body.home .home_character_5 {
  top: 96px;
  left: calc(50% + 396px); }

@media screen and (max-width: 767px) {
  body.home .home_character_5 {
    top: 200px;
    left: calc(50% + 76px); }

 /* body.home .home_character_5 {
  top: 156px;
  left: calc(50% + 76px);
}*/
  body.home .home_character_5 img {
    width: 178px; } }
body.home .home_character_6 {
  top: 134px;
  left: calc(50% - 461px); }

@media screen and (max-width: 767px) {
  body.home .home_character_6 {
    top: -438px;
    left: calc(50% - 110px); }

  body.home .home_character_6 img {
    width: 99px; } }
body.home .home_character_7 {
  top: 165px;
  left: calc(50% + 476px); }

@media screen and (max-width: 767px) {
  body.home .home_character_7 {
    top: 160px;
    left: calc(50% + 112px); }

  body.home .home_character_7 img {
    width: 97px; } }
.note {
  position: absolute !important;
  color: #ffffff;
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .note {
    font-size: 10px; } }
.note.note_1 {
  right: -40px;
  bottom: 10px; }

@media screen and (max-width: 767px) {
  .note.note_1 {
    right: -20px;
    bottom: 70px; } }
.note.note_2 {
  right: 10px;
  bottom: 10px; }

@media screen and (max-width: 767px) {
  .note.note_2 {
    bottom: 90px; } }
.note.note_3 {
  right: 10px;
  bottom: 10px; }

.note.note_4 {
  right: 10px;
  bottom: 10px; }

#loading_sp {
  width: 100vw;
  height: 100vh;
  -webkit-animation: fadeInLoading 1s;
  animation: fadeInLoading 1s;
  animation-delay: 1s !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s !important; }

/*# sourceMappingURL=home.css.map */
/*＝＝＝プロモ追加＝＝＝*/
.movieBox {
  padding: 60px 0;
  width: 70%;
  max-width: 1120px;
  margin: 0 auto; }

.tvcmText .textBig {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 10px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4; }

.tvcmText .textBig:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg); }

.tvcmText .textBig:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg); }

.tvcmText .textSmall {
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff; }

.movie {
  width: 100%;
  margin: 0 auto; }

.movie {
  position: relative;
  padding-bottom: 56.25%; }

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .movieBox {
    width: 90%;
    padding: 0; }

  .tvcmText .textBig {
    padding: 0 10px;
    margin: 0 auto 10px;
    font-size: 14px; }

  .tvcmText .textSmall {
    font-size: 12px; }

  .movie {
    width: 100%;
    margin: 0 auto 20px; } }

/*# sourceMappingURL=home.css.map */
