@charset "UTF-8";
.lh-18 {
  line-height: 1.8;
}

.fw-500 {
  font-weight: 500;
}

.line__title_x.txt-fs36 {
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .line__title_x.txt-fs36 {
    font-size: 2.4rem;
  }
}

.line__title_x.txt-fs35 {
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .line__title_x.txt-fs35 {
    font-size: 2.5rem;
  }
}

.line__title_x.txt-fs30 {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .line__title_x.txt-fs30 {
    font-size: 2.4rem;
  }
}

.line__title_x.dect-41 {
  padding-left: 4.1rem;
}
@media screen and (max-width: 767px) {
  .line__title_x.dect-41 {
    padding-left: 2rem;
  }
}

.title-style1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  row-gap: 0.4rem;
}

.cont-1030 {
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-business-right .txt-fs26 {
  line-height: 1.3;
}

.sec1-business1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
@media screen and (max-width: 767px) {
  .sec1-business1 {
    display: block;
  }
}

.sec1-business-right-txt {
  line-height: 1.8;
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec1-business-right-txt {
    padding-top: 2.5rem;
  }
}

.sec1-business {
  padding-top: 22.4rem;
  background-image: url(../img/business/pic1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec1-business {
    padding-top: 5rem;
  }
}

.sec1-business2 {
  max-width: 104.3rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  transform: translateY(-4rem);
}
@media screen and (max-width: 767px) {
  .sec1-business2 {
    position: relative;
    padding-top: 24rem;
  }
  .sec1-business2:before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/business/pic5.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .sec1-business-right {
    margin-top: 3rem;
  }
}

.sec1-business2-img img {
  border-radius: 1rem;
}
.sec1-business2-img li + li {
  margin-top: 2rem;
}

.eng-18 {
  height: 1.8rem;
}

.sec2-business {
  padding-top: 3rem;
  padding-bottom: 15.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2-business {
    padding-bottom: 5rem;
  }
}
.sec2-business:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 167rem;
  background-image: url(../img/business/pic13.jpg);
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec2-business:before {
    height: auto;
    top: 5%;
    bottom: 15%;
  }
}

.sec2-business-left-txt {
  line-height: 1.8;
  padding-left: 4.1rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-left-txt {
    padding-left: 0;
  }
}

.sec2-business-right1 {
  background-color: #f1ece3;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
.sec2-business-right1:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right1 {
    padding: 2rem 1.5rem;
  }
}

.sec2-business-right2-item {
  background-color: #f1ece3;
  padding-left: 3rem;
  padding-right: 3.8rem;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right2-item {
    padding: 2rem 1.5rem;
  }
}
.sec2-business-right2-item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-right2-item + .sec2-business-right2-item {
    margin-top: 3rem;
  }
}

.sec2-business-right3 {
  background-color: #f1ece3;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 4.2rem;
  padding-bottom: 4.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right3 {
    padding: 2rem 1.5rem;
  }
}
.sec2-business-right3:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
}

.sec2-business-right-gr-title {
  line-height: 1.6;
}
.sec2-business-right-gr-title img {
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right-gr-title img {
    width: 8.2rem;
  }
}

.sec2-business-right-gr-title--flex {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right-gr-title--flex {
    display: block;
    text-align: center;
  }
  .sec2-business-right-gr-title--flex img {
    margin-bottom: 0.7rem;
  }
}

.sec2-business-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec2-business-main {
    display: block;
  }
}
.sec2-business-main .sec2-business-left {
  width: 39.3%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .sec2-business-main .sec2-business-left {
    width: 100%;
    max-width: 100%;
    padding-bottom: 3rem;
  }
}
.sec2-business-main .sec2-business-right {
  width: 60.7%;
}
@media screen and (max-width: 767px) {
  .sec2-business-main .sec2-business-right {
    width: 100%;
  }
}

.sec2-business-right1-main {
  display: grid;
  grid-template-columns: 48.3% 1fr;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right1-main {
    display: block;
  }
  .sec2-business-right1-main .sec2-business-right1-main-img {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .sec2-business-left-fixed {
    padding-top: 4rem;
    position: sticky;
    top: calc(50% - 15rem);
    left: 0;
    padding-bottom: 4rem;
  }
  .sec2-business-left-fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2rem;
    right: -4rem;
    bottom: 0;
    background-color: #F7F4EC;
    z-index: -1;
    border-radius: 1rem;
  }
}

.sec2-business-right2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right2 {
    display: block;
  }
  .sec2-business-right2 .js-trigger {
    margin-bottom: 3rem;
  }
  .sec2-business-right2 .js-trigger:last-child {
    margin-bottom: 0;
  }
}

.sec2-business-right-gr-title--center {
  text-align: center;
}
.sec2-business-right-gr-title--center img {
  margin-bottom: 0.7rem;
}

.sec2-business-right2-item .sec2-business-right-gr-title--center {
  padding-bottom: 1.8rem;
}

.sec2-business-right3-flex {
  max-width: 68.6rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: 37.3% 1fr;
  -moz-column-gap: 10.9%;
       column-gap: 10.9%;
  align-items: center;
  padding-top: 1.8rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right3-flex {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sec2-business-right3-flex .sec2-business-right3-content {
    padding-top: 2.5rem;
  }
}

.sec2-business-right3-table table {
  width: 100%;
}
.sec2-business-right3-table table tr:first-child td {
  border-top: 1px solid #3c2f28;
}
.sec2-business-right3-table table tr td {
  vertical-align: top;
  border-bottom: 1px solid #3c2f28;
  padding-top: 2.8rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right3-table table tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
    padding: 1.5rem !important;
  }
}
.sec2-business-right3-table table tr td:first-child {
  width: 20.4rem;
  padding-left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-business-right3-table table tr td:first-child {
    color: #fff;
    background-color: #3c2f28;
  }
}
.sec2-business-right3-table table tr td:last-child {
  width: calc(100% - 20.4rem);
  padding-right: 3rem;
}

.sec3-business {
  padding-top: 21.4rem;
}
@media screen and (max-width: 767px) {
  .sec3-business {
    padding-top: 3rem;
  }
}

