@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*=============================================
#	header
=============================================*/
header {
  padding: 30px 0;
}

@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}

header .container {
  align-items: center;
}

header .logo {
  width: 39%;
}

@media (max-width: 1199px) {
  header .logo {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  header .logo {
    width: 80%;
    max-width: 350px;
  }
}

header .tel {
  margin: -10px 0 0 auto;
  width: 24.7%;
}

@media (max-width: 1199px) {
  header .tel {
    display: none;
  }
}

header .tel .flex {
  align-items: flex-end;
}

header .tel .img {
  width: 17%;
}

header .tel .tel-num {
  font-size: 40px;
  color: #fff;
  font-family: a-otf-ryumin-pr6n;
  line-height: 1;
}

header .tel .tel-date {
  margin-top: 10px;
  font-size: 13px;
  line-height: 25px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  letter-spacing: 0;
}

header .contact-btn {
  margin: 0 0 0 36px;
}

@media (max-width: 1199px) {
  header .contact-btn {
    display: none;
  }
}

header .contact-btn a {
  font-family: a-otf-ryumin-pr6n;
  background: #960a0a;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 66px;
  padding: 0 56px;
  letter-spacing: .1em;
}

/*=============================================
#	main
=============================================*/
.main {
  position: relative;
  padding-top: 35.9375%;
}

@media (max-width: 1199px) {
  .main {
    padding-top: 50%;
  }
}

.main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/fv2.png) center center/cover no-repeat;
}

.main .container.text {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  width: 1470px;
}

@media (max-width: 1599px) {
  .main .container.text {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .main .container.text {
    top: 24%;
  }
}

@media (max-width: 767px) {
  .main .container.text {
    width: 100%;
  }
}

.main .container.btn {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .main .container.btn {
    bottom: -40px;
  }
}

.main .contact-btn a {
  font-size: 30px;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0 35%;
  line-height: 150px;
  letter-spacing: .2em;
  font-family: a-otf-ryumin-pr6n;
  color: #fff;
  background: #960a0a;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 1199px) {
  .main .contact-btn a {
    padding: 0;
    width: 700px;
    max-width: 100%;
    line-height: 80px;
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .main .contact-btn a {
    width: 100%;
    line-height: 60px;
  }
}

.main .contact-btn a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 32%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../img/arrow.png) top left/contain no-repeat;
}

@media (max-width: 1199px) {
  .main .contact-btn a:before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .main .contact-btn a:before {
    right: 10%;
  }
}

/*=============================================
#	start
=============================================*/
.start {
  padding: 200px 0 120px;
}

@media (max-width: 1199px) {
  .start {
    padding: 100px 0 100px;
  }
}

.start .box {
  background: #fff;
  padding: 30px 100px 60px;
  text-align: center;
}

@media (max-width: 1199px) {
  .start .box {
    padding: 30px 50px 60px;
  }
}

@media (max-width: 767px) {
  .start .box {
    padding: 30px 20px;
  }
}

.start .subtitle {
  position: relative;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .start .subtitle {
    font-size: 18px;
  }
}

.start .subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 1px;
  width: 8%;
  background: #202733;
}

.start .title {
  margin-top: 26px;
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .start .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .start .title {
    font-size: 16px;
  }
}

.start .title .gold {
  background: linear-gradient(to bottom, transparent 80%, #b48c52 20%);
}

.start .text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 2.2222;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .start .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .start .text {
    font-size: 14px;
  }
}

/*=============================================
#	realize
=============================================*/
.realize {
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .realize {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1199px) {
  .realize {
    padding-bottom: 80px;
  }
}

.realize:before {
  position: absolute;
  content: "";
  bottom: -2.4vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 50vw 0 50vw;
  border-color: #202733 transparent transparent transparent;
}

.realize .container {
  border: 1px solid #fff;
  position: relative;
  padding: 0 100px 106px;
}

@media (max-width: 1199px) {
  .realize .container {
    padding: 0 50px 50px;
  }
}

@media (max-width: 767px) {
  .realize .container {
    padding: 0 20px 30px;
  }
}

.realize .container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  height: 1px;
  background: #202733;
}

