/*============================
#wholesale
============================*/
article#wholesale header {
  width: 100%;
  position: relative;
  padding: 180px 0;
  background: #000;
}

@media screen and (max-width: 768px) {
  article#wholesale header {
    width: 100%;
  }
}

article#wholesale header img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  article#wholesale header img.bg {
    width: 100%;
  }
}

article#wholesale header h2 {
  width: 100%;
  font-size: 4.8rem;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#wholesale header h2 {
    width: 100%;
    font-size: 3.6rem;
  }
}

article#wholesale header h2 i {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  article#wholesale header h2 i {
    width: 100%;
  }
}

article#wholesale section.full {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full {
    width: auto;
  }
}

article#wholesale section.full div.catch {
  background: #CB1F16;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content {
    width: auto;
    padding: 40px 20px;
  }
}

article#wholesale section.full div.catch div.catch_content div.text {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content div.text {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content div.text h2 {
  width: auto;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content div.text h2 {
    width: auto;
    font-size: 2rem;
  }
}

article#wholesale section.full div.catch div.catch_content div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content div.text p {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content ul {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content ul li {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

article#wholesale section.full div.catch div.catch_content ul li div.img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content ul li div.img {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content ul li div.img img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content ul li div.img img {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content ul li p {
  width: auto;
  font-size: 2rem;
  letter-spacing: 4px;
  border: solid 1px;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content ul li p {
    width: auto;
  }
}

article#wholesale section.full div.catch div.catch_content ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.catch div.catch_content ul li:nth-child(2n) {
    margin-right: 0;
  }
}

article#wholesale section.full div.reason.max_width_default {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default {
    padding: 40px 20px;
  }
}

article#wholesale section.full div.reason.max_width_default div.title {
  width: auto;
  padding-bottom: 80px;
  text-align: center;
  color: #CB1F16;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default div.title {
    width: auto;
    padding-bottom: 40px;
  }
}

article#wholesale section.full div.reason.max_width_default div.title i {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default div.title i {
    width: auto;
  }
}

article#wholesale section.full div.reason.max_width_default div.title h2 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 4px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default div.title h2 {
    width: auto;
  }
}

article#wholesale section.full div.reason.max_width_default ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default ul {
    width: auto;
  }
}

article#wholesale section.full div.reason.max_width_default ul li {
  width: calc(100% / 3 - 16px);
  margin-right: 24px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  background: #EFEBE7;
  border-radius: 50%;
  padding-top: calc(100% / 3 - 16px);
  position: relative;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default ul li {
    width: calc(33.3333333333% - 4px);
    margin-right: 6px;
    padding-top: calc(33.3333333333% - 4px);
  }
}

article#wholesale section.full div.reason.max_width_default ul li p {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.reason.max_width_default ul li p {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#wholesale section.full div.reason.max_width_default ul li:last-child {
  margin-right: 0;
}

article#wholesale section.full div.detail.max_width_default {
  background: #EFEBE7;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default {
    width: auto;
  }
}

article#wholesale section.full div.detail.max_width_default .title {
  text-align: center;
  padding: 80px 40px 0;
}

article#wholesale section.full div.detail.max_width_default .title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

article#wholesale section.full div.detail.max_width_default div.catch_content {
  width: auto;
  max-width: 1280px;
  margin: auto;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content {
    width: auto;
    padding: 40px 20px;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul {
    width: auto;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li {
    display: block;
    margin-bottom: 80px;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img {
  width: 40%;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img {
    width: auto;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img img {
    width: auto;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img div.circle {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  background: #CB1F16;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: -30px;
  top: -30px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img div.circle {
    left: -10px;
    width: 80px;
    height: 80px;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img div.circle small {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img div.circle small {
    width: 100%;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img div.circle span {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.img div.circle span {
    width: auto;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text {
  width: 60%;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text {
    width: auto;
    padding-left: 0px;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text h2 {
  width: auto;
  color: #CB1F16;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text h2 {
    width: auto;
    padding: 20px 0;
    font-size: 2rem;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text p {
    width: auto;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text ul li {
  margin-bottom: 0;
  display: list-item;
  padding-left: 14px;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text ul li {
    font-size: 1.4rem;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li div.text ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 50%;
  top: 14px;
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.text {
  padding-right: 40px;
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.text {
    padding-right: 0px;
  }
}

article#wholesale section.full div.detail.max_width_default div.catch_content ul li:last-child {
  margin-bottom: 0px;
}

article#wholesale section.full div.cover {
  width: auto;
  background: #CB1F16;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover {
    width: auto;
  }
}

article#wholesale section.full div.cover div.content {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover div.content {
    display: block;
  }
}

article#wholesale section.full div.cover div.content div.text {
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover div.content div.text {
    width: auto;
  }
}

article#wholesale section.full div.cover div.content div.text h2 {
  width: auto;
  display: inline-block;
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover div.content div.text h2 {
    width: auto;
    padding: 20px 0;
  }
}

article#wholesale section.full div.cover div.content div.img {
  width: 55%;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover div.content div.img {
    width: auto;
  }
}

article#wholesale section.full div.cover div.content div.img img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover div.content div.img img {
    width: auto;
  }
}

article#wholesale section.full div.cover p {
  width: auto;
  background: #949830;
  padding: 40px 0;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.cover p {
    width: auto;
    padding: 20px;
    line-height: 1.4;
    font-size: 2.4rem;
  }
}

article#wholesale section.full div.interview {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.interview {
    width: auto;
  }
}

article#wholesale section.full div.interview .balloon-012 {
  display: -ms-grid;
  display: grid;
  gap: 4rem 0;
  padding: 80px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.interview .balloon-012 {
    padding: 80px 0;
  }
}

article#wholesale section.full div.interview .balloon-012__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 15px;
  max-width: 880px;
  padding: 0 40px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.interview .balloon-012__section {
    padding: 0 20px;
  }
}

article#wholesale section.full div.interview .balloon-012__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.interview .balloon-012__img {
    width: 80px;
    height: 80px;
  }
}

article#wholesale section.full div.interview .balloon-012__p {
  display: inline-block;
  position: relative;
  max-width: 80%;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.interview .balloon-012__p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

article#wholesale section.full div.interview .balloon-012__p.left {
  background-color: #F8F8F5;
}