.sec3-business-cont {
  max-width: 140.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
.sec3-business-cont .line__title_x {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.sec3-business-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  text-align: center;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec3-business-ul {
    padding-top: 5rem;
    display: block;
  }
  .sec3-business-ul li + li {
    margin-top: 2.5rem;
  }
}
.sec3-business-ul .content_z {
  background-color: #EFEBE7;
  padding-top: 1.3rem;
  padding-bottom: 1.8rem;
  border-radius: 1rem;
}
.sec3-business-ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
}
.sec3-business-ul li .sec3-business-img-num {
  width: 8rem;
  margin-bottom: 2.2rem;
}
.sec3-business-ul li .sec3-business-img-icon {
  height: 10rem;
  width: auto;
}
.sec3-business-ul li .txt-fs20 {
  line-height: 1.7;
  margin-top: 2.3rem;
}

.sec3-business-txt-sub {
  text-align: center;
  padding-top: 8.3rem;
}
@media screen and (max-width: 767px) {
  .sec3-business-txt-sub {
    padding-top: 4rem;
  }
}

.title-style2 {
  text-align: center;
  padding-top: 4.4rem;
}
.title-style2 .fw-500 {
  display: block;
  font-size: 3.5rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .title-style2 .fw-500 {
    font-size: 2.5rem;
  }
}

.sec4-business {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec4-business {
    padding-top: 5rem;
  }
}

