@charset "UTF-8";
@import url("global.css");
#company h3.title {
  margin-bottom: 80px;
}
#company h3.title .en {
  display: block;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: 500;
}
#company h3.title .ja {
  display: block;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 500;
}

.contactbox {
  border: #ccc 1px solid;
  border-radius: 3px;
  text-align: center;
  padding: 60px;
  margin-bottom: 100px;
}
.contactbox .logo {
  font-size: 21px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.contactbox .logo span {
  display: block;
  width: 80px;
  margin: 0 auto 10px;
}
.contactbox dl dt {
  margin-top: 20px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.contactbox dl dt::before, .contactbox dl dt::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #8f8f8f;
  display: inline-block;
  margin: 0 12px;
  vertical-align: 7px;
}
.contactbox dl dd span, .contactbox dl dd a {
  display: inline-block;
}
.contactbox dl.tel dd {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 21px;
}
.contactbox dl.tel dd span {
  padding-left: 10px;
  font-size: 32px;
}
.contactbox dl.mail dd a {
  padding: 0 10px;
}
.contactbox dl.mail dd a::before {
  content: "\f0e0";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  display: inline-block;
  margin-right: 10px;
  vertical-align: -4px;
  color: #8f8f8f;
}
.contactbox .button a {
  display: block;
  max-width: 640px;
  margin: 30px auto 0;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 4px;
}
.contactbox .button a::before {
  content: "\f0e0";
  font-size: 30px;
  font-weight: 400;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  display: inline-block;
  margin-right: 12px;
  vertical-align: -5px;
  color: #8f8f8f;
}

.sec_overview {
  margin-bottom: 110px;
}
.sec_overview .title {
  text-align: center;
}
.sec_overview .text {
  margin: 40px auto;
}
.sec_overview table.data {
  margin-bottom: 100px;
  width: 100%;
  border-collapse: collapse;
  border-top: #e7e7e7 1px solid;
  line-height: 1.5;
}
.sec_overview table.data tr {
  border-bottom: #e7e7e7 1px solid;
}
.sec_overview table.data tr:nth-of-type(odd) {
  background: linear-gradient(to right, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0.4) 20%, rgba(243, 243, 243, 0.4) 80%, rgba(243, 243, 243, 0));
}
.sec_overview table.data th {
  font-weight: 700;
  padding: 20px 50px;
  position: relative;
  width: 200px;
}
.sec_overview table.data th::after {
  content: "：";
  color: #8f8f8f;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.sec_overview table.data td {
  padding: 20px 30px 20px 50px;
}
.sec_overview table.data td:has(ul) {
  padding-block: 15px;
}
.sec_overview table.data ul li {
  margin-block: 5px;
  padding-left: 16px;
  text-indent: -16px;
}
.sec_overview table.data ul li::before {
  content: "";
  background-color: #8f8f8f;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin-right: 8px;
  vertical-align: 2px;
  text-indent: 0;
}
.sec_overview table.data a.out {
  display: inline-block;
  text-decoration: underline;
  text-indent: 0;
}
.sec_overview table.data a.out::after {
  content: "\f08e";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  color: #e7e7e7;
  display: inline-block;
  margin-left: 8px;
}
.sec_overview .office_block .name {
  padding-left: 1em;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
.sec_overview .office_block .name::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #338F9E;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 0;
}
.sec_overview .office_block .f_inner {
  align-items: start;
  flex-wrap: nowrap;
  margin-bottom: 140px;
  position: relative;
}
.sec_overview .office_block .f_inner .outline {
  width: 45%;
  padding-left: 80px;
  box-sizing: border-box;
}
.sec_overview .office_block .f_inner .outline table {
  margin-bottom: 30px;
  border-collapse: collapse;
  font-size: 14px;
}
.sec_overview .office_block .f_inner .outline table tr:first-child th {
  padding: 0 0 15px;
}
.sec_overview .office_block .f_inner .outline table tr:first-child td {
  padding: 0 0 15px;
}
.sec_overview .office_block .f_inner .outline table tr th {
  width: 25%;
  padding: 15px 0;
  font-weight: 600;
  text-align: start;
  vertical-align: top;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.sec_overview .office_block .f_inner .outline table tr th p {
  padding: 0 15px;
  position: relative;
}
.sec_overview .office_block .f_inner .outline table tr th p::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #8f8f8f;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  /*transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
.sec_overview .office_block .f_inner .outline table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.sec_overview .office_block .f_inner .outline .access {
  padding: 25px 30px;
  background-color: rgba(51, 143, 158, 0.13);
}
.sec_overview .office_block .f_inner .outline .access dt {
  margin-bottom: 10px;
  line-height: 1;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.sec_overview .office_block .f_inner .outline .access dd p {
  margin-bottom: 20px;
  font-size: 14px;
}
.sec_overview .office_block .f_inner .outline .access dd .map {
  height: 0;
  padding-top: 66.6%;
  position: relative;
}
.sec_overview .office_block .f_inner .outline .access dd .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_overview .office_block .f_inner .figure_box {
  width: 55%;
}
.sec_overview .office_block .f_inner .figure_box > p {
  margin-bottom: 30px;
}
.sec_overview .office_block .f_inner .figure_box figure {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}
.sec_overview .office_block .f_inner .figure_box figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f3f3f3, rgba(243, 243, 243, 0) 50%, #f3f3f3);
}
.sec_overview .office_block .f_inner .figure_box .f_inner {
  margin-top: 10px;
  margin-bottom: 0;
  gap: 10px;
}
.sec_overview .office_block .f_inner .figure_box .f_inner figure {
  width: 50%;
  padding-top: 33.3333%;
}
.sec_overview .office_block .f_inner .figure_box .f_inner figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_overview .office_block#branchoffice .name::before {
  background-color: #4F90C6;
}
.sec_overview .office_block#branchoffice .f_inner .outline .access {
  background-color: rgba(79, 144, 198, 0.13);
}

.sec_message {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1px 80px 80px;
  box-sizing: border-box;
  background-color: #EEEBE5;
  position: relative;
}
.sec_message .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.sec_message .message_title {
  line-height: 1.4;
  margin: -30px 0 60px;
}
.sec_message .message_title .en {
  display: block;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
}
.sec_message .message_title .ja {
  display: block;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
.sec_message .f_inner {
  align-items: start;
  flex-wrap: nowrap;
  position: relative;
}
.sec_message .f_inner .img_area {
  width: calc(100% / 3);
}
.sec_message .f_inner .img_area figure {
  margin-bottom: 20px;
}
.sec_message .f_inner .img_area figure .spimg {
  display: none;
}
.sec_message .f_inner .img_area figure .pcimg {
  display: block;
}
.sec_message .f_inner .img_area .profile .position {
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
}
.sec_message .f_inner .img_area .profile .position .company {
  display: block;
}
.sec_message .f_inner .img_area .profile .position .company span {
  white-space: nowrap;
  display: inline-block;
}
.sec_message .f_inner .img_area .profile .position .company span + span::before {
  content: "/";
  margin: 0 .5em;
}
.sec_message .f_inner .img_area .profile .name {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.sec_message .f_inner .text_area {
  width: calc(100% - (100% / 3));
  padding-left: 5%;
}
.sec_message .f_inner .text_area .sub_title {
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: 500;
}
.sec_message .f_inner .text_area .text {
  font-size: 15px;
}
.sec_message .f_inner .text_area .text p + p {
  margin-top: 20px;
}

.booksbanner {
  margin-top: 40px;
}
.booksbanner a {
  display: block;
  height: 160px;
  position: relative;
  border: #8f8f8f 1px solid;
  background: linear-gradient(to right, #fff 30%, #E8E3D8);
  border-radius: 2px;
  box-sizing: border-box;
  padding-left: 5%;
  align-content: center;
}
.booksbanner a .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  max-width: 42%;
}
.booksbanner a .inner {
  line-height: 1;
}
.booksbanner a .inner .text {
  display: block;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 10px;
}
.booksbanner a .inner .en {
  display: flex;
  align-items: center;
}
.booksbanner a .inner .en::before {
  content: "";
  width: 46px;
  height: 30px;
  background: url("../company/images/bookicon.png") no-repeat center center;
  background-size: contain;
  margin-right: 20px;
  margin-top: 5px;
  display: block;
}
.booksbanner a .inner .en span {
  display: block;
  margin-right: 30px;
  font-size: 48px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.booksbanner a .inner .en span::after {
  display: inline-block;
  content: "\f0da";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 32px;
  color: #C5A05A;
  margin-left: 25px;
  line-height: 1;
  vertical-align: 3px;
}
.booksbanner a .inner .en::after {
  content: "";
  width: 50%;
  height: 0;
  border-bottom: #8f8f8f 1px dashed;
}

.offical_site {
  position: relative;
  margin-top: 100px;
}
.offical_site::before {
  content: "";
  background-color: #2d2d2d;
  width: 1px;
  height: 100px;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.offical_site > p {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
}
.offical_site .bannr a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.offical_site .bannr a:hover::before {
  background-color: rgba(87, 87, 87, 0.5);
}
.offical_site .bannr a figure {
  width: 100%;
  height: 100%;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.offical_site .bannr a .f_inner {
  width: 100%;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
.offical_site .bannr a .f_inner .logo {
  height: 60px;
}
.offical_site .bannr a .f_inner .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offical_site .bannr a .f_inner .text {
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.offical_site .bannr a .f_inner .text i {
  padding-left: 10px;
}
.offical_site .bannr a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(45, 45, 45, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .sec_overview .office_block .f_inner .outline {
    width: 50%;
    padding-left: 60px;
  }
  .sec_overview .office_block .f_inner .outline table tr th p {
    padding: 0 2px 0 15px;
  }
  .sec_overview .office_block .f_inner .figure_box {
    width: 50%;
  }
  .sec_overview .office_block .f_inner .figure_box figure:has(.contain) {
    padding-top: 100%;
  }

  .sec_message {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #company h3.title {
    margin-bottom: 60px;
  }
  #company h3.title .en {
    font-size: 28px;
  }
  #company h3.title .ja {
    font-size: 18px;
  }

  .sec_overview {
    margin-bottom: 80px;
  }
  .sec_overview table.data {
    margin-bottom: 80px;
  }
  .sec_overview table.data th {
    padding: 20px 20px;
    width: 190px;
  }
  .sec_overview table.data th::after {
    margin-top: -11px;
  }
  .sec_overview table.data td {
    padding: 20px 10px 20px 20px;
  }
  .sec_overview .office_block .name {
    font-size: 20px;
  }
  .sec_overview .office_block .f_inner {
    margin-bottom: 80px;
  }
  .sec_overview .office_block .f_inner .outline {
    width: 55%;
    padding-left: 50px;
  }
  .sec_overview .office_block .f_inner .outline table tr:first-child th {
    padding: 0 0 10px;
  }
  .sec_overview .office_block .f_inner .outline table tr:first-child td {
    padding: 0 0 10px;
  }
  .sec_overview .office_block .f_inner .outline table tr th {
    width: 100px;
    padding: 10px 0;
  }
  .sec_overview .office_block .f_inner .outline table tr th p {
    padding: 0 0 0 12px;
  }
  .sec_overview .office_block .f_inner .outline table tr th p::before {
    top: 9px;
  }
  .sec_overview .office_block .f_inner .outline table tr td {
    padding: 10px 0;
  }
  .sec_overview .office_block .f_inner .outline .access {
    padding: 15px;
  }
  .sec_overview .office_block .f_inner .outline .access dd p {
    margin-bottom: 15px;
  }
  .sec_overview .office_block .f_inner .figure_box {
    width: 45%;
  }
  .sec_overview .office_block .f_inner .figure_box figure:has(.contain) {
    padding-top: 143%;
  }

  .sec_message .f_inner .text_area .sub_title {
    font-size: 20px;
  }

  .booksbanner {
    margin-top: 30px;
  }
  .booksbanner a {
    height: 130px;
  }
  .booksbanner a .img {
    max-width: 44%;
  }
  .booksbanner a .inner .text {
    font-size: 18px;
  }
  .booksbanner a .inner .en::before {
    width: 40px;
    height: 26px;
    margin-right: 15px;
  }
  .booksbanner a .inner .en span {
    font-size: 40px;
  }
  .booksbanner a .inner .en span::after {
    margin-left: 18px;
    vertical-align: 2px;
  }

  .offical_site .bannr a .f_inner {
    padding: 20px 40px;
  }
  .offical_site .bannr a .f_inner .logo {
    height: 60px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #company h3.title {
    margin-bottom: 40px;
  }
  #company h3.title .en {
    font-size: 24px;
  }
  #company h3.title .ja {
    font-size: 16px;
  }

  .contactbox {
    padding: 30px 5vw;
    margin-bottom: 60px;
  }
  .contactbox .logo {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contactbox .logo span {
    width: 60px;
    margin-bottom: 8px;
  }
  .contactbox dl dt {
    margin-top: 15px;
    font-size: 16px;
  }
  .contactbox dl dt::before, .contactbox dl dt::after {
    width: 30px;
    margin: 0 10px;
    vertical-align: 6px;
  }
  .contactbox dl.tel dd {
    font-size: 16px;
  }
  .contactbox dl.tel dd span {
    font-size: 24px;
  }
  .contactbox .button a {
    margin-top: 20px;
  }

  .sec_overview {
    margin-bottom: 60px;
  }
  .sec_overview .text {
    margin: 30px auto;
  }
  .sec_overview table.data {
    display: block;
    margin-bottom: 60px;
    width: auto;
  }
  .sec_overview table.data thead, .sec_overview table.data tbody, .sec_overview table.data tr, .sec_overview table.data th, .sec_overview table.data td {
    display: block;
  }
  .sec_overview table.data tr {
    text-align: center;
  }
  .sec_overview table.data th {
    padding: 20px 10px 10px;
    width: auto;
  }
  .sec_overview table.data th::after {
    right: 50%;
    top: auto;
    bottom: 0;
    margin: 0 -8px -9px 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .sec_overview table.data td {
    padding: 5px 10px 20px;
    font-size: 13px;
  }
  .sec_overview table.data td:has(ul) {
    padding-block: 0px 15px;
  }
  .sec_overview table.data ul {
    display: inline-block;
    text-align: left;
  }
  .sec_overview table.data ul li::before {
    vertical-align: 0;
  }
  .sec_overview .office_block .name {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sec_overview .office_block .name::before {
    top: 12px;
    height: 7px;
    width: 7px;
  }
  .sec_overview .office_block .f_inner {
    margin-bottom: 80px;
  }
  .sec_overview .office_block .f_inner .outline {
    width: 100%;
    padding: 0;
  }
  .sec_overview .office_block .f_inner .outline table tr {
    display: block;
  }
  .sec_overview .office_block .f_inner .outline table tr:first-child th {
    padding: 10px 0 0 15px;
    border-top: 1px solid #e7e7e7;
  }
  .sec_overview .office_block .f_inner .outline table tr:first-child td {
    padding: 5px 0 10px 15px;
  }
  .sec_overview .office_block .f_inner .outline table tr th {
    width: 100%;
    padding: 10px 0 0 15px;
    display: block;
    border-bottom: none;
  }
  .sec_overview .office_block .f_inner .outline table tr th p {
    padding: 0 0 0 15px;
  }
  .sec_overview .office_block .f_inner .outline table tr th p::before {
    top: 8px;
  }
  .sec_overview .office_block .f_inner .outline table tr td {
    padding: 0 0 10px 15px;
    display: block;
  }
  .sec_overview .office_block .f_inner .outline .access {
    padding: 10px;
  }
  .sec_overview .office_block .f_inner .outline .access dd p {
    margin-bottom: 15px;
  }
  .sec_overview .office_block .f_inner .figure_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_overview .office_block .f_inner .figure_box figure:has(.contain) {
    padding-top: 100%;
  }
  .sec_overview .office_block .f_inner .figure_box .f_inner {
    display: flex;
  }

  .sec_message {
    padding-bottom: 60px;
  }
  .sec_message .message_title {
    margin: -17px 0 30px;
  }
  .sec_message .message_title .en {
    font-size: 28px;
  }
  .sec_message .message_title .ja {
    font-size: 15px;
  }
  .sec_message .f_inner .img_area {
    width: auto;
  }
  .sec_message .f_inner .img_area .profile .position {
    font-size: 10px;
    text-align: right;
  }
  .sec_message .f_inner .img_area .profile .name {
    text-align: right;
    font-size: 14px;
  }
  .sec_message .f_inner .text_area {
    width: auto;
    padding: 0;
    margin-top: 30px;
  }
  .sec_message .f_inner .text_area .sub_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec_message .f_inner .text_area .text {
    font-size: 13px;
  }

  .booksbanner {
    margin-top: 20px;
  }
  .booksbanner a {
    height: 100px;
  }
  .booksbanner a .inner .text {
    font-size: min(16px,3.8vw);
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .booksbanner a .inner .en::before {
    width: 30px;
    height: 18px;
    margin-right: 5px;
    margin-top: 2px;
  }
  .booksbanner a .inner .en span {
    margin-right: 10px;
    font-size: min(36px,7vw);
  }
  .booksbanner a .inner .en span::after {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: 0;
  }

  .offical_site {
    margin-top: 50px;
  }
  .offical_site::before {
    height: 50px;
    top: -65px;
  }
  .offical_site > p {
    margin-bottom: 20px;
  }
  .offical_site .bannr a .f_inner {
    padding: 20px 15px;
    flex-wrap: nowrap;
  }
  .offical_site .bannr a .f_inner .logo {
    height: 45px;
  }
  .offical_site .bannr a .f_inner .text {
    font-size: 12px;
  }
}
