html {
  color: #000;
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.container {
  width: 100%;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media screen and (max-width: 1080px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

header {
  padding: 0 0.677vw 0 2.76vw;
  display: flex;
  align-items: center;
  position: fixed;
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  header {
    height: 80px;
    padding: 0 2.76vw;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 50px;
    padding: 0 10px;
  }
}

header .header-logo {
  width: 14.844vw;
}

@media screen and (max-width: 767px) {
  header .header-logo {
    width: 180px;
  }
}

header .header-logo .header-logo-link {
  display: block;
}

header .header-text {
  margin-left: 1.25vw;
  font-size: 0.9375rem;
  font-size: 0.781vw;
  line-height: calc(20 / 15);
  font-weight: 700;
  position: relative;
  top: 15px;
}

@media screen and (max-width: 1080px) {
  header .header-text {
    display: none;
  }
}

header .header-list {
  margin-left: auto;
  display: flex;
}

@media screen and (max-width: 1080px) {
  header .header-list {
    display: none;
  }
}

header .header-list .header-item:nth-child(n + 2) {
  margin-left: 1.823vw;
}

header .header-list .header-item .header-item-link {
  font-size: 0.885vw;
  font-weight: 700;
}

header .header-btnArea {
  margin-left: 2.083vw;
  display: flex;
}

@media screen and (max-width: 1080px) {
  header .header-btnArea {
    display: none;
  }
}

header .header-btnArea .header-btn {
  width: 9.375vw;
  height: 76px;
  font-size: 0.885vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(#f3843e, #ed3f34);
  border-radius: 50px;
  box-shadow: 3px 4px #bf4300;
text-align: center;	
	    line-height: 1.5;
}

header .header-btnArea .header-btn:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

header .header-btnArea .header-btn:last-of-type {
  margin-left: 1.042vw;
  /*width: 13.542vw;*/
  /*font-size: 1.146vw;*/
  background: linear-gradient(#98e05f, #01ac1d);
  box-shadow: 3px 4px #1b7f00;
}

header .header-btnArea .header-btn:last-of-type:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

header .drawer-hamburger {
  left: calc(100% - 32px - 2.76vw) !important;
  padding: 0;
  top: 40px;
  transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 1080px) {
  header .drawer-hamburger {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  header .drawer-hamburger {
    top: 25px;
  }
}

header .drawer-hamburger .drawer-hamburger-icon {
  margin: 0;
}

main {
  margin-top: 100px;
}

@media screen and (max-width: 1080px) {
  main {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

.drawer-nav {
  padding-top: 70px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    padding-top: 40px;
  }
}

.drawer-nav .drawer-menu-item {
  padding: 1rem;
}

.drawer-nav .drawer-btnArea {
  margin-top: 20px;
}

.drawer-nav .drawer-btnArea .drawer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  height: 50px;
  color: #fff;
  background: linear-gradient(#f3843e, #ed3f34);
  box-shadow: 3px 4px #bf4300;
  border-radius: 50px;
}

.drawer-nav .drawer-btnArea .drawer-btn:last-of-type {
  margin-top: 15px;
  background: linear-gradient(#98e05f, #01ac1d);
  box-shadow: 3px 4px #1b7f00;
}

.catalog {
  position: fixed;
  bottom: 50px;
  right: 0;
  background: #fff;
  border-radius: 30px 0 0 30px;
  padding: 1.198vw 0.781vw 1.198vw 1.198vw;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

.catalog.is-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalog {
    bottom: 35px;
    padding: 15px 10px 15px 15px;
  }
}

.catalog .catalog-wrapper {
  display: flex;
  align-items: center;
}

.catalog .catalog-wrapper .catalog-icon {
  width: 2.604vw;
  height: 3.333vw;
}

@media screen and (max-width: 767px) {
  .catalog .catalog-wrapper .catalog-icon {
    width: 28px;
    height: 34px;
  }
}

.catalog .catalog-wrapper .catalog-textContents {
  margin-left: 0.469vw;
}

@media screen and (max-width: 767px) {
  .catalog .catalog-wrapper .catalog-textContents {
    margin-left: 10px;
  }
}

.catalog .catalog-wrapper .catalog-textContents .catalog-title {
  color: #1b7f00;
  font-size: 1.042vw;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .catalog .catalog-wrapper .catalog-textContents .catalog-title {
    font-size: 16px;
  }
}

.catalog .catalog-wrapper .catalog-textContents .catalog-text {
  margin-top: 0.521vw;
  font-size: 0.833vw;
  line-height: calc(20 / 16);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .catalog .catalog-wrapper .catalog-textContents .catalog-text {
    margin-top: 7px;
    font-size: 14px;
    line-height: calc(18 / 14);
  }
}

.catalog .catalog-btnArea {
  margin-top: 0.625vw;
}

@media screen and (max-width: 767px) {
  .catalog .catalog-btnArea {
    margin-top: 8px;
  }
}

.catalog .catalog-btnArea .catalog-btn {
  padding-right: 1.302vw;
  width: 13.75vw;
  height: 2.917vw;
  color: #fff;
  background: linear-gradient(#91de5c, #01ac1d);
  font-size: 0.938vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: 3px 4px #1b7f00;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .catalog .catalog-btnArea .catalog-btn {
    width: 14.3vw;
  }
}

@media screen and (max-width: 767px) {
  .catalog .catalog-btnArea .catalog-btn {
    width: 190px;
    height: 38px;
    font-size: 16px;
  }
}

.catalog .catalog-btnArea .catalog-btn::after {
  position: absolute;
  content: "";
  width: 0.417vw;
  height: 0.781vw;
  right: 1.25vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .catalog .catalog-btnArea .catalog-btn::after {
    display: none;
  }
}

.catalog .catalog-btnArea .catalog-btn:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

.mv {
  height: 36.458vw;
  background: url(../img/mv.jpg) bottom center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .mv {
    height: 177.3333vw;
    background: url(../img/mv-sp.jpg) center center/cover no-repeat;
  }
}

.about {
  padding: 2.604vw 0 2.083vw;
  background: linear-gradient(#f3843e, #ed4134);
  position: relative;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0 30px;
  }
}

.about::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.385vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.385vw 9.635vw 0 9.635vw;
  border-color: #ed4134 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .about::after {
    bottom: -30px;
    border-width: 30px 90px 0 90px;
    border-color: #ed4134 transparent transparent transparent;
  }
}

.about .about-titleArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about .about-titleArea .about-logo {
  width: 11.719vw;
}

@media screen and (max-width: 767px) {
  .about .about-titleArea .about-logo {
    width: 180px;
  }
}

.about .about-titleArea .about-title {
  margin-left: 0.781vw;
  color: #fff;
  font-size: 1.875vw;
  letter-spacing: 0.1em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .about .about-titleArea .about-title {
    margin-left: 10px;
    font-size: 24px;
  }
}

.about .about-en {
  margin-top: 1.302vw;
  text-align: center;
  color: #fffefe;
  font-size: 1.302vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .about .about-en {
    margin-top: 18px;
    font-size: 16px;
  }
}

.about .about-text {
  margin-top: 1.302vw;
  text-align: center;
  color: #fff;
  font-size: 1.563vw;
  line-height: calc(42 / 30);
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .about .about-text {
    margin-top: 20px;
    font-size: 18px;
  }
}

.about .about-wrapper {
  margin-top: 1.823vw;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper {
    margin-top: 25px;
    display: block;
  }
}

.about .about-wrapper .about-box {
  height: 13.021vw;
  flex: 0 1 13.021vw;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box {
    height: 200px;
    width: 200px;
    flex: 0 1 100%;
    margin: 0 auto;
  }
}

.about .about-wrapper .about-box:nth-of-type(2) {
  margin: 0 8.854vw;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box:nth-of-type(2) {
    margin: 20px auto;
  }
}

.about .about-wrapper .about-box .about-icon {
  width: 7.813vw;
  margin: 2.813vw auto 0;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box .about-icon {
    width: 120px;
    padding-top: 35px;
    margin: 0 auto;
  }
}

.about .about-wrapper .about-box .about-icon2 {
  width: 6.615vw;
  margin: 1.198vw auto 0;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box .about-icon2 {
    width: 105px;
    padding-top: 20px;
    margin: 0 auto;
  }
}

.about .about-wrapper .about-box .about-icon3 {
  width: 6.042vw;
  margin: 3.177vw auto 0;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box .about-icon3 {
    width: 95px;
    padding-top: 40px;
    margin: 0 auto;
  }
}

.about .about-wrapper .about-box .about-txt {
  margin-top: 1.563vw;
  text-align: center;
  color: #c91e1d;
  font-size: 1.25vw;
  line-height: calc(30 / 24);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box .about-txt {
    margin-top: 20px;
    font-size: 20px;
  }
}

.about .about-wrapper .about-box .about-txt .about-txt-inline {
  font-weight: 700;
}

.about .about-wrapper .about-box .about-txt2 {
  margin-top: 0.521vw;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box .about-txt2 {
    margin-top: 10px;
  }
}

.about .about-wrapper .about-box .about-txt3 {
  margin-top: 1.302vw;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-box .about-txt3 {
    margin-top: 15px;
  }
}

.service {
  padding: 4.688vw 0 6.25vw;
}

@media screen and (max-width: 767px) {
  .service {
    padding: 60px 0 70px;
  }
}

.service .service-lead {
  text-align: center;
  color: #db5d00;
  font-size: 1.875vw;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .service .service-lead {
    font-size: 22px;
  }
}

.service .service-title {
  text-align: center;
  margin-top: 1.302vw;
  font-size: 2.083vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .service .service-title {
    margin-top: 15px;
    font-size: 26px;
  }
}

.service .service-en {
  text-align: center;
  margin-top: 0.833vw;
  color: #db5d00;
  font-size: 0.938vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .service .service-en {
    margin-top: 10px;
    font-size: 16px;
  }
}

.service .service-wrapper {
  margin-top: 2.083vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper {
    margin-top: 28px;
    flex-direction: column;
  }
}

.service .service-wrapper .service-box {
  padding: 2.188vw 3.125vw 1.771vw;
  flex: 0 1 48.8%;
  background: #fff9e3;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box {
    padding: 20px 25px 35px;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box:last-of-type {
    margin-top: 20px;
  }
}

.service .service-wrapper .service-box .service-icon {
  width: 3.229vw;
  height: 4.792vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box .service-icon {
    width: 40px;
    height: 60px;
  }
}

.service .service-wrapper .service-box .service-icon2 {
  width: 3.229vw;
  height: 5.104vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box .service-icon2 {
    width: 40px;
    height: 65px;
  }
}

.service .service-wrapper .service-box .service-name {
  text-align: center;
  margin-top: 1.146vw;
  color: #c91e1d;
  font-size: 1.563vw;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box .service-name {
    margin-top: 12px;
    font-size: 20px;
  }
}

.service .service-wrapper .service-box .service-text {
  margin-top: 1.302vw;
  font-size: 1.146vw;
  line-height: calc(35 / 22);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box .service-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.service .service-wrapper .service-box .service-text .service-text-inline {
  background: linear-gradient(transparent 60%, #ffcd44 40%);
}

.service .service-wrapper .service-box .service-txt {
  font-size: 0.938vw;
  line-height: calc(35 / 18);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-box .service-txt {
    font-size: 14px;
  }
}

.reason {
  padding: 2.969vw 0 6.25vw;
  background: linear-gradient(#fde6d8, #fbd8d6);
}

@media screen and (max-width: 767px) {
  .reason {
    padding: 42px 0 40px;
  }
}

.reason .reason-titleArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.reason .reason-titleArea .reason-icon {
  width: 11.719vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-titleArea .reason-icon {
    width: 180px;
  }
}

.reason .reason-titleArea .reason-title {
  margin-left: 0.729vw;
  font-size: 1.354vw;
  letter-spacing: 0.1em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .reason .reason-titleArea .reason-title {
    margin-left: 10px;
    font-size: 20px;
  }
}

.reason .reason-titleArea .reason-title .reason-title-inline {
  font-size: 3.125vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-titleArea .reason-title .reason-title-inline {
    font-size: 26px;
  }
}

.reason .reason-en {
  text-align: center;
  margin-top: 1.563vw;
  color: #db5d00;
  font-size: 0.938vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .reason .reason-en {
    margin-top: 20px;
    font-size: 16px;
  }
}

.reason .reason-wrapper {
  margin-top: 2.083vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper {
    margin-top: 30px;
  }
}

.reason .reason-wrapper .reason-box:nth-of-type(n + 2) {
  margin-top: 1.771vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}

.reason .reason-wrapper .reason-box:last-of-type .reason-body {
  padding: 1.563vw 2.604vw 2.76vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box:last-of-type .reason-body {
    padding: 20px 30px 40px;
  }
}

.reason .reason-wrapper .reason-box .reason-header {
  height: 5.938vw;
  padding-left: 20.573vw;
  background: linear-gradient(#f3843e, #ed3e34);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-header {
    height: 70px;
    padding-left: 10px;
  }
}

.reason .reason-wrapper .reason-box .reason-header .reason-point {
  width: 4.531vw;
  height: 4.531vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-header .reason-point {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
}

.reason .reason-wrapper .reason-box .reason-header .reason-ttl {
  margin-left: 2.5vw;
  color: #fff;
  font-size: 1.771vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-header .reason-ttl {
    margin-left: 10px;
    font-size: 20px;
    line-height: calc(24 / 20);
  }
}

.reason .reason-wrapper .reason-box .reason-body {
  padding: 1.563vw 1.563vw 2.76vw;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body {
    padding: 15px 15px 30px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-text {
  text-align: center;
  font-size: 1.042vw;
  line-height: calc(30 / 20);
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-text {
    text-align: left;
    font-size: 14px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-lead {
  text-align: center;
  margin-top: 2.604vw;
  color: #c91e1d;
  font-size: 2.083vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-lead {
    margin-top: 25px;
    font-size: 22px;
    line-height: calc(28 / 22);
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas {
  margin-top: 2.188vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas {
    margin-top: 25px;
    flex-direction: column;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area {
  flex: 0 1 31.6667%;
  padding: 0.417vw 0.469vw;
  border: 0.104vw solid #e7e7e7;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area {
    flex: 0 1 100%;
    padding: 5px 6px;
    border: 2px solid #e7e7e7;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header {
  padding: 1.302vw 1.302vw 0.729vw;
  background: #00ae35;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header {
    padding: 25px 0 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header {
    padding: 17px 0 10px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header .area-text {
  text-align: center;
  color: #fff;
  font-size: 1.563vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header .area-text {
    font-size: 20px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header .area-btn {
  margin-top: 1.146vw;
  display: block;
  height: 2.292vw;
  line-height: 2.292vw;
  text-align: center;
  color: #00ae35;
  background: #fff;
  border-radius: 50px;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-header .area-btn {
    margin-top: 14px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body {
  padding: 0.781vw 0 1.563vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body {
    padding: 10px 0 20px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body .area-price {
  text-align: center;
  font-size: 0.729vw;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body .area-price {
    font-size: 14px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body .area-price2 {
  text-align: center;
  margin-top: 1.979vw;
  font-size: 1.042vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body .area-price2 {
    margin-top: 22px;
    font-size: 16px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body .area-gain {
  text-align: center;
  margin-top: 0.625vw;
  color: #c91e1d;
  font-size: 1.563vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-body .area-gain {
    margin-top: 10px;
    font-size: 22px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-footer {
  height: 3.281vw;
  color: #fff;
  background: #ff9000;
  font-size: 1.042vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-areas .reason-area .area-footer {
    height: 40px;
    font-size: 16px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-btnArea {
  margin-top: 1.771vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-btnArea {
    margin-top: 24px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-btnArea .reason-btn {
  margin: 0 auto;
  width: 29.688vw;
  height: 4.479vw;
  font-size: 1.563vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(#f3843e, #ed3f34);
  border-radius: 50px;
  box-shadow: 3px 4px #bf4300;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-btnArea .reason-btn {
    width: 100%;
    height: 50px;
    font-size: 20px;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-btnArea .reason-btn::after {
  position: absolute;
  content: "";
  width: 0.729vw;
  height: 1.354vw;
  right: 2.292vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .reason-body .reason-btnArea .reason-btn::after {
    display: none;
  }
}

.reason .reason-wrapper .reason-box .reason-body .reason-btnArea .reason-btn:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: none;
}

.reason .reason-wrapper .reason-box .price-wrapper {
  margin-top: 2.344vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper {
    margin-top: 35px;
  }
}

.reason .reason-wrapper .reason-box .price-wrapper .price-box {
  flex: 0 1 30.7143%;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper .price-box {
    flex: 0 1 49%;
  }
}

.reason .reason-wrapper .reason-box .price-wrapper .price-box:nth-of-type(n + 4) {
  margin-top: 2.5vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper .price-box:nth-of-type(n + 4) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper .price-box:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.reason .reason-wrapper .reason-box .price-wrapper .price-box .price-picture {
  position: relative;
}

.reason .reason-wrapper .reason-box .price-wrapper .price-box .price-picture .price-textContents {
  position: absolute;
  right: 0.677vw;
  bottom: 0.417vw;
  width: 6.042vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper .price-box .price-picture .price-textContents {
    right: 8px;
    bottom: 8px;
  }
}

.reason .reason-wrapper .reason-box .price-wrapper .price-box .price-picture .price-textContents .price-txt {
  position: relative;
  top: 0.26vw;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper .price-box .price-picture .price-textContents .price-txt {
    top: 5px;
  }
}

.reason .reason-wrapper .reason-box .price-wrapper .price-box .price-text {
  text-align: center;
  margin-top: 1.146vw;
  color: #db5d00;
  font-size: 1.563vw;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .reason .reason-wrapper .reason-box .price-wrapper .price-box .price-text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.reason-footer {
  margin-top: 2.917vw;
	display: flex;
	

}

@media screen and (max-width: 767px) {
.reason-footer {
    margin-top: 35px;
	    display: inline-grid;
  }
}

.reason-footer .reason-btn {
    margin: 0 auto;
    width: 45%;
    height: 7.813vw;
    background: linear-gradient(#f3843e, #ed3f34);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 3px 4px #bf4300;
}

.reason-footer .reason-btn:last-of-type {
    background: linear-gradient(#98e05f, #01ac1d);
    box-shadow: 3px 4px #1b7f00;
}


@media screen and (max-width: 767px) {
.reason-footer .reason-btn {
    width: 90%;
    height: 65px;
	    margin-top: 10px;
  }
}

.reason-footer .reason-btn:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

.reason-footer .reason-btn .reason-logo {
  width: 11.719vw;
}

@media screen and (max-width: 767px) {
.reason-footer .reason-btn .reason-logo {
    width: 30%;
  }
}

.reason-footer .reason-btn .reason-text {
  position: relative;
  top: 0.26vw;
  margin-left: 0.781vw;
  color: #fff;
  font-size: 1.563vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 767px) {
.reason-footer .reason-btn .reason-text {
    top: 0;
    margin-left: 5px;
    font-size: 20px;
  }
}

.reason-footer .reason-btn .reason-text::after {
  position: absolute;
  content: "";
  width: 1.094vw;
  height: 2.031vw;
	right: -2.688vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
.reason-footer .reason-btn .reason-text::after {
    display: none;
  }
}

.reason-footer .reason-btn .reason-text .reason-text-inline {
  font-size: 2.188vw;
}

@media screen and (max-width: 767px) {
.reason-footer .reason-btn .reason-text .reason-text-inline {
    font-size: 22px;
  }
}

.qa {
  padding: 4.323vw 0 5.573vw;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 50px 0 60px;
  }
}

.qa .qa-title {
  text-align: center;
  font-size: 1.875vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .qa .qa-title {
    font-size: 26px;
  }
}

.qa .qa-en {
  text-align: center;
  margin-top: 1.042vw;
  color: #db5d00;
  font-size: 0.938vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .qa .qa-en {
    margin-top: 15px;
    font-size: 16px;
  }
}

.qa .qa-wrapper {
  margin-top: 1.302vw;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper {
    margin-top: 30px;
  }
}

.qa .qa-wrapper .qa-box:nth-of-type(n + 2) {
  margin-top: 0.833vw;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

.qa .qa-wrapper .qa-box .qa-header {
  padding: 1.823vw 8.594vw;
  border: 0.104vw solid #d4d4d4;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-header {
    padding: 15px 45px;
  }
}

.qa .qa-wrapper .qa-box .qa-header.is-open::after {
  display: none;
}

.qa .qa-wrapper .qa-box .qa-header::before {
  position: absolute;
  content: "";
  width: 1.563vw;
  height: 0.208vw;
  right: 3.177vw;
  top: 50%;
  transform: translateY(-50%);
  background: #db5d00;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-header::before {
    width: 20px;
    height: 3px;
    right: 15px;
  }
}

.qa .qa-wrapper .qa-box .qa-header::after {
  position: absolute;
  content: "";
  width: 0.208vw;
  height: 1.563vw;
  right: 3.854vw;
  top: 50%;
  transform: translateY(-50%);
  background: #db5d00;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-header::after {
    width: 3px;
    height: 20px;
    right: 24px;
  }
}

.qa .qa-wrapper .qa-box .qa-header .qa-text {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-header .qa-text {
    font-size: 14px;
    line-height: calc(18 / 14);
  }
}

.qa .qa-wrapper .qa-box .qa-header .qa-text::after {
  position: absolute;
  content: "";
  width: 1.771vw;
  height: 1.771vw;
  left: -3.49vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/q.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-header .qa-text::after {
    width: 18px;
    height: 18px;
    left: -30px;
  }
}

.qa .qa-wrapper .qa-box .qa-body {
  display: none;
  margin-top: 0.781vw;
  padding: 0 8.594vw;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-body {
    margin-top: 10px;
    padding: 0 0 0 45px;
  }
}

.qa .qa-wrapper .qa-box .qa-body .qa-txt {
  font-size: 1.042vw;
  line-height: calc(30 / 20);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-body .qa-txt {
    font-size: 14px;
  }
}

.qa .qa-wrapper .qa-box .qa-body .qa-txt::after {
  position: absolute;
  content: "";
  width: 1.25vw;
  height: 1.719vw;
  left: -3.1vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/a.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .qa .qa-wrapper .qa-box .qa-body .qa-txt::after {
    width: 18px;
    height: 22px;
    left: -30px;
  }
}

.qa .qa-btnArea {
  margin-top: 3.542vw;
}

@media screen and (max-width: 767px) {
  .qa .qa-btnArea {
    margin-top: 25px;
  }
}

.qa .qa-btnArea .qa-btn {
  margin: 0 auto;
  width: 26.042vw;
  height: 3.958vw;
  font-size: 1.354vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(#f3843e, #ed3f34);
  border-radius: 50px;
  box-shadow: 3px 4px #bf4300;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa .qa-btnArea .qa-btn {
    width: 90%;
    height: 55px;
    font-size: 20px;
  }
}

.qa .qa-btnArea .qa-btn::after {
  position: absolute;
  content: "";
  width: 0.625vw;
  height: 1.198vw;
  right: 1.927vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .qa .qa-btnArea .qa-btn::after {
    display: none;
  }
}

.qa .qa-btnArea .qa-btn:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: none;
}

.intro {
  padding: 4.167vw 0 5.208vw;
  background: #fff9e3;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 50px 0 65px;
  }
}

.intro .intro-title {
  text-align: center;
  font-size: 1.875vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .intro .intro-title {
    font-size: 26px;
  }
}

.intro .intro-en {
  text-align: center;
  margin-top: 1.042vw;
  color: #db5d00;
  font-size: 0.938vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .intro .intro-en {
    margin-top: 15px;
    font-size: 16px;
  }
}

.intro .intro-wrapper {
  margin-top: 2.813vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper {
    margin-top: 30px;
    display: block;
  }
}

.intro .intro-wrapper .intro-box {
  flex: 0 1 47.7333%;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .intro-box {
    flex: 0 1 100%;
  }
}

.intro .intro-wrapper .intro-box:nth-of-type(n + 3) {
  margin-top: 2.865vw;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .intro-box:nth-of-type(n + 3) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .intro-box:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.intro .intro-wrapper .intro-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 715 / 440;
}

.intro .intro-wrapper .intro-box .intro-text {
  text-align: center;
  margin-top: 1.302vw;
  font-size: 1.302vw;
  line-height: calc(30 / 20);
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .intro-box .intro-text {
    margin-top: 5px;
    font-size: 16px;
  }
}

.price {
  padding-bottom: 4.531vw;
  background: #fff9e3;
}

@media screen and (max-width: 767px) {
  .price {
    padding-bottom: 45px;
  }
}

.price .price-area {
  padding: 2.396vw 0 2.188vw;
  background: url(../img/price.jpg) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .price .price-area {
    padding: 30px 0 35px;
    background: url(../img/price.jpg) center center/cover no-repeat;
  }
}

.price .price-area .price-titleArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-titleArea .price-icon {
    width: 180px;
  }
}

.price .price-area .price-titleArea .price-title {
  margin-left: 0.885vw;
  font-size: 1.875vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-titleArea .price-title {
    margin-left: 5px;
    font-size: 24px;
  }
}

.price .price-area .price-en {
  text-align: center;
  margin-top: 1.302vw;
  color: #db5d00;
  font-size: 0.938vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-en {
    margin-top: 20px;
    font-size: 16px;
  }
}

.price .price-area .price-lead {
  margin: 3.125vw auto 0;
  width: 29.948vw;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-lead {
    margin: 30px auto 0;
    width: 280px;
  }
}

.price .price-area .price-btns {
  margin: 1.302vw auto 0;
  max-width: 43.75vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-btns {
    margin: 15px auto 0;
    max-width: none;
    display: block;
  }
}

.price .price-area .price-btns .price-btn {
  height: 3.438vw;
  flex: 0 1 47.619%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.208vw solid #db5d00;
  border-radius: 50px;
  color: #db5d00;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-btns .price-btn {
    flex: 0 1 100%;
    height: 32px;
    border: 2px solid #db5d00;
    font-size: 16px;
  }
}

.price .price-area .price-btns .price-btn:nth-of-type(n + 3) {
  margin-top: 0.521vw;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-btns .price-btn:nth-of-type(n + 3) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .price .price-area .price-btns .price-btn:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.price .price-area .price-txt {
  text-align: center;
  margin-top: 1.302vw;
  font-size: 1.146vw;
  line-height: calc(39 / 22);
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .price .price-area .price-txt {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: calc(22 / 14);
  }
}

.price .price-btnArea {
  margin-top: 4.063vw;
}

@media screen and (max-width: 767px) {
  .price .price-btnArea {
    margin-top: 45px;
  }
}

.price .price-btnArea .price-btn {
  margin: 0 auto;
  width: 46.875vw;
  height: 7.813vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(#97e05f, #01ac1d);
  border-radius: 30px;
  box-shadow: 3px 4px #1b7f00;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price .price-btnArea .price-btn {
    width: 90%;
    height: 65px;
  }
}

.price .price-btnArea .price-btn::after {
  position: absolute;
  content: "";
  width: 1.094vw;
  height: 2.031vw;
  right: 3.958vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .price .price-btnArea .price-btn::after {
    display: none;
  }
}

.price .price-btnArea .price-btn:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: none;
}

.price .price-btnArea .price-btn .price-icon {
  width: 11.719vw;
}

@media screen and (max-width: 767px) {
  .price .price-btnArea .price-btn .price-icon {
    width: 30%;
  }
}

.price .price-btnArea .price-btn .price-name {
  position: relative;
  top: 0.26vw;
  margin-left: 0.781vw;
  font-size: 1.563vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .price .price-btnArea .price-btn .price-name {
    top: 0;
    margin-left: 5px;
    font-size: 20px;
  }
}

.price .price-btnArea .price-btn .price-name .price-name-inline {
  font-size: 2.188vw;
}

@media screen and (max-width: 767px) {
  .price .price-btnArea .price-btn .price-name .price-name-inline {
    font-size: 22px;
  }
}

.contact {
  padding: 2.865vw 0 3.281vw;
  background: linear-gradient(#f3843e, #ed3e34);
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0 50px;
  }
}

.contact .contact-title {
  text-align: center;
  color: #fff;
  font-size: 1.875vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .contact .contact-title {
    font-size: 26px;
  }
}

.contact .contact-en {
  text-align: center;
  margin-top: 1.146vw;
  color: #fff;
  font-size: 1.146vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .contact .contact-en {
    margin-top: 15px;
    font-size: 16px;
  }
}

.contact .contact-text {
  text-align: center;
  margin-top: 1.302vw;
  color: #fff;
  font-size: 0.938vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .contact .contact-text {
    margin-top: 18px;
    font-size: 14px;
  }
}

.contact .contact-btnArea {
  margin: 2.344vw auto 0;
  max-width: 69.792vw;
  display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea {
    margin-top: 30px;
    max-width: 1340px;
    display: block;
  }
}

.contact .contact-btnArea .contact-btn {
  height: 4.896vw;
  flex: 0 1 30.8806%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #db5d00;
  font-size: 1.163vw;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 3px 4px #db5d00;
  transition: all 0.4s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn {
    padding-left: 20px;
    height: 50px;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
}

.contact .contact-btnArea .contact-btn:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

.contact .contact-btnArea .contact-btn::before {
  position: absolute;
  content: "";
  width: 2.448vw;
  height: 1.927vw;
  left: 2.167vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/mail.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn::before {
    width: 30px;
    height: 20px;
    left: calc(50% - 110px);
    transform: translate(-50%, -50%);
  }
}

.contact .contact-btnArea .contact-btn::after {
  position: absolute;
  content: "";
  width: 0.625vw;
  height: 1.198vw;
  right: 2.188vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow-o.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn::after {
    display: none;
  }
}

.contact .contact-btnArea .contact-btn2 {
  color: #00ae35;
  box-shadow: 3px 4px #00ae35;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn2 {
    margin-top: 10px;
    padding-left: 25px;
  }
}

.contact .contact-btnArea .contact-btn2::before {
  width: 2.135vw;
  height: 2.813vw;
  left: 2.265vw;
  background: url(../img/catalog.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn2::before {
    width: 20px;
    height: 30px;
    left: calc(50% - 108px);
    transform: translate(-50%, -50%);
  }
}

.contact .contact-btnArea .contact-btn2::after {
  background: url(../img/arrow-g.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn2::after {
    display: none;
  }
}










.contact .contact-btnArea .contact-btn3 {
	color: #00ae35;
  box-shadow: 3px 4px #00ae35;
  /* color: #004bad;
  box-shadow: 3px 4px #004bad; */
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn3 {
    margin-top: 10px;
    padding-left: 25px;
  }
}

.contact .contact-btnArea .contact-btn3::before {
  width: 2.135vw;
  height: 2.813vw;
  left: 2.865vw;
  background: url(../img/catalog.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn3::before {
    width: 20px;
    height: 30px;
    left: calc(50% - 108px);
    transform: translate(-50%, -50%);
  }
}

.contact .contact-btnArea .contact-btn3::after {
  background: url(../img/arrow-g.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .contact .contact-btnArea .contact-btn3::after {
    display: none;
  }
}


















footer {
  padding: 3.646vw 0 1.354vw;
  background: #000;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 20px;
  }
}

footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper {
    flex-direction: column;
  }
}

footer .footer-wrapper .footer-logoArea .footer-text {
  color: #fff;
  font-size: 0.938vw;
  line-height: calc(30 / 18);
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-logoArea .footer-text {
    font-size: 14px;
  }
}

footer .footer-wrapper .footer-logo {
  width: 22.396vw;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-logo {
    width: 180px;
  }
}

footer .footer-wrapper .footer-textContents {
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-textContents {
    margin-top: 20px;
    flex-direction: column;
  }
}

footer .footer-wrapper .footer-textContents .footer-list:last-of-type {
  margin-left: 5.729vw;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-textContents .footer-list:last-of-type {
    margin: 15px 0 0;
  }
}

footer .footer-wrapper .footer-textContents .footer-list .footer-item:nth-of-type(n + 2) {
  margin-top: 1.146vw;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-textContents .footer-list .footer-item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

footer .footer-wrapper .footer-textContents .footer-list .footer-item .footer-item-link {
  color: #fff;
  font-size: 0.885vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-textContents .footer-list .footer-item .footer-item-link {
    font-size: 14px;
  }
}

footer .footer-wrapper .footer-textContents .footer-list .footer-item2 {
  margin-top: 3.125vw !important;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-textContents .footer-list .footer-item2 {
    margin: 0;
  }
}

footer .footer-copy {
  text-align: center;
  margin-top: 5.469vw;
  color: #fff;
  font-size: 0.729vw;
}

@media screen and (max-width: 767px) {
  footer .footer-copy {
    margin-top: 25px;
    font-size: 12px;
  }
}
