/* base */
html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #121212;
  overflow-x: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #121212;
  text-decoration: none;
}

a:hover {
  color: #121212;
  text-decoration: none;
  opacity: .7;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* base end */
.l-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .l-wrapper {
    width: 100%;
  }
}

.l-header {
  position: relative;
}

.l-main {
  position: relative;
  width: 100%;
}

.l-footer {
  padding: 0;
}

.body {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: .2rem;
}

@media (max-width: 768px) {
  .body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .inner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.inner-n {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .inner-n {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .inner-n {
    width: 90%;
  }
}

.c-en {
  font-family: 'Oswald', sans-serif;
}

.c-bg {
  background: transparent url("../img/bg_image@2x.jpg") repeat left top;
  background-size: 3% auto;
}

@media (max-width: 768px) {
  .c-bg {
    background-size: 13% auto;
  }
}

.c-bg-w {
  background: transparent url("../img/bg_image_w@2x.jpg") repeat left top;
  background-size: 3% auto;
}

.header {
  background: transparent url("../img/bg_mv@2x.png") no-repeat center top;
  background-size: cover;
  height: 63vw;
}

@media (max-width: 768px) {
  .header {
    background: none;
    height: auto;
  }
}

.header-under {
  height: auto;
  background: none;
}
.header-under .header__nav {
  margin-bottom: 0;
}

.header .inner {
  max-width: 970px;
  position: relative;
}

.header__nav {
  margin-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33%;
}

@media (max-width: 768px) {
  .header__nav--list {
    display: none;
  }
}

.header__nav--list a {
  color: #fff;
}

.header__nav--logo {
  position: relative;
  top: -3rem;
}

@media (max-width: 768px) {
  .header__nav--logo {
    display: none;
  }
}

.header__sns {
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 3.5rem;
  top: 3rem;
}

@media (max-width: 768px) {
  .header__sns {
    display: none;
  }
}

.header__sns--item {
  margin: 0 0.75rem;
  text-align: center;
}

.header__sp {
  display: none;
}
@media (max-width: 768px) {
  .header__sp {
    display: block;
  }
}

.header__side {
  position: fixed;
  right: 0;
  top : 50%;
  transform: translateY(-50%);
  z-index: 500;
}
@media (max-width: 768px) {
  .header__side {
    top : auto;
    bottom: 0;
    transform: translateY(0);
    width: 80%;
  }
}

.header__side a {
  background: #ee4f16;
  background: linear-gradient(180deg, #ee4f16 0%, #ee4f16 80%, #92ae55 80%, #92ae55 100%);
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50px 0 0 50px;
  height: 440px;
  text-align: center;
  padding: 0 3rem;
  font-weight: 700;
  position: relative;
  text-indent: -6rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header__side a {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    height: auto;
    background: linear-gradient(90deg, #ee4f16 0%, #ee4f16 80%, #92ae55 80%, #92ae55 100%);
    font-size: 1.6rem;
    padding: 2.5rem 0;
    border-radius: 50px 0 0 0;
    text-indent: -10vw;
    letter-spacing: 0;
  }
}

.header__side a:hover {
  opacity: 1;
}
.header__side a::after {
  display: block;
  content: "";
  background: transparent;
  width: 90px;
  height: 100%;
  position: absolute;
  bottom: 35px;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header__side a::after {
    bottom: auto;
    top : 50%;
    transform: translateY(-50%);
    left: auto;
    right: 6vw;
  }
}
@media (max-width: 428px) {
  .header__side a::after {
    right: 6vw;
  }
}

.title {
  font-size: 5.4rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    line-height: 1.3;
  }
}
@media (max-width: 320px) {
  .title {
    font-size: 4.2rem;
  }
}

.title__col {
  color: #ee4f16;
}

.title__big {
  font-size: 7rem;
}

@media (max-width: 768px) {
  .title__big {
    font-size: 6rem;
  }
}
@media (max-width: 320px) {
  .title__big {
    font-size: 5rem;
  }
}


.title-en {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 5rem;
}

.title-en__en {
  color: #ee4f16;
  font-size: 7.2rem;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 768px) {
  .title-en__en {
    font-size: 6rem;
  }
}

.title-en__ja {
  display: block;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 900;
  box-sizing: border-box;
}

.title-en__col {
  color: #ee4f16;
}

.point {
  padding: 10rem 0 0;
  color: #fff;
}

@media (max-width: 768px) {
  .point {
    padding: 6rem 0 0;
  }
}

.point .title {
  color: #121212;
  margin-bottom: 7rem;
  padding: 2rem 0 2.7rem;
  background: transparent url("../img/ttl_point@2x.png") no-repeat center center;
  background-size: auto  100%;
  color: #fff;
}

@media (max-width: 768px) {
  .point .title {
    background: none;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  .point .title br.sp-only {
    display: none;
  }
}
@media (max-width: 520px) {
  .point .title br.sp-only {
    display: block;
  }
}

.point__model .title {
  color: #121212;
  margin-bottom: 7rem;
  padding: 2rem 0 2.7rem;
  background: transparent url("../img/ttl_model@2x.png") no-repeat center center;
  background-size: auto  100%;
  color: #fff;
}

@media (max-width: 768px) {
  .point__model .title {
    background: none;
    margin-bottom: 3rem;
  }
}

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

@media (max-width: 1024px) {
  .point__model--wrap {
    display: block;
  }
}

.point__model--inner {
  padding: 3rem 4rem 4rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .point__model--inner {
    padding: 2.5rem;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 320px) {
  .point__model--inner {
    padding: 1rem;
    margin-bottom: 4.5rem;
  }
}

.point__model--price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .point__model--price {
    margin-bottom: 2.5rem;
  }
}

.point__model--num {
  color: #121212;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .point__model--num {
    font-size: 1rem;
  }
}

.point__model--num-price {
  font-size: 5rem;
  color: #92ae55;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem 0 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .point__model--num-price {
    font-size: 3rem;
    padding-right: .5rem;
  }
}

.point__model--icon {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  margin-right: 2.5rem;
}

@media (max-width: 768px) {
  .point__model--icon {
    font-size: 1rem;
    margin-right: 1.5rem;
  }
}

.point__model--icon-col {
  background: #92ae55;
  color: #fff;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  border: 1px solid #92ae55;
}

@media (max-width: 768px) {
  .point__model--icon-col {
    padding: 0.5rem 1rem;
  }
}

.point__model--icon-nocol {
  background: #fff;
  color: #92ae55;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  border: 1px solid #92ae55;
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .point__model--icon-nocol {
    padding: 0.5rem 1rem;
  }
}

.point__model--bottom {
  font-size: 1.2rem;
  color: #aaa;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .point__model--bottom {
    font-size: 1rem;
  }
}

.point__model--table {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .point__model--table {
    font-size: 1rem;
  }
}

.point__model--table-head {
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-weight: 400;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.point__model--table-head-01 {
  width: 145px;
}

.point__model--table-head-02 {
  width: 130px;
}

.point__model--table-head-03 {
  width: 175px;
}

.point__model--table-head-04 {
  width: 120px;
}

.point__model--table-head-05 {
  width: 95px;
}

.point__model--table-head-06 {
  width: 70px;
}

.point__model--table-head-07 {
  width: 141px;
}

.point__model--table-left {
  background: #ddd;
  color: #121212;
  text-align: center;
  padding: 1rem 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  vertical-align: middle;
  letter-spacing: 0;
}

.point__model--table-left-total {
  background: #92ae55;
  color: #fff;
  font-size: 700;
}

.point__model--table-detail {
  background: #eee;
  color: #121212;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  vertical-align: middle;
  letter-spacing: 0;
}

@media (max-width: 410px) {
  .point__model--table-detail {
    padding: .5rem;
  }
}

.point__model--table-detail-total {
  background: #f7ffe7;
  text-align: center;
}

.point__model--head {
  background: #92ae55;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
}

@media (max-width: 768px) {
  .point__model--head {
    font-size: 1.5rem;
  }
}

.point__model--head-min {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .point__model--head-min {
    font-size: 1rem;
  }
}

.point__model--box {
  background: #fff;
  width: 100%;
  max-width: 530px;
}
@media (max-width: 1024px) {
  .point__model--box {
    max-width: 100%;
  }
}
.point__model--box:last-child {
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .point__model--box:last-child {
    margin: 0;
  }
}

.point__model--box-right .point__model--head {
  background: #ee4f16;
}

.point__model--box-right .point__model--num-price {
  color: #ee4f16;
}

.point__model--box-right .point__model--icon-col {
  background: #ee4f16;
  padding: 0.5rem 4rem;
  border: 1px solid #ee4f16;
}

.point__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .point__wrap {
    display: block;
    margin-bottom: 6rem;
  }
}

.point__box--image {
  width: 100%;
  max-width: 480px;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .point__box--image {
    margin-bottom: 3rem;
    margin: 0 auto;
  }
}

.point__box--detail {
  width: 100%;
  max-width: 530px;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .point__box--detail {
    max-width: 100%;
  }
}


.point__box--label {
  margin-bottom: 3rem;
}
.point__box--label-pc {
  display: block;
}
.point__box--label-sp {
  display: none;
}

@media (max-width: 768px) {
  .point__box--label-pc {
    display: none;
  }
  .point__box--label-sp {
    display: block;
  }
}

.point__box--label span {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  background: #ee4f16;
  padding: 0.3rem 2rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  letter-spacing: .2rem;
}
@media (max-width: 1000px) {
  .point__box--label span {
    font-size: 2rem;
  }
}
@media (max-width: 375px) {
  .point__box--label span {
    font-size: 2rem;
  }
}
@media (max-width: 320px) {
  .point__box--label span {
    font-size: 1.6rem;
  }
}


.point__box--text {
  margin-bottom: 4rem;
  letter-spacing: .1rem;
}

.point__bg {
  background: transparent url("../img/bg_model@2x.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .point__bg {
    padding-bottom: 0;
  }
}

.point__bg .inner {
  position: relative;
  top : -20rem;
  margin-top: 30rem;
}

.point__inquiry {
  background: transparent url("../img/bg_inquiry@2x.jpg") repeat -5px 0px;
  background-size: 7% auto;
  margin-bottom: 11.5rem;
  padding: 8rem 0 8.5rem;
  position: relative;
}

.point__inquiry--title {
  text-align: center;
  margin-bottom: 5rem;
}

.point__inquiry--title span {
  font-size: 4.6rem;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  position: relative;
  padding: 0 4rem;
}

@media (max-width: 768px) {
  .point__inquiry--title span {
    font-size: 3.6rem;
    padding: 0;
  }
}
@media (max-width: 320px) {
  .point__inquiry--title span {
    font-size: 3rem;
  }
}


.point__inquiry--title span::after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 476px;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
}