article#wholesale section.full div.interview .balloon-012__p.right {
  background-color: #CB1F16;
  margin-left: auto;
  color: #fff;
}

article#wholesale section.full div.interview .balloon-012__p::before {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 30px;
  content: '';
}

article#wholesale section.full div.interview .balloon-012__p.left::before {
  left: -10px;
  border-radius: 0 0 0 15px;
  -webkit-box-shadow: -3px -15px 0 -7px #F8F8F5 inset;
          box-shadow: -3px -15px 0 -7px #F8F8F5 inset;
}

article#wholesale section.full div.interview .balloon-012__p.right::before {
  right: -10px;
  border-radius: 0 0 15px 0;
  -webkit-box-shadow: 3px -15px 0 -7px #CB1F16 inset;
          box-shadow: 3px -15px 0 -7px #CB1F16 inset;
}

article#wholesale section.full div.flow {
  background-color: #ffffff;
  width: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow {
    width: auto;
  }
}

article#wholesale section.full div.flow div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#wholesale section.full div.flow div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#wholesale section.full div.flow div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #CB1F16;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#wholesale section.full div.flow div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.title h2 {
    width: auto;
    padding: 0 20px 10px;
  }
}

article#wholesale section.full div.flow div.content {
  padding: 0px 40px;
  max-width: 1280px;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content {
    width: auto;
    padding-bottom: 0px;
    padding: 40px 20px 0;
  }
}

article#wholesale section.full div.flow div.content ul {
  width: auto;
  display: inline-block;
  max-width: 800px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul {
    width: auto;
  }
}

article#wholesale section.full div.flow div.content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li {
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}

article#wholesale section.full div.flow div.content ul li div.step {
  width: auto;
  text-align: center;
  padding: 0;
  font-size: 2.4rem;
  color: #CB1F16;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li div.step {
    width: auto;
  }
}

article#wholesale section.full div.flow div.content ul li div.step div {
  width: auto;
  font-size: 1.4rem;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li div.step div {
    width: auto;
  }
}

article#wholesale section.full div.flow div.content ul li div.step p {
  width: auto;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li div.step p {
    width: auto;
  }
}

article#wholesale section.full div.flow div.content ul li div.text {
  width: auto;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li div.text {
    width: auto;
    padding: 0 0 0 20px;
  }
}

article#wholesale section.full div.flow div.content ul li div.text h3 {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li div.text h3 {
    width: auto;
  }
}

article#wholesale section.full div.flow div.content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li div.text p {
    width: auto;
    height: 100px;
  }
}

article#wholesale section.full div.flow div.content ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  border: #CB1F16 solid 4px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  article#wholesale section.full div.flow div.content ul li:after {
    bottom: 10px;
  }
}

article#wholesale section.full div.flow div.content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

article#wholesale section.full div.flow div.content ul li:last-child:after {
  display: none;
}

/*============================
#franchise
============================*/
article#franchise header {
  width: 100%;
  position: relative;
  padding: 180px 0;
  background: #000;
}

@media screen and (max-width: 768px) {
  article#franchise header {
    width: 100%;
  }
}

article#franchise header img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  article#franchise header img.bg {
    width: 100%;
  }
}

article#franchise header h2 {
  width: 100%;
  font-size: 4.8rem;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#franchise header h2 {
    width: 100%;
  }
}

article#franchise header h2 i {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  article#franchise header h2 i {
    width: 100%;
  }
}

article#franchise section.full {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full {
    width: auto;
  }
}

article#franchise section.full div.catch {
  background: #CB1F16;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.catch {
    width: auto;
  }
}

article#franchise section.full div.catch div.catch_content {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.catch div.catch_content {
    width: auto;
    padding: 40px 20px;
  }
}

article#franchise section.full div.catch div.catch_content div.text {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.catch div.catch_content div.text {
    width: auto;
  }
}

article#franchise section.full div.catch div.catch_content div.text h2 {
  width: auto;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.catch div.catch_content div.text h2 {
    width: auto;
    font-size: 2rem;
  }
}

article#franchise section.full div.catch div.catch_content div.text i {
  padding-bottom: 10px;
  display: block;
}

article#franchise section.full div.catch div.catch_content div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.catch div.catch_content div.text p {
    width: auto;
  }
}

article#franchise section.full ul.menu {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu {
    width: auto;
    padding: 40px 20px 0;
  }
}

article#franchise section.full ul.menu li {
  width: auto;
  border: solid #CB1F16 2px;
  padding: 15px 20px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.4rem;
  background: #CB1F16;
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu li {
    width: auto;
  }
}

article#franchise section.full ul.menu li.link {
  padding: 0;
}

article#franchise section.full ul.menu li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu li:first-child {
    width: 50%;
    margin-right: 10px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu li:first-child.link {
    padding: 0;
  }
}

article#franchise section.full ul.menu li:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu li:last-child {
    width: 50%;
    margin-left: 10px;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu li:last-child.link {
    padding: 0;
  }
}

article#franchise section.full ul.menu li a {
  width: auto;
  display: block;
  padding: 15px 20px;
  background: #fff;
  color: #CB1F16;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  article#franchise section.full ul.menu li a {
    width: auto;
    padding: 10px;
    text-align: center;
    line-height: 1.4;
  }
}

article#franchise section.full ul.menu li a:hover {
  color: #fff;
  background: #CB1F16;
}

article#franchise section.full div.about {
  padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about {
    padding: 40px 0 0;
  }
}

article#franchise section.full div.about div.title {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about div.title {
    width: auto;
    padding: 0 20px;
  }
}

article#franchise section.full div.about div.title h2 {
  border-bottom: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding-right: 80px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about div.title h2 {
    width: auto;
  }
}

article#franchise section.full div.about div.title i {
  padding-bottom: 10px;
  display: block;
}

article#franchise section.full div.about ul.top {
  max-width: 1280px;
  margin: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about ul.top {
    padding: 40px 20px 0;
  }
}

article#franchise section.full div.about ul.top li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 0px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about ul.top li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

article#franchise section.full div.about ul.top li h3 {
  padding: 20px 0 10px;
  text-align: center;
  line-height: 1.6;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 300;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

article#franchise section.full div.about ul.top li p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}

article#franchise section.full div.about ul.top li:last-child {
  margin-right: 0;
}

article#franchise section.full div.about ul.bottom {
  max-width: 1280px;
  margin: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about ul.bottom {
    padding: 0 20px;
  }
}

