.section-main {
  position: relative;
}
.section-main .img01 {
  width: 100%;
}
.section-main .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-main .img02 {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.section-main .img02 img {
  width: 39.062vw;
}
.section-about {
  padding: 40px 0 80px;
}
.section-about__box .box {
  display: flex;
}
.section-about__box .box__left {
  flex: 0 0 200px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-about__box .box__left {
    flex-basis: 24.739vw;
  }
}
@media screen and (max-width: 768px) {
  .section-about__box .box__left h3 img {
    width: 21.744vw;
  }
}
.section-commitment {
  position: relative;
  background: url(/assets/img/about/commitment-bg.png) repeat center;
}
.section-commitment h2 {
  text-align: center;
}
.section-commitment h2 img {
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .section-commitment h2 img {
    margin-top: -3.255vw;
    width: 41.406vw;
  }
}
.section-commitment__box {
  margin-top: 40px;
}
.section-commitment__box .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 480px) {
  .section-commitment__box .box {
    grid-template-columns: auto;
  }
}
.section-commitment__box .box-col {
  position: relative;
  z-index: 0;
  height: 450px;
}
@media screen and (max-width: 480px) {
  .section-commitment__box .box-col {
    height: 300px;
  }
}
.section-commitment__box .box-col__inner {
  display: grid;
  grid-template-rows: 360px 90px;
}
@media screen and (max-width: 480px) {
  .section-commitment__box .box-col__inner {
    grid-template-rows: 240px 60px;
  }
}
.section-commitment__box .box-col__inner .box-img {
  position: relative;
}
.section-commitment__box .box-col .img {
  width: 100%;
  height: 100%;
}
.section-commitment__box .box-col .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-commitment__box .box-col .link a {
  display: flex;
  align-items: center;
  background-color: #881b04;
  height: 100%;
  padding: 15px 40px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .section-commitment__box .box-col .link a {
    padding: 15px 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col .link a {
    padding: 15px 20px;
    font-size: 0.875rem;
  }
}
.section-commitment__box .box-col .link a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: #fff;
  clip-path: polygon(0 76%, 91% 76%, 69% 62%, 71% 60%, 100% 79%, 0 79%);
  clip-path: path();
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .section-commitment__box .box-col .link a::after {
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col .link a::after {
    width: 40px;
    height: 40px;
  }
}
.section-commitment__box .box-col .link a span {
  display: inline-block;
  margin-right: 20px;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .section-commitment__box .box-col .link a span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col .link a span {
    font-size: 1.5rem;
  }
}
.section-commitment__box .box-col__1 .box-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col__1 .box-txt {
    padding: 20px;
  }
}
.section-commitment__box .box-col__1 .box-txt__inner {
  max-width: 500px;
}
.section-commitment__box .box-col__1 .box-txt h3 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col__1 .box-txt h3 {
    font-size: 1.5rem;
  }
}
.section-commitment__box .box-col__1 .box-txt .txt01 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col__1 .box-txt .txt01 {
    font-size: 1.125rem;
  }
}
.section-commitment__box .box-col__1 .box-txt .txt02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col__1 .box-txt .txt02 {
    margin-top: 10px;
  }
}
.section-commitment__box .box-col__2 .box-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-commitment__box .box-col__2 .box-txt {
    max-width: 43.945vw;
  }
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col__2 .box-txt {
    max-width: 80%;
  }
}
.section-commitment__box .box-col__2 .box-txt h3 {
  background-color: #b8a89a;
  max-width: 450px;
  padding: 15px 20px;
}
@media screen and (max-width: 1024px) {
  .section-commitment__box .box-col__2 .box-txt h3 img {
    width: 39.062vw;
  }
}
.section-commitment__box .box-col__2 .box-txt .txt01 {
  background-color: #b8a89a;
  max-width: 450px;
  margin-top: 20px;
  padding: 10px 20px;
}
.section-commitment__box .box-col__4 .box-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .section-commitment__box .box-col__4 .box-txt {
    padding: 20px;
  }
}
.section-commitment__box .box-col__4 .box-txt__inner {
  max-width: 500px;
}
.section-original {
  height: 340px;
}
@media screen and (max-width: 768px) {
  .section-original {
    height: auto;
  }
}
.section-original .box {
  display: flex;
  flex-wrap: wrap;
}
.section-original .box-txt {
  display: flex;
  align-items: center;
  background: url(/assets/img/about/original-bg.jpg) repeat center;
  width: 40%;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .section-original .box-txt {
    width: 100%;
  }
}
.section-original .box-txt h2 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-original .box-txt h2 img {
    width: 240px;
  }
}
.section-original .box-txt .txt01 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .section-original .box-txt .txt01 {
    font-size: 1rem;
  }
}
.section-original .box-txt .txt02 {
  margin-top: 20px;
  line-height: 1.4;
}
.section-original .box-img {
  width: 60%;
  height: 340px;
}
@media screen and (max-width: 480px) {
  .section-original .box-img {
    width: 100%;
  }
}
.section-original .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-floor {
  padding: 40px 0;
}
.section-floor__box .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img txt";
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .section-floor__box .box {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "txt" "img";
    gap: 20px;
  }
}
.section-floor__box .box-txt {
  grid-area: txt;
}
@media screen and (max-width: 768px) {
  .section-floor__box .box-txt h2 img {
    width: 27.604vw;
  }
}
.section-floor__box .box-txt__2 {
  background-color: #881b04;
  margin-top: 20px;
  padding: 15px 20px 10px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-floor__box .box-txt__2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-floor__box .box-txt__2 .txt00 img {
    width: 33.723vw;
  }
}
.section-floor__box .box-txt__2 .txt01 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-floor__box .box-txt__2 .txt01 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-floor__box .box-txt__2 .txt01 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .section-floor__box .box-txt__2 .txt01 {
    font-size: 1rem;
  }
}
.section-floor__box .box-txt .txt02 {
  margin-top: 20px;
}
.section-floor__box .box-img {
  grid-area: img;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .section-floor__box .box-img {
    padding-top: 0;
  }
}
.section-floor__box .box-img .img01 img {
  width: 100%;
}
.section-floor__box .box-img .img02 {
  margin-top: 10px;
  text-align: right;
}
.section-floor__box .box-img .img02 img {
  display: inline-block;
}
.section-burger {
  padding: 40px 0;
}
.section-burger__box .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "txt img";
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .section-burger__box .box {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "txt" "img";
  }
}
.section-burger__box .box-txt {
  grid-area: txt;
}
@media screen and (max-width: 768px) {
  .section-burger__box .box-txt h2 img {
    width: 33.203vw;
  }
}
.section-burger__box .box-txt__2 {
  background-color: #881b04;
  margin-top: 20px;
  padding: 15px 20px 10px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-burger__box .box-txt__2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-burger__box .box-txt__2 .txt00 img {
    width: 33.723vw;
  }
}
.section-burger__box .box-txt__2 .txt01 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-burger__box .box-txt__2 .txt01 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-burger__box .box-txt__2 .txt01 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .section-burger__box .box-txt__2 .txt01 {
    font-size: 1rem;
  }
}
.section-burger__box .box-txt .txt02 {
  margin-top: 20px;
}
.section-burger__box .box-img {
  grid-area: img;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .section-burger__box .box-img {
    padding-top: 0;
  }
}
.section-burger__box .box-img .img01 img {
  width: 100%;
}
.section-burger__box .box-img .img02 {
  margin-top: 10px;
  text-align: right;
}
.section-burger__box .box-img .img02 img {
  display: inline-block;
}