@media (max-width: 768px) {
  .point__inquiry--title span::after {
    top: 5rem;
  }
}

.point__inquiry--list {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 512px;
  margin: 0 auto 4.5rem;
}

@media (max-width: 768px) {
  .point__inquiry--list {
    max-width: 85%;
  }
}

.point__inquiry--list-pc {
  display: block;
}
.point__inquiry--list-sp {
  display: none;
}

@media (max-width: 428px) {
  .point__inquiry--list-pc {
    display: none;
  }
  .point__inquiry--list-sp {
    display: block;
  }
}


.point__inquiry--item span {
  background: #92ae55;
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  padding: 0.4rem 2rem 0.4rem 3.5rem;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .point__inquiry--item span {
    font-size: 1.6rem;
  }
  .point__inquiry--item span.point__inquiry--item-sp {
    padding-left: 2rem;
    position: relative;
    left: 2rem;
  }
}
@media (max-width: 375px) {
  .point__inquiry--item span {
    font-size: 1.4rem;
  }
}
@media (max-width: 320px) {
  .point__inquiry--item span {
    font-size: 1.2rem;
  }
}

.point__inquiry--item img {
  position: absolute;
  left: -1.3rem;
  top: -.5rem;
}

.point__inquiry--image-01 {
  position: absolute;
  bottom: -2px;
  left: -8rem;
}