article#franchise section.full div.about ul.bottom li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 0px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.about ul.bottom li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

article#franchise section.full div.about ul.bottom li h3 {
  padding: 20px 0 10px;
  text-align: center;
  line-height: 1.6;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 300;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article#franchise section.full div.about ul.bottom li p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}

article#franchise section.full div.about ul.bottom li:last-child {
  margin-right: 0;
}

article#franchise section.full div.detail.max_width_default {
  background: #EFEBE7;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#franchise section.full div.detail.max_width_default div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#franchise section.full div.detail.max_width_default div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #CB1F16;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#franchise section.full div.detail.max_width_default div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.title h2 {
    width: auto;
    padding: 0 0px 10px;
    line-height: 1.4;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content {
  width: auto;
  max-width: 1280px;
  margin: auto;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content {
    width: auto;
    padding: 80px 20px 40px;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li {
    display: block;
    margin-bottom: 80px;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img {
  width: 40%;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img img {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img div.circle {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  background: #CB1F16;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: -30px;
  top: -30px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img div.circle {
    left: -10px;
    width: 80px;
    height: 80px;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img div.circle small {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img div.circle small {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img div.circle span {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.img div.circle span {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.text {
  width: 60%;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.text {
    width: auto;
    padding-left: 0px;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.text h2 {
  width: auto;
  color: #CB1F16;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.text h2 {
    width: auto;
    padding: 20px 0;
    font-size: 2rem;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li div.text p {
    width: auto;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.text {
  padding-right: 40px;
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.text {
    padding-right: 0px;
  }
}

article#franchise section.full div.detail.max_width_default div.catch_content ul li:last-child {
  margin-bottom: 0px;
}

article#franchise section.full div.achievements {
  width: auto;
  background: #1A1A1A;
  color: #fff;
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements {
    width: auto;
    padding: 0 0 40px;
  }
}

article#franchise section.full div.achievements div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#franchise section.full div.achievements div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#franchise section.full div.achievements div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#franchise section.full div.achievements div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.title h2 {
    width: auto;
    line-height: 1.4;
  }
}

article#franchise section.full div.achievements div.content {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content {
    width: auto;
  }
}

article#franchise section.full div.achievements div.content ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  padding: 80px 40px 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content ul {
    width: auto;
    padding: 40px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

article#franchise section.full div.achievements div.content ul li {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content ul li {
    width: auto;
  }
}

article#franchise section.full div.achievements div.content ul li p {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content ul li p {
    width: auto;
  }
}

article#franchise section.full div.achievements div.content ul li h3 {
  width: auto;
  font-size: 6rem;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content ul li h3 {
    width: auto;
  }
}

article#franchise section.full div.achievements div.content ul li h3 small {
  font-size: 2.4rem;
  padding-left: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content ul li h3 small {
    width: auto;
    font-size: 1.4rem;
  }
}

article#franchise section.full div.achievements div.content img.pc {
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content img.pc {
    width: auto;
  }
}

article#franchise section.full div.achievements div.content img.sp {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.achievements div.content img.sp {
    width: auto;
    padding: 0 120px;
  }
}

article#franchise section.full div.interview {
  width: auto;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview {
    width: auto;
    padding: 40px 0;
  }
}

article#franchise section.full div.interview div.title {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview div.title {
    width: auto;
    padding: 0 20px;
  }
}

article#franchise section.full div.interview div.title h2 {
  border-bottom: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding-right: 80px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview div.title h2 {
    width: auto;
  }
}

article#franchise section.full div.interview ul {
  width: auto;
  max-width: 1280px;
  margin: auto;
  padding: 40px 40px 0;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul {
    padding: 40px 20px 0;
  }
}

article#franchise section.full div.interview ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li {
    width: auto;
  }
}

article#franchise section.full div.interview ul li div.img {
  width: 30%;
  position: relative;
  padding-top: 30%;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.img {
    width: auto;
  }
}

article#franchise section.full div.interview ul li div.img img {
  width: 100%;
  background: #000;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.img img {
    width: auto;
  }
}

article#franchise section.full div.interview ul li div.text {
  width: 70%;
  padding: 40px 0 40px 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.text {
    width: auto;
    padding: 0;
  }
}

article#franchise section.full div.interview ul li div.text h3 {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.text h3 {
    width: auto;
  }
}

article#franchise section.full div.interview ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.text p {
    width: auto;
  }
}

article#franchise section.full div.interview ul li div.text .img_title {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.text .img_title {
    width: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

article#franchise section.full div.interview ul li div.text .img_title .img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.text .img_title .img {
    width: 80px;
    padding-top: 80px;
  }
}

article#franchise section.full div.interview ul li div.text .img_title .img img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.interview ul li div.text .img_title .img img {
    width: auto;
    border-radius: 50%;
  }
}

article#franchise section.full div.interview ul li div.text .img_title h3 {
  width: calc(100% - 80px);
  padding-left: 20px;
  font-size: 1.6rem;
}

article#franchise section.full div.interview ul li:last-child {
  margin-bottom: 0;
}

article#franchise section.full div.flow {
  background-color: #EFEBE7;
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow {
    width: auto;
  }
}

article#franchise section.full div.flow div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#franchise section.full div.flow div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#franchise section.full div.flow div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #CB1F16;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#franchise section.full div.flow div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.title h2 {
    width: auto;
    padding: 0 20px 10px;
  }
}

article#franchise section.full div.flow div.content {
  padding: 0px 40px;
  max-width: 1280px;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content {
    width: auto;
    padding-bottom: 0px;
    padding: 40px 20px 0;
  }
}

article#franchise section.full div.flow div.content ul {
  width: auto;
  display: inline-block;
  max-width: 800px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul {
    width: auto;
  }
}

article#franchise section.full div.flow div.content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li {
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}

article#franchise section.full div.flow div.content ul li div.step {
  width: auto;
  text-align: center;
  padding: 0;
  font-size: 2.4rem;
  color: #CB1F16;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li div.step {
    width: auto;
  }
}

article#franchise section.full div.flow div.content ul li div.step div {
  width: auto;
  font-size: 1.4rem;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li div.step div {
    width: auto;
  }
}

article#franchise section.full div.flow div.content ul li div.step p {
  width: auto;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li div.step p {
    width: auto;
  }
}

article#franchise section.full div.flow div.content ul li div.text {
  width: auto;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li div.text {
    width: auto;
    padding: 0 0 0 20px;
  }
}

article#franchise section.full div.flow div.content ul li div.text h3 {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li div.text h3 {
    width: auto;
  }
}

article#franchise section.full div.flow div.content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li div.text p {
    width: auto;
    height: 100px;
  }
}

article#franchise section.full div.flow div.content ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  border: #CB1F16 solid 4px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.flow div.content ul li:after {
    bottom: 10px;
  }
}

article#franchise section.full div.flow div.content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

article#franchise section.full div.flow div.content ul li:last-child:after {
  display: none;
}

article#franchise section.full div.en_about {
  padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_about {
    padding: 40px 0;
  }
}

article#franchise section.full div.en_about div.title {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_about div.title {
    width: auto;
    padding: 0 20px;
  }
}

article#franchise section.full div.en_about div.title h2 {
  letter-spacing: 2px;
  text-align: center;
  font-size: 3.6rem;
  color: #CB1F16;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_about div.title h2 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

article#franchise section.full div.en_about p {
  padding: 80px 40px 40px;
  max-width: 680px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_about p {
    padding: 40px 20px 0;
  }
}

article#franchise section.full div.en_detail.max_width_default {
  background: #EFEBE7;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default {
    width: auto;
  }
}

article#franchise section.full div.en_detail.max_width_default div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#franchise section.full div.en_detail.max_width_default div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#franchise section.full div.en_detail.max_width_default div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #CB1F16;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#franchise section.full div.en_detail.max_width_default div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.title h2 {
    padding: 0 0 10px;
    line-height: 1.6;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content {
  max-width: 880px;
  margin: auto;
  padding: 0px 40px 80px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content {
    width: auto;
    padding: 0 20px 40px;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content h3 {
  width: auto;
  padding: 80px 0 20px;
  border-bottom: solid 1px #1A1A1A;
  font-size: 2.4rem;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content h3 {
    width: auto;
    font-size: 2rem;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul {
    width: auto;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #1A1A1A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul li {
    width: auto;
    display: block;
    padding: 20px 0;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .img {
  width: 50%;
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .text {
  width: 50%;
  padding-left: 40px;
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .text h4 {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul li .text h4 {
    width: auto;
    font-size: 1.6rem;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address {
    width: auto;
    padding: 20px 0 0;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address div.img {
  width: 18px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address div.img {
    width: auto;
    width: 24px;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address div.img img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address div.img img {
    width: auto;
  }
}

article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#franchise section.full div.en_detail.max_width_default div.content ul li .text div.address p {
    width: auto;
    line-height: 1.4;
  }
}

article#produce {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#produce {
    width: auto;
  }
}

article#produce header {
  width: 100%;
  position: relative;
  padding: 180px 0;
  background: #000;
}

@media screen and (max-width: 768px) {
  article#produce header {
    width: 100%;
  }
}

article#produce header img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  article#produce header img.bg {
    width: 100%;
  }
}

article#produce header h2 {
  width: 100%;
  font-size: 4.8rem;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#produce header h2 {
    width: 100%;
  }
}

article#produce header h2 i {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  article#produce header h2 i {
    width: 100%;
  }
}

article#produce section {
  width: auto;
  padding-bottom: 0;
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  article#produce section {
    width: auto;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

article#produce section .header {
  width: auto;
  max-width: 1280px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#produce section .header {
    width: auto;
    padding: 40px 20px 0;
  }
}

article#produce section .header h2 {
  font-size: 2.4rem;
  letter-spacing: 4px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#produce section .header h2 {
    width: auto;
    margin-bottom: 0;
  }
}

article#produce section .header h2:after {
  content: "";
  width: calc(100% + 40px);
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #000;
  left: 0;
}

article#produce section .header i {
  display: block;
  padding: 20px 0 0;
  letter-spacing: 2px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  article#produce section .header i {
    width: auto;
  }
}

article#produce section .header p {
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 40px 0;
  line-height: 1.4;
}

article#produce section ul.about {
  width: auto;
  max-width: 1280px;
  margin: auto;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about {
    width: auto;
    padding: 40px 20px 80px;
  }
}

article#produce section ul.about li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

article#produce section ul.about li div.wrap {
  width: 60%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.wrap {
    width: 100%;
    padding: 0;
  }
}

article#produce section ul.about li div.wrap div.num {
  width: auto;
  color: #CB1F16;
  border-bottom: solid 1px;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.wrap div.num {
    width: auto;
  }
}

article#produce section ul.about li div.wrap h3 {
  width: auto;
  padding: 40px 0;
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.wrap h3 {
    width: auto;
    padding: 20px 0;
    line-height: 1.4;
  }
}

article#produce section ul.about li div.wrap p {
  width: auto;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.wrap p {
    width: auto;
    padding-top: 20px;
  }
}

article#produce section ul.about li div.wrap div.btn_wrap {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.wrap div.btn_wrap {
    width: auto;
    padding-top: 40px;
  }
}

article#produce section ul.about li div.wrap div.btn_wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border: solid 1px;
  padding: 15px 40px;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  color: #1A1A1A;
  min-width: 200px;
  text-align: center;
}

article#produce section ul.about li div.wrap div.btn_wrap a:after {
  content: "";
  width: 60px;
  height: 1px;
  top: calc(50% - 1px);
  right: -40px;
  position: absolute;
  background-color: #1A1A1A;
}

article#produce section ul.about li div.img_wrap {
  width: 40%;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.img_wrap {
    width: auto;
    display: none;
  }
}

article#produce section ul.about li div.img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li div.img_wrap img {
    width: auto;
  }
}

article#produce section ul.about li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

article#produce section ul.about li:nth-child(2n) div.wrap {
  padding-left: 0;
  padding-right: 40px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li:nth-child(2n) div.wrap {
    padding-right: 0px;
    width: 100%;
  }
}

article#produce section ul.about li:nth-child(2n) .img_wrap {
  width: 50%;
}

article#produce section ul.about li:nth-child(2n) .img_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li:nth-child(2n) .img_wrap {
    width: 100%;
  }
}

article#produce section ul.about li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  article#produce section ul.about li:last-child {
    margin-bottom: 0px;
  }
}