@media (max-width: 1199px) {
  .realize .container:before {
    width: 53%;
    max-width: 542px;
  }
}

@media (max-width: 767px) {
  .realize .container:before {
    width: 90%;
    max-width: 240px;
  }
}

.realize .title {
  margin-top: -38px;
  text-align: center;
  font-size: 35px;
  letter-spacing: .1em;
  position: relative;
  font-family: a-otf-ryumin-pr6n;
  color: #fff;
  background: #202733;
}

@media (max-width: 1199px) {
  .realize .title {
    font-size: 20px;
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .realize .title {
    font-size: 18px;
    line-height: 1.7;
    margin-top: -30px;
  }
}

.realize .flex {
  align-items: flex-end;
  margin-top: 54px;
  color: #fff;
}

@media (max-width: 1199px) {
  .realize .flex {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .realize .flex {
    display: block;
  }
}

.realize .flex .left {
  width: 43%;
}

@media (max-width: 767px) {
  .realize .flex .left {
    width: 100%;
  }
}

.realize .flex .left .text {
  background: #960a0a;
  border-radius: 10px;
  padding: 10px 56px;
  display: inline-block;
  margin-bottom: 46px;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n;
  line-height: 1.3333;
  letter-spacing: .1em;
  position: relative;
}

@media (max-width: 1199px) {
  .realize .flex .left .text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .realize .flex .left .text {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.realize .flex .left .text:before {
  position: absolute;
  content: "";
  bottom: -22px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 8px 0 8px;
  border-color: #960a0a transparent transparent transparent;
}

.realize .flex .left .img {
  margin-bottom: 66px;
}

@media (max-width: 767px) {
  .realize .flex .left .img {
    margin-bottom: 0;
  }
}

.realize .flex .right {
  width: 52%;
}

@media (max-width: 767px) {
  .realize .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}

.realize .flex .right .text {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}

.realize .flex .right .small {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5384;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .realize .flex .right .small {
    font-size: 12px;
    margin-top: 10px;
  }
}

/*=============================================
#	charm
=============================================*/
.charm {
  background: #fff;
  padding: 150px 0 64px;
}

@media (max-width: 1199px) {
  .charm {
    padding: 100px 0 60px;
  }
}

.charm .title {
  display: table;
  margin: 0 auto;
  font-size: 35px;
  letter-spacing: .12em;
  font-family: a-otf-ryumin-pr6n;
  position: relative;
}

@media (max-width: 1199px) {
  .charm .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .charm .title {
    text-align: center;
    line-height: 1.7;
  }
}

.charm .title:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  left: -7%;
  bottom: 56%;
  background: #202733;
  transform: rotate(70deg);
}

@media (max-width: 1199px) {
  .charm .title:before {
    left: -10%;
    width: 35px;
  }
}

@media (max-width: 767px) {
  .charm .title:before {
    left: -20%;
    width: 60px;
  }
}

.charm .title:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  right: -7%;
  bottom: 56%;
  background: #202733;
  transform: rotate(-70deg);
}

@media (max-width: 1199px) {
  .charm .title:after {
    right: -10%;
    width: 35px;
  }
}

@media (max-width: 767px) {
  .charm .title:after {
    right: -20%;
    width: 60px;
  }
}

.charm .subtitle {
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.1em;
}

.charm .box {
  flex-wrap: wrap;
  margin-top: 50px;
}

.charm .box .item {
  width: 31.6%;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .charm .box .item {
    width: 48%;
    margin-bottom: 10px;
  }
}

/*=============================================
#	about
=============================================*/
.about {
  background: #fff;
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 1199px) {
  .about {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 100px;
  }
}

.about:before {
  position: absolute;
  content: "";
  bottom: -2.4vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

.about .container {
  background: #eee;
  padding: 42px 50px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .about .container {
    padding: 30px 20px;
  }
}

.about .title-box {
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .about .title-box {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .about .title-box {
    display: block;
  }
}

.about .title-box .title {
  width: 9%;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .about .title-box .title {
    width: 30%;
    margin: 0 auto;
    max-width: 100px;
  }
}

.about .title-box .text-box {
  width: 86%;
}

@media (max-width: 767px) {
  .about .title-box .text-box {
    width: 100%;
  }
}

.about .title-box .text-box .text1 {
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .about .title-box .text-box .text1 {
    font-size: 14px;
  }
}

.about .title-box .text-box .text2 {
  font-size: 28px;
  color: #b48c52;
  letter-spacing: 0.1em;
  font-family: a-otf-ryumin-pr6n;
}

@media (max-width: 1199px) {
  .about .title-box .text-box .text2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about .title-box .text-box .text2 {
    font-size: 16px;
  }
}

.about .img-box {
  margin-top: 30px;
  width: 75.5%;
}

@media (max-width: 767px) {
  .about .img-box {
    width: 100%;
    display: block;
  }
}

.about .img-box .img {
  width: 48%;
}

@media (max-width: 767px) {
  .about .img-box .img {
    width: 100%;
  }
  .about .img-box .img + .img {
    margin-top: 20px;
  }
}

.about .text3 {
  position: absolute;
  top: 51%;
  right: 4%;
}

@media (max-width: 1199px) {
  .about .text3 {
    top: 60%;
  }
}

@media (max-width: 767px) {
  .about .text3 {
    position: static;
    margin-top: 22px;
  }
}

.about .text3 .text {
  position: relative;
  font-family: a-otf-ryumin-pr6n;
  font-size: 25px;
  color: #fff;
  line-height: 1.4;
  background: #960a0a;
  padding: 30px 39px;
  border-radius: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .about .text3 .text {
    font-size: 18px;
    padding: 20px;
  }
}

.about .text3 .text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 22px 8px 0;
  border-color: transparent #960a0a transparent transparent;
}

@media (max-width: 767px) {
  .about .text3 .text:before {
    left: 0;
    right: 0;
    top: -22px;
    bottom: auto;
    border-width: 0 8px 22px 8px;
    border-color: transparent transparent #960a0a transparent;
  }
}

/*=============================================
#	idea
=============================================*/
.idea {
  padding: 150px 0 136px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1199px) {
  .idea {
    padding: 100px 0 90px;
  }
}

.idea .subtitle {
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .idea .subtitle {
    font-size: 18px;
  }
}

.idea .title {
  margin-top: 40px;
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .idea .title {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .idea .title {
    font-size: 18px;
  }
}

.idea .text {
  width: 37%;
  margin: 80px auto 76px;
}

@media (max-width: 1199px) {
  .idea .text {
    width: 62%;
    margin: 60px auto 50px;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .idea .text {
    width: 100%;
    max-width: 400px;
  }
}

.idea .img {
  margin: 0 auto;
  width: 86%;
}

@media (max-width: 1199px) {
  .idea .img {
    width: 100%;
  }
}

/*=============================================
#	not
=============================================*/
.not {
  padding-bottom: 140px;
}

@media (max-width: 1199px) {
  .not {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .not {
    padding-bottom: 60px;
  }
}

.not .title-box {
  position: relative;
  background: #b48c52;
  border-radius: 40px;
  padding: 22px 0;
}

@media (max-width: 767px) {
  .not .title-box {
    padding: 16px 0;
  }
}

.not .title-box:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #b48c52 transparent transparent transparent;
}

.not .title-box .title {
  font-size: 35px;
  line-height: 1;
  color: #fff;
  letter-spacing: .15em;
  display: table;
  margin: 0 auto;
  font-family: a-otf-ryumin-pr6n;
  position: relative;
}

@media (max-width: 1199px) {
  .not .title-box .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .not .title-box .title {
    font-size: 12px;
  }
}

.not .title-box .title:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  left: -8%;
  bottom: 56%;
  background: #fff;
  transform: rotate(70deg);
}

@media (max-width: 1199px) {
  .not .title-box .title:before {
    left: -10%;
    width: 35px;
  }
}

@media (max-width: 767px) {
  .not .title-box .title:before {
    width: 25px;
  }
}

.not .title-box .title:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  right: -8%;
  bottom: 56%;
  background: #fff;
  transform: rotate(-70deg);
}

@media (max-width: 1199px) {
  .not .title-box .title:after {
    right: -10%;
    width: 35px;
  }
}

@media (max-width: 767px) {
  .not .title-box .title:after {
    width: 25px;
  }
}

.not .box {
  margin-top: 100px;
  color: #fff;
}

@media (max-width: 1199px) {
  .not .box {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .not .box {
    margin-top: 40px;
  }
}

.not .item {
  align-items: center;
}

.not .item:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .not .item {
    display: block;
  }
  .not .item + .item {
    margin-top: 30px;
  }
}

.not .item .img {
  width: 45.8%;
}

@media (max-width: 767px) {
  .not .item .img {
    width: 100%;
  }
}

.not .item .text-box {
  width: 47.6%;
}

@media (max-width: 767px) {
  .not .item .text-box {
    width: 100%;
    margin-top: 20px;
  }
}

.not .item .text-box2 {
  width: 53%;
}

@media (max-width: 767px) {
  .not .item .text-box2 {
    width: 100%;
  }
}

.not .item .item-title {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-family: a-otf-ryumin-pr6n;
  padding-left: 90px;
  position: relative;
  line-height: 1;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .not .item .item-title {
    font-size: 18px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .not .item .item-title {
    padding-left: 40px;
  }
}

.not .item .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 60px;
}

@media (max-width: 1199px) {
  .not .item .item-title:before {
    width: 50px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .not .item .item-title:before {
    width: 30px;
    height: 25px;
  }
}

.not .item .item-title .small {
  font-size: 18px;
  letter-spacing: 0.1em;
  vertical-align: top;
  color: inherit;
}

@media (max-width: 1199px) {
  .not .item .item-title .small {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .not .item .item-title .small {
    font-size: 12px;
  }
}

.not .item .item-title1:before {
  background: url(../img/01.png) top left/contain no-repeat;
}

.not .item .item-title2:before {
  background: url(../img/02.png) top left/contain no-repeat;
}

.not .item .item-title3:before {
  background: url(../img/03.png) top left/contain no-repeat;
}

.not .item .item-title4:before {
  background: url(../img/04.png) top left/contain no-repeat;
}

.not .detail {
  margin: 60px auto auto 90px;
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: a-otf-ryumin-pr6n;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .not .detail {
    margin: 30px auto auto 60px;
  }
}

@media (max-width: 767px) {
  .not .detail {
    margin-top: 10px;
    margin-left: 40px;
  }
}

/*=============================================
#	cta
=============================================*/
.cta {
  background: #fff;
  padding: 156px 0 0;
}

@media (max-width: 1199px) {
  .cta {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding-top: 60px;
  }
}

.cta .contact-btn a {
  font-size: 30px;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0 35%;
  line-height: 150px;
  letter-spacing: .2em;
  font-family: a-otf-ryumin-pr6n;
  color: #fff;
  background: #960a0a;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 1199px) {
  .cta .contact-btn a {
    padding: 0;
    width: 700px;
    max-width: 100%;
    line-height: 80px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cta .contact-btn a {
    width: 100%;
    line-height: 60px;
  }
}

.cta .contact-btn a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 32%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../img/arrow.png) top left/contain no-repeat;
}

@media (max-width: 1199px) {
  .cta .contact-btn a:before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .cta .contact-btn a:before {
    right: 10%;
  }
}

.cta .big {
  padding-top: 170px;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-family: a-otf-ryumin-pr6n;
  text-align: center;
}

@media (max-width: 1199px) {
  .cta .big {
    padding-top: 100px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .cta .big {
    padding-top: 60px;
  }
}

.cta .big .small {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .cta .big .small {
    font-size: 18px;
  }
}

/*=============================================
#	hiroie
=============================================*/
.hiroie {
  padding: 130px 0 0;
  position: relative;
  background: #fff;
}

@media (max-width: 1199px) {
  .hiroie {
    padding-top: 80px;
  }
}

.hiroie .container {
  padding-bottom: 180px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 1199px) {
  .hiroie .container {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .hiroie .container {
    padding-bottom: 60px;
  }
}

.hiroie .img-bg {
  position: absolute;
  top: 130px;
  right: 0;
  width: 57.8%;
}

@media (max-width: 1199px) {
  .hiroie .img-bg {
    top: 80px;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .hiroie .img-bg {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}

.hiroie .title {
  font-size: 50px;
  letter-spacing: 0.1em;
  padding: 14px 0 0 50px;
  position: relative;
  color: #b48c52;
  font-family: a-otf-ryumin-pr6n;
}

@media (max-width: 1199px) {
  .hiroie .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hiroie .title {
    font-size: 24px;
  }
}

.hiroie .title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  left: 24px;
  bottom: 20px;
  transform: rotate(30deg);
  background: #b48c52;
}

@media (max-width: 1199px) {
  .hiroie .title:before {
    height: 70px;
    bottom: 0;
  }
}

.hiroie .box {
  margin-top: 24px;
  background: #fff;
  padding: 80px 0 0;
  width: 61.7%;
  position: relative;
  z-index: 100;
}

@media (max-width: 1199px) {
  .hiroie .box {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .hiroie .box {
    padding: 30px 0 0;
    width: 100%;
  }
}

.hiroie .box .img {
  width: 62%;
}

.hiroie .box .text {
  margin-top: 50px;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .hiroie .box .text br {
    display: none;
  }
}

.hiroie .box .img2 {
  margin-top: 130px;
  width: 77.5%;
}

@media (max-width: 1199px) {
  .hiroie .box .img2 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .hiroie .box .img2 {
    margin-top: 30px;
  }
}

/*=============================================
#	gard
=============================================*/
.gard {
  padding: 100px 0 0;
  position: relative;
  background: #fff;
}

@media (max-width: 1199px) {
  .gard {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .gard {
    padding-top: 60px;
  }
}

.gard .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .gard .container {
    padding-bottom: 80px;
  }
}

.gard .img-bg {
  position: absolute;
  top: 100px;
  left: 0;
  width: 57.8%;
}

@media (max-width: 1199px) {
  .gard .img-bg {
    top: 80px;
    width: 65%;
  }
}

@media (max-width: 767px) {
  .gard .img-bg {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}

.gard .title {
  font-size: 50px;
  padding: 14px 0 0 50px;
  position: relative;
  color: #b48c52;
  font-family: a-otf-ryumin-pr6n;
  text-align: right;
  display: table;
  margin: 0 0 0 auto;
}

@media (max-width: 1199px) {
  .gard .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .gard .title {
    font-size: 24px;
    margin: 0;
  }
}

.gard .title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  left: 24px;
  bottom: 20px;
  transform: rotate(30deg);
  background: #b48c52;
}

@media (max-width: 1199px) {
  .gard .title:before {
    height: 70px;
    bottom: 0;
  }
}

.gard .box {
  background: #fff;
  padding: 70px 0 376px 190px;
  width: 61.7%;
  position: relative;
  z-index: 100;
  margin: 26px 0 auto auto;
}

@media (max-width: 1199px) {
  .gard .box {
    padding-left: 60px;
    padding-bottom: 32%;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .gard .box {
    padding: 0;
    width: 100%;
  }
}

.gard .box .box-title {
  letter-spacing: 0.1em;
  color: #b48c52;
  font-family: a-otf-ryumin-pr6n;
  font-size: 35px;
  line-height: 1.4285;
}

@media (max-width: 1199px) {
  .gard .box .box-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .gard .box .box-title {
    font-size: 16px;
  }
}

.gard .box .text {
  margin-top: 50px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .gard .box .text {
    margin-top: 20px;
    font-size: 14px;
  }
  .gard .box .text br {
    display: none;
  }
}

.gard .box .text .red {
  color: #960a0a;
  font-size: 20px;
}

@media (max-width: 767px) {
  .gard .box .text .red {
    font-size: 14px;
  }
}

.gard .img-box {
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .gard .img-box {
    bottom: 80px;
  }
}

@media (max-width: 767px) {
  .gard .img-box {
    position: static;
    display: block;
  }
}

.gard .img-box .item {
  width: 31.7%;
  position: relative;
}

@media (max-width: 767px) {
  .gard .img-box .item {
    width: 100%;
    margin-top: 30px;
  }
}

.gard .img-box .item-box {
  padding-top: 77.922%;
  position: relative;
  z-index: 200;
}

.gard .img-box .item-box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

.gard .img-box .item-box .text-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 29%;
  width: 78%;
}

@media (max-width: 1199px) {
  .gard .img-box .item-box .text-box {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .gard .img-box .item-box .text-box {
    top: 20%;
  }
}

.gard .img-box .item-box .text-box .item-title {
  font-size: 25px;
  font-family: a-otf-ryumin-pr6n;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  color: #fff;
}

@media (max-width: 1199px) {
  .gard .img-box .item-box .text-box .item-title {
    font-size: 18px;
  }
}

.gard .img-box .item-box .text-box .text {
  margin-top: 6px;
  color: #fff;
  font-size: 15px;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.1em;
  line-height: 1.6666;
  text-align: justify;
}

@media (max-width: 1199px) {
  .gard .img-box .item-box .text-box .text {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .gard .img-box .item-box .text-box .text {
    font-size: 14px;
  }
  .gard .img-box .item-box .text-box .text br {
    display: none;
  }
}

.gard .img-box .item1 .item-box:before {
  background: url(../img/3.jpg) top left/cover no-repeat;
}

.gard .img-box .item2 .item-box:before {
  background: url(../img/4.jpg) top left/cover no-repeat;
}

.gard .img-box .item3 .item-box:before {
  background: url(../img/5.jpg) top left/cover no-repeat;
}

/*=============================================
#	idea
=============================================*/
.offer {
  padding: 120px 0 350px;
  background: #ffffff;
  text-align: center;
  position: relative;
}

@media (max-width: 1199px) {
  .offer {
    padding: 80px 0 200px;
  }
}

@media (max-width: 767px) {
  .offer {
    padding: 60px 0 90%;
  }
}

.offer:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 78.6458%;
  background: url(../img/bg.jpg) top left/contain no-repeat;
  z-index: 10;
}

.offer .title {
  font-size: 50px;
  padding: 0 0 0 50px;
  position: relative;
  color: #b48c52;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.13em;
  display: table;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .offer .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .offer .title {
    font-size: 24px;
    line-height: 1.7;
  }
}

.offer .title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  left: 24px;
  bottom: 20px;
  transform: rotate(30deg);
  background: #b48c52;
}

@media (max-width: 1199px) {
  .offer .title:before {
    height: 70px;
    bottom: 0;
  }
}

.offer .subtitle {
  margin-top: 82px;
  font-size: 35px;
  position: relative;
  color: #b48c52;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .offer .subtitle {
    margin-top: 30px;
    font-size: 20px;
  }
}

.offer .text {
  margin-top: 26px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .offer .text {
    font-size: 14px;
  }
  .offer .text br {
    display: none;
  }
}

.offer .box {
  margin-top: 156px;
  background: #fff;
  padding: 0 60px 80px;
  position: relative;
  z-index: 100;
}

@media (max-width: 1199px) {
  .offer .box {
    margin-top: 80px;
    padding: 0 30px 60px;
  }
}

@media (max-width: 767px) {
  .offer .box {
    margin-top: 60px;
    padding: 0;
  }
}

.offer .box .item {
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 767px) {
  .offer .box .item {
    flex-direction: column-reverse;
  }
}

.offer .box .item + .item {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .offer .box .item + .item {
    margin-top: 60px;
  }
}

.offer .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .offer .box .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.offer .box .item .img-box {
  width: 37%;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .offer .box .item .img-box {
    width: 100%;
  }
}

.offer .box .item .text-box {
  width: 58%;
}

@media (max-width: 767px) {
  .offer .box .item .text-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.offer .box .item .item-title {
  padding-bottom: 14px;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n;
  color: #960a0a;
  border-bottom: 1px solid #960a0a;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (max-width: 1199px) {
  .offer .box .item .item-title {
    font-size: 20px;
  }
}

.offer .box .item .item-subtitle {
  margin-top: 26px;
  line-height: 1.5;
  font-size: 20px;
  font-family: a-otf-ryumin-pr6n;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .offer .box .item .item-subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .offer .box .item .item-subtitle br {
    display: none;
  }
}

.offer .box .item .text {
  line-height: 2;
}

@media (max-width: 1199px) {
  .offer .box .item .text {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .offer .box .item .text {
    font-size: 14px;
  }
}

.offer .box .item .img-box1 .img:first-child {
  width: 100%;
}

.offer .box .item .img-box1 .img:nth-child(2) {
  width: 49%;
  margin-top: 10px;
}

.offer .box .item .img-box1 .img:nth-child(3) {
  width: 49%;
  margin-top: 10px;
}

.offer .box .item .img-box2 .img:first-child {
  width: 49%;
}

.offer .box .item .img-box2 .img:nth-child(2) {
  width: 49%;
}

.offer .box .item .img-box2 .img:nth-child(3) {
  width: 32%;
  margin-top: 10px;
}

.offer .box .item .img-box2 .img:nth-child(4) {
  width: 32%;
  margin-top: 10px;
}

.offer .box .item .img-box2 .img:nth-child(5) {
  width: 32%;
  margin-top: 10px;
}

.offer .box .item .img-box3 .img:first-child {
  width: 100%;
}

.offer .box .item .img-box3 .img:nth-child(2) {
  width: 49%;
  margin-top: 10px;
}

.offer .box .item .img-box3 .img:nth-child(3) {
  width: 49%;
  margin-top: 10px;
}

/*------------------------------------------
  Form
------------------------------------------*/
.form-sec {
  color: #fff;
  padding: 100px 0;
}
.form-sec h2 {
  text-align: center;
    font-size: 35px;
    letter-spacing: .1em;
    position: relative;
    font-family: a-otf-ryumin-pr6n;
    color: #fff;
}
.form-sec ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.form-sec ul li {
    margin-bottom: .8em;
    list-style-type: disc;
}
.form-table .catalog a {
  margin-right: 11px;
}
input[type=checkbox], input[type=radio] {
  background-color: #fff;
}



@media only screen and (max-width: 641px) {

  .form-table .td .catalog img {
      width: 25%;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.page-footer {
  color: #fff;
  font-family: a-otf-ryumin-pr6n;
  padding: 80px 0;
  background: url(https://cleverlyhome.tokyo/wp-content/themes/lightning-child/lp_modelhouse/images/bg-footer.jpg) no-repeat center;
  background-size: cover;
}

.page-footer .container {
  width: 1030px;
}

.footer-info-title {
  text-align: center;
  background: #202733;
  font-size: 2.8rem;
  padding: 14px 0;
  margin-bottom: 30px;
}

.footer-info-contents {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .footer-info-contents {
    display: block;
  }
}

.footer-info-contents .info-num {
  font-size: 6rem;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .footer-info-contents .info-num {
    text-align: center;
  }
}

.footer-info-contents .info-num a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-info-contents .info-text .text-box {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.footer-info-contents .info-text .text-box:last-child {
  margin-bottom: 0;
}

.footer-info-contents .info-text .text-box p {
  display: table-cell;
  vertical-align: middle;
}

.footer-info-contents .info-text .title {
  border: 1px solid #fff;
  text-align: center;
  width: 6em;
  font-size: 1.4rem;
}

.footer-info-contents .info-text .text {
  padding-left: .5em;
  font-size: 1.3rem;
}

.footer-info-contents .info-text .text span {
  font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
  .footer-info-title {
    font-size: 2rem;
  }
  .footer-info-contents .info-num {
    width: 100%;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-footer {
    padding: 40px 0;
  }
  .footer-info-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  .footer-info-contents .info-num {
    font-size: 2rem;
  }
  .footer-info-contents .info-text .text-box {
    display: table;
    width: 100%;
    margin-bottom: 5px;
  }
  .footer-info-contents .info-text .title {
    font-size: 1rem;
  }
  .footer-info-contents .info-text .text {
    font-size: 1rem;
  }
  .footer-info-contents .info-text .text span {
    font-size: .6rem;
  }
}