@media (max-width: 1024px) {
  .point__inquiry--image-01 {
    display: none;
  }
}

.point__inquiry--image-02 {
  position: absolute;
  bottom: 4rem;
  right: -2rem;
}

@media (max-width: 1024px) {
  .point__inquiry--image-02 {
    display: none;
  }
}

.point__inquiry--nav {
  position: relative;
  z-index: 10;
}

.point__inquiry--nav a {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: block;
  background: #000;
  padding: 3rem 0;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 900;
  border-radius: 10rem;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  text-indent: -50px;
}

@media (max-width: 768px) {
  .point__inquiry--nav a {
    font-size: 1.6rem;
    width: 85%;
    padding: 2.5rem 0;
  }
}
@media (max-width: 320px) {
  .point__inquiry--nav a {
    font-size: 1.2rem;
  }
}

.point__inquiry--nav a:hover {
  opacity: 1;
  box-shadow: none;
}

.point__inquiry--nav a::after {
  display: block;
  content: "";
  background: #ee4f16;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 110px;
  z-index: 50;
}

@media (max-width: 768px) {
  .point__inquiry--nav a::after {
    width: 60px;
  }
}

.point__inquiry--nav a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
}

@media (max-width: 768px) {
  .point__inquiry--nav a::before {
    right: 27px;
    border-width: 8px 0 8px 12px;
  }
}

.products {
  padding: 10rem 0 10rem;
  color: #fff;
}
@media (max-width: 768px) {
  .products {
    padding-top: 0;
  }
}

.products .title {
  color: #121212;
  margin-bottom: 7rem;
  padding: 2rem 0 2.7rem;
  background: transparent url("../img/ttl_menu2@2x.png") no-repeat center center;
  background-size: auto  100%;
  color: #fff;
}

@media (max-width: 768px) {
  .products .title {
    background: none;
    font-size: 6rem;
    margin-bottom: 6rem;
  }
}

.products__box {
  border: 4px solid #fff;
  padding: 6rem 6rem 3rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .products__box {
    padding: 3.5rem 2.5rem 0;
  }
}

.products__box--image {
  width: 100%;
  max-width: 420px;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .products__box--image {
    margin: 0 auto;
  }
}

.products__box--detail {
  width: 100%;
  max-width: 470px;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .products__box--detail {
    max-width: 100%;
  }
}

.products__box--label.pc-only {
  display: block;
}
.products__box--label.sp-only {
  display: none;
}
@media (max-width: 520px) {
  .products__box--label.pc-only {
    display: none;
  }
  .products__box--label.sp-only {
    display: block;
  }
}

.products__box--label span {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  background: #ee4f16;
  padding: 0.3rem 2rem;
  box-sizing: border-box;
  margin-bottom: 4rem;
  letter-spacing: .2rem;
}

@media (max-width: 768px) {
  .products__box--label span {
    background: #ee4f16;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    padding: 0.3rem 1rem;
    display: inline-block;
    letter-spacing: 0;
  }
}
@media (max-width: 420px) {
  .products__box--label span {
    font-size: 2rem;
  }
}


.products__box--text {
  margin-bottom: 3.2rem;
  letter-spacing: .1rem;
}

.products__box--list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
  margin-bottom: 6rem;
  background: transparent url("../img/bg_dashed@2x.png") no-repeat left bottom;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .products__box--list {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .products__box--item {
    width: 50%;
  }
}

.products__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .products__wrap {
    display: block;
  }
}

.menu__bg {
  background: transparent url("../img/bg_menu@2x.png") no-repeat center bottom;
  background-size: cover;
  clip-path: polygon(0 5%, 100% 0, 100% 96%, 0% 100%);
  width: 100vw;
}
@media (max-width: 768px) {
  .menu__bg {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%);
  }
}

.menu {
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .menu {
    padding: 10rem 0;
  }
}

.menu .title {
  color: #121212;
  margin-bottom: 7rem;
  padding: 2rem 0 2.7rem;
  background: transparent url("../img/ttl_menu@2x.png") no-repeat center center;
  background-size: auto  100%;
}

@media (max-width: 768px) {
  .menu .title {
    margin-bottom: 2rem;
    background: none;
    font-size: 6rem;
  }
}

.menu__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .menu__wrap {
    display: block;
  }
}

.menu__image {
  width: 100%;
  max-width: 500px;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .menu__image {
    margin: 0 auto;
    margin-bottom: 6rem;
  }
}

.menu__detail {
  width: 100%;
  max-width: 540px;
}
@media (max-width: 768px) {
  .menu__detail {
    max-width: 100%;
  }
}


.menu__detail--label {
  margin-bottom: 3rem;
}
.menu__detail--label-pc {
  display: block;
}
.menu__detail--label-sp {
  display: none;
}

@media (max-width: 428px) {
  .menu__detail--label-pc {
    display: none;
  }
  .menu__detail--label-sp {
    display: block;
  }
}


.menu__detail--label span {
  background: #92ae55;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 2rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  letter-spacing: .2rem;
}
@media (max-width: 1024px) {
  .menu__detail--label span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .menu__detail--label span {
    letter-spacing: 0;
  }
}
@media (max-width: 320px) {
  .menu__detail--label span {
    font-size: 2rem;
  }
}


.menu__detail--text {
  margin-bottom: 4rem;
}

.menu__merit {
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  .menu__merit {
    margin-bottom: 3rem;
  }
}

.menu__merit--title {
  font-size: 4.2rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 4.5rem;
}

.menu__merit--title span {
  position: relative;
  z-index: 10;
}

.menu__merit--title::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 95px 0 95px;
  border-color: #fff000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -.8rem;
}

.menu__merit--list {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .menu__merit--list {
    display: block;
  }
}

.menu__merit--item {
  background: #ee4f16;
  display: inline-block;
  font-size: 2.8rem;
  color: #fff;
  padding: 0.8rem 2rem 0.8rem 4.5rem;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  letter-spacing: .1rem;
}

@media (max-width: 768px) {
  .menu__merit--item {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}

.menu__merit--item img {
  position: absolute;
  left: -1.5rem;
  top: -1rem;
}

.menu__merit--item:first-child {
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .menu__merit--item:first-child {
    margin-right: 0;
  }
}

.menu__bottom {
  background: #000;
}

.menu__bottom--image {
  position: relative;
  z-index: 5;
}

.menu__bottom--inner {
  margin: 0 6rem 6rem;
  box-sizing: border-box;
  position: relative;
  top: -5rem;
  z-index: 10;
  background: #fff;
}

@media (max-width: 768px) {
  .menu__bottom--inner {
    top: 0;
    margin: 0;
    border: 10px solid #000;
    box-sizing: border-box;
  }
}

.menu__bottom--label {
  font-size: 2.4rem;
  color: #fff;
  background: #ee4f16;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .menu__bottom--label {
    font-size: 1.8rem;
  }
}
@media (max-width: 320px) {
  .menu__bottom--label {
    font-size: 1.4rem;
  }
}

.menu__bottom--box {
  padding: 3rem 7rem 7rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .menu__bottom--box {
    padding: 2.5rem;
  }
}

.menu__bottom--graph {
  text-align: center;
  padding: 0 0 3rem;
}

@media (max-width: 768px) {
  .menu__bottom--graph {
    padding-bottom: 1.5rem;
  }
}

.menu__bottom--right {
  color: #aaaaaa;
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 0;
  margin-bottom: 7.7rem;
}

@media (max-width: 768px) {
  .menu__bottom--right {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
  }
}

.menu__bottom--lead {
  text-align: center;
  margin-bottom: 2rem;
}

.menu__bottom--lead span {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ee4f16;
}

@media (max-width: 768px) {
  .menu__bottom--lead span {
    font-size: 1.8rem;
    padding: 0;
  }
}

.menu__bottom--text {
  letter-spacing: .17rem;
}

.menu__bottom--text span {
  background: #fff000;
  font-weight: 700;
}

.support {
  background: transparent url("../img/bg_support@2x.png") no-repeat center top;
  background-size: cover;
  padding: 20rem 0 16rem;
  color: #fff;
  text-align: center;
  clip-path: polygon(0 5%, 100% 0, 100% 96%, 0% 100%);
  width: 100vw;
  margin-top: -8vw;
}
@media (max-width: 768px) {
  .support {
    padding: 6rem 0;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%);
  }
}

.support .title {
  margin-bottom: 7rem;
  padding: 2rem 0 2.7rem;
  background: transparent url("../img/ttl_support@2x.png") no-repeat center center;
  background-size: auto  100%;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .support .title {
    margin-bottom: 3rem;
    background: none;
  }
}

.support__wrap--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.support__wrap--item {
  width: 100%;
  max-width: 340px;
  background: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .support__wrap--item {
    max-width: 29vw;
    margin: 0 1vw 2vw;
  }
  .support__wrap--image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .support__wrap--item {
    max-width: 43vw;
    margin: 0 1vw 2vw;
  }
  .support__wrap--image img {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .support__wrap--item {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
}


.support__wrap--label {
  background: #ee4f16;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .3rem;
  padding: 1rem 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  .support__wrap--label {
    font-size: 2rem;
  }
}

.support__wrap--text {
  padding: 4rem;
  box-sizing: border-box;
  color: #121212;
  text-align: left;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .support__wrap--text {
    padding: 4rem 2rem;
  }
}

.voice {
  padding: 10rem 0 10rem;
  color: #fff;
}
@media (max-width: 768px) {
  .voice {
    padding: 5rem 0;
  }
}


.voice .title {
  margin-bottom: 7rem;
  padding: 2rem 0;
  background: transparent url("../img/ttl_voice@2x.png") no-repeat center center;
  background-size: auto  100%;
}

@media (max-width: 768px) {
  .voice .title {
    background: none;
    margin-bottom: 4.5rem;
  }
}

.voice__box {
  border: 4px solid #fff;
  box-sizing: border-box;
  padding: 5rem 6rem;
}

@media (max-width: 768px) {
  .voice__box {
    padding: 3rem 2.5rem;
  }
}

.voice__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .voice__top {
    display: block;
    margin-bottom: 5rem;
  }
}

.voice__top--image {
  width: 100%;
  max-width: 440px;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .voice__top--image {
    margin-right: 0;
  }
}


.voice__top--detail {
  width: 100%;
  max-width: 470px;
  padding-top: 6rem;
}

@media (max-width: 768px) {
  .voice__top--detail {
    padding-top: 4rem;
  }
}

.voice__top--name {
  font-size: 3.6rem;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 1rem;
}

.voice__top--name-en {
  font-size: 1.6rem;
  color: #ee4f16;
  padding-left: 3rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .voice__top--name-en {
    display: block;
    padding: 0;
    font-size: 1.5rem;
  }
}

.voice__top--company {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 4rem;
}

.voice__top--label {
  display: inline-block;
  background: #ee4f16;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.3rem 2rem;
  box-sizing: border-box;
  font-weight: 700;
  letter-spacing: .2rem;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .voice__top--label {
    font-size: 1.5rem;
    letter-spacing: .1rem;
  }
}

.voice__top--shop span {
  background: #92ae55;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 2rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  letter-spacing: .2rem;
  margin-bottom: 2px;
  position: relative;
  left: 6rem;
}
@media (max-width: 860px) {
  .voice__top--shop span {
    margin-left: 4vw;
    padding: .4rem 1rem;
    left: 0;
  }
}
@media (max-width: 768px) {
  .voice__top--shop span {
    font-size: 1.2rem;
    margin-left: 4vw;
  }
}
.voice__top--shop span:nth-child(2) {
  position: relative;
  left: 10rem;
}
@media (max-width: 860px) {
  .voice__top--shop span:nth-child(2) {
    left: 0;
    margin-left: 6vw;
  }
}
@media (max-width: 768px) {
  .voice__top--shop span:nth-child(2) {
    font-size: 1.2rem;
    margin-left: 10vw;
  }
}

.voice__list--label {
  color: #ee4f16;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .voice__list--label {
    font-size: 1.9rem;
    text-indent: -2.4rem;
    padding-left: 2.4rem;
    margin-bottom: 2rem;
  }
}

.voice__list--label::before {
  content: "Q.";
}

.voice__list--text {
  padding-bottom: 6rem;
  background: transparent url("../img/bg_dashed@2x.png") no-repeat left bottom;
  background-size: 100% auto;
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  .voice__list--text {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.voice__list:last-child .voice__list--text {
  background: none;
  padding-bottom: 0;
}

.company {
  padding: 20rem 0;
 clip-path: polygon(0 5%, 100% 0, 100% 96%, 0% 100%);
 width: 100vw;
}
@media (max-width: 768px) {
  .company {
    padding: 10rem 0;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%);
  }
}


@media (max-width: 768px) {
  .company__title {
    text-align: center;
  }
}

.company .title-en__ja {
  padding-left: 20rem;
}

@media (max-width: 768px) {
  .company .title-en__ja {
    padding: 0;
  }
}

.company__table {
  width: 100%;
  max-width: 840px;
  background: transparent url("../img/bg_dashed-b@2x.png") no-repeat left bottom;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .company__table {
    display: block;
  }
}

.company__table-vt {
  align-items: flex-start;
}

.company__table-last {
  margin-bottom: 8rem;
}

.company__table--label {
  text-align: left;
  padding: 2rem 0 2rem 2.5rem;
  box-sizing: border-box;
  width: 190px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .company__table--label {
    width: 100%;
    padding: 2rem 0 0;
  }
}

.company__table--detail {
  padding: 2rem 0;
  width: 650px;
}

@media (max-width: 768px) {
  .company__table--detail {
    width: 100%;
    padding: 1rem 0 2rem;
  }
}

.company__box {
  background: #fff;
  padding: 6rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .company__box {
    padding: 3rem 2.5rem 5rem;
  }
}

.company__box--image {
  margin-bottom: 3rem;
  text-align: center;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .company__box--image {
    padding: 1rem;
  }
}

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

@media (max-width: 768px) {
  .company__media {
    display: block;
  }
}

.company__media .title-en__ja {
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .company__media .title-en__ja {
    padding-left: 0;
    letter-spacing: 0;
    font-size: 2.1rem;
  }
}

.company__media--text {
  font-style: italic;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .company__media--text {
    width: 80%;
    margin: 0 auto 5rem;
  }
}

@media (max-width: 768px) {
  .company__media--text br {
    display: none;
  }
}
@media (max-width: 428px) {
  .company__media--text br {
    display: block;
  }
}

.company__media--image {
  width: 100%;
  max-width: 534px;
  position: relative;
  left: 4rem;
}

@media (max-width: 768px) {
  .company__media--image {
    max-width: 100%;
    left: 0;
  }
}

.company__media--image img {
  width: 100%;
}

.contact {
  padding: 15rem 0 0;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .contact {
    padding: 5rem 0 0;
  }
}
.contact-under {
  padding: 5rem 0 0;
}

.contact-thanks__text {
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.contact-thanks__nav {
  padding: 20rem 0;
  text-align: center;
}
.contact-thanks__nav a {
  color: #fff;
  text-decoration: underline;
}
.error_messe {
  color: #e91d1d;
  text-align: center;
  margin-bottom: 2rem;
}
.contact-thanks__btn {
  background: #eee;
  color: #000;
  text-align: center;
  width: 300px;
  margin: 15rem auto 0;
  display: block;
  border: none;
  padding: 2rem 0;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
}
.contact-thanks__btn a {
  color: #000;
  text-decoration: none;
  font-weight: bold;s
}
.contact-thanks__btn:hover {
  cursor: pointer;
}

.contact .title {
  margin-bottom: 7rem;
  padding: 4rem 0 3.7rem;
  background: transparent url("../img/ttl_contact@2x.png") no-repeat center center;
  background-size: auto  100%;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .contact .title {
    background: none;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .contact .title br.sp-only {
    display: none;
  }
}
@media (max-width: 520px) {
  .contact .title br.sp-only {
    display: block;
  }
}


.contact__table {
  width: 100%;
  max-width: 840px;
  background: transparent url("../img/bg_dashed@2x.png") no-repeat left bottom;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .contact__table {
    display: block;
  }
}

.contact__table-vt {
  align-items: flex-start;
}

.contact__table--label {
  text-align: left;
  padding: 3rem 0;
  width: 310px;
}

@media (max-width: 768px) {
  .contact__table--label {
    width: 100%;
    padding: 3.5rem 0 1rem;
  }
}

.contact__table--detail {
  padding: 3rem 0;
  width: 520px;
}

@media (max-width: 768px) {
  .contact__table--detail {
    width: 100%;
    padding: 0 0 3.5rem;
  }
}

.contact__table--must {
  color: #f16822;
  padding-left: 3rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .contact__table--must {
    padding-left: 2rem;
  }
}

.contact__table--input {
  font-size: 1.6rem;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  border: none;
}

.contact__table--input::placeholder {
  color: #aaaaaa;
}

.contact__table--input-half {
  width: 30%;
}

.contact__table--last {
  margin-bottom: 4rem;
}

.contact__attention {
  text-align: center;
  color: #aaaaaa;
  font-size: 1.3rem;
  margin-bottom: 5.5rem;
}

@media (max-width: 768px) {
  .contact__attention {
    letter-spacing: 0;
  }
}

.contact__submit {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.contact__submit input {
  width: 100%;
  display: block;
  background: #f16822;
  border-radius: 10rem;
  color: #fff;
  text-align: center;
  border: none;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .2rem;
  border-bottom: 5px solid #9b3400;
}

.contact__submit input:hover {
  cursor: pointer;
  border-bottom: 2px solid #9b3400;
  margin-bottom: 3px;
  position: relative;
  top : 3px;
}

.contact__table--check-label {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  display: block;
  margin : 1rem 0;
}
.contact__table--check-label::before,
.contact__table--check-label::after {
  content: "";
  display: block; 
  position: absolute;
}

.contact__table--check-label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.contact__table--check-label::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  height: 8px;
  width: 12px;
  transform: rotate(-45deg);
  top: 5px;
  left: 8px;
  
}
.contact__table--check {
  display: none;
}
.contact__table--check:checked + .contact__table--check-label::before {
  background: #f16822;
  border: 1px solid #f16822;
}
.contact__table--check:checked + .contact__table--check-label::after {
  opacity: 1;
}


.footer {
  position: relative;
}

.footer__bg {
  background: transparent url("../img/bg_footer@2x.jpg") no-repeat center center;
  background-size: cover;
  padding: 10.5rem 0 10rem;
  color: #fff;
  text-align: center;
  clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
}

.footer__nav {
  margin-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .footer__nav {
    justify-content: center;
    margin-bottom: 4.5rem;
  }
}

.footer__nav--logo {
  position: relative;
  top : 18rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  text-align: center;
  width: 100%;
  max-width: 207px;
}
@media (max-width: 768px) {
  .footer__nav--logo {
    top : 9rem;
    width: 40%;
  }
}

.footer__nav--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33%;
}

@media (max-width: 768px) {
  .footer__nav--list {
    display: none;
  }
}

.footer__nav--list a {
  color: #fff;
}

.footer__sns {
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .footer__sns {
    display: none;
  }
}

.footer__sns--item {
  margin: 0 0.75rem;
  text-align: center;
}

.footer__copy {
  font-size: 1.4rem;
  letter-spacing: .15rem;
}

@media (max-width: 768px) {
  .footer__copy {
    font-size: 1.1rem;
  }
}