article#produce section div.message.max_width_default {
  background-color: #EFEBE7;
}

article#produce section div.message.max_width_default .max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin: auto;
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0px;
  }
}

article#produce section div.message.max_width_default .max .text {
  width: 50%;
  max-width: 640px;
  margin-left: auto;
  margin-right: 50%;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text {
    width: 100%;
    padding: 0 20px 0px;
  }
}

article#produce section div.message.max_width_default .max .text div.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.title {
    width: 80%;
    padding-right: 0;
  }
}

article#produce section div.message.max_width_default .max .text div.title h2 {
  width: auto;
  display: inline-block;
  position: relative;
  max-width: 640px;
  margin-left: auto;
  font-size: 2.4rem;
  color: #CB1F16;
  letter-spacing: 4px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.title h2 {
    width: auto;
    padding: 10px 20px;
  }
}

article#produce section div.message.max_width_default .max .text div.title h2:after {
  content: "";
  width: calc(100% + 40px);
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #CB1F16;
  left: 0;
}

article#produce section div.message.max_width_default .max .text div.catch {
  color: #1A1A1A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.catch {
    width: 100%;
  }
}

article#produce section div.message.max_width_default .max .text div.catch h3 {
  width: 100%;
  font-size: 3.6rem;
  color: #CB1F16;
  padding-bottom: 20px;
  letter-spacing: 2px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.catch h3 {
    width: auto;
    padding: 10px 20px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

article#produce section div.message.max_width_default .max .text div.catch p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.catch p {
    font-size: 1.6rem;
  }
}

article#produce section div.message.max_width_default .max .text div.message_content {
  width: auto;
  max-width: 880px;
  padding: 40px 0px 80px;
  color: #1A1A1A;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.message_content {
    padding: 20px 0px 80px;
  }
}

article#produce section div.message.max_width_default .max .text div.message_content p {
  width: auto;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.message_content p {
    width: auto;
  }
}

article#produce section div.message.max_width_default .max .text div.message_content div {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.message_content div {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .text div.message_content div.top {
    margin-top: 20px;
  }
}

article#produce section div.message.max_width_default .max .text div.message_content div:before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-size: 2rem;
  top: -1px;
}

article#produce section div.message.max_width_default .max .img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 768px) {
  article#produce section div.message.max_width_default .max .img {
    width: 100%;
    position: static;
    padding: 0 0px 40px;
  }
}

article#produce section div.message.max_width_default .max .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article#produce section div.model div.header {
  padding: 0;
}

article#produce section div.model div.header h2:after {
  display: none;
}

@media screen and (max-width: 768px) {
  article#produce section div.model div.header p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  article#produce section div.model div.table-container table {
    min-width: 100% !important;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  article#produce section div.model div.table-container table:last-child {
    margin-bottom: 0;
  }
}

article#produce section div.model div.table-container table tbody tr:nth-child(2) th {
  border-bottom: none;
  padding: 10px 0;
  border-top: solid 2px #EFEBE7;
}

article#produce section div.model div.table-container table tbody tr:nth-child(2) th:first-child {
  border-left: solid #EFEBE7 2px;
}

article#produce section div.model div.table-container table tbody tr:nth-child(2) th:last-child {
  border-right: solid #EFEBE7 2px;
}

article#produce section div.model div.table-container table tbody tr td {
  border: solid 2px #EFEBE7;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}

article#produce section div.flow {
  background-color: #EFEBE7;
  width: auto;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow {
    width: auto;
  }
}

article#produce section div.flow div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#produce section div.flow div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#produce section div.flow div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #CB1F16;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#produce section div.flow div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.title h2 {
    width: auto;
    padding: 0 20px 10px;
  }
}

article#produce section div.flow div.content {
  padding: 0px 40px;
  max-width: 1280px;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content {
    width: auto;
    padding-bottom: 0px;
    padding: 40px 20px 0;
  }
}

article#produce section div.flow div.content ul {
  width: auto;
  display: inline-block;
  max-width: 800px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul {
    width: auto;
  }
}

article#produce section div.flow div.content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li {
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}

article#produce section div.flow div.content ul li div.step {
  width: auto;
  text-align: center;
  padding: 0;
  font-size: 2.4rem;
  color: #CB1F16;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li div.step {
    width: auto;
  }
}

article#produce section div.flow div.content ul li div.step div {
  width: auto;
  font-size: 1.4rem;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li div.step div {
    width: auto;
  }
}

article#produce section div.flow div.content ul li div.step p {
  width: auto;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li div.step p {
    width: auto;
  }
}

article#produce section div.flow div.content ul li div.text {
  width: auto;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li div.text {
    width: auto;
    padding: 0 0 0 20px;
  }
}

article#produce section div.flow div.content ul li div.text h3 {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li div.text h3 {
    width: auto;
  }
}

article#produce section div.flow div.content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li div.text p {
    width: auto;
    height: 100px;
  }
}

article#produce section div.flow div.content ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  border: #CB1F16 solid 4px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  article#produce section div.flow div.content ul li:after {
    bottom: 10px;
  }
}

article#produce section div.flow div.content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

article#produce section div.flow div.content ul li:last-child:after {
  display: none;
}

article#independenceSupport {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#independenceSupport {
    width: auto;
  }
}

article#independenceSupport header {
  width: 100%;
  position: relative;
  padding: 180px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#independenceSupport header {
    width: 100%;
  }
}

article#independenceSupport header img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport header img.bg {
    width: 100%;
    padding: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

article#independenceSupport header h2 {
  width: 100%;
  font-size: 4.8rem;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#independenceSupport header h2 {
    width: 100%;
  }
}

article#independenceSupport header h2 i {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport header h2 i {
    width: 100%;
  }
}

article#independenceSupport header:after {
  background-image: url(../../img/business/independence-support/fv.jpg);
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

@media screen and (max-width: 768px) {
  article#independenceSupport header:after {
    background-image: url(../../img/business/independence-support/fv-sp.jpg);
  }
}

article#independenceSupport section {
  width: auto;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section {
    width: auto;
    padding-bottom: 0px;
  }
}

article#independenceSupport section .header {
  width: auto;
  max-width: 1280px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section .header {
    width: auto;
    padding: 40px 20px 0;
  }
}

article#independenceSupport section .header h2 {
  font-size: 2.4rem;
  letter-spacing: 4px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section .header h2 {
    width: auto;
    margin-bottom: 0;
  }
}

article#independenceSupport section .header i {
  display: block;
  padding: 20px 0 0;
  letter-spacing: 2px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section .header i {
    width: auto;
  }
}

article#independenceSupport section div.catch {
  background: #CB1F16;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.catch {
    width: auto;
  }
}

article#independenceSupport section div.catch div.catch_content {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.catch div.catch_content {
    width: auto;
    padding: 40px 20px;
  }
}

article#independenceSupport section div.catch div.catch_content div.text {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.catch div.catch_content div.text {
    width: auto;
  }
}

article#independenceSupport section div.catch div.catch_content div.text h2 {
  width: auto;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.catch div.catch_content div.text h2 {
    width: auto;
    font-size: 2rem;
  }
}

article#independenceSupport section div.catch div.catch_content div.text i {
  padding-bottom: 10px;
  display: block;
}

article#independenceSupport section div.catch div.catch_content div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.catch div.catch_content div.text p {
    width: auto;
  }
}

article#independenceSupport section div.detail.max_width_default {
  background: #EFEBE7;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default {
    width: auto;
    padding: 80px 20px;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content {
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content {
    width: auto;
    padding: 0;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content div.title.sp {
  width: auto;
  position: relative;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content div.title.sp {
    width: auto;
    padding: 0;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content div.title.sp h2 {
  color: #CB1F16;
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: solid 1px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content div.title.sp h2 {
    width: auto;
    padding: 0 0px 10px;
    line-height: 1.4;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul {
    width: auto;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li {
    display: block;
    margin-bottom: 40px;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.img {
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.img {
    width: auto;
    position: static;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.img img {
    width: auto;
    max-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  max-width: 640px;
  margin-right: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text div.title {
  width: auto;
  position: relative;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text div.title h2 {
  color: #CB1F16;
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: solid 1px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text div.title h2 {
    width: auto;
    padding: 0 0px 10px;
    line-height: 1.4;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text h2 {
  width: auto;
  color: #CB1F16;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text h2 {
    width: auto;
    padding: 20px 0;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text ul {
  padding: 10px 0;
  list-style: auto;
  padding-left: 20px;
  letter-spacing: 1px;
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text ul li {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  text-align: left;
  display: list-item;
  line-height: 2;
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text i {
  display: block;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text h3 {
  padding-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li div.text p {
    width: auto;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.img {
  left: 0;
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.text {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: 0;
  margin-left: 50%;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.detail.max_width_default div.catch_content ul li:nth-child(2n) div.text {
    padding: 0;
    margin: 0;
  }
}

article#independenceSupport section div.detail.max_width_default div.catch_content ul li:last-child {
  margin-bottom: 0px;
}

article#independenceSupport section div.model div.header {
  padding: 0;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.model div.header p {
    line-height: 1.6;
  }
}

article#independenceSupport section div.model div.table-container {
  overflow-x: scroll;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.model div.table-container table {
    min-width: 100% !important;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.model div.table-container table:last-child {
    margin-bottom: 0;
  }
}

article#independenceSupport section div.model div.table-container table tbody tr:nth-child(2) th {
  border-bottom: none;
  padding: 10px 0;
  border-top: solid 2px #EFEBE7;
}

article#independenceSupport section div.model div.table-container table tbody tr:nth-child(2) th:first-child {
  border-left: solid #EFEBE7 2px;
}

article#independenceSupport section div.model div.table-container table tbody tr:nth-child(2) th:last-child {
  border-right: solid #EFEBE7 2px;
}

article#independenceSupport section div.model div.table-container table tbody tr td {
  border: solid 2px #EFEBE7;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}

article#independenceSupport section div.model div.table-container table tbody tr td small {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}

article#independenceSupport section div.model div.table-container table tbody tr.maker {
  background: #cb2016;
  color: #fff;
  position: relative;
}

article#independenceSupport section div.model div.table-container table tbody tr.maker td {
  border: solid 3px #cb2016;
  border-left: none;
  border-right: solid 1px #fff;
}

article#independenceSupport section div.model div.table-container table tbody tr.maker td:first-child {
  border: solid 3px #cb2016;
  border-right: solid 1px #fff;
  border-left: 10px solid #cd2016;
}

article#independenceSupport section div.model div.table-container table tbody tr.maker td:last-child {
  border: solid 3px #cb2016;
  border-left: none;
  border-right: solid 10px #cb2016;
}

article#independenceSupport section div.flow {
  background-color: #EFEBE7;
  width: auto;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow {
    width: auto;
  }
}

article#independenceSupport section div.flow div.title {
  width: auto;
  position: relative;
  padding: 80px 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.title {
    width: auto;
    padding: 80px 20px 0;
  }
}

article#independenceSupport section div.flow div.title .dot {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
}

article#independenceSupport section div.flow div.title .dot span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  background: #CB1F16;
  border-radius: 50%;
  margin-bottom: 8px;
}

article#independenceSupport section div.flow div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.title h2 {
    width: auto;
    padding: 0 20px 10px;
  }
}

article#independenceSupport section div.flow div.content {
  padding: 0px 40px;
  max-width: 1280px;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content {
    width: auto;
    padding-bottom: 0px;
    padding: 40px 20px 0;
  }
}

article#independenceSupport section div.flow div.content ul {
  width: auto;
  display: inline-block;
  max-width: 800px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul {
    width: auto;
  }
}

article#independenceSupport section div.flow div.content ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li {
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}

article#independenceSupport section div.flow div.content ul li div.step {
  width: auto;
  text-align: center;
  padding: 0;
  font-size: 2.4rem;
  color: #CB1F16;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li div.step {
    width: auto;
  }
}

article#independenceSupport section div.flow div.content ul li div.step div {
  width: auto;
  font-size: 1.4rem;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li div.step div {
    width: auto;
  }
}

article#independenceSupport section div.flow div.content ul li div.step p {
  width: auto;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li div.step p {
    width: auto;
  }
}

article#independenceSupport section div.flow div.content ul li div.text {
  width: auto;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li div.text {
    width: auto;
    padding: 0 0 0 20px;
  }
}

article#independenceSupport section div.flow div.content ul li div.text h3 {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li div.text h3 {
    width: auto;
  }
}

article#independenceSupport section div.flow div.content ul li div.text p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li div.text p {
    width: auto;
    height: 100px;
  }
}

article#independenceSupport section div.flow div.content ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  border: #CB1F16 solid 4px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li:after {
    bottom: 10px;
  }
}

article#independenceSupport section div.flow div.content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

article#independenceSupport section div.flow div.content ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  article#independenceSupport section div.flow div.content ul li:last-child {
    padding-bottom: 80px;
  }
}

div.onayami {
  padding: 80px 40px 0;
}

@media screen and (max-width: 768px) {
  div.onayami {
    padding: 40px 20px;
  }
}

div.onayami div.title h2 {
  text-align: center;
  letter-spacing: 4px;
  font-size: 2.4rem;
  background: #CB1F16;
  border-radius: 50px;
  color: #fff;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  div.onayami div.title h2 {
    font-size: 2rem;
    padding: 20px 10px;
    letter-spacing: 2px;
  }
}

div.onayami div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  div.onayami div.content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.onayami div.content ul {
  padding-right: 40px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  div.onayami div.content ul {
    padding: 0;
    width: 100%;
  }
}

div.onayami div.content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

div.onayami div.content ul li div.img {
  width: 24px;
  margin-right: 10px;
}

div.onayami div.content ul li p {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  div.onayami div.content ul li:last-child {
    margin-bottom: 0;
  }
}

div.onayami div.content div.img_wrap {
  width: 50%;
}

div.cover_title {
  padding: 40px;
  text-align: center;
  background: #cb2017;
}

@media screen and (max-width: 768px) {
  div.cover_title {
    padding: 40px 20px;
  }
}

div.cover_title h1 {
  line-height: 2;
  font-size: 2.4rem;
  letter-spacing: 4px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  div.cover_title h1 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

div.cv_wrap {
  padding: 0px 40px 80px;
}

@media screen and (max-width: 768px) {
  div.cv_wrap {
    padding: 0px 20px 80px;
  }
}

div.cv_wrap div.phone {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone {
    width: 100%;
    display: block;
  }
}

div.cv_wrap div.phone a {
  background: #CB1F16;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  border-radius: 20px;
  width: calc(50% - 20px);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a {
    padding: 20px 10px;
  }
}

div.cv_wrap div.phone a:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

div.cv_wrap div.phone a:last-child {
  background: #4CC764;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a:last-child {
    width: 100%;
    margin-left: 0;
  }
}

div.cv_wrap div.phone a div.icon {
  margin-right: 20px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a div.icon {
    margin-right: 20px;
  }
}

div.cv_wrap div.phone a div.icon img {
  position: static;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a div.icon img {
    width: 60px;
  }
}

div.cv_wrap div.phone a div.content {
  text-align: center;
}

div.cv_wrap div.phone a div.content p {
  font-size: 2rem;
  padding: 0;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a div.content p {
    font-size: 1.6rem;
  }
}

div.cv_wrap div.phone a div.content p strong {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a div.content p strong {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  div.cv_wrap div.phone a div.content div small {
    font-size: 12px;
  }
}

div.cv_wrap h2 {
  color: #1A1A1A;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 4px;
  padding: 80px 0 40px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  div.cv_wrap h2 {
    font-size: 2rem;
  }
}

div.cv_wrap p {
  color: #1A1A1A;
  text-align: center;
  padding-top: 80px;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  div.cv_wrap p {
    padding-top: 40px;
  }
}

div.voice {
  background: #EFEBE7;
  margin: auto;
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  div.voice {
    padding: 80px 0px 40px;
  }
}

div.voice div.title {
  text-align: center;
  padding-bottom: 40px;
}

div.voice div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

div.voice ul {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  div.voice ul {
    padding: 0 20px;
  }
}

div.voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  div.voice ul li {
    margin-bottom: 40px;
    display: block;
  }
}

div.voice ul li div.img {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  div.voice ul li div.img {
    width: 100%;
  }
}

div.voice ul li div.img h3 {
  letter-spacing: 2px;
  background: #CB1F16;
  color: #fff;
  padding: 10px;
  position: absolute;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 768px) {
  div.voice ul li div.img h3 {
    position: static;
  }
}

div.voice ul li div.img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

div.voice ul li div.text {
  padding-right: 40px;
  width: 50%;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  div.voice ul li div.text {
    width: 100%;
    padding: 20px;
    background: #fff;
  }
}

div.voice ul li div.text dl dt {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  div.voice ul li div.text dl dt {
    padding-bottom: 10px;
    color: #CB1F16;
  }
}

div.voice ul li div.text dl dt:before {
  content: "Q";
  position: absolute;
  left: 0;
}

div.voice ul li div.text dl dd {
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

div.voice ul li:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

div.voice ul li:last-child div.text {
  padding-left: 40px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  div.voice ul li:last-child div.text {
    padding: 20px;
  }
}

ul.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding: 40px 40px 80px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  ul.support {
    padding: 40px 20px 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

ul.support li {
  width: calc(20% - 20px);
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  ul.support li {
    margin-bottom: 40px;
    margin-right: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  ul.support li:last-child {
    margin-bottom: 0;
  }
}

ul.support li div.img {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  ul.support li div.img {
    padding: 0 80px;
  }
}

ul.support li h3 {
  text-align: center;
  padding: 20px 0;
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 2px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  ul.support li h3 {
    font-size: 1.8rem;
  }
}

ul.support li p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  ul.support li p {
    font-size: 1.6rem;
  }
}

ul.support li:last-child {
  margin-right: 0;
}

.common_title {
  text-align: center;
  padding: 80px 40px 0;
}

@media screen and (max-width: 768px) {
  .common_title {
    padding: 80px 20px 0;
  }
}

.common_title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .common_title h2 {
    padding: 0 20px 10px;
  }
}

div.header2 {
  position: relative;
  background: url(../../img/contact.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  div.header2 {
    background: transparent;
  }
}

div.header2 img.bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  display: none;
}

@media screen and (max-width: 768px) {
  div.header2 img.bg {
    display: block;
  }
}

div.header2 p {
  max-width: 1080px;
  margin: auto;
  padding: 80px 40px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  div.header2 p {
    font-size: 1.6rem;
    padding: 40px 20px;
  }
}

/*============================
#products_section
============================*/
div.products_section {
  width: auto;
  background: #EFEBE7;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  div.products_section {
    width: auto;
    padding: 30px 0;
  }
}

div.products_section div.title {
  width: auto;
  text-align: center;
  padding: 0 40px 40px;
}

@media screen and (max-width: 768px) {
  div.products_section div.title {
    width: auto;
    padding: 0 20px 20px;
  }
}

div.products_section div.title h2 {
  width: auto;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: solid 2px #CB1F16;
  letter-spacing: 2px;
  font-size: 2.4rem;
  color: #1A1A1A;
}

@media screen and (max-width: 768px) {
  div.products_section div.title h2 {
    width: auto;
    padding: 0 20px 10px;
    font-size: 2rem;
  }
}

div.products_section div.products_content {
  width: auto;
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content {
    width: auto;
    padding: 0 20px;
  }
}

div.products_section div.products_content div.diagram_section {
  width: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section {
    width: auto;
    margin-bottom: 40px;
  }
}

div.products_section div.products_content div.diagram_section:last-child {
  margin-bottom: 0;
}

div.products_section div.products_content div.diagram_section div.category_title {
  width: auto;
  max-width: 800px;
  margin: auto;
  text-align: left;
  margin-bottom: -80px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.category_title {
    width: auto;
    margin-bottom: 0px;
  }
}

div.products_section div.products_content div.diagram_section div.category_title h3 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 4px;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.category_title h3 {
    width: auto;
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}

div.products_section div.products_content div.diagram_section div.category_title div.category_subtitle {
  width: auto;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #CB1F16;
  position: relative;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.category_title div.category_subtitle {
    width: auto;
    font-size: 1.6rem;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container {
  width: auto;
  max-width: 1200px;
  margin: auto;
}

div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.animal_side {
  width: 50%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.animal_side {
    width: 100%;
    height: 280px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.animal_side img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.animal_side img {
    max-width: 280px;
    max-height: 280px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.products_grid {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.products_grid {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.products_grid.beef_grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container:not(.radial_layout) div.products_grid.beef_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout {
  position: relative;
  width: 800px;
  height: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout {
    width: 100%;
    height: auto;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
  }
}

@media screen and (max-width: 661px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout {
  height: 720px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout {
    height: auto;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout {
  height: 720px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout {
    height: auto;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.center_character {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.center_character {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.center_character img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial {
    position: static;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px 5px;
    width: 100%;
    height: auto;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item {
    position: static;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item div.product_image {
  width: 120px;
  height: 120px;
  background: #f0f0f0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item div.product_image {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item div.product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item p.product_name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout div.product_items_radial div.product_item p.product_name {
    font-size: 14px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.center_character {
  width: 350px;
  height: 350px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.center_character {
    width: 100%;
    height: auto;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_1 {
  top: 80px;
  left: 320px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_2 {
  top: 80px;
  right: 220px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_3 {
  top: 180px;
  right: 100px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_4 {
  bottom: 240px;
  right: 120px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_5 {
  bottom: 80px;
  right: 180px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_6 {
  bottom: 80px;
  left: 360px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_7 {
  bottom: 80px;
  left: 220px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_8 {
  bottom: 240px;
  left: 100px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.pork_layout div.product_items_radial div.product_item.position_9 {
  top: 160px;
  left: 160px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.center_character {
  width: 350px;
  height: 350px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.center_character {
    width: 100%;
    height: auto;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_1 {
  top: 40px;
  left: 300px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_2 {
  top: 80px;
  right: 200px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_3 {
  top: 200px;
  right: 80px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_4 {
  bottom: 200px;
  right: 80px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_5 {
  bottom: 60px;
  right: 200px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_6 {
  bottom: 20px;
  left: 320px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_7 {
  bottom: 120px;
  left: 180px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_8 {
  bottom: 280px;
  left: 100px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.chicken_layout div.product_items_radial div.product_item.position_9 {
  top: 90px;
  left: 120px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.beef_layout div.product_items_radial {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.beef_layout div.product_items_radial div.product_item.position_1 {
  bottom: 50px;
  left: 365px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.beef_layout div.product_items_radial div.product_item.position_2 {
  top: 50px;
  left: 240px;
}

div.products_section div.products_content div.diagram_section div.diagram_container.radial_layout.beef_layout div.product_items_radial div.product_item.position_3 {
  top: 80px;
  right: 240px;
}

div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item {
  width: auto;
  text-align: center;
}

div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item div.product_image {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item div.product_image {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}

div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item div.product_image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item div.product_image img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item p.product_name {
  width: auto;
  font-size: 16px;
  letter-spacing: 1px;
  color: #1A1A1A;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  div.products_section div.products_content div.diagram_section div.diagram_container div.products_grid div.product_item p.product_name {
    width: auto;
    font-size: 14px;
  }
}

.product_table_section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.product_table_section .title {
  text-align: center;
  margin-bottom: 40px;
}

.product_table_section .title h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.product_table_section .tables_container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.product_table_section .tables_container .product_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product_table_section .tables_container .product_table thead th.category_header {
  background-color: #ca2116;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ca2116;
  letter-spacing: 1px;
}

.product_table_section .tables_container .product_table tbody td {
  padding: 20px 15px;
  vertical-align: top;
  border: 1px solid #ca2116;
}

.product_table_section .tables_container .product_table tbody td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product_table_section .tables_container .product_table tbody td ul li {
  padding: 3px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  letter-spacing: 1px;
}

.product_table_section .tables_container .product_table.other_table .other_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.product_table_section .tables_container .product_table.other_table .other_products span {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-right: 15px;
  margin-top: 3px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .product_table_section {
    padding: 40px 0;
  }
  .product_table_section .title {
    margin-bottom: 30px;
  }
  .product_table_section .title h2 {
    font-size: 2rem;
  }
  .product_table_section .tables_container {
    padding: 0 15px;
  }
  .product_table_section .tables_container .product_table {
    margin-bottom: 20px;
  }
  .product_table_section .tables_container .product_table thead th.category_header {
    font-size: 16px;
    padding: 12px 8px;
  }
  .product_table_section .tables_container .product_table tbody td {
    padding: 15px 10px;
  }
  .product_table_section .tables_container .product_table tbody td ul li {
    font-size: 14px;
    padding: 2px 0;
  }
  .product_table_section .tables_container .product_table.other_table .other_products span {
    font-size: 14px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=business.css.map */