@charset "UTF-8";

html {
  color: #333;
  min-width: 400px;
  font-family: "Noto Sans JP",
    sans-serif;
  width: 100%;
}

body {
  width: 100%;
}


.wrapper {
  padding-top: 90px;
}


.header {
  padding: 15px 0px;
  background-image: url(../images/header.webp);
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}




.header-flex {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
}


.header-logo {
  width: 220px;
}

.header-logo a,
.header-logo img {
  display: block;
}

.header-right {
  width: calc(100% - 220px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-right>div+div {
  margin-left: 30px;
}


.header-txt01 {
  font-size: 18px;
  font-weight: 600;
}


.header-contact {
  display: block;
  width: 200px;
  position: relative;
}

.header-contact>a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #ff9950;
  padding: .5em 2em;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header-contact>a::after {
  font-family: "Font Awesome 7 Free";
  content: "\f04b";
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.header-btn-deco {
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.deco-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1em;
}

.org {
  color: #ff9950;
}

.red {
  color: #ed3f23
}

.deco-txt>.org {
  font-size: 1.2em;
  font-weight: bold;
}

.deco-txt::before {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #5e5148;
  display: block;
  position: absolute;
  top: 0em;
  right: calc(100% + 10px);
  transform: rotate(-45deg);
}

.deco-txt::after {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #5e5148;
  display: block;
  position: absolute;
  top: 0em;
  left: calc(100% + 10px);
  transform: rotate(45deg);
}




.header-tel {
  text-align: center;
  display: block;
  width: 230px;
  position: relative;
}

.header-tel-deco {
  display: block;
  text-align: center;
}

.header-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e5148;
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  position: relative;
  letter-spacing: -.05em;
}

.header-tel i {
  font-family: "Font Awesome 7 Free";
  content: "\f2a0";
  display: block;
  padding-top: .3em;
  margin-right: .3em;
  text-align: center;
  font-weight: 900;
  color: #5e5148;
  font-size: 24px;
}

.header-tel-txt {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  color: #fff;
  background-color: #5e5148;
  text-align: center;
  line-height: 1.3em;
  margin-top: .5em;
  padding: 0 2em;
}

@media(max-width:1024px) {

  .wrapper {
    padding-top: 85px;
  }

  .header-right>div+div {
    margin-left: 15px;
  }

  .header-logo {
    width: 180px;
  }

  .header-right {
    width: calc(100% - 180px);
  }

  .header-txt01 {
    display: none;
  }

  .header-contact {
    width: 160px;
  }

  .header-contact>a {
    padding: .5em 1.5em;
    font-size: 14px;
  }

  .header-contact>a::after {
    font-size: 5px;
    padding: 3px;
    right: .5em;
  }

  .deco-txt {
    font-size: 12px;
  }

  .header-tel {
    width: 190px;
  }

  .header-tel a {
    font-size: 28px;
  }

  .header-tel i {
    font-size: 22px;
  }

}

@media(max-width:599px) {
  .wrapper {
    padding-top: 70px;
  }

  .header {
    padding: 0px 0px 10px 0px;
    background-image: url(../images/header_sp.webp);
  }

  .header-logo {
    width: 170px;
  }

  .header-right {
    width: calc(100% - 170px);
  }

  .header-contact {
    display: none;
  }

  .header-tel {
    width: 100%;
    max-width: 190px;
  }

  .header-tel a {
    font-size: 24px;
  }

  .header-tel i {
    font-size: 18px;
  }

  .header-tel-txt {
    font-size: 12px;
    text-align: center;
    line-height: 1.3em;
    margin-top: .0em;
  }

  .header-right>div+div {
    margin-left: 0px;
  }
}










.top-mv {
  background-color: #fff;
  position: relative;
  display: block;
}

.top-mv::after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}


.top-mv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.top-mv-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.catch-box {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.mv-flex {
  width: 100%;
  display: flex;
}

.mv-left {
  width: 58%;
}

/*.mv-txt-01 {
  font-size: 60px;
  color: #5e5148;
  font-weight: bold;
  text-shadow: 2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    -2px 2px 0 #FFF,
    2px -2px 0 #FFF,
    0px 2px 0 #FFF,
    0 -2px 0 #FFF,
    -2px 0 0 #FFF,
    2px 0 0 #FFF;
  line-height: 1.3em;
}*/

.mv-txt-01 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3em;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
  ;
}

.mv-txt-01 .orgs {
  font-size: 1.2em;
}


.mv-txt-02 {
  margin-top: 30px;
  font-size: 30px;
  color: #5e5148;
  font-weight: bold;
  text-shadow: 2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    -2px 2px 0 #FFF,
    2px -2px 0 #FFF,
    0px 2px 0 #FFF,
    0 -2px 0 #FFF,
    -2px 0 0 #FFF,
    2px 0 0 #FFF;
  line-height: 1.5em;
}

.mv-txt-02 .red {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgb(255, 238, 0) 50%);
}