.sec4-business-left {
  max-width: 157rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 56% 1fr;
  align-items: flex-start;
  -moz-column-gap: 7.6%;
       column-gap: 7.6%;
}
@media screen and (max-width: 1600px) {
  .sec4-business-left {
    -moz-column-gap: 5.6%;
         column-gap: 5.6%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-business-left {
    display: block;
  }
}

.sec4-business-left-content {
  padding-top: 6rem;
}
.sec4-business-left-content .line__title_x {
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
  .sec4-business-left-content .line__title_x {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-business-left-content {
    padding-top: 5rem;
    margin-left: 1.5rem;
  }
}

.sec4-business-left-img-main {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.sec4-business-left-img-main img {
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.sec4-business-left-img-main:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
  top: 1.5rem;
  left: -2px;
  width: auto;
  right: -1.5rem;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
}

.sec4-business-left1 {
  margin-top: 12.4rem;
}
@media screen and (max-width: 767px) {
  .sec4-business-left1 {
    margin-top: 4rem;
  }
}

.sec4-business-cont {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
.sec4-business-cont .sec4-business-item + .sec4-business-item {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sec4-business-cont .sec4-business-item + .sec4-business-item {
    margin-top: 4rem;
  }
}

.sec4-business-item {
  display: grid;
  grid-template-columns: 46.5% 1fr;
  align-items: center;
  -moz-column-gap: 7.4%;
       column-gap: 7.4%;
}
@media screen and (max-width: 767px) {
  .sec4-business-item {
    display: flex;
    flex-direction: column-reverse;
  }
}

.sec4-business-item-imgm img {
  border-radius: 1rem;
}
.sec4-business-item-imgm:before {
  left: 1rem;
  top: 1rem;
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
}

.style3 {
  font-size: 3rem;
  line-height: 1;
  padding-top: 0.5rem;
  padding-left: 4.2rem;
}
@media screen and (max-width: 767px) {
  .style3 {
    font-size: 2.2rem;
    padding-left: 2rem;
    padding-top: 1rem;
  }
}

.sec4-business-item-content {
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .sec4-business-item-content {
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.sec4-business-item-content .style3 {
  margin-bottom: 3rem;
}

.sec5-business {
  position: relative;
  padding-top: 16.6rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 767px) {
  .sec5-business {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}
.sec5-business .sec4-business-bg {
  position: absolute;
  top: -7.5rem;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: calc(100% - 1.5rem);
  max-width: 176rem;
  background-color: #f1ece3;
  background-image: url(../img/business/pic28.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5-business .sec4-business-bg {
    top: 0;
    width: 100%;
    border-radius: 0;
    max-width: 100%;
  }
}

.eng-20 {
  height: 2rem;
}

@media screen and (min-width: 768px) {
  .sec6-business-left-content {
    padding-top: 9.7rem !important;
  }
}

.sec6-business {
  margin-top: 34rem;
}
@media screen and (max-width: 767px) {
  .sec6-business {
    margin-top: 5rem;
  }
}

.sec7-business {
  position: relative;
  padding-top: 18.4rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .sec7-business {
    padding: 5rem 0;
    margin-top: 5rem;
  }
}
.sec7-business .sec7-business-bg {
  position: absolute;
  top: -7.5rem;
  left: 0;
  bottom: 0;
  background-color: #f1ece3;
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
  z-index: -2;
  width: calc(100% - 1.5rem);
  max-width: 176rem;
}
@media screen and (max-width: 767px) {
  .sec7-business .sec7-business-bg {
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

.sec7-business-cont {
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec7-business-ul {
  padding-left: 3.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  padding-bottom: 8.6rem;
}
@media screen and (max-width: 767px) {
  .sec7-business-ul {
    display: block;
    padding-left: 0;
    padding-bottom: 4rem;
    text-align: center;
  }
  .sec7-business-ul li + li {
    margin-top: 2rem;
  }
}
.sec7-business-ul .txt-fs20 {
  margin-top: 1rem;
}

.sec7-business-txtsub {
  text-align: center;
}

.sec8-business {
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .sec8-business {
    padding-top: 5rem;
  }
}

.sec8-business-cont {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 50%;
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
  margin-top: 4rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec8-business-cont {
    display: block;
  }
}

.sec8-business-left-txt {
  padding-left: 4.1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec8-business-left-txt {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec8-business-right {
    margin-top: 2.5rem;
  }
}
.sec8-business-right img {
  border-radius: 3rem;
}

.sec9-business {
  padding-top: 6rem;
}

.sec9-business-box {
  background-color: #fff;
  border-radius: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 8rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .sec9-business-box {
    padding: 3rem 1.5rem;
  }
}

.sec9-business-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .sec9-business-ul {
    padding-top: 3rem;
    display: block;
  }
}
.sec9-business-ul img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .sec9-business-ul li + li {
    margin-top: 3rem;
  }
}

.sec9-business-table-m {
  font-size: 1.7rem;
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec9-business-table-m {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}
.sec9-business-table-m tr td:first-child {
  width: 36rem;
  padding-left: 2.4rem;
  padding-right: 1.5rem;
  border-right: 1px solid #9D9793;
}
@media screen and (max-width: 767px) {
  .sec9-business-table-m tr td:first-child {
    padding-left: 1.5rem;
    width: calc(100% - 8rem);
  }
}
.sec9-business-table-m tr td:last-child {
  width: calc(100% - 36rem);
  text-align: right;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .sec9-business-table-m tr td:last-child {
    padding-right: 1.5rem;
    width: 8rem;
  }
}
.sec9-business-table-m tr td {
  vertical-align: middle;
  border-bottom: 1px solid #9D9793;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.sec9-business-table-m tr:first-child td {
  border-top: 1px solid #9D9793;
}

@media screen and (min-width: 768px) {
  .sec8-business-left {
    padding-bottom: 2.2rem;
  }
}

.sec10-business {
  padding-top: 24rem;
}
@media screen and (max-width: 767px) {
  .sec10-business {
    padding-top: 5rem;
  }
}

.sec1-partner {
  max-width: 167.5rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 57.3% 1fr;
  -moz-column-gap: 6.3%;
       column-gap: 6.3%;
  padding-top: 16rem;
  padding-bottom: 19rem;
}
@media screen and (max-width: 1500px) {
  .sec1-partner {
    -moz-column-gap: 4.5%;
         column-gap: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-partner {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec1-partner-img-main {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.sec1-partner-img-main:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
  width: auto;
  left: -2px;
  right: -1rem;
  border-bottom-left-radius: 0;
}
.sec1-partner-img-main img {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.sec1-partner-right {
  background-image: url(../img/partner/pic2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec1-partner-right {
    padding-left: 1.5rem;
    display: block;
    margin-top: 3rem;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
    background-size: cover;
  }
}

.sec1-partner-right-tlt {
  line-height: 1.7;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec1-partner-right-tlt {
    font-size: 2rem;
  }
}

.sec1-partner-line {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  height: 1rem;
  border-radius: 100rem;
  background-color: rgba(60, 47, 40, 0.2);
}
@media screen and (max-width: 767px) {
  .sec1-partner-line {
    width: calc(100% - 10rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.sec1-partner-right-txt-sub {
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-partner-right-txt-sub {
    margin-top: 2.5rem;
  }
}

.sec1-partner-right-txt-subp {
  margin-top: 2.5rem;
}
.sec1-partner-right-txt-subp span {
  display: inline-block;
}

.sec2-partner-cont {
  max-width: 138rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-partner-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main {
    display: block;
  }
}

.sec2-partner-main-left {
  width: 38.4%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main-left {
    width: 100%;
  }
}

.sec2-partner-main-right {
  width: 61.6%;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main-right {
    width: 100%;
  }
}

.sec2-partner-main-right-box:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
  top: 1rem;
  left: 1rem;
}

@media screen and (max-width: 767px) {
  .sec2-partner-main-right-ul {
    padding-top: 3rem;
  }
}
.sec2-partner-main-right-ul li .content_z {
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  background-color: #f1ece3;
  padding-left: 3.8rem;
  padding-right: 7rem;
  padding-top: 5.5rem;
  padding-bottom: 6.4rem;
  min-height: 29.3rem;
  width: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main-right-ul li .content_z {
    padding: 2rem 1.5rem;
    display: block;
    min-height: auto;
  }
}
.sec2-partner-main-right-ul li + li {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main-right-ul li + li {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-partner-main-right-number {
    text-align: center;
    padding-bottom: 2rem;
  }
}

.sec2-partner-main-right-number img {
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main-right-number img {
    width: 8.2rem;
  }
}

.sec2-partner-main-right-content-tlt {
  font-size: 2.8rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-partner-main-right-content-tlt {
    font-size: 2.2rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sec2-partner-main-left-fixed {
    padding-top: 3rem;
    position: sticky;
    top: calc(50% - 9rem);
    left: 0;
    padding-bottom: 4rem;
  }
  .sec2-partner-main-left-fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2rem;
    right: -4rem;
    bottom: 0;
    background-color: #F7F4EC;
    z-index: -1;
    border-radius: 1rem;
  }
}

.sec2-partner {
  position: relative;
  padding-bottom: 8.7rem;
}
.sec2-partner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/partner/pic7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 140rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec2-partner:before {
    height: auto;
    top: 0;
  }
}

.sec3-partner-1000 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-partner {
  padding-top: 12rem;
  position: relative;
}
.sec3-partner:after {
  content: "";
  position: absolute;
  width: 59.7rem;
  height: 49.9rem;
  background-image: url(../img/partner/pic14.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 17.6rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec3-partner:after {
    top: 5rem;
    width: 100%;
    height: 64.1rem;
  }
}
.sec3-partner:before {
  content: "";
  position: absolute;
  background-image: url(../img/partner/pic15.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 43.9rem;
  height: 45.6rem;
  bottom: -1rem;
  left: 3.4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec3-partner:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 79.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-partner {
    padding-top: 5rem;
  }
}

.sec3-partner-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 6.7rem;
       column-gap: 6.7rem;
  padding-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .sec3-partner-ul {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
    padding-top: 5rem;
  }
}
.sec3-partner-ul li {
  background-color: #FFFFFF;
  border-radius: 100rem;
  border: 1px solid #3c2f28;
  aspect-ratio: 1/1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.04;
}
.sec3-partner-ul li .content_z {
  height: 100%;
  width: 100%;
  padding-top: 6rem;
  border-radius: 100rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .sec3-partner-ul li .content_z {
    padding-top: 4rem;
  }
}
.sec3-partner-ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.8rem;
  left: 0.8rem;
  border-radius: 100rem;
  background-color: rgba(60, 47, 40, 0.2);
  z-index: -1;
}
.sec3-partner-ul li img {
  height: 1rem;
  margin-bottom: 1.6rem;
}

.sec3-partner-1090 {
  max-width: 109rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-partner-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec3-partner-bottom {
    display: block;
    margin-top: 4rem;
  }
  .sec3-partner-bottom li + li {
    margin-top: 3rem;
  }
}
.sec3-partner-bottom li {
  background-color: #fff;
}

.sec3-partner-bottom-box .content_z {
  border-radius: 1rem;
  background-color: #fff;
  padding-left: 4.5rem;
  padding-right: 3.8rem;
  padding-top: 4.3rem;
  padding-bottom: 2.6rem;
  min-height: 23.2rem;
}
@media screen and (max-width: 767px) {
  .sec3-partner-bottom-box .content_z {
    padding: 2.5rem 1.5rem;
  }
}
.sec3-partner-bottom-box img {
  height: 1rem;
  width: auto;
}
.sec3-partner-bottom-box:before {
  top: 1rem;
  letter-spacing: 1rem;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #3c2f28;
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
}
.sec3-partner-bottom-box .txt-fs25 {
  line-height: 1.2;
  margin-top: -0.5rem;
  padding-bottom: 2.3rem;
}

.sec4-partner {
  background-color: #fff;
  border-radius: 3.5rem;
  padding-top: 9.3rem;
  padding-bottom: 10.5rem;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .sec4-partner {
    padding-top: 5rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec4-partner-table {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-partner-tablem {
  width: 100%;
}
.sec4-partner-tablem tr td {
  border: 1px solid #9E9793;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-partner-tablem tr td {
    width: 100% !important;
    float: left;
    border: 0;
    padding: 1.5rem;
  }
}
.sec4-partner-tablem tr td:first-child {
  font-size: 1.6rem;
  color: #008167;
  width: 19.6rem;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .sec4-partner-tablem tr td:first-child {
    background-color: rgba(213, 199, 161, 0.2);
  }
}
.sec4-partner-tablem tr td:last-child {
  font-size: 1.7rem;
  width: calc(100% - 19.6rem);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .sec4-partner-tablem tr td:last-child {
    font-size: 1.6rem;
  }
}

.sec4-partner-table {
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sec4-partner-table {
    padding-top: 3rem;
  }
}

.sec5-partner {
  border-radius: 4rem;
  background-color: #037F67;
  padding-top: 5.5rem;
  padding-bottom: 7.5rem;
  margin-top: 15rem;
  margin-bottom: 27.4rem;
}
@media screen and (max-width: 767px) {
  .sec5-partner {
    padding-bottom: 5rem;
    padding-top: 5rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.sec5-partner:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
  border-radius: 4rem;
  left: 1.6rem;
  top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .sec5-partner:before {
    left: 1rem;
    top: 1rem;
  }
}
.sec5-partner .title-style2 {
  color: #fff;
}
.sec5-partner .title-style2 img {
  width: auto;
}
.sec5-partner .title-style2:before {
  background-color: white;
}

.sec5-partner-ul {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 5.8rem;
       column-gap: 5.8rem;
  padding-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .sec5-partner-ul {
    display: block;
    width: calc(100% - 9rem);
  }
}
.sec5-partner-ul li + li:before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/partner/pic26.png);
  left: -4.3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec5-partner-ul li + li:before {
    top: -6rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .sec5-partner-ul li + li {
    margin-top: 8rem;
  }
}
.sec5-partner-ul li {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100rem;
  text-align: center;
  padding-top: 5.5rem;
  line-height: 1;
  position: relative;
}
.sec5-partner-ul li img.sec5-partner-icon {
  width: auto;
  height: 0.9rem;
}
.sec5-partner-ul li img.sec5-partner-icon2 {
  width: auto;
  height: 8rem;
  margin-top: 2rem;
}
.sec5-partner-ul li .txt-fs22 {
  padding-top: 1.4rem;
}

.sec5-partner-txtsp {
  text-align: center;
  color: #fff;
  padding-top: 4.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sec5-partner-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37rem;
  height: 8rem;
  border-radius: 100rem;
  background-color: #3c2f28;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  border: 2px solid #3c2f28;
}
.sec5-partner-btn-link:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #D6C5A5;
  position: absolute;
  top: 50%;
  left: 3rem;
  border-radius: 100rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.sec5-partner-btn-link:hover {
  background-color: transparent;
}
.sec5-partner-btn-link:hover::before {
  background-color: #3c2f28;
}
@media screen and (max-width: 767px) {
  .sec5-partner-btn-link {
    width: 30rem;
    height: 7rem;
    font-size: 1.5rem;
  }
}

.sec5-partner .sec5-partner-btn-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

header {
  top: 0;
  position: fixed;
  border-top: 2rem solid #008167;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    background-color: #f4efe8;
  }
}
header .header__logo {
  width: 52rem;
  background-color: #f4efe8;
  border-radius: 0 0 4rem 0;
  padding: 4.3rem 0 5.3rem 6.5rem;
}
@media screen and (max-width: 767px) {
  header .header__logo {
    width: 25rem;
    border-radius: 0;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
header .header__menu {
  width: calc(100% - 52rem);
}
@media screen and (max-width: 767px) {
  header .header__menu {
    width: 100%;
    display: none;
  }
  header .header__menu .menu_item {
    width: 100%;
    text-align: center;
  }
}
header .header__menu .text_img {
  position: relative;
  display: flex;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  header .header__menu .text_img {
    justify-content: center;
  }
}
header .header__menu .list__menu {
  justify-content: right;
  padding: 3rem 5rem;
  background-color: #f7f4ec;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  header .header__menu .list__menu {
    gap: 2rem;
    padding: 2rem 1.5rem;
    justify-content: center;
  }
}
header .hv-r {
  position: relative;
  display: block;
}
header .hv-r:hover .g2 {
  opacity: 1;
}
header .hv-r:hover.icon_link::after {
  background-image: url(../img/common/icon_lg.png);
}
header .hv-r .g2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  header .hv-r .g2 {
    left: 50%;
    transform: translateX(-50%);
  }
}
header .hv-r .g2.is-active {
  opacity: 1;
}

footer {
  position: relative;
  background-image: url(../img/common/bg__ft.png);
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 4rem 4rem 0 0;
  background-color: #bb9e71;
  padding-top: 7.689rem;
}
@media screen and (max-width: 767px) {
  footer {
    border-radius: 2rem 2rem 0 0;
    background-size: 180rem;
  }
}
footer .gbd__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d95633;
  border-radius: 1rem 0 0.9rem 0;
  font-size: max(1.2rem, 9px);
  text-align: center;
  width: 16rem;
  height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .gbd__bottom::after {
  position: absolute;
  content: "";
  right: 0.8rem;
  bottom: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #272936;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
footer .footer__contact .line_title_top {
  padding-bottom: 4rem;
}
footer .footer__contact .line_title_top img {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__contact .container {
    width: 100%;
  }
}
footer .footer__contact .col__02 {
  width: calc(50% - 1.5rem);
}
footer .footer__contact .col__02.gray_gradient {
  padding-bottom: 10rem;
}
footer .footer__contact .col__02.gray_gradient .text__img {
  margin-top: 9rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__contact .col__02.gray_gradient .text__img {
    margin-top: 6rem;
  }
}
footer .footer__contact .col__02.gray_gradient .button__center {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__contact .col__02.gray_gradient {
    padding-bottom: 7rem;
  }
}
footer .footer__contact .col__02.blue_gradient {
  display: flex;
  position: relative;
}
footer .footer__contact .col__02.blue_gradient .content_z {
  display: block;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__contact .col__02.blue_gradient .content_z {
    padding: 0 1.5rem;
  }
}
footer .footer__contact .col__02.blue_gradient .content_z .text__line_medium {
  margin-top: 1.2rem;
}
footer .footer__contact .col__02.blue_gradient .content_z .txt-fs16 {
  margin-top: 1rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__contact .col__02 {
    width: 100%;
  }
  footer .footer__contact .col__02 .txt-fs15 {
    font-size: 1.4rem;
  }
}
footer .footer__contact .bg_f02 {
  background-image: url(../img/common/f_ct_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .footer__contact .row {
  gap: 3rem;
}
footer .footer__contact .recruit_bg {
  background-image: url(../img/common/f_ct03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .footer__contact .recruit_bg .text__img {
  margin-bottom: 3.5rem;
}
footer .footer__contact .recruit_bg a {
  padding: 11.8rem 1.5rem 7.2rem;
}
@media screen and (max-width: 767px) {
  footer .footer__contact .recruit_bg a {
    padding: 7rem 1.5rem 5rem;
  }
}
footer .copyright__text {
  font-size: 1.4rem;
  color: #99cdc2;
}
footer .ft_contact {
  margin: 9.5rem 0 11.5rem;
}
@media screen and (max-width: 767px) {
  footer .ft_contact {
    margin: 8rem 0 8rem;
  }
}
footer .ft_contact .text__img {
  margin-bottom: 2.2rem;
}
footer .ft_contact .txt-fs15 {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}
footer .footer_content {
  padding: 6rem 0rem 2rem;
  border-radius: 1rem 1rem 0 0;
}
footer .footer_content::before {
  border-radius: 1rem 1rem 0 0;
}
footer .footer_content .line_title_top .j__s {
  padding-top: 5rem;
}
footer .footer_content .line_title_top .j__s .col__12 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  footer .footer_content .line_title_top .j__s .col__12 {
    margin-top: 6rem;
  }
}
footer .footer__menu {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  footer .footer__menu .button__right {
    margin: 0 auto;
  }
}
footer .footer__infor_data {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
footer .list_inter {
  display: inline-flex;
  gap: 1rem;
  margin-left: 2rem;
}
footer .list__footer__menu {
  gap: 2.5rem;
  margin-bottom: 3.7rem;
}
footer .j__s {
  justify-content: space-between;
}
footer .footer__privacy {
  margin-bottom: 3.5rem;
}
footer .footer__privacy .link__footer {
  margin-right: 5.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__privacy .link__footer {
    margin-right: 3rem;
  }
}
footer .footer__privacy .link__footer:last-child {
  margin-right: 0;
}

.banner__page {
  height: 50rem;
  background-size: 179rem auto;
  max-width: 179rem;
  margin: 13.7rem auto 0;
  padding-top: 17rem;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .banner__page {
    border: 0;
    padding-top: 10rem;
    height: 35rem;
    border-radius: 0;
  }
}
.banner__page::before {
  border-radius: 4rem;
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .banner__page::before {
    content: none;
  }
}
.banner__page::after {
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .banner__page::after {
    border-radius: 0;
  }
}
.banner__page .text__img {
  padding-top: 5rem;
}
.banner__page .title__lv2 {
  font-size: 4.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .banner__page .title__lv2 {
    font-size: 3.2rem;
  }
}

.background__dua {
  padding-top: 15rem;
  padding-bottom: 20rem;
  background-image: url(../img/privacy/background__dua.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .background__dua {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
}

.container__large {
  max-width: 139rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  background-color: #f1ece3;
}
.container__large::before {
  top: 1.3rem;
  left: 1.3rem;
  border-radius: 4rem;
}

.max__1000 {
  max-width: 100rem;
  width: calc(100% - 3rem);
  margin: 11rem auto 12rem;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .max__1000 {
    margin: 9rem auto 8rem;
  }
}
.max__1000 .txt-fs16 {
  padding-bottom: 1rem;
}
.max__1000 .group_text {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .max__1000 .group_text {
    margin-top: 5rem;
  }
}
.max__1000 .style3 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .max__1000 .style3 {
    margin-bottom: 2.5rem;
    line-height: 1.5;
    padding-top: 0;
  }
}
.max__1000 .link__contact {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.list_start {
  padding-left: 1.5rem;
}
.list_start li {
  list-style: auto;
}

.list_dot {
  padding-left: 2rem;
}
.list_dot li {
  list-style: disc;
}

.max__1100 {
  max-width: 110rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
}

.max_1600 {
  max-width: 160rem;
  width: calc(100% - 3rem);
  margin: 15rem auto 0;
}
@media screen and (max-width: 767px) {
  .max_1600 {
    margin: 8rem auto 0;
  }
}

.message__content {
  margin-bottom: 15rem;
  background-image: url(../img/company/bg_0.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px auto;
  padding-bottom: 4rem;
}
.message__content .container-full {
  position: relative;
  background-image: url(../img/company/crop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 4.5rem;
  padding-bottom: 11rem;
}
.message__content .container-full::before {
  position: absolute;
  content: "";
  top: 23.5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 40rem);
  background-color: #f1ece3;
  z-index: -1;
}
.message__content .container-full::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/company/crop_02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message__content .container-full {
    background-image: none;
    background-color: #f1ece3;
    border-radius: 2rem;
    width: 100%;
    margin: 0;
    padding: 0 1.5rem 7rem;
  }
  .message__content .container-full::after, .message__content .container-full::before {
    content: none;
  }
}
.message__content .bg_opacity_before::before {
  top: 1rem;
  left: 1rem;
  z-index: 0;
}
.message__content .line__title_x {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .message__content .line__title_x {
    margin-bottom: 5rem;
  }
}
.message__content .border__radius_medium {
  margin-bottom: 3rem;
}
.message__content .border__radius_medium img {
  position: relative;
  z-index: 1;
  border-radius: 2.2rem;
}
.message__content .max_1600 .border__radius_medium img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .message__content {
    margin-bottom: 8rem;
  }
}

.access__content .bg_opacity_before::before {
  opacity: 0.1;
  top: 0.7rem;
  left: 1rem;
}

.table__data {
  font-size: 1.7rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .table__data {
    padding-right: 0.5rem;
    font-size: 1.5rem;
    border-bottom: 0 !important;
  }
}

.table__content tr:last-child .table__data {
  border-bottom: 1px solid #9c9591 !important;
}

.company__content {
  margin-top: 15rem;
  margin-bottom: 24.5rem;
}
@media screen and (max-width: 767px) {
  .company__content {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.access__content .container-full {
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__content .container-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.access__content .container-full::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 4rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/company/banner_access.png);
  background-size: 140rem auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}
.access__content .line__title_x {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.access__content .row {
  gap: 3rem 0;
}
.access__content .bg_opacity_before::before {
  border-radius: 2.2rem;
}
.access__content iframe {
  width: 100%;
  height: max(31rem, 310px);
}
.access__content .col__o5 {
  width: 54%;
}
.access__content .col__b4 {
  width: 46%;
  padding-top: 11.5rem;
  padding-left: 8.5rem;
}
@media screen and (max-width: 767px) {
  .access__content .col__o5,
  .access__content .col__b4 {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
  }
  .access__content .col__o5 {
    order: 2;
  }
  .access__content .col__b4 {
    order: 1;
  }
  .access__content .col__12 {
    order: 3;
  }
}
.access__content .title_line_tops {
  position: relative;
  padding-top: 1.3rem;
  margin-bottom: 1.2rem;
}
.access__content .title_line_tops::before {
  position: absolute;
  height: 0.4rem;
  width: 9rem;
  background-color: #3c2f28;
  opacity: 0.2;
  left: 0;
  top: 0;
  content: "";
  border-radius: 0.14rem;
}

.max__1000x {
  width: calc(100% - 3rem);
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .max__1000x {
    width: 100%;
  }
}

.table__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table__content {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}
.table__content tr td {
  border-top: 1px solid #9c9591;
  border-bottom: 1px solid #9c9591;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .table__content tr td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.table__content .table__data,
.table__content .table__value {
  border-left: 1px solid #9c9591;
}

.qua_content .table__header {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .qua_content .table__header {
    width: 12rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem;
  }
}
.qua_content td {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .qua_content td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .qua_content .table__data {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.table__value {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .table__value {
    width: 4rem;
    padding-left: 0.5rem !important;
  }
}

.table__header {
  width: 20rem;
  padding-left: 5rem;
  color: #008167;
}

.data__content .container-full {
  margin-bottom: 14.5rem;
}
@media screen and (max-width: 767px) {
  .data__content .container-full {
    margin-bottom: 8rem;
  }
}
.data__content .line__title_x {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .full__mobile td {
    width: 100%;
    float: left;
    padding-left: 0.5rem !important;
    border-left: 0 !important;
  }
  .full__mobile .table__data {
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  .full__mobile .table__header {
    border-bottom: 0 !important;
    padding-bottom: 0.5rem !important;
  }
}
.pd_data .d-inline {
  display: inline-block;
  padding-right: 2rem;
  padding-left: 1.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pd_data .d-inline {
    display: block;
  }
}
.pd_data .d-inline:last-child {
  margin-right: 0;
}
.pd_data .d-inline::before {
  position: absolute;
  left: 0;
  content: "・";
}

.auto_data .d-inline {
  display: inline-block;
  min-width: 19.7rem;
  padding-left: 1.7rem;
  position: relative;
}
.auto_data .d-inline::before {
  position: absolute;
  left: 0;
  content: "・";
}

.p_data .d-inline {
  display: inline-block;
  padding-left: 1.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_data .d-inline {
    display: block;
  }
}
.p_data .d-inline::before {
  position: absolute;
  left: 0;
  content: "・";
}

.col_a {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .col_a {
    width: 100%;
  }
}

.auto_b {
  display: block;
  text-align: right;
  margin-top: -3rem;
}

.col__text {
  padding-top: 7.5rem;
  width: 60%;
  padding-right: 8rem;
}

.col__img_right {
  width: 40%;
}
.col__img_right .group_txt_img {
  position: relative;
  margin-right: -14rem;
  width: calc(100% + 14rem);
}
@media screen and (max-width: 767px) {
  .col__img_right .group_txt_img {
    margin-right: 0;
    width: 100%;
  }
}
.col__img_right .group_txt_img .txt-fs25 {
  display: inline-block;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .col__text {
    width: 100%;
    padding-right: 0;
  }
  .col__img_right {
    width: 100%;
    margin-top: 4rem;
  }
}
.background__duac {
  padding-top: 4rem;
  padding-bottom: 16rem;
  background-image: url(../img/contact/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .background__duac {
    padding: 2rem 1.5rem 10rem;
  }
}
.background__duac .line__title_x {
  margin-top: 11rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .background__duac .line__title_x {
    margin-top: 7rem;
  }
}

.table__form {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .table__form {
    margin-bottom: 2.5rem;
  }
}

.mg_46 {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.contact_now .bg_opacity_before {
  background-color: #f1ece3;
  padding-top: 7rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact_now .bg_opacity_before {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}
.contact_now .bg_opacity_before::before {
  top: 1rem;
  left: 1rem;
}

.col_phone {
  width: 50%;
}
.col_phone img {
  margin-left: -8rem;
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
}

.col_fax {
  width: 50%;
}
.col_fax img {
  margin-left: -8rem;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .col_phone {
    margin-bottom: 3rem;
  }
  .col_fax,
  .col_phone {
    width: 100%;
  }
  .img__iphone img {
    margin-left: -2rem !important;
    width: 23.7rem !important;
    margin-top: 1.3rem !important;
    margin-bottom: 1rem !important;
  }
  .img__ifax img {
    margin-left: -2rem !important;
    width: 23.28rem !important;
    margin-top: 1.3rem !important;
    margin-bottom: 1rem !important;
  }
}
/* The container */
.check_form {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .check_form {
    padding-bottom: 0;
  }
}

/* Hide the browser's default radio button */
.check_form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #f1ece3;
  border-radius: 50%;
  border: 0;
}

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check_form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check_form .checkmark:after {
  top: 0.8rem;
  left: 0.8rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #008167;
}

textarea {
  resize: none;
  height: 20rem;
}

button {
  border: none;
}

.table__form {
  width: 100%;
}

.input_form,
textarea {
  width: 100%;
  border: 0;
  font-size: 1.6rem;
  background-color: #f1ece3;
  padding: 2.1rem 1.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .input_form,
  textarea {
    font-size: 1.5rem;
    padding: 1.3rem 1.5rem;
  }
}

.table__form_lable {
  width: 28rem;
  padding-top: 1.7rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table__form_lable {
    float: left;
    width: 100%;
    padding-bottom: 0.5rem;
  }
}

.table__form_input {
  width: calc(100% - 28rem);
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .table__form_input {
    float: left;
    width: 100%;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .background__duac .line__title_x.txt-fs36 {
    font-size: 2.5rem;
  }
}
.max__80 {
  max-width: 79rem;
  margin: 0 auto;
}

.required {
  position: relative;
}

.auto_required {
  position: absolute;
  top: 1.7rem;
  right: 3rem;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background-color: #008167;
  line-height: 0;
  border-radius: 0.6rem;
  letter-spacing: 0.5rem;
  padding: 1.2rem 0.8rem 1.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .auto_required {
    font-size: 1.5rem;
    top: 1.5rem;
    right: 0rem;
  }
}

/* The container */
.check_box {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_box input {
  position: absolute;
  opacity: 0;
  top: 1.5rem;
  left: 0.5rem;
}

/* Create a custom checkbox */
.check_mark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.1rem;
  width: 2.1rem;
  background-color: #f1ece3;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.check_box input:checked ~ .check_mark {
  background-color: #008167;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check_mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_box input:checked ~ .check_mark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_box .check_mark:after {
  left: 0.8rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
}

.table__x .un_input {
  display: block;
  background-color: rgba(60, 47, 40, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
}
.table__x .table__form_row:last-child {
  display: none;
}

.form-submit-area-right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.top__company {
  margin-bottom: -4.5rem;
}
@media screen and (max-width: 767px) {
  .top__company {
    margin-bottom: 0;
  }
}
.top__company .line_title_top {
  margin-top: 5.5rem;
  padding-top: 5rem;
  margin-bottom: 3.5rem;
}
.top__company .button__center {
  margin-top: 7rem;
}
.top__company .border__radius_min {
  border-radius: 0 1.3rem 1.3rem 0 !important;
}
@media screen and (max-width: 767px) {
  .top__company .border__radius_min {
    border-radius: 1.3rem !important;
  }
}

.col__02 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col__02 {
    margin: 0 1.5rem;
    width: 100%;
  }
}

.max__580 {
  max-width: 58rem;
  margin: 10.4vw 0 0 15rem;
}

.max__480 {
  max-width: 48rem;
  margin: 0 auto;
}

.bg_left {
  background-image: url(../img/top/bg_left.png);
  background-size: 192rem auto;
  background-position: left 14rem;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
  .max__580 {
    margin: 6.4vw 0 0 15rem;
  }
}
@media screen and (max-width: 1279px) {
  .max__580 {
    margin: 4vw 0 0 15rem;
  }
}
@media screen and (max-width: 767px) {
  .max__580 {
    margin: 4rem 0 8rem;
  }
  .max__580 .txt-fs28 {
    font-size: 2.1rem;
  }
}
.mg_c4 {
  margin-top: 12rem;
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .mg_c4 {
    margin-top: 8rem;
    margin-bottom: 10rem;
  }
}

.un__title {
  background-color: #f1ece3;
}
.un__title .row {
  padding: 3.5rem 0;
  align-items: center;
}
.un__title .row .col__02:first-child {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .un__title .row .col__02:first-child {
    margin-top: 4rem;
    padding-right: 0rem;
  }
}
.un__title .row .col__02:first-child .txt-fs16 {
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .un__title .row .col__02:first-child .txt-fs16 {
    padding-right: 0rem;
  }
}
.un__title .row .col__02:last-child {
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .un__title .row .col__02:last-child {
    margin-top: 5rem;
    padding: 0;
  }
}
.un__title .row .line__title_x {
  margin-bottom: 3.3rem;
}

.bg_top {
  padding-top: 8rem;
  position: relative;
  background-image: url(../img/top/adc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 16rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg_top {
    background-image: none;
  }
}
.bg_top::before {
  position: absolute;
  content: "";
  bottom: 5rem;
  left: 0;
  width: 100%;
  height: 70rem;
  background-color: #f1ece3;
  background-image: url(../img/top/acc.png);
  background-size: 140rem auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_top::before {
    content: none;
  }
}
.bg_top::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/top/abc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_top::after {
    content: none;
  }
}
.bg_top .row__right {
  max-width: 105rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: 11rem;
  justify-content: right;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .bg_top .row__right {
    width: 100%;
    margin-top: 3rem;
    margin-right: auto;
  }
}
.bg_top .row__right .col__003 {
  width: calc(33.3333% - 2rem);
}
.bg_top .row__right .col__003 img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .bg_top .row__right .col__003 {
    width: 100%;
  }
}

.fullbg {
  border-radius: 4rem;
  position: relative;
  z-index: 1;
  background: rgba(187, 158, 113, 0.1);
  background: linear-gradient(0deg, rgba(187, 158, 113, 0.1) 60%, rgba(187, 158, 113, 0.02) 100%);
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .fullbg {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 0 1.5rem 8rem;
    background: linear-gradient(0deg, rgba(187, 158, 113, 0.3) 60%, rgba(187, 158, 113, 0.1) 100%);
  }
}
.fullbg .line__title_x {
  margin-bottom: 6rem;
}
.fullbg .button_bg {
  margin-top: 3rem;
}
.fullbg .txt-fs20 {
  margin-bottom: 0.8rem;
}
.fullbg .max__1000x {
  padding-top: 18rem;
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .fullbg .max__1000x {
    padding-top: 10rem;
    margin-bottom: 7rem;
  }
}
.fullbg .col__title {
  position: absolute;
  top: 17rem;
  left: 16rem;
  width: 40rem;
  height: 20rem;
  border-radius: 1rem;
  background-color: #e7dccc;
  color: #bb9e71;
  padding-left: 5rem;
  padding-top: 4.5rem;
}
.fullbg .col__title .text__img {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .fullbg .col__title {
    position: initial;
    width: 100%;
    height: 16rem;
    padding-left: 3rem;
    padding-top: 2.5rem;
  }
}

.col__mg-left {
  max-width: 54.1rem;
  margin-left: auto;
}

.un_bg {
  padding-top: 12rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .un_bg {
    margin: 5rem 0 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 4rem;
    background-color: #f1ece3;
    border-radius: 2.2rem;
  }
}
.un_bg .fw-500 {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.home-hero {
  max-width: 160rem;
  width: calc(100% - 3rem);
  margin: 28rem auto 0;
}
@media screen and (max-width: 767px) {
  .home-hero {
    margin: 15rem auto 0;
  }
}
.home-hero .col__title {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .home-hero .col__title {
    width: 100%;
    order: 2;
  }
}
.home-hero .col__banner {
  width: 60%;
}
.home-hero .col__banner .bg_opacity_before::before {
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .home-hero .col__banner {
    order: 1;
    width: 100%;
  }
}
.home-hero .home-hero__grid {
  display: flex;
}
.home-hero .home-hero__col {
  width: 50%;
}

.title__lv0 {
  margin-top: 6rem;
  margin-left: 5.47vw;
}
@media screen and (max-width: 767px) {
  .title__lv0 {
    margin-left: 0;
  }
}
.title__lv0 .txt-fs16 {
  display: inline-block;
  background-color: #3c2f28;
  border-radius: 99px;
  padding: 0.7rem 3rem 0.9rem;
}
.title__lv0 .txt-fs42 {
  font-size: 4.2rem;
  margin-top: 3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .title__lv0 .txt-fs42 {
    font-size: 3.5rem;
  }
}
.title__lv0 .scroll_d {
  margin-top: 10.5rem;
  margin-right: 17rem;
}
@media screen and (max-width: 767px) {
  .title__lv0 .scroll_d {
    margin-top: 5.5rem;
    margin-right: 0;
  }
}
.title__lv0 .txt__center {
  display: block;
}

.home-hero__col--1 .swiper-slide .slide-media {
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}

.home-hero__col--2 .swiper-slide .slide-media {
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
}

.home-hero__col .swiper-slide .slide-media img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  transition: 6s 1s ease-out;
  transform: scale(1.1);
}
.home-hero__col .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: -6.3rem !important;
  left: auto !important;
  right: 2rem;
  width: auto !important;
}

.swiper-pagination-bullet-active {
  background: #008167 !important;
}

.swiper-pagination-bullet {
  border: 0.2rem solid #3c2f28 !important;
  background-color: transparent;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  header.fix__hight {
    background-color: #faf6f1 !important;
  }
  header .header__logo {
    transition: all 0.3s ease-in-out;
  }
  .fix__hight .header__logo {
    transition: all 0.3s ease-in-out;
    background-color: #faf6f1 !important;
    padding: 1.3rem 0 2rem 6.5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
.fw-600 {
  font-weight: 600;
}

.auto__top {
  position: relative;
  top: -12rem;
}

.footer__contact .border__black.gray_gradient {
  background-color: transparent !important;
}

.company__content .border__black {
  overflow: hidden;
}

.company__content .border__radius_medium {
  border-radius: 2.4rem;
}

.txt-fs15 {
  font-size: 1.5rem;
}

label,
p,
a,
button,
input,
template,
li,
td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  label,
  p,
  a,
  button,
  input,
  template,
  li,
  td {
    font-size: 1.5rem;
  }
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .txt-fs21 {
    font-size: 1.9rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 2rem;
  }
}

.txt-fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 2rem;
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 2.1rem;
  }
}

.txt-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs26 {
    font-size: 2.1rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 2.5rem;
  }
}

.txt-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2.8rem;
  }
}

.txt-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs36 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */