.mv {
  width: 100%;
  height: 100vh;
}
.mv .in {
  width: calc(100% - 95px);
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv h1 {
  width: 40%;
  min-width: 500px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.mv h1 img {
  display: inline-block;
  width: 100%;
}
.mv .news {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  align-items: center;
}
.mv .cir {
  font-family: "optb", sans-serif;
  font-size: 2rem;
  color: white;
  background: #64bdd4;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.mv .cir i {
  width: 100%;
  text-align: center;
}
.mv .sld {
  width: 100%;
  max-width: 770px;
  position: relative;
}
.mv .sld:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -10%;
  width: 110%;
  height: 1px;
  background: #64bdd4;
}
.mv .sld a {
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.4;
}
.mv .sld .ymd {
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid #333;
}
.mv .sld .txt {
  padding: 0 20px;
  box-sizing: border-box;
}
.mv .nvs {
  position: absolute;
  right: 0;
  color: #64bdd4;
  display: flex;
  top: 2px;
}
.mv .nvs img {
  width: 16px;
  height: auto;
}
.mv .nvs .swiper-button-prev, .mv .nvs .swiper-button-next {
  width: 30px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  height: auto;
  display: block;
  margin-top: auto;
}
.mv .nvs .swiper-pagination {
  position: relative;
}
.mv .nvs .swiper-pagination-fraction {
  bottom: 5px;
}
@media all and (max-width: 1200px) {
  .mv {
    height: 60vh;
  }
  .mv .in {
    width: 100%;
    height: 50vh;
  }
  .mv .news {
    display: block;
  }
  .mv .cir {
    text-align: center;
    margin-bottom: 30px;
    font-family: "optb", sans-serif;
    font-size: 2rem;
    color: #64bdd4;
    background: none;
    width: auto;
    height: auto;
    border-radius: unset;
    display: block;
  }
  .mv .sld {
    width: 100%;
    max-width: none;
  }
  .mv .sld:before {
    left: 0;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .mv {
    height: auto;
  }
  .mv .in {
    width: 100%;
    height: auto;
    display: block;
  }
  .mv h1 {
    display: block;
    width: 85%;
    min-width: 0;
    max-width: none;
    margin: 80px auto 60px auto;
  }
  .mv .cir {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .mv .sld {
    width: calc(100% - 60px);
    max-width: none;
    margin: 0 auto;
  }
  .mv .sld .ymd {
    padding: 0 10px;
    font-size: 1rem;
  }
  .mv .sld .txt {
    padding: 0 10px;
    font-size: 1rem;
  }
  .mv .nvs {
    width: 100%;
    right: 0;
    bottom: auto;
    color: #64bdd4;
    display: flex;
    top: 27px;
  }
  .mv .nvs img {
    width: 30px;
  }
  .mv .nvs .swiper-button-prev, .mv .nvs .swiper-button-next {
    position: relative;
    top: -35px;
    width: 39px;
  }
  .mv .nvs .swiper-button-prev {
    left: -35px;
  }
  .mv .nvs .swiper-button-next {
    right: -35px;
  }
  .mv .nvs .swiper-pagination {
    position: relative;
  }
  .mv .nvs .swiper-pagination-fraction {
    bottom: 5px;
  }
}

.sec1 {
  margin-top: 210px;
}
.sec1 .lead {
  margin: 100px 0 60px 0;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.sec1 .lead_txt {
  font-size: 1.8rem;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .sec1 {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .sec1 .lead {
    margin: 40px 0 20px 0;
    font-size: 1.65rem;
  }
  .sec1 .lead_txt {
    font-size: 1.15rem;
  }
}

.overview {
  margin-top: 40px;
}
.overview_txt {
  font-size: 1.6rem;
  text-align: center;
}
.overview_img {
  margin: 20px auto 0;
  max-width: 190px;
}
.overview_img img {
  height: auto;
  border: 1px solid #ccc;
}

@media all and (max-width: 767px) {
  .overview {
    margin-top: 20px;
  }
  .overview_txt {
    font-size: 1.15rem;
  }
}

.ttl_bx1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 0 60px;
  box-sizing: border-box;
}
.ttl_bx1 .tl_img {
  max-width: 460px;
}
.ttl_bx1 .lines {
  background: #64bdd4;
  height: 1px;
  width: 100%;
  margin-bottom: 72px;
}
.ttl_bx1 .txts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 680px;
}
.ttl_bx1 .bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.ttl_bx1 .bx:nth-child(even) {
  width: 280px;
}
.ttl_bx1 .bx:nth-child(odd) {
  width: 215px;
}
.ttl_bx1 .bx:first-child {
  justify-content: center;
  width: 100%;
}
.ttl_bx1 .cir {
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 20px;
  color: white;
  background: #64bdd4;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.ttl_bx1 .cir i {
  width: 100%;
  text-align: center;
}
.ttl_bx1 .txs {
  color: #64bdd4;
  line-height: 1.1;
}
.ttl_bx1 .txs p {
  font-size: 1.5rem;
}
.ttl_bx1 .txs .ymd {
  font-size: 4.3rem;
  font-family: "optb", sans-serif;
}
.ttl_bx1 .txs .ymd span {
  font-size: 2.5rem;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .ttl_bx1 {
    display: block;
  }
  .ttl_bx1 .lines {
    background: #64bdd4;
    height: 100px;
    width: 1px;
    margin: 0 auto 30px auto;
  }
  .ttl_bx1 .tl_img {
    display: none;
  }
  .ttl_bx1 .txts {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .ttl_bx1 .bx:nth-child(odd),
  .ttl_bx1 .bx:nth-child(even) {
    justify-content: flex-start;
    width: 280px;
  }
}
@media all and (max-width: 767px) {
  .ttl_bx1 {
    padding: 0;
    margin-top: 40px;
  }
  .ttl_bx1 .lines {
    height: 120px;
    width: 1px;
    margin: 0 auto 10px auto;
  }
  .ttl_bx1 .bx {
    margin-top: 20px;
  }
  .ttl_bx1 .cir {
    font-size: 1.2rem;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .ttl_bx1 .cir i {
    width: 100%;
    text-align: center;
  }
  .ttl_bx1 .txts {
    max-width: 250px;
    white-space: nowrap;
  }
  .ttl_bx1 .txs p {
    font-size: 1.2rem;
    font-feature-settings: "palt";
  }
  .ttl_bx1 .txs .ymd {
    font-size: 3rem;
  }
  .ttl_bx1 .txs .ymd span {
    font-size: 1.8rem;
  }
  .ttl_bx1 .txs .tx {
    letter-spacing: -1px;
  }
}


.btn_c2 {
  margin: 70px auto 0 auto;
  max-width: 720px;
  text-align: center;
}
.btn_c2 a {
  display: block;
  color: #fff;
  background-color: #64bdd4;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 2.5rem;
  font-weight: bold;
  background-size: 40px auto;
}
.btn_c2._narrow {
  max-width: 500px;
  width: 100%;
}

@media all and (max-width: 767px) {
  .btn_c2 {
    margin: 30px auto 0 auto;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .btn_c2 a {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    padding: 6px 10px 6px 17px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #64bdd4;
    background-size: 23px auto;
    text-align: center;
  }
}

.ttl_v2 {
  text-align: center;
  color: #64bdd4;
  font-size: 3.5rem;
  font-family: "optb", sans-serif;
}
@media all and (max-width: 767px) {
  .ttl_v2 {
    font-size: 1.9rem;
  }
}

.sec2 {
  margin: 250px 0 0 0;
}
.sec2 .lead_txt {
  font-size: 1.9rem;
  text-align: center;
  margin: 10px 0 60px 0;
}
.sec2 .inner {
  padding: 0 60px;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .sec2 .inner {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    margin: 70px 0 0 0;
  }
  .sec2 .lead_txt {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
  }
}

.times {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
  align-items: flex-start;
}
.times .bx {
  border: 1px solid #64bdd4;
  border-radius: 10px;
  padding: 20px 25px 30px 25px;
  box-sizing: border-box;
}
.times .area {
  text-align: center;
  color: white;
  background: #64bdd4;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.times .tine_line {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  gap: 0;
  grid-row: 1/3;
  grid-column: 1/4;
}
.times .tine_line .tm {
  font-size: 1.9rem;
  color: #64bdd4;
  line-height: 1.4;
}
.times .tine_line .line {
  width: 100%;
  height: 1px;
  background: #64bdd4;
}
.times .txt {
  font-size: 1.9rem;
  color: #64bdd4;
  font-weight: bold;
  padding: 10px 0 10px 85px;
}
@media all and (max-width: 1200px) {
  .times {
    gap: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .times {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .times .bx {
    border-radius: 5px;
    padding: 10px 15px 15px 15px;
    background: white;
  }
  .times .area {
    border-radius: 3px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .times .tine_line {
    margin: 3px 0;
    grid-template-columns: 32px 1fr;
  }
  .times .tine_line .tm {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .times .tine_line .line {
    width: 100%;
    height: 1px;
  }
  .times .txt {
    font-size: 1.1rem;
    padding: 5px 0 5px 52px;
  }
}

.sec3 {
  margin: 200px 0 0 0;
}
.sec3 .sebx {
  position: relative;
}
.sec3 .sebx:not(:first-of-type) {
  margin-top: 70px;
}
.sec3 .sebx:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 55px;
  background: #64bdd4;
  width: 1px;
  height: calc(100% - 90px);
}
.sec3 .sebx2 {
  margin-top: 70px;
}
.sec3 .sebx2 .tops {
  position: absolute;
}
.sec3 .lead_txt {
  font-size: 1.9rem;
  text-align: center;
  margin: 10px 0 60px 0;
}
.sec3 .tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.sec3 .tops .img {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 25px;
  max-width: 430px;
  box-shadow: 5px 5px 0 #9a9a9b;
}
.sec3 .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.sec3 .tx {
  font-size: 2rem;
}
.sec3 .cir {
  font-size: 3rem;
  margin-right: 20px;
  color: white;
  background: #64bdd4;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.sec3 .cir i {
  width: 100%;
  text-align: center;
}
.sec3 .btms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  margin-top: 5px;
  padding: 0 20px 0 75px;
  box-sizing: border-box;
}
.sec3 .btms2 {
  grid-template-columns: 1fr;
  gap: 35px;
  padding: 50px 20px 0 130px;
}
.sec3 .bx {
  border-radius: 5px;
  border: 1px solid #64bdd4;
  background: white;
  box-sizing: border-box;
  padding: 15px;
}
.sec3 .bx .sub {
  color: #64bdd4;
  font-size: 1.9rem;
  font-family: "optb", sans-serif;
  line-height: 1;
}
.sec3 .bx .tls {
  font-size: 2.1rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #64bdd4;
  box-sizing: border-box;
}
.sec3 .bx .tags {
  display: inline-block;
  color: white;
  background: #64bdd4;
  font-size: 1.9rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 3px;
  font-family: "optb", sans-serif;
  margin-top: 10px;
}
.sec3 .hum {
  text-align: center;
  margin: 10px 0;
}
.sec3 .hum .in {
  display: inline-block;
}
.sec3 .hum .in:nth-of-type(1) {
  margin-right: 10px;
}
.sec3 .hum .in2 {
  display: grid;
  grid-template-columns: 117px 1fr;
  align-items: center;
  gap: 0 15px;
}
.sec3 .hum .care {
  font-size: 1.3rem;
  text-align: left;
}
.sec3 .hum .name {
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 600;
  color: #64bdd4;
}
.sec3 .hum2 .bx:nth-of-type(1) {
  margin-right: 10px;
}
.sec3 .bx2 {
  border-radius: 5px;
  border: 1px solid #64bdd4;
  box-sizing: border-box;
  background: white;
}
.sec3 .bx2 .top {
  padding: 20px 20px 40px 20px;
}
.sec3 .bx2 .txts {
  text-align: left;
}
.sec3 .bx2 .tags {
  display: inline-block;
  color: white;
  background: #64bdd4;
  font-size: 1.9rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 3px;
  font-family: "optb", sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
}
.sec3 .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.sec3 .sub {
  color: #64bdd4;
  font-size: 6rem;
  font-family: "optb", sans-serif;
  line-height: 1;
  margin-right: 20px;
}
.sec3 .tls {
  font-size: 2.1rem;
  font-weight: 500;
}
.sec3 .und {
  background: #64bdd4;
  color: white;
  padding: 10px 25px 10px 25px;
}
.sec3 .und .tl {
  font-size: 1.9rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 5px;
}
.sec3 .und .txx {
  background: url("../images/ch2.png") center left no-repeat;
  background-size: 25px auto;
  padding-left: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.sec3 .bx_sam {
  position: relative;
  min-height: 0;
  padding: 0;
}
.sec3 .bx_sam .nums {
  color: #64bdd4;
  font-size: 6rem;
  font-family: "optb", sans-serif;
  line-height: 1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.sec3 .bx_sam .nums span {
  border-right: 1px solid #64bdd4;
  box-sizing: border-box;
  padding-right: 15px;
}
.sec3 .bx_sam .nums i {
  font-size: 2rem;
  margin-left: 15px;
  font-weight: 500;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.sec3 .bx_sam .spk {
  display: inline-block;
  color: white;
  background: #64bdd4;
  font-size: 1.9rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 3px;
  font-family: "optb", sans-serif;
  margin-top: 10px;
}
.sec3 .bx_sam .coms {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  margin-top: -20px;
  color: white;
  text-align: center;
  font-size: 4rem;
  font-family: "optb", sans-serif;
  line-height: 1;
}
.sec3 .bx_sam .top {
  padding: 15px;
}
.sec3 .bx_sam .bxw {
  margin: 20px 0;
  display: grid;
  padding: 0 50px;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
.sec3 .bx_sam .bxi {
  display: grid;
  grid-template-columns: 114px 1fr;
  gap: 0 13px;
  align-items: flex-end;
}
.sec3 .bx_sam .care {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 5px;
  font-feature-settings: "palt";
}
.sec3 .bx_sam .name {
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 10px;
  color: #64bdd4;
}
.sec3 .bx_sam .btm {
  padding: 15px 20px;
  background: #64bdd4;
  border-radius: 5px;
  font-feature-settings: "palt";
}
.sec3 .bx_sam .btm .fb {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.sec3 .bx_sam .btm .ch {
  padding-left: 30px;
  box-sizing: border-box;
  display: inline-block;
  background: url("../images/ch1.png") center left no-repeat;
  background-size: 23px auto;
  color: white;
  margin-right: 10px;
  font-size: 1.6rem;
}
.sec3 .bx_sam .btm .c22 .m0 {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .sec3 .sebx:before {
    content: none;
  }
  .sec3 .sebx2 {
    margin-top: 70px;
  }
  .sec3 .sebx2 .tops {
    position: relative;
  }
  .sec3 .tops {
    display: block;
  }
  .sec3 .tops .img {
    display: none;
  }
  .sec3 .ttl {
    display: block;
  }
  .sec3 .cir {
    margin: 0 auto;
  }
  .sec3 .tx {
    display: none;
  }
  .sec3 .btms {
    margin-top: 20px;
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  .sec3 .btms {
    grid-template-columns: 1fr;
  }
  .sec3 .nums i {
    line-height: 1.3;
  }
  .sec3 .bx_sam .bxw {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin: 20px auto;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    margin: 80px 0 0 0;
  }
  .sec3 .lead_txt {
    font-size: 1rem;
    margin: 0 0 30px 0;
  }
  .sec3 .cir {
    font-size: 1.5rem;
    width: 55px;
    height: 55px;
    font-weight: 500;
  }
  .sec3 .bx {
    padding: 10px 10px 0 10px;
  }
  .sec3 .bx .sub {
    font-size: 1.1rem;
  }
  .sec3 .bx .tls {
    font-size: 1.2rem;
    padding: 7px 0;
  }
  .sec3 .bx .tags {
    font-size: 1.1rem;
  }
  .sec3 .hum {
    margin: 5px 0 0 0;
  }
  .sec3 .hum .in2 {
    grid-template-columns: 64px 1fr;
    gap: 0 10px;
  }
  .sec3 .hum .care {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.4;
    transform-origin: left top;
  }
  .sec3 .hum .name {
    position: relative;
    top: 2px;
    font-size: 1.2rem;
  }
  .sec3 .sub {
    font-size: 3rem;
    margin-right: 10px;
  }
  .sec3 .btms2 {
    gap: 10px 0;
  }
  .sec3 .tls {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .sec3 .und {
    padding: 5px 12px 5px 12px;
  }
  .sec3 .und .tl {
    font-size: 1rem;
  }
  .sec3 .und .txx {
    font-size: 1rem;
    background: url("../images/ch2.png") center left no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
    margin-bottom: 5px;
    font-feature-settings: "palt";
  }
  .sec3 .bx_sam {
    min-height: 250px;
    padding: 0;
  }
  .sec3 .bx_sam .top {
    padding: 15px;
  }
  .sec3 .bx_sam .spk {
    font-size: 1.1rem;
  }
  .sec3 .bx_sam .nums {
    font-size: 3rem;
    margin-right: 10px;
  }
  .sec3 .bx_sam .nums i {
    font-size: 1.15rem;
    margin-left: 10px;
    font-weight: bold;
  }
  .sec3 .bx_sam .nums span {
    white-space: nowrap;
    padding-right: 10px;
  }
  .sec3 .bx_sam .bxw {
    gap: 10px 10px;
    margin: 20px auto 0 auto;
  }
  .sec3 .bx_sam .care {
    font-size: 1rem;
    text-align: left;
    transform: scale(0.65);
    line-height: 1.4;
    transform-origin: left bottom;
    white-space: nowrap;
    position: absolute;
    bottom: 17px;
    left: 0;
  }
  .sec3 .bx_sam .txts {
    position: relative;
  }
  .sec3 .bx_sam .name {
    position: relative;
    top: -3px;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .sec3 .bx_sam .coms {
    top: 50%;
    margin-top: -10px;
    font-size: 2rem;
  }
  .sec3 .bx_sam .bxi {
    grid-template-columns: 51px 1fr;
    gap: 0 5px;
  }
  .sec3 .bx_sam .btm {
    padding: 10px;
  }
  .sec3 .bx_sam .btm .fb {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sec3 .bx_sam .btm .ch {
    padding-left: 19px;
    background: url("../images/ch1.png") top 1px left no-repeat;
    background-size: 12px auto;
    margin-right: 10px;
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .sec3 .bx_sam .btm .ch0 {
    text-align: left;
    transform: scale(0.85);
    transform-origin: left bottom;
  }
  .sec3 .bx_sam .btm .c22 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 0;
    position: relative;
  }
  .sec3 .bx_sam .btm .c22 .ch {
    font-size: 1rem;
    text-align: left;
    transform: scale(0.85);
    line-height: 1.4;
    transform-origin: left bottom;
    white-space: nowrap;
  }
  .sec3 .bx_sam .btm .c22 .ch2 {
    position: absolute;
    position: absolute;
    left: 48%;
    top: 3px;
  }
  .sec3 .bx_sam .btm .c22 .ch3 {
    top: 0;
  }
}

.sec4 {
  margin: 120px 0 0 0;
}
.sec4 .vo {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 3px;
  box-sizing: border-box;
  background: linear-gradient(60deg, #997800 0%, #fbd051 50%, #ffefa3 67%, #e7b841 86%, #e3a441 100%);
}
.sec4 .vo .in {
  border-radius: 8px;
  background: white;
  padding: 90px 20px 90px 50px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 37% 1fr;
  gap: 0 50px;
  align-items: center;
}
.sec4 .vo .txt {
  font-size: 2.1rem;
  font-feature-settings: "palt";
}
.sec4 .vo a {
  text-decoration: none;
  color: #956c09;
  transition: all 0.3s ease;
}
.sec4 .vo a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .sec4 {
    margin: 80px 0 0 0;
  }
  .sec4 .vo {
    padding: 3px;
  }
  .sec4 .vo .in {
    padding: 30px 10px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sec4 .vo .img {
    width: 70%;
    margin: 0 auto 30px auto;
  }
  .sec4 .vo .txt {
    text-align: center;
    font-size: 1.2rem;
  }
}

footer {
  margin-top: 140px;
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 55px;
    padding: 10px 0;
  }
}

.ftl img {
  height: 95px;
  width: auto;
}
@media all and (max-width: 767px) {
  .ftl img {
    height: 52px;
    width: auto;
  }
}

/*# sourceMappingURL=top.css.map */