.mv-txt-02 .red>span {

  font-size: 2em;

}

.mv-txt-03 {
  margin-top: 1em;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
}

.mv-medals {
  width: 96%;
  margin-top: 60px;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.medals li {
  width: 30%;
}

.medals .medal-item {
  width: 100%;
  position: relative;
}

.medals .medal-item::after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}

.medals .medal-item>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.medals .medal-item>.medal-txts {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.medal-txt-01 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  text-shadow: 0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff;
}

.medal-txt-01>.red {
  font-size: 2em;
}

.medal-txt-01>.red.jpn {
  font-size: 1.5em;
}







.mv-right {
  width: 40%;
}

.form-body {
  background-color: #f9f6f2;
  border: 4px dashed #5e5148;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.form-title {
  position: relative;
  margin-bottom: .5em;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.kantan_offer {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
  transform: rotate(-15deg);
}

.kantan_offer>span {
  font-size: 1.2em;
  color: #e32903;
}

.form-title>img {
  position: absolute;
  max-width: 110%;
  height: 100%;
  width: 110%;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}


.form-title-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0;
}

.form-title-left {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  background-color: #15999c;
  line-height: 1.3em;
  padding: .1em 1em;
  font-weight: 500;
  border-radius: 1em;
  margin-right: .5em;
}

.form-title-right {
  font-size: 22px;
  display: inline-block;
  line-height: 1.3em;
  font-weight: bold;
  text-shadow: 0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff,
    0px 0px 3px #fff;
}

.form-txt {
  color: #5e5148;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}



.form-main {
  margin-top: 1em;
}

.form-item {
  display: flex;
  align-items: center;
}

.form-item+.form-item {
  margin-top: 1em;
}

.form-label {
  width: 45%;
  display: flex;
  align-items: center;
}

.form-label .num {
  font-size: 24px;
  color: #fff;
  line-height: 1.3em;
  width: 35px;
  display: block;
  height: 35px;
  background-color: #5e5148;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
}

.form-label .label-txt {
  padding-left: .5em;
  width: calc(100% - 35px);
  color: #5e5148;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.form-box {
  width: 55%;
  padding-left: .5em;
  position: relative;
}

.form-box input {
  width: 100%;
  padding: .5em;
  border: 1px solid #e6daca;
}

.form-box.focused input {
  border: 2px solid #ffb656;
}


.for-post.form-box {
  padding-left: 30px;
}

.for-post.form-box::before {
  content: "〒";
  display: block;
  position: absolute;
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #5e5148;
}

.agreement-text {
  font-size: 12px;
  text-align: center;
  margin-top: 2em;
}

.agreement-text a {
  color: #54a5ee;
  text-decoration: underline;
}

.form-main .submit-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}


.submit-btn>button,
.submit-btn>a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #ff9950;
  padding: 1em 2em;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

.submit-btn>button::after,
.submit-btn>a::after {
  font-family: "Font Awesome 7 Free";
  content: "\f04b";
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.submit-btn>button::before,
.submit-btn>a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-house99.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: .5em;
  top: 50%;
  transform: translateY(-50%);
}


.mv-tel-area {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv-tel-ope {
  width: 30%;
}

.mv-tel {
  text-align: center;
  display: block;
  width: 70%;
  position: relative;
}

.mv-tel-deco {
  display: block;
  text-align: center;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.mv-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e5148;
  font-size: 36px;
  letter-spacing: -.08em;
  line-height: 1em;
  font-weight: bold;
  position: relative;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.mv-tel i {
  font-family: "Font Awesome 7 Free";
  content: "\f2a0";
  display: block;
  padding-top: .3em;
  margin-right: .3em;
  text-align: center;
  font-weight: 900;
  color: #5e5148;
  font-size: 30px;
}

.mv-tel-txt {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  color: #fff;
  background-color: #5e5148;
  text-align: center;
  line-height: 1.5em;
  margin-top: .5em;
  padding: .1em 3em;
}

@media(max-width:1024px) {
  .top-mv-img {
    height: 560px;
    /*mv-leftのだいたいの高さ+padding-top*/
  }

  .mv-flex {
    flex-wrap: wrap;
  }

  .mv-left {
    width: 100%;
  }

  .mv-medals {
    width: 100%;
    margin-top: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .mv-right {
    margin-top: 60px;
    width: 100%;
  }

  .top-mv::after {
    bottom: auto;
    top: 460px;
    /*MV高さー自分の高さ*/
  }

  .form-label {
    width: 160px;
  }

  .form-box {
    width: calc(100% - 160px);
  }

  .mv-tel-area {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:599px) {
  .top-mv-img {
    height: 400px;
    /*mv-leftのだいたいの高さ+padding-top*/
  }

  .top-mv::after {
    bottom: auto;
    top: 300px;
    /*MV高さー自分の高さ*/
  }

  .catch-box {
    padding-top: 30px;
  }

  .mv-txt-01 {
    font-size: 26px;
    letter-spacing: -.05em;
  }

  .mv-txt-02 {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 1em;
  }

  .mv-txt-03 {
    margin-top: 0em;
    font-size: 14px;
  }

  .mv-medals {
    margin-top: 120px;
  }


  .medals li {
    width: 32%;
  }

  .medal-txt-01 {
    font-size: 16px;
  }

  .mv-right {
    margin-top: 20px;
    width: 100%;
  }

  .form-body {
    border: 2px dashed #5e5148;
    padding: 20px 10px;
    border-radius: 10px;
  }

  .form-title-inner {
    padding: 1em 0;
  }

  .form-txt {
    font-size: 16px;
  }

  .form-label .num {
    font-size: 20px;
    padding-left: .1em;
    line-height: 1.4em;
    width: 30px;
    height: 30px;
  }

  .form-label .label-txt {
    padding-left: .2em;
    width: calc(100% - 30px);
    font-size: 16px;
  }

  .form-label {
    width: 130px;
  }

  .form-box {
    width: calc(100% - 130px);
  }

  .mv-tel a {
    font-size: 38px;
  }
}







.blush-title {
  position: relative;
  text-align: center;
  display: block;
}

.blush-title>img {
  width: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.blush-title-inner {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.blush-title-inner>img {
  display: block;
  width: 100px;
  position: absolute;
  top: -20px;
  right: 0;
}

.blush-title .eng {
  font-size: 18px;
  font-weight: bold;
}

.blush-title .jpn {
  font-size: 46px;
  font-weight: bold;
  margin-top: .5em;
}

.blush-title .jpn>span {
  font-size: .8em;
}

.blush-title .jpn>span.red {
  font-size: inherit;
}









.cross-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cross-left {
  font-size: 30px;
  color: #ed3f23;
  font-weight: 500;
}

.cross-right {
  font-size: 30px;
  color: #ed3f23;
  font-weight: 500;
}

.cross-img {
  width: 60px;
  position: relative;
}

.cross-img>img {
  width: 150px;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cross-txt {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  bottom: -20px;
  left: calc(100% + 30px);
  display: block;
  width: 200px;
  padding: 0 10px 10px 10px;
  background-image: url(../images/underline.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.deco01 {
  width: 400px;
  position: absolute;
  bottom: -5%;
  right: 65%;
}

.deco02 {
  width: 280px;
  position: absolute;
  bottom: -5%;
  left: 80%;
}

@media(max-width:1024px) {
  .blush-title-inner {
    padding: 30px 0;
  }

  .blush-title .jpn {
    font-size: 34px;
    margin-top: .3em;
  }

  .blush-title>img {
    width: 400px;
  }

  .cross-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cross-left {
    width: calc(50% - 30px);
    text-align: center;
  }

  .cross-right {
    width: calc(50% - 30px);
    text-align: center;
  }

  .cross-img {
    width: 60px;
    position: relative;
  }

  .cross-img>img {
    width: 90px;
  }

  .cross-txt {
    margin-top: 30px;
    position: relative;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: auto;
    text-align: center;
  }

  .deco01 {
    width: 200px;
  }

  .deco02 {
    width: 130px;
  }

  .blush-title-inner>img {
    width: 90px;
  }
}

@media(max-width:599px) {
  .blush-title-inner {
    padding: 30px 0;
  }

  .blush-title-inner>img {
    width: 70px;
  }

  .blush-title .jpn {
    font-size: 24px;
    margin-top: .3em;
    letter-spacing: -.08em;
    z-index: 1;
    position: relative;
  }

  .blush-title>img {
    width: 300px;
  }

  .cross-left {
    font-size: 24px;
  }

  .cross-right {
    font-size: 24px;
  }

  .cross-txt {
    margin-top: 20px;
    font-size: 16px;
  }

  .deco01 {
    width: 130px;
  }

  .deco02 {
    left: 70%;
  }
}

.bg-head {
  width: 100%;
}

.bg-head>img {
  width: 100%;
}

.bg-body {
  background-image: url(../images/bg-center.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 160px;
}

.tri-title {
  font-size: 30px;
  padding-left: 1.2em;
  font-weight: 500;
  position: relative;
}

.flex-txts {
  display: flex;
  align-items: flex-start;
}

.flex-txts .tri-title {
  width: 200px;
}

.flex-txts .txts {
  width: calc(100% - 200px);
  padding-left: 1em;
  padding-top: .5em;
  font-size: 16px;
  font-weight: 500;
}

.tri-title::before {
  content: "";
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: calc(tan(60deg) * 15px) solid #ed3f23;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.beige-box {
  background-image: url(../images/bg01.webp);
  padding: 15px;
  border-radius: 15px 0 15px 0;
}

.beige-item-inner {
  background-image: url(../images/paper01.webp);
  background-size: 100% 100%;
  padding: 15px;
}

.beige-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.beige-title>span {
  font-size: 1.5em;
}

.beige-title::after {
  content: "";
  width: 150px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 223, 170, 1) 20%, rgba(238, 223, 170, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

.beige-img-box {
  width: 100%;
  padding: 30px 0;
  background-image: url(../images/drown01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.beige-img-box>.img {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.beige-txt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.beige-txt>.red {
  font-size: 1.8em;
}








.beige-flex {
  display: flex;
}

.beige-table {
  width: 65%;
  padding: 20px 0;
  background-image: url(../images/paper02.webp);
  background-size: 100% 100%;
}


.beige-flex table {
  text-align: center;
  width: 100%;
}

.beige-flex table th {
  padding: 5px 0;
}

.beige-flex table td {
  padding: 10px 0;
}

.beige-flex table .th-title {
  font-size: 20px;
  font-weight: 500;
  background-color: #eedfaa;
  display: inline-block;
  padding: .1em .5em;
  border-radius: 15em;
}

.beige-flex table .th-title .mini-txt {
  color: #888;
  font-size: 10px;
}

.beige-flex table tr {
  border-bottom: 2px dotted #eedfaa;
}

.beige-flex table tr:last-child {
  border-bottom: none;
}

.beige-flex table tr th,
.beige-flex table tr td {
  border-right: 2px dotted #eedfaa;
}

.beige-flex table tr th:last-child,
.beige-flex table tr td:last-child {
  border-right: none;
}

.beige-arrow {
  width: 35%;
  padding: 20px 0;
  background-image: url(../images/paper03.webp);
  background-size: 100% 100%;
}

.bege-arrow-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 1em 2em;
  background-image: url(../images/arrow.webp);
  background-size: 30% 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.beige-arrow-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.beige-arrow-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
}

.beige-arrow-txt>span {
  font-size: .8em;
}

.beige-arrow-img img {
  width: 100%;
}

.mk01 .beige-arrow-img {
  width: 35%;
}

.mk02 .beige-arrow-img {
  width: 40%;
}

.mk02 .beige-arrow-txt {
  color: #ed3f23;
}






.frame-box {
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
}

.wood-frame-01 {
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../images/wooden-x.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.wood-frame-02 {
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../images/wooden-x.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wood-frame-03 {
  display: block;
  width: 30px;
  height: 100%;
  background-image: url(../images/wooden-y.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}

.wood-frame-04 {
  display: block;
  width: 30px;
  height: 100%;
  background-image: url(../images/wooden-y.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  bottom: 0;
  right: 0;
}

.frame-inner {
  position: relative;
}

.frame-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5),
    inset -5px -5px 5px rgba(0, 0, 0, .5);
}

.frame-flex {
  display: flex;
}

.frame-left {
  width: 70%;
  padding: 3em 2em 2em;
  position: relative;
  z-index: 1;
}

.frame-title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}

.frame-txt {
  font-weight: 500;
}

.frame-txt>span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgb(255, 238, 0) 50%);
}

.frame-comment {
  display: block;
}

.frame-comment-inner {
  font-size: 18px;
  display: inline-block;
  color: #5e5148;
  border: 1px solid #e6daca;
  padding: .2em;
  position: relative;
}

.frame-comment-inner::after {
  content: "“";
  color: #e6daca;
  font-size: 2em;
  position: absolute;
  top: -.5em;
  left: -.1em;
}

.frame-comment-inner::before {
  content: "”";
  color: #e6daca;
  font-size: 2em;
  position: absolute;
  bottom: -1em;
  right: -.1em;
}

.og-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.og-btn>a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #ff9950;
  padding: 1em 2em;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

.og-btn>a::after {
  font-family: "Font Awesome 7 Free";
  content: "\f04b";
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.og-btn>a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-house99.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: .5em;
  top: 50%;
  transform: translateY(-50%);
}

.frame-right {
  width: 30%;
}

.frame-right>img {
  width: 100%;
  display: block;
  height: calc(100%/3);
  object-fit: cover;
}

@media(max-width:1024px) {
  .beige-txt {
    font-size: 18px;
  }

  .beige-img-box>.img {
    width: 40%;
  }

  .flex-txts {
    flex-direction: column;
  }

  .flex-txts .tri-title {
    width: 100%;
  }

  .flex-txts .txts {
    width: 100%;
    padding-left: 0;
    padding-top: .5em;
  }

  .beige-flex {
    flex-direction: column;
  }

  .beige-table {
    width: 100%;
  }

  .beige-arrow {
    width: 100%;
  }

  .beige-arrow-item {
    max-width: 250px;
  }

  .mk01 .beige-arrow-img,
  .mk02 .beige-arrow-img {
    width: 50%;
  }

  .beige-arrow-item.mk02 {
    margin-top: 70px;
  }

  .bege-arrow-inner {
    background-size: 20% 80%;
  }

  .frame-flex {
    flex-direction: column;
  }

  .frame-right {
    width: 100%;
    height: 200px;
    display: flex;
  }

  .frame-box {
    padding: 20px;
  }

  .wood-frame-01 {
    height: 20px;
  }

  .wood-frame-02 {
    height: 20px;
  }

  .wood-frame-03 {
    width: 20px;
  }

  .wood-frame-04 {
    width: 20px;
  }

  .frame-left {
    width: 100%;
    padding: 3em 1em 2em;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .frame-right>img {
    width: calc(100% / 3);
    height: 100%;
  }
}

@media(Max-width:599px) {
  .tri-title {
    font-size: 24px;
    padding-left: 1.2em;
  }

  .tri-title::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: calc(tan(60deg) * 12px) solid #ed3f23;
  }

  .beige-item-inner {
    padding: 10px 5px;
  }

  .beige-title {
    font-size: 16px;
  }

  .beige-title::after {
    width: 100px;
    height: 2px;
    bottom: 0px;
  }

  .beige-img-box {
    padding: 10px 0;
  }

  .beige-img-box>.img {
    width: 50%;
  }

  .beige-txt {
    font-size: 14px;
    letter-spacing: -.08em;
  }

  .beige-arrow-item.mk02 {
    margin-top: 40px;
  }

  .wood-frame-01 {
    height: 15px;
  }

  .wood-frame-02 {
    height: 15px;
  }

  .wood-frame-03 {
    width: 15px;
  }

  .wood-frame-04 {
    width: 15px;
  }

  .frame-box {
    border-radius: 5px;
    padding: 15px;
  }

  .frame-left {
    padding: 15px 10px;
  }

  .frame-title {
    font-size: 24px;
  }

  .frame-comment-inner {
    font-size: 16px;
  }

  .frame-right {
    height: 80px;
  }
}

.tri-section {
  background-color: #fff;
}

.w-tri {
  width: 100%;
  height: 100px;
  background-image: url(../images/tri-head.webp);
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  bottom: 100%;
}

.w-grd {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.w-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../images/AdobeStock_195115261.webp);
  background-size: cover;
  background-position: center 60%;
}

.w-img.mk2 {
  background-image: url(../images/AdobeStock_689700059.webp);
}


.awd-cards {
  display: flex;
  justify-content: space-between;
}

.awd-card {
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 0;
  position: relative;
}

.awd-card::before {
  content: "";
  width: 25%;
  height: 70%;
  display: block;
  background-image: url(../images/leaf-left.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.awd-card::after {
  content: "";
  width: 25%;
  height: 70%;
  display: block;
  background-image: url(../images/leaf-right.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}


.awd-card-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.awd-txt {
  font-size: 14px;
  letter-spacing: -.05em;
  text-align: center;
  font-weight: 500;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
}

.awd-card .medal-txt-01 {
  line-height: 1.5em;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
}

@media(max-width:1024px) {
  .bg-body {
    padding-bottom: 130px;
  }

  .w-tri {
    height: 80px;
  }

  .awd-cards {
    flex-wrap: wrap;
  }

  .awd-card {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media(max-width:599px) {
  .bg-body {
    padding-bottom: 100px;
  }

  .w-tri {
    height: 60px;
  }

  .awd-cards {
    flex-wrap: wrap;
  }

  .awd-card {
    width: 100%;
    margin-bottom: 10px;
  }

  .awd-card .medal-txt-01 br {
    display: none;
  }

  .awd-card::after {
    width: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .awd-card::before {
    width: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.steps {
  background-color: #faf8f3;
}

.tri-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tri-card {
  width: 30%;
  background-color: #fff;
  position: relative;
}

.tri-card::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #5e5148;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 106%;
  top: 50%;
  transform: translateY(-50%);
}

.tri-card:last-child::after {
  display: none;
}

.tri-card-img {
  position: relative;
  overflow: hidden;
}

.tri-card-img::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  background-color: #faf8f3;
  position: absolute;
  top: 0;
  right: 49%;
  z-index: 1;
  transform: rotate(-20deg);
}

.tri-card-img::after {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  background-color: #faf8f3;
  position: absolute;
  top: 0;
  left: 49%;
  z-index: 1;
  transform: rotate(20deg);
}

.tri-card-img .numb {
  font-size: 45px;
  position: absolute;
  top: 0;
  right: 10%;
  color: #5e5148;
  z-index: 2;
  font-weight: bold;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.tri-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1em;
  position: relative;
  z-index: 1;
}

.tri-card-title>span {
  color: #5e5148;
  font-size: 16px;
  font-weight: 500;
  background-color: #e6daca;
  display: inline-block;
  padding: .5em 1em;
}

.tri-card-txt {
  color: #5e5148;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em;
}

@media(Max-width:1024px) {
  .tri-cards {
    justify-content: space-evenly;
  }

  .tri-card {
    width: 45%;
  }

  .tri-card::after {
    display: none;
  }

  .tri-card:last-child {
    margin-top: 30px;
  }
}

@media(max-width:599px) {
  .tri-card {
    width: 100%;
  }
}



.dual-bgs {
  position: relative;
  background-color: #ccc;
}

.dual-bgs-inner {
  position: relative;
  z-index: 1;
}

.dual-bgs>img {
  position: absolute;
  object-fit: cover;
  opacity: 0.5;
}

.dual-bgs>img:nth-child(1) {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;

}

.dual-bgs>img:nth-child(2) {
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
}

.dual-bgs>img:nth-child(3) {
  width: 50%;
  height: 50%;
  top: 50%;
  right: 0;
}

.dual-bgs-inner>img {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 73%;
  max-width: 350px;
  z-index: 2;
}

.white-p {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, transparent 100%);
  padding: 50px;
}

.white-p>img:nth-child(1) {
  width: 250px;
  position: absolute;
  bottom: -5%;
  left: 90%;
}

.white-p>img:nth-child(2) {
  width: 160px;
  position: absolute;
  bottom: 0;
  right: -10%;
}

.white-p-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-p-title>span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #5e5148;
  display: inline-block;
  padding: .5em 1em;
}

.white-p-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}

.white-p-list li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
  padding: .5em 3em .5em 5em;
  border-bottom: 2px dashed #888
}



.white-p-list li::before {
  content: "✓";
  color: red;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  top: 0.3em;
  left: 3em;
}

.underline {
  background: linear-gradient(transparent 70%, rgb(255, 238, 0) 30%);
}

.w-sec {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.w-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(230, 218, 202, 1) 0%, rgba(230, 218, 202, 1) 45%, rgba(230, 218, 202, 0) 100%);
}

.w-sec-left {
  width: 60%;
  position: relative;
  z-index: 2;
}

.w-sec-right {
  width: 45%;
  margin-left: -5%;
}

.w-sec-right img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.w-sec-inner {
  background-image: url(../images/bso.webp);
  background-size: 100% 100%;
  padding: 80px 0;
  margin: 30px 0;
}

.bso-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.bso-title>span {
  color: #ed3f23;
  display: inline-block;
  padding: 0 .3em;
  border: 1px solid #ed3f23;
}

.bso-txt {
  font-weight: 500;
  text-align: center;
}

.bgn-sec {
  background-image: url(../images/AdobeStock_513467580.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 160px;
}

.f-card-box {
  background-image: url(../images/blo.webp);
  background-size: 100% 100%;
  padding: 60px;
}

.f-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.f-cards.mk2 {
  width: 65%;
  margin: 30px auto 0 auto;
}


.f-card {
  width: 30%;
  background-color: #f9f6f2;
  position: relative;
}

.mk2 .f-card {
  width: 46%;
}

.f-card::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #5e5148;
  border-right: 2px solid #5e5148;
  position: absolute;
  left: 104%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
}

.f-card:nth-child(3)::after,
.f-card:last-child::after {
  display: none;
}

.f-card-img {
  position: relative;
}

.f-card-img .numb {
  font-size: 45px;
  position: absolute;
  top: 0;
  right: 10%;
  color: #5e5148;
  z-index: 2;
  font-weight: bold;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.f-card-title {
  display: block;
  position: relative;
  z-index: 1;
}

.f-card-title>span {
  color: #5e5148;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #e6daca;
  display: block;
  padding: .3em 1em;
}

.f-card-txt {
  font-size: 14px;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.f-point {
  position: relative;
  width: 70px;
  font-weight: bold;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #5e5148;
  border-radius: 10px;
  padding-left: 20px;
}

.f-point::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background-image: url(../images/light.webp);
  background-size: contain;
}

.f-card-txt>span {
  color: #5e5148;
  width: calc(100% - 70px);
  padding-left: 10px;
}

.voice-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-item {
  width: 47%;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e6daca;
  overflow: hidden;
}

.voice-item:nth-child(3),
.voice-item:nth-child(4) {
  margin-top: 40px;
}

.voice-title {
  background-color: #e6daca;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: .3em 0;
  font-weight: 500;
}

.voice-img {
  padding: 10px;
}

.voice-info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.info-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.info-dd {
  width: 40px;
  background-color: #e6daca;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
}

.voice-txts {
  padding-left: 80px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.row1 {
  color: #fff;
  background-color: #5e5148;
  padding: 0 5px;
}

.row2 {
  position: relative;
  padding-left: 5px;
}

.row2::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 1px solid #e6daca;
  border-top: 1px solid #e6daca;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(-45deg);
}

.row2>span {
  display: block;
  background-color: #fff;
  font-size: 14px;
  padding: .2em .5em;
  border: 1px solid #e6daca;
}

.voice-icon {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.voice-icon>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.bgb-sec {
  background-image: url(../images/bgb.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 100px;
}

.bgb-title {
  font-size: 28px;
  text-align: center;
}

.bgb-title>span {
  display: inline-block;
  background: linear-gradient(90deg, #e32903 0%, #e57d23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bgb-title .bgb-2 {
  font-size: 1.5em;
}

.bgb-txts {
  font-weight: 500;
  line-height: 2em;
}

.bgb-box {
  position: relative;
}

.bgb-box>* {
  position: relative;
  z-index: 2;
}

.bgb-box>img {
  width: 55%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}









.yl-sec-body {
  position: relative;
  background-color: #eedfaa;
}

.yl-sec-body>img:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.yl-sec-body>img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.yel-box {
  background-image: url(../images/pn-box.webp);
  background-size: 100% 100%;
  padding: 60px;
  position: relative;
}

.decos01 {
  width: 120px;
  position: absolute;
  left: 0;
  top: -60px;
}

.decos02 {
  width: 70px;
  position: absolute;
  right: 20px;
  top: -60px;
}

.pr-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pr-eng {
  font-size: 18px;
  font-weight: bold;
  color: #5e5148;
}

.pr-deco .deco-txt {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1em;
  color: #5e5148;
}

.pr-main {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1em;
  color: #5e5148;
  background-image: url(../images/pr-deco.webp);
  background-size: contain;
  padding: .5em 4em 1em 4em;
  background-position: center;
  background-repeat: no-repeat;
}

.yel-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.yel-left {
  width: 40%;
  text-align: center;
}

.yel-left-inner {
  display: inline-block;
  position: relative;
}

.yel-left-inner::before {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  background-image: url(../images/leaf-left.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
}

.yel-left-inner::after {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  background-image: url(../images/leaf-right.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
}

.yel-left-01 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 5px;
}

.yel-left-02 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

.yel-left-02>span {
  font-size: 1.5em;
}

.yel-right {
  width: 60%;
}

.yel-right-inner {
  background-image: url(../images/rightbg.webp);
  background-size: 100% 100%;
  padding: 15px 20px;
  width: 100%;
  display: flex;
}

.amazon {
  width: 30%;
}

.amazon img {
  display: block;
  width: 100%;
}

.yel-right-txts {
  width: 70%;
  padding-left: 15px;
}

.yel-right-title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}

.yel-right-title::before {
  content: "✓";
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  top: -.2em;
  left: 0;
}

.yel-right-txt {
  font-weight: 500;
}


.btm-f {
  display: block;
  background-image: url(../images/mv-img.webp);
  background-size: cover;
  background-position: center;
  padding-top: 160px;
  position: relative;
}

.btm-f::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, transparent 100%);
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
}

.btm-f .mv-tel-area {
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 10px;
}


.wide .form-label {
  width: 180px;
}

.wide .form-box {
  width: calc(100% - 180px);
}

.decos03 {
  width: 130px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.decos04 {
  width: 140px;
  height: 145px;
  position: absolute;
  bottom: 0;
  right: 0px;
  overflow: hidden;
}

.footer {
  background-image: url(../images/bgb.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 70px 0;
  color: #5e5148;
  font-weight: 500;
}

.fnav a {
  display: inline-block;
  line-height: 1.3em;
  padding: 0 10px;
  border-right: 1px solid #5e5148
}

.fnav a:last-child {
  border-right: none;
}

.crd-txt {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}


@media(max-width:1024px) {
  .tri-card-txt {
    padding: 10px 0px;
  }

  .dual-bgs-inner>img {
    z-index: 3;
    width: 100px;
    bottom: 0;
    left: -10px;
  }

  .white-p>img:nth-child(1) {
    display: none;
  }

  .white-p>img:nth-child(2) {
    width: 120px;
    position: absolute;
    bottom: -55px;
    right: -0%;
  }

  .w-sec-left {
    width: 100%;
  }

  .w-sec-inner {
    background-image: url(../images/bso.webp);
    background-size: 100% 100%;
    padding: 80px 0;
    margin: 30px auto 0 auto;
    max-width: 800px;
  }

  .w-sec-right {
    width: 100%;
    margin-left: 0%;
    margin-top: -90px;
    height: 700px;
  }

  .w-sec::after {
    background: linear-gradient(180deg, rgba(230, 218, 202, 1) 0%, rgba(230, 218, 202, 1) 45%, rgba(230, 218, 202, 0) 100%);
  }

  .f-card-box {
    padding: 0px;
    background-image: none;
  }

  .f-cards {
    flex-direction: column;
  }

  .f-card,
  .mk2 .f-card {
    width: 60%;
    margin-bottom: 40px;
  }

  .f-cards>.f-card:nth-child(2),
  .f-cards.mk2>.f-card:nth-child(1) {
    margin-left: 40%;
  }

  .f-cards.mk2>.f-card:nth-child(2) {
    margin-right: 40%;
    margin-left: 0;
  }

  .f-card::after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #5e5148;
    border-right: 2px solid #5e5148;
    position: absolute;
    left: 80%;
    top: 102%;
    transform: translateY(0%) rotate(135deg);
  }

  .f-cards>.f-card:nth-child(2)::after,
  .f-cards.mk2>.f-card:nth-child(1)::after {
    left: auto;
    right: 80%;
  }

  .f-cards.mk2>.f-card:nth-child(2)::after {
    display: none;
  }

  .f-card:nth-child(3)::after,
  .f-card:last-child::after {
    display: block;
  }

  .f-cards.mk2 {
    width: 100%;
    margin: 0;
  }

  .bgn-sec {
    padding-bottom: 130px;
  }

  .voice-item {
    width: 49%;
    overflow: hidden;
  }

  .voice-txts {
    padding-left: 60px;
    padding-right: 10px;
    font-size: 12px;
  }

  .voice-icon {
    left: -15px;
  }

  .row2>span {
    font-size: 14px;
  }

  .bgb-box>img {
    width: 120%;
    max-width: 120%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
  }

  .bgb-txts {
    text-shadow: 1px 1px 0 #FFF,
      -1px -1px 0 #FFF,
      -1px 1px 0 #FFF,
      1px -1px 0 #FFF,
      0px 1px 0 #FFF,
      0 -1px 0 #FFF,
      -1px 0 0 #FFF,
      1px 0 0 #FFF;
  }

  .pr-main {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1em;
    color: #5e5148;
    background-image: url(../images/pr-deco.webp);
    background-size: contain;
    padding: .5em 4em 1em 4em;
    background-position: center;
    background-repeat: no-repeat;
  }

  .yel-left {
    width: 100%;
  }

  .yel-right {
    margin-top: 30px;
    width: 100%;
  }
}

@media(max-width:599px) {
  .white-p {
    padding: 20px 15px;
  }

  .white-p-title>span {
    font-size: 16px;
  }

  .white-p-list li {
    font-size: 16px;
    padding: .5em 0em .5em 1em;
    border-bottom: 2px dashed #888;
  }

  .white-p-list li::before {
    left: 0em;
  }

  .dual-bgs-inner>img {
    display: none;
  }

  .white-p>img:nth-child(2) {
    width: 90px;
    position: absolute;
    bottom: -45px;
    right: -0%;
    z-index: 1;
  }

  .w-sec-inner {
    padding: 40px 0;
    margin: 30px auto 0 auto;
    background-size: 120% 100%;
    background-position: center;
  }

  .bso-title {
    font-size: 20px;
    letter-spacing: -.05em;
  }

  .w-sec-right {
    width: 100%;
    margin-left: 0%;
    margin-top: -10px;
    height: 250px;
  }

  .tri-card:nth-child(2),
  .tri-card:last-child {
    margin-top: 20px;
  }

  .f-card,
  .mk2 .f-card,
  .f-cards>.f-card:nth-child(2),
  .f-cards.mk2>.f-card:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-card::after,
  .f-cards>.f-card:nth-child(2)::after,
  .f-cards.mk2>.f-card:nth-child(1)::after {
    left: 50%;
    transform: translateY(0%) rotate(135deg) translateX(-50%);
    transform-origin: 10% 30%;
  }

  .f-cards.mk2>.f-card:nth-child(2) {
    margin-bottom: 0;
  }

  .bgn-sec {
    padding-bottom: 100px;
  }

  .voice-item {
    width: 100%;
    overflow: hidden;
  }

  .voice-item:nth-child(2),
  .voice-item:nth-child(3),
  .voice-item:nth-child(4) {
    margin-top: 20px;
  }

  .bgb-txts {
    line-height: 1.6em;
  }

  .yel-box {
    padding: 60px 15px 30px;
  }

  .pr-deco .deco-txt {
    font-size: 18px;
  }

  .pr-main {
    font-size: 18px;
    background-size: 100% 100%;
    padding: 1em 2em 2em 2em;
    text-shadow: 1px 1px 0 #FFF,
      -1px -1px 0 #FFF,
      -1px 1px 0 #FFF,
      1px -1px 0 #FFF,
      0px 1px 0 #FFF,
      0 -1px 0 #FFF,
      -1px 0 0 #FFF,
      1px 0 0 #FFF;
  }

  .yel-right-title {
    font-size: 16px;
  }

  .yel-right-txts {
    width: 70%;
    padding-left: 15px;
    font-size: 12px;
  }

  .yel-box {
    background-image: url(../images/pn-box2.webp);
  }

  .yl-sec-body {
    padding: 20px 0;
  }

  .wide .form-label {
    width: 130px;
  }

  .wide .form-box {
    width: calc(100% - 130px);
  }

  .btm-f {
    padding-top: 100px;
  }

  .btm-f .mv-tel {
    width: 100%;
  }

  .decos03 {
    width: 110px;
    left: -20px;
  }

  .decos04 {
    width: 150px;
    right: -45px;
    height: 120px;
    overflow: hidden;
  }

  .fnav a {
    font-size: 14px;
  }

  .footer {
    padding: 30px 0;
  }

}