@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  border: none;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ" !important;
}
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ" !important;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
html {
  width: 100vw;
}
.op-right {
  object-position: right;
}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  color: #3d1f13;
}
img {
  display: block;
  max-width: 100%;
}
.kv {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 67px;
}
@media screen and (min-width: 960px) {
  .kv {
    padding-top: 92px;
    padding-bottom: 50px;
  }
}
.kv img {
  width: 100%;
}
.intro {
  line-height: 1.6;
  position: relative;
  max-width: 900px;
  margin: 40px 20px;
  padding: 20px;
  border: 1px solid #817556;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .intro {
    font-size: 16px;
    margin: 120px auto;
  }
}
.intro .intro-title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .intro .intro-title {
    top: -55px;
    margin-bottom: -40px;
  }
}
.intro .intro-title > div {
  display: inline-block;
  padding: 0 5px;
}
.intro h2 {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .intro h2 {
    font-size: 40px;
  }
}
.intro h2 span {
  position: relative;
  z-index: 10;
}
.intro h2 span::before {
  position: absolute;
  z-index: -1;
  bottom: 5px;
  display: block;
  width: 120%;
  height: 100%;
  content: '';
  background-color: #FFF;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .intro h2 span::before {
    height: 100%;
  }
}
.intro h2 span::after {
  position: absolute;
  z-index: -1;
  bottom: 5px;
  width: 100%;
  height: 5px;
  left: 0;
  content: '';
  background-color: #fcda5c;
}
@media screen and (min-width: 960px) {
  .intro h2 span::after {
    height: 10px;
  }
}
.intro .intro-textarea {
  line-height: 26px;
  letter-spacing: 0;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .intro .intro-textarea {
    line-height: 32px;
    margin: 25px 0 40px;
    text-align: center;
  }
}
.intro .intro-img {
  position: absolute;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .intro .intro-img {
    width: 160px;
    height: 160px;
  }
}
.intro .intro-img.-i01 {
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 960px) {
  .intro .intro-img.-i01 {
    top: -90px;
    left: -60px;
  }
}
.intro .intro-img.-i02 {
  right: -10px;
  bottom: -10px;
}
@media screen and (min-width: 960px) {
  .intro .intro-img.-i02 {
    right: -60px;
    bottom: -90px;
  }
}
.point-label {
  font-size: 20px;
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background-color: #f89414;
}
.point-label2 {
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #d70034;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .point-label, .point-label2, .lineup-label {
    font-size: 34px;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
.lineup {
  margin-top: 80px;
}
.point-label span, .point-label2 span, .lineup-label span, .point-label-green span {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .point-label span, .point-label2 span, .lineup-label span, .point-label-green span {
    font-size: 30px;
  }
  .lineup {
    margin-top: 145px;
  }
}
@media screen and (min-width: 960px) {
  .point-label {
    font-size: 32px;
    line-height: 46px;
    margin-top: 160px;
    margin-bottom: 80px;
    letter-spacing: .15em;
  }
}
.point-label.mb40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .point-label.mb40 {
    margin-bottom: 40px;
  }
}
.point-label h2 img {
  height: 20px;
  padding-bottom: 10px;
}
.point-label h2 img:last-child {
  padding-bottom: 0px;
}
.point-label2 h2 img {
  height: 20px;
  padding-bottom: 10px;
}
.point-label2 h2 img:last-child {
  padding-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .point-label h2 img {
    height: 30px;
  }
}
.point-label2 {
  margin-top: 30px;
}
.point-label2 img {
  height: 20px;
}
@media screen and (min-width: 960px) {
  .point-label2 h2 img {
    height: 32px;
  }
}
.img-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .img-label {
    height: 400px;
    margin-top: 150px;
  }
}
.img-label .img-label-bg {
  width: 100vw;
}
@media screen and (min-width: 960px) {
  .img-label .img-label-bg {
    height: 100%;
    padding: 0;
    object-fit: cover;
  }
}
.img-label .img-label-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 140px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .img-label .img-label-text {
    height: 240px;
  }
}
.img-label .img-label-text img {
  width: 80%;
}
@media screen and (min-width: 960px) {
  .img-label .img-label-text img {
    width: 100%;
    max-width: 766px;
  }
}
.common-h2 {
  width: 130px;
  margin: 30px auto 0;
}
@media screen and (min-width: 960px) {
  .common-h2 {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .common-h2 img {
    margin: 85px auto 0;
    height: 70px;
  }
}
/*三角*/
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 22px 0;
  border-color: #d70034 transparent transparent transparent;
  margin: -30px auto 50px;
}
@media screen and (min-width:960px) {
  .triangle {
    border-width: 60px 48px 0;
    margin: 60px auto 60px;
    left: 50%;
    margin-left: -48px;
    position: absolute
  }
}
/*図*/
.tips {
  margin-top: 40px;
  padding-bottom: 10px;
  background-color: #fffce6;
  max-width: 1200px;
}
@media screen and (min-width:960px) {
  .tips {
    margin: 220px auto 150px;
    padding-bottom: 30px
  }
}
.tips .tips-title {
  text-align: center
}
.tips .tips-title div {
  position: relative;
  display: block;
  top: -20px
}
@media screen and (min-width:960px) {
  .tips .tips-title div {
    top: -36px;
    display: inline-block
  }
}
.tips .tips-title p:nth-of-type(1) {
  display: block;
  padding: 0 auto;
  font-size: 21px;
  color: #fff;
  background-color: #000
}
@media screen and (min-width:960px) {
  .tips .tips-title p:nth-of-type(1) {
    font-size: 40px;
    padding: 14px 42px;
    line-height: 1
  }
}
.tips .tips-title p:nth-of-type(2) {
  color: #00a2a2;
  font-size: 30px;
  font-family: dancing script, cursive;
  transform: rotate(-12deg);
  position: absolute;
  top: -30px;
  left: 15px
}
@media screen and (min-width:960px) {
  .tips .tips-title p:nth-of-type(2) {
    font-size: 52px;
    top: -26px;
    left: -47px
  }
}
.tips .tips-inner {
  margin: 0 15px;
  padding: 10px;
  background-color: #fff;
  max-width: 1000px;
  box-sizing: border-box
}
@media screen and (min-width:960px) {
  .tips .tips-inner {
    margin: 0 auto;
    padding: 40px 70px
  }
}
.tips ul li {
  margin-bottom: 30px
}
@media screen and (min-width:960px) {
  .tips ul li {
    display: flex;
    margin-bottom: 70px
  }
}
.tips ul li:last-of-type {
  margin-bottom: 0
}
.tips .tips-upper-text {
  padding: 20px 5px;
  font-size: 16px;
  letter-spacing: .03em;
  line-height: 26px;
  margin: 0 auto;
  font-weight: 700
}
@media screen and (min-width:960px) {
  .tips .tips-upper-text {
    font-size: 28px;
    letter-spacing: .08em;
    padding-bottom: 8px;
    line-height: 38px;
    font-weight: 700
  }
}
.tips:nth-of-type(1) {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px
}
@media screen and (min-width:960px) {
  .tips:nth-of-type(1) {
    font-size: 28px;
    letter-spacing: .08em;
    padding-bottom: 30px;
    margin-bottom: 150px;
    line-height: 38px
  }
}
.tips:nth-of-type(1) span {
  color: #6ea0a099;
  font-size: 18px;
  font-weight: 300
}
@media screen and (min-width:960px) {
  .tips:nth-of-type(1) span {
    font-size: 42px
  }
}
.tips .tips-text {
  padding-top: 20px
}
@media screen and (min-width:960px) {
  .tips .tips-text {
    padding-top: 0
  }
}
@media screen and (min-width:960px) {
  .tips .tips-text > p {
    padding-left: 40px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 26px
  }
}
.tips .tips-text > p:nth-of-type(1) {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #b4a98f;
  padding-bottom: 5px;
  margin-bottom: 5px
}
@media screen and (min-width:960px) {
  .tips .tips-text > p:nth-of-type(1) {
    font-size: 28px;
    letter-spacing: .08em;
    padding-bottom: 8px;
    line-height: 38px
  }
}
.tips .tips-text > p:nth-of-type(1) span {
  color: #6ea0a099;
  font-size: 18px;
  font-weight: 300
}
@media screen and (min-width:960px) {
  .tips .tips-text > p:nth-of-type(1) span {
    font-size: 42px
  }
}
.tips .tips-upper-inner {
  margin: 0 15px 30px;
  padding: 10px;
  background-color: #fff;
  max-width: 1000px;
  box-sizing: border-box
}
@media screen and (min-width:960px) {
  .tips .tips-upper-inner {
    margin: 0 auto 50px;
    padding: 40px 0
  }
}
.tips .tips-upper-inner ul li {
  margin-bottom: 30px
}
@media screen and (min-width:960px) {
  .tips .tips-upper-inner ul li {
    display: flex;
    margin-bottom: 70px
  }
}
.tips .tips-upper-inner ul li:last-of-type {
  margin-bottom: 0
}
.tips .tips-upper-img {
  width: 100%;
  position: relative
}
@media screen and (min-width:960px) {
  .tips .tips-upper-img {
    width: 920px;
    top: 0;
    margin: 0 auto;
    flex-shrink: 0;
    object-fit: cover;
    background-position: center center
  }
}
.tips-img {
  width: 100%;
  padding-top: 50%;
  position: relative
}
@media screen and (min-width:960px) {
  .tips-img {
    width: 350px;
    height: 220px;
    padding-top: 0;
    flex-shrink: 0
  }
}
.tips-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover
}
.tips-img .img1 {
  width: 48%;
  height: 100%;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}
@media screen and (min-width:960px) {
  .tips-img .img1 {
    position: static
  }
}
.tips-img .img2 {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover
}
@media screen and (min-width:960px) {
  .tips-img .img2 {
    position: static
  }
}
/*ーーーーーーーーーーーーーーslickーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーline upーーーーーーーーーーーーーーーーーーーー*/
.lineup .common-h2 {
  margin-top: 50px;
}
.lineup__hr {
  width: 100%;
  margin: 80px auto 50px;
  border-top: 1px solid #c0b79f;
}
@media screen and (min-width: 960px) {
  .lineup__hr {
    width: 1080px;
    margin: 150px auto 50px;
  }
  .lineup__hr:last-child {
    margin-top: 150px;
  }
}
.lineup-content {
  margin-top: 20px;
}
.lineup-content > p {
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .lineup-content {
    padding: 0 0 0;
  }
  .lineup-content > p {
    width: 890px;
    margin: 40px auto 0;
    padding: 20px;
  }
}
.lineup-content__ttl {
  font-size: 15px;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 1px;
  color: #f89414;
  -webkit-text-stroke: .3px #f89414;
}
@media screen and (min-width: 960px) {
  .lineup-content__ttl {
    font-size: 30px;
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 960px) {
  .lineup-content .lineip-items {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 20px auto;
  }
}
.lineup-content .lineip-items-line {
  display: block;
  width: 85%;
  height: 1px;
  margin: 0 auto;
  background-color: #c0b79f;
}
@media screen and (min-width: 960px) {
  .lineup-content .lineip-items-line {
    margin: 150px auto -70px;
  }
}
.lineup-content .lineup-detail {
  font-family: 'Noto Serif JP', serif;
  padding: 80px 0 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: .18em;
}
@media screen and (min-width: 960px) {
  .lineup-content .lineup-detail {
    font-size: 24px;
    padding: 57px;
  }
}
.lineup-content .lineup-detail > div {
  display: inline-block;
}
.lineup-content .lineup-detail span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #817556cc;
}
.lineup-content .lineup-detail span::after {
  position: absolute;
  top: .5px;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 6px 0 6px;
  border-style: solid;
  border-color: #817556cc transparent transparent transparent;
  background-color: #fff;
}
.lineup-content .lineup-detail span::before {
  position: absolute;
  z-index: 999;
  top: -2px;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.lineup-image {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .lineup-image {
    flex-direction: row;
  }
}
.lineup-image .lineup-main-img {
  position: relative;
}
.lineup-image .lineup-main-img img {
  width: 280px;
  height: 350px;
  margin: 0 auto;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .lineup-image .lineup-main-img img {
    height: 350px;
    margin-left: 20px;
  }
}
.lineup-image ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .lineup-image ul {
    display: block;
    width: 80px;
    margin-top: 0;
  }
}
.lineup-image ul li {
  box-sizing: border-box;
  width: 18%;
  height: 65px;
  border: 1px solid #c0b79f;
  margin-right: 15px;
}
.lineup-image ul li:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 960px) {
  .lineup-image ul li {
    width: 100%;
    height: 80px;
    margin: 5px 0;
  }
}
.lineup-image ul li.-current {
  border: 4px solid #c0b79f;
}
.lineup-image ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup-item {
  margin-bottom: 30px;
  padding: 20px 10px;
}
@media screen and (min-width: 960px) {
  .lineup-item {
    width: 528px;
    padding: 0 10px 0 30px;
  }
}
.lineup-item h3 {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .lineup-item h3 {
    font-size: 28px;
    line-height: 40px;
    white-space: nowrap;
    letter-spacing: 0;
    text-align: left;
  }
}
.lineup-item h4 {
  font-size: 13px;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 960px) {
  .lineup-item h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #a09479;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
.lineup-item > p {
  padding-top: 10px;
}
.lineup-item > p:nth-of-type(1) {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .lineup-item > p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    text-align: left;
  }
}
.lineup-item > p:nth-of-type(1) em {
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.lineup-item > p:nth-of-type(1) small {
  font-size: 80%;
}
.lineup-item > p:nth-of-type(2) {
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .lineup-item > p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .05em;
  }
}
.lineup-item a {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: 20px auto 30px;
  text-decoration: none;
  letter-spacing: 5px;
  color: #fff;
  border-radius: 7px;
  background-color: #a07e61;
}
@media screen and (min-width: 960px) {
  .lineup-item a {
    font-size: 24px;
    margin: 40px auto 0 0;
  }
}
.lineup-item a::after {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*about*/
.about > p {
  font-size: 14px;
  line-height: 1.8;
  color: #3d1f13;
  max-width: 1100px;
  padding: 20px 10px;
  text-align: left;
  box-sizing: border-box;
}
.about > img {
  margin: 0 auto;
}
.about_line {
  margin-top: 30px;
  margin-bottom: 20px;
}
.about_line img {
  height: 50px;
}
.concept-innner {
  width: 100%;
  box-sizing: border-box;
}
.concept-textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.concept-innner h3 {
  text-align: left;
}
.concept-innner h3 img {
  height: 32px;
  margin: 15px 0;
}
.commitment ul li {
  margin: 15px auto;
  padding: 15px 10px;
  max-width: 100%;
  background-color: #f4f2ec;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .about > p {
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    padding: 50px 0 0;
    text-align: center;
  }
  .about > img {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .about_line {
    margin-top: 100px;
    padding-bottom: 40px;
    position: relative;
  }
  .about_line span {
    padding: 0 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
	  transform: translate(-50%);
    z-index: 1;
  }
  .about_line:before {
    content: "";
    width: 65%;
    height: 1px;
    margin: 0 auto;
    background-color: #d3ccbb;
    position: absolute;
    top: 100%;
    left: 50%;
	  transform: translate(-50%,-50%);
  }
  .about_line img {
    height: 70px;
  }
  /*レイアウト*/
  .concept-content {
    margin-top: 120px;
    position: relative;
  }
  .concept-innner {
    width: 1080px;
    margin: 0 auto;
  }
  .concept-innner {
    display: flex;
  }
  .concept-innner.rev {
    flex-direction: row-reverse;
  }
  .concept-textarea {
    width: 60%;
    padding: 0 5%;
    position: relative;
  }
  .concept-innner h3 {
    margin: 0 240px 70px 0;
  }
  .concept-innner h3 img {
    height: 70px;
  }
  .concept-img {
    width: 40%;
  }
  .commitment_pic img {
    width: 800px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .content-label-1 {
    background-color: #f8f6f3;
    width: 50%;
    height: 245px;
    display: block;
    position: absolute;
    top: 100px;
    left: 15%;
    z-index: -1;
  }
  .content-label-2 {
    background-color: #f8f6f3;
    width: 50%;
    height: 245px;
    display: block;
    position: absolute;
    top: 100px;
    right: 15%;
    z-index: -1;
  }
  .commitment ul li {
    max-width: 800px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
  }
  .commitment ul li:last-child {
    margin-bottom: 150px;
  }
}