@charset "UTF-8";
/*
Theme Name: Family Sakura
Author: FOIS
*/
*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: "Arial", "Helvetica", sans-serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

html {
  display: flex;
  flex-direction: column; }

body {
  color: #111;
  line-height: 2; }

main {
  flex: 1 1 auto; }
  main.js_menu_open {
    max-height: 50px;
    overflow: hidden; }
    @media (min-width: 768px) {
      main.js_menu_open {
        max-height: unset;
        overflow: unset; } }

.container {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px; }

.mg_tp5 {
  margin-top: 5px; }

.mg_bt5 {
  margin-bottom: 5px; }

.mg_tp10 {
  margin-top: 10px; }

.mg_bt10 {
  margin-bottom: 10px; }

.mg_tp15 {
  margin-top: 15px; }

.mg_bt15 {
  margin-bottom: 15px; }

.mg_tp20 {
  margin-top: 20px; }

.mg_bt20 {
  margin-bottom: 20px; }

.mg_tp25 {
  margin-top: 25px; }

.mg_bt25 {
  margin-bottom: 25px; }

.mg_tp30 {
  margin-top: 30px; }

.mg_bt30 {
  margin-bottom: 30px; }

.mg_tp35 {
  margin-top: 35px; }

.mg_bt35 {
  margin-bottom: 35px; }

.mg_tp40 {
  margin-top: 40px; }

.mg_bt40 {
  margin-bottom: 40px; }

.mg_tp45 {
  margin-top: 45px; }

.mg_bt45 {
  margin-bottom: 45px; }

.mg_tp50 {
  margin-top: 50px; }

.mg_bt50 {
  margin-bottom: 50px; }

html {
  height: 100%; }

html,
body {
  min-width: 320px; }

body {
  font-weight: 400;
  overflow-x: hidden; }
  body.fixscroll {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (max-width: 767px) {
    body {
      font-size: 0.875rem; }
      body.fixscroll {
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%; } }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: all 0.3s;
  color: #1F4C9F;
  text-decoration: underline;
  -webkit-text-decoration-skip: none; }
  a:hover {
    color: #4c3d90; }
  @media (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }

img {
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.txt_center {
  text-align: center; }

@media (min-width: 768px) {
  .pc_hide {
    display: none !important; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none !important; } }

header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #E6E6E6; }
  header.home_page {
    border: none; }
  header .header_inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      header .header_inner {
        border: none; } }
  header .hd_left .hd_logo {
    padding: 10px 0 0; }
    header .hd_left .hd_logo .hd_logotxt {
      display: block;
      max-height: 0;
      max-width: 0;
      opacity: 0;
      overflow: hidden;
      visibility: hidden; }
    @media (max-width: 767px) {
      header .hd_left .hd_logo {
        line-height: 56px;
        padding: 1px 0 4px !important; }
        header .hd_left .hd_logo img {
          width: 174px !important; } }
  header .hd_right {
    align-items: flex-start;
    display: flex;
    justify-content: end;
    padding-top: 7px; }
    header .hd_right .hd_nav_up {
      display: flex;
      justify-content: end; }
      header .hd_right .hd_nav_up .hd_nav_languages {
        display: flex;
        gap: 0.875rem;
        margin-left: 17px;
        padding-left: 22px;
        padding-right: 20px;
        padding-top: 5px;
        position: relative; }
        header .hd_right .hd_nav_up .hd_nav_languages:before {
          background: #ccc;
          content: '';
          display: block;
          height: 20px;
          left: 0;
          position: absolute;
          top: 7px;
          width: 1px; }
      header .hd_right .hd_nav_up .hd_social {
        display: flex;
        gap: 12px;
        padding-left: 15px;
        position: relative; }
        header .hd_right .hd_nav_up .hd_social:before {
          background: #ccc;
          content: '';
          display: block;
          height: 20px;
          left: 0;
          position: absolute;
          top: 7px;
          width: 1px; }
      header .hd_right .hd_nav_up a:hover {
        opacity: 0.7; }
    @media (max-width: 767px) {
      header .hd_right {
        right: 0;
        top: 0; } }
  header .nav_list {
    display: flex;
    align-items: center;
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0.875rem 0 0;
    flex-wrap: wrap; }
    header .nav_list li {
      position: relative; }
      header .nav_list li.current_page_item a, header .nav_list li:hover a {
        position: relative; }
        header .nav_list li.current_page_item a::before, header .nav_list li:hover a::before {
          content: "";
          position: absolute;
          top: 14px;
          transform: translateY(-50%);
          width: 24px;
          height: 24px;
          left: -30px;
          background-image: url(images/icon/sakura-icon.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        header .nav_list li.current_page_item a::after, header .nav_list li:hover a::after {
          width: calc(100% + 20px); }
    header .nav_list a {
      color: #333;
      display: inline-block;
      gap: 5px;
      padding-bottom: 16px;
      text-decoration: none;
      transition: color 0.3s; }
      header .nav_list a img {
        width: 24px;
        height: 24px; }
      header .nav_list a::after {
        content: "";
        position: absolute;
        border-radius: 3px;
        bottom: -2px;
        transform: translateX(-50%);
        height: 3px;
        left: 50%;
        background-color: #5fbb46;
        transition: all 0.3s ease;
        width: 0; }
  header .header_inner * {
    transition: all 0.3s ease-in-out; }

.has_adminbar header {
  top: 32px; }
  @media (max-width: 767px) {
    .has_adminbar header {
      top: 48px; } }

.search_popup {
  background: #F3F3F3;
  display: none;
  left: 0;
  padding: 40px 0;
  position: absolute;
  top: 100%;
  width: 100%; }
  @media (max-width: 767px) {
    .search_popup {
      display: none !important; } }
  .search_popup form {
    display: flex;
    gap: 10px;
    width: 100%; }
  .search_popup .search-field {
    border: none;
    border-radius: 5px;
    display: block;
    padding: 0.875rem 21px 12px;
    outline: none;
    width: calc(100% - 140px); }
  .search_popup button {
    background: #5FBB46 url(images/icon/search-icon-w.svg) no-repeat center right 17px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 2px 0 0 13px;
    position: relative;
    text-align: left;
    width: 130px; }
    .search_popup button:hover {
      cursor: pointer; }

header.fixed-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
  header.fixed-header .hd_left .hd_logo {
    line-height: 64px;
    padding: 5px 0; }
  header.fixed-header .hd_left .hd_logo img {
    width: 250px; }
  header.fixed-header .nav_list {
    gap: 30px;
    padding: 5px 0 0; }
    header.fixed-header .nav_list a {
      font-size: 14px;
      padding-bottom: 5px; }
      header.fixed-header .nav_list a:before {
        height: 15px !important;
        left: -18px !important;
        width: 15px !important; }

.menu_sp {
  position: absolute;
  height: 60px;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 9; }
  .menu_sp span {
    background: #111;
    display: block;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 29px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 30px; }
    .menu_sp span:before, .menu_sp span:after {
      background: #111;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      width: 30px;
      z-index: 1; }
    .menu_sp span:before {
      top: 0;
      transform: translate(0, -9px);
      -ms-transform: translate(0, -9px);
      -webkit-transform: translate(0, -9px); }
    .menu_sp span:after {
      top: 0;
      transform: translate(0, 9px);
      -ms-transform: translate(0, 9px);
      -webkit-transform: translate(0, 9px); }
  .menu_sp.active span {
    background: transparent; }
    .menu_sp.active span:before {
      top: 0;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .menu_sp.active span:after {
      top: 0;
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.spmenu {
  background: #fff;
  display: none;
  height: calc(100vh - 61px);
  padding: 0 15px 15px;
  position: absolute;
  overflow: scroll;
  top: 60px;
  width: 100%; }
  .spmenu .search_sp {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 12px 0 13px; }
    .spmenu .search_sp form {
      position: relative; }
      .spmenu .search_sp form input {
        background: #F8F8F5;
        border: none;
        border-radius: 5px;
        outline: none;
        padding: 13px 40px 13px 10px;
        width: 100%; }
      .spmenu .search_sp form button {
        background: transparent;
        border: none;
        position: absolute;
        right: 2px;
        top: 10px; }
  .spmenu .sp_lang {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    padding: 12px 0 13px; }
    .spmenu .sp_lang span {
      background: url(images/icon/global-icon.svg) no-repeat center left;
      display: inline-block;
      font-size: 0.875rem;
      padding-left: 23px;
      padding-right: 17px; }
    .spmenu .sp_lang .sp_lang_list {
      display: flex;
      gap: 0.875rem;
      position: relative;
      top: -3px; }
  .spmenu .sp_nav_main a {
    background: url(images/icon/arrow-right-icon.svg) no-repeat center right;
    border-bottom: 1px solid #E6E6E6;
    color: #111;
    display: block;
    font-size: 0.875rem;
    text-decoration: none;
    padding: 11px 0 9px; }
    .spmenu .sp_nav_main a.ex_link {
      background: url(images/icon/ex-link-icon.svg) no-repeat center right; }
  .spmenu .sp_info {
    background: #F8F8F5;
    border-radius: 10px;
    margin-top: 18px; }
    .spmenu .sp_info .sp_info_inner {
      text-align: center;
      padding: 13px 0 21px; }
      .spmenu .sp_info .sp_info_inner .sp_info_title {
        padding-right: 13px;
        position: relative; }
        .spmenu .sp_info .sp_info_inner .sp_info_title:before {
          background: url(images/icon/phone-icon.svg) no-repeat top left;
          content: '';
          display: inline-block;
          height: 20px;
          margin-right: 5px;
          position: relative;
          top: 4px;
          width: 20px; }
      .spmenu .sp_info .sp_info_inner .sp_phone a {
        color: #111;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none; }
      .spmenu .sp_info .sp_info_inner .sp_opentime {
        font-size: 12px;
        line-height: 1.4;
        padding: 5px 20px 0; }
  .spmenu .hd_social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 25px; }

footer {
  position: relative; }
  footer .back_top {
    display: block;
    height: 50px;
    right: 17px;
    position: absolute;
    top: -72px;
    width: 50px; }
  footer.js_menu_open {
    max-height: 50px;
    overflow: hidden; }
    @media (min-width: 768px) {
      footer.js_menu_open {
        max-height: unset;
        overflow: unset; } }
  footer .ft_contact {
    background: url(images/common/contact_bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative; }
    footer .ft_contact:before {
      background: rgba(17, 17, 17, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: 0.7;
      position: absolute;
      top: 0;
      width: 100%; }
    footer .ft_contact .ft_ct_inner {
      padding: 68px 0;
      position: relative; }
      footer .ft_contact .ft_ct_inner p {
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        line-height: 1.65;
        text-align: center; }
        footer .ft_contact .ft_ct_inner p span {
          display: block;
          font-weight: normal;
          font-size: 16px; }
      footer .ft_contact .ft_ct_inner a {
        background: #5FBB46 url(images/icon/arrow-right-icon.svg) no-repeat center right 14px;
        border-radius: 10px;
        color: #fff;
        display: block;
        font-weight: bold;
        margin: 26px auto 0;
        padding: 6px 18px 5px 10px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 223px; }
        footer .ft_contact .ft_ct_inner a:hover {
          background-color: #fff;
          color: #5FBB46; }
  footer .ft_block {
    padding: 36px 0 0; }
    footer .ft_block .ft_inner {
      display: flex;
      justify-content: space-between; }
      footer .ft_block .ft_inner .ft_info {
        font-size: 15px;
        padding: 24px 0 0;
        line-height: 1.9; }
        footer .ft_block .ft_inner .ft_info a {
          text-decoration: none;
          color: #111;
          pointer-events: none;
          cursor: default; }
      footer .ft_block .ft_inner .ft_nav_main {
        display: flex;
        gap: 33px;
        padding: 9px 0 0; }
        footer .ft_block .ft_inner .ft_nav_main a {
          color: #111;
          text-decoration: none; }
          footer .ft_block .ft_inner .ft_nav_main a:hover {
            border-bottom: 1px solid #111; }
      footer .ft_block .ft_inner .ft_social {
        display: flex;
        gap: 12px;
        padding-top: 10px;
        justify-content: end; }
        footer .ft_block .ft_inner .ft_social a:hover {
          opacity: 0.6; }
      footer .ft_block .ft_inner .ex_link {
        padding-top: 23px;
        text-align: right; }
        footer .ft_block .ft_inner .ex_link a {
          background: url(images/icon/ex-link-icon.svg) no-repeat center right;
          color: #111;
          font-size: 0.875rem;
          padding-right: 20px;
          text-decoration: none; }
          footer .ft_block .ft_inner .ex_link a:hover {
            border-bottom: 1px solid #111; }
      footer .ft_block .ft_inner .copyright {
        font-size: 0.875rem;
        padding: 48px 0 25px;
        text-align: right; }
  @media (max-width: 1120px) {
    footer .ft_contact {
      background-attachment: unset; } }
  @media (max-width: 767px) {
    footer .ft_contact .ft_ct_inner {
      padding: 53px 0; }
      footer .ft_contact .ft_ct_inner p {
        font-size: 30px; }
        footer .ft_contact .ft_ct_inner p span {
          font-size: 0.875rem;
          line-height: 2; }
      footer .ft_contact .ft_ct_inner a {
        font-size: 0.875rem;
        margin: 24px auto 0;
        padding: 9px 17px 7px 20px; }
    footer .ft_block {
      padding-top: 30px; }
      footer .ft_block .ft_inner {
        flex-direction: column; }
        footer .ft_block .ft_inner .ft_logo {
          margin-bottom: 29px;
          text-align: center; }
        footer .ft_block .ft_inner .ft_nav_main {
          border-top: 1px solid #E6E6E6;
          display: block;
          padding-top: 0; }
          footer .ft_block .ft_inner .ft_nav_main a {
            background: url(images/icon/arrow-right-icon.svg) no-repeat center right;
            border-bottom: 1px solid #E6E6E6;
            color: #111;
            display: block;
            font-size: 0.875rem;
            text-decoration: none;
            padding: 11px 0 9px; }
        footer .ft_block .ft_inner .ex_link {
          padding: 0;
          text-align: left; }
          footer .ft_block .ft_inner .ex_link a {
            border-bottom: 1px solid #E6E6E6;
            display: block;
            padding: 11px 20px 9px 0; }
        footer .ft_block .ft_inner .ft_social {
          gap: 14px;
          justify-content: start;
          padding-top: 24px; }
        footer .ft_block .ft_inner .ft_info {
          font-size: 0.875rem;
          line-height: 2;
          padding: 14px 0 0; }
          footer .ft_block .ft_inner .ft_info br {
            display: none; }
        footer .ft_block .ft_inner .copyright {
          padding: 28px 0 10px;
          text-align: center; } }

.section_ttl {
  color: #5fbb46;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  margin: 15px 0 20px;
  text-shadow: 3px 3px 0px rgba(221, 236, 213, 0.5);
  text-transform: uppercase; }

.section_btn {
  font-weight: bold; }
  .section_btn .wp-block-button__link {
    background: #5FBB46 url(images/icon/arrow-right-icon.svg) no-repeat center right 10px;
    background-size: 20px;
    border: 1px solid #5FBB46;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 7px 45px 3px 19px;
    text-align: center;
    transition: all 0.3s ease-in-out; }
    .section_btn .wp-block-button__link:hover {
      background-color: #fff;
      color: #5FBB46; }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .hd_left .hd_logo {
    padding: 5px 0; }

  header .hd_left .hd_logo img {
    width: 215px; }

  header .nav_list {
    gap: 30px;
    padding: 5px 0 0; }

  header .nav_list li a {
    font-size: 14px;
    padding-bottom: 10px; }

  header .nav_list li.current_page_item a::before,
  header .nav_list li:hover a::before {
    width: 15px;
    height: 15px;
    left: -17px; }

  header .nav_list li.current_page_item a::after,
  header .nav_list li:hover a::after {
    bottom: -3px; }

  .section_ttl {
    font-size: 40px;
    line-height: 1.1;
    margin: 0; }

  .section_btn .wp-block-button__link {
    font-size: 14px;
    padding: 4px 45px 3px 19px; }

  footer .ft_block .ft_inner .ft_logo {
    width: 40%; }

  footer .ft_block .ft_inner .ft_info {
    font-size: 12px; }

  footer .ft_block .ft_inner .ft_nav_main {
    gap: 20px; }

  footer .ft_block .ft_inner .ft_nav_main a {
    font-size: 14px; }

  footer .ft_block .ft_inner .ex_link {
    padding-top: 10px; }

  footer .ft_block .ft_inner .copyright {
    padding: 20px 0; } }
@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important; }

  header .hd_left {
    padding: 0; }

  .sp_only {
    display: block; }

  .section_btn .wp-block-button__link {
    font-size: 14px;
    padding: 8px 55px 6px 19px; }

  .section_ttl {
    font-size: 30px;
    line-height: 1.4;
    margin: 0; }

  footer .back_top {
    display: block;
    height: 40px;
    right: 10px;
    position: absolute;
    top: -50px;
    width: 40px; }

  header.fixed-header .hd_left .hd_logo {
    line-height: 50px; }

  header.fixed-header .menu_sp {
    width: 56px;
    height: 56px; }

  header.fixed-header .menu_sp span {
    right: 11px;
    top: 27px; } }
.lang-vi header .nav_list {
  gap: 30px; }
.lang-vi .section_btn.backtop_btn .wp-block-button__link {
  line-height: 1.4; }

.hd_nav_languages li {
  height: 24px; }

a.glink {
  border-radius: 50%;
  border: 1px solid #ccc;
  display: block;
  height: 24px;
  overflow: hidden;
  width: 24px; }
  a.glink img {
    display: block;
    position: relative;
    top: -1px;
    left: -1px;
    width: 24px;
    height: 24px;
    max-width: unset;
    object-fit: cover; }

body .fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.7); }

@media screen and (max-width: 900px) and (min-width: 768px) {
  .lang-vi header .nav_list {
    gap: 15px; }

  .lang-vi header .nav_list li a {
    font-size: 12px; }
    .lang-vi header .nav_list li a:before {
      left: -15px !important;
      top: 11px; } }
.hm_mainvisual {
  position: relative; }
  .hm_mainvisual .swiper_slider .wp-swiper__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    min-height: 860px;
    position: relative; }
  .hm_mainvisual .swiper_slider .swiper {
    opacity: 0;
    transition: all 0.3 ease-in-out;
    visibility: hidden; }
    .hm_mainvisual .swiper_slider .swiper.swiper-initialized {
      opacity: 1;
      visibility: visible; }
  .hm_mainvisual .swiper_slider .wp-swiper__overlay-color {
    z-index: 6; }
  .hm_mainvisual .swiper_slider .swiper-pagination {
    align-items: center;
    bottom: 16px;
    display: flex;
    gap: 5px;
    justify-content: start;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .hm_mainvisual .swiper_slider .swiper-pagination .swiper-pagination-bullet {
      background: #F8F8F5;
      border: none;
      border-radius: 50%;
      font-size: 0;
      height: 10px;
      opacity: .7;
      padding: 0;
      transition: all 0.3s ease-in-out;
      width: 90px;
      max-width: 10px; }
    .hm_mainvisual .swiper_slider .swiper-pagination .swiper-pagination-bullet-active {
      background: #5FBB46;
      border-radius: 25px;
      max-width: 70px;
      opacity: 1; }
  .hm_mainvisual .mv_inner {
    bottom: 148px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .hm_mainvisual .mv_inner .mv_ttl {
      color: #fff;
      font-size: 50px;
      font-weight: bold;
      line-height: 1.3;
      text-transform: uppercase; }
      .hm_mainvisual .mv_inner .mv_ttl span {
        font-size: 70px; }
    .hm_mainvisual .mv_inner .mv_btn {
      font-weight: bold; }
      .hm_mainvisual .mv_inner .mv_btn .wp-block-button__link {
        background: #5FBB46 url(images/icon/arrow-right-icon.svg) no-repeat center right 10px;
        background-size: 20px;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        margin-top: 36px;
        padding: 8px 48px 4px 20px;
        text-align: center;
        transition: all 0.3s ease-in-out; }
        .hm_mainvisual .mv_inner .mv_btn .wp-block-button__link:hover {
          background-color: #fff;
          color: #5FBB46; }

.news_section {
  padding: 30px 0 19px; }
  .news_section .news_inner > div {
    background: #F8F8F5;
    border-radius: 10px;
    display: flex;
    padding: 25px 40px 32px; }
    .news_section .news_inner > div .section_ttl {
      min-width: 183px !important;
      line-height: 1.1; }
    .news_section .news_inner > div .news_date {
      color: #999;
      line-height: 1.6; }

.about_section .container {
  background: url(images/home/home_about_bg.svg) no-repeat bottom right 15px; }
.about_section .about_inner {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 249px; }
  .about_section .about_inner .section_ttl {
    margin-bottom: 12px; }
    .about_section .about_inner .section_ttl br {
      display: none; }
  .about_section .about_inner .about_cnt {
    line-height: 1.7; }
  .about_section .about_inner .section_btn {
    margin-top: 34px; }

.img_section {
  overflow: hidden;
  padding: 21px 0 31px;
  position: relative;
  z-index: 1; }
  .img_section .img_section_inner {
    padding: 0 0 99px;
    position: relative; }
    .img_section .img_section_inner .img_pattern img {
      border-radius: 40px;
      overflow: hidden;
      position: relative; }
    .img_section .img_section_inner .img_pattern:first-child {
      max-width: 85%; }
    .img_section .img_section_inner .img_pattern:nth-child(2) {
      float: right;
      margin-top: -201px;
      max-width: 43.33%;
      position: relative; }
      .img_section .img_section_inner .img_pattern:nth-child(2):before {
        bottom: 46px;
        background: rgba(95, 187, 70, 0.8);
        border-radius: 40px;
        content: '';
        display: block;
        height: auto;
        left: -137px;
        position: absolute;
        top: -87px;
        width: 79.8%; }

.advantages_section {
  background: #F8F8F5;
  margin-top: -227px;
  padding-top: 227px;
  padding-bottom: 82px; }
  .advantages_section .advantages_inner > div {
    display: flex; }
    .advantages_section .advantages_inner > div .advantages_lft {
      width: 550px; }
      .advantages_section .advantages_inner > div .advantages_lft .advantages_cnt {
        line-height: 1.8;
        margin-bottom: 20px; }
      .advantages_section .advantages_inner > div .advantages_lft ol li {
        position: relative;
        padding-left: 16px; }
        .advantages_section .advantages_inner > div .advantages_lft ol li:before {
          content: "";
          display: block;
          position: absolute;
          top: 11px;
          left: 0;
          width: 8px;
          height: 8px;
          background-color: #5fbb46;
          border-radius: 2px; }
      .advantages_section .advantages_inner > div .advantages_lft .advantages_sub_ttl {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.25; }
        .advantages_section .advantages_inner > div .advantages_lft .advantages_sub_ttl span {
          color: #5FBB46; }
    .advantages_section .advantages_inner > div .advantages_rgt {
      padding: 22px 0 0 70px;
      width: calc(100% - 550px); }
      .advantages_section .advantages_inner > div .advantages_rgt .advantages_item {
        background: #fff;
        border-radius: 20px;
        margin-bottom: 20px;
        overflow: hidden; }
        .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div {
          display: flex; }
          .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div > figure {
            width: 180px;
            min-width: 180px; }
            .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div > figure img {
              min-height: 180px;
              object-fit: cover; }
          .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block {
            display: flex;
            padding: 10px 0 10px 30px;
            align-items: center; }
            .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block figure {
              margin-bottom: 5px; }
            .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block .block_ttl {
              line-height: 1.9;
              padding-right: 20px; }
            .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block strong {
              font-size: 22px; }
            .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block a {
              background: url(images/icon/ex-link-icon-blue.svg) no-repeat center right;
              background-size: 14px auto;
              color: #42A1D8;
              display: inline-block;
              font-size: 14px;
              padding-right: 22px; }
              .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block a:hover {
                text-decoration: none; }

.partners_section {
  padding: 43px 0; }

.new_arrivals_section {
  background: #F8F8F5;
  padding-top: 45px; }
  .new_arrivals_section .new_arrivals_inner {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 62px;
    position: relative; }
    .new_arrivals_section .new_arrivals_inner .section_btn {
      position: absolute;
      right: 0;
      top: 28px;
      z-index: 9; }
      .new_arrivals_section .new_arrivals_inner .section_btn .wp-block-button__link {
        background-size: 14px; }

.products_section {
  background: #F8F8F5;
  padding: 48px 0 79px; }
  .products_section .product_inner {
    position: relative; }
    .products_section .product_inner .section_btn {
      position: absolute;
      right: 0;
      top: 15px;
      z-index: 9; }
      .products_section .product_inner .section_btn .wp-block-button__link {
        background-size: 14px; }

.space_img_section {
  background-size: cover;
  background-attachment: fixed;
  height: 303px;
  overflow: hidden; }

.services_section {
  padding: 46px 0 72px; }
  .services_section .services_inner .services_desc {
    line-height: 1.75;
    padding-bottom: 67px; }
  .services_section .services_inner .services_list {
    position: relative; }
    .services_section .services_inner .services_list:before {
      background: #F8F8F5;
      border-radius: 20px;
      bottom: 150px;
      content: '';
      display: block;
      left: 150px;
      right: 150px;
      position: absolute;
      top: 60px; }
    .services_section .services_inner .services_list > div {
      counter-reset: service-num; }
  .services_section .services_inner .service_item {
    padding-bottom: 70px;
    position: relative; }
    .services_section .services_inner .service_item > div {
      display: flex;
      gap: 50px; }
      .services_section .services_inner .service_item > div .service_lft {
        flex-wrap: nowrap;
        padding: 0 10px 0 68px;
        position: relative;
        width: calc(50% - 50px);
        min-width: calc(50% - 50px); }
        .services_section .services_inner .service_item > div .service_lft:before {
          content: "SERVICE." counter(service-num,decimal-leading-zero) " ";
          counter-increment: service-num;
          color: #5FBB46;
          display: block;
          font-weight: bold;
          text-transform: uppercase;
          width: 100%; }
        .services_section .services_inner .service_item > div .service_lft .service_ttl {
          font-size: 30px;
          font-weight: bold;
          line-height: 1.6; }
        .services_section .services_inner .service_item > div .service_lft .service_cnt {
          line-height: 1.75;
          margin-top: 22px;
          margin-bottom: 16px; }
        .services_section .services_inner .service_item > div .service_lft .detail_link a {
          background: url(images/icon/arrow-right.svg) no-repeat center right;
          color: #42A1D8;
          font-size: 14px;
          padding-right: 22px;
          transition: all 0.2s ease-in-out; }
          .services_section .services_inner .service_item > div .service_lft .detail_link a:hover {
            padding-right: 26px; }
      .services_section .services_inner .service_item > div .service_img img {
        border-radius: 20px 0 0 20px;
        height: 227px;
        max-width: unset;
        object-fit: cover;
        overflow: hidden; }
    .services_section .services_inner .service_item:nth-child(even) > div {
      justify-content: end; }
    .services_section .services_inner .service_item:nth-child(even) .service_lft {
      padding: 0 46px 0 41px;
      order: 2; }
    .services_section .services_inner .service_item:nth-child(even) .service_img {
      order: 1; }
      .services_section .services_inner .service_item:nth-child(even) .service_img img {
        border-radius: 0 20px 20px 0; }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .img_section .img_section_inner .img_pattern:nth-child(2) {
    margin-top: -50px; }

  .advantages_section .advantages_inner > div .advantages_lft {
    width: 40%; }

  .advantages_section .advantages_inner > div .advantages_rgt {
    padding-left: 40px;
    width: 60%; }

  .advantages_section .advantages_inner > div .advantages_lft .advantages_cnt {
    margin-top: 30px;
    margin-bottom: 30px; }

  .advantages_section .advantages_inner > div .advantages_lft .advantages_sub_ttl {
    font-size: 40px; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block {
    padding: 10px 10px 10px 15px; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block .block_ttl {
    font-size: 14px;
    line-height: 1.6; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block strong {
    font-size: 18px; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block img {
    height: 100%; }

  .partners_section {
    padding-bottom: 0; }

  .new_arrivals_section .new_arrivals_inner .section_btn {
    position: absolute;
    right: 0;
    top: 5px; }

  .space_img_section {
    background-attachment: unset; }

  .services_section .services_inner .service_item > div .service_lft {
    padding-left: 30px; }

  .services_section .services_inner .service_item > div .service_lft .service_cnt {
    margin-top: 10px; }

  .services_section .services_inner .service_item:nth-child(even) .service_lft {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 767px) {
  .wp-swiper > .wp-swiper__wrapper {
    margin-bottom: 0 !important; }

  .hm_mainvisual .swiper_slider .wp-swiper__slide {
    height: 480px !important;
    min-height: 400px; }

  .hm_mainvisual .mv_inner .mv_ttl {
    font-size: 30px; }

  .hm_mainvisual .mv_inner .mv_ttl span {
    font-size: 40px; }

  .hm_mainvisual .swiper_slider .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    max-width: 70px; }

  .hm_mainvisual .swiper_slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 70px; }

  .hm_mainvisual .mv_inner {
    bottom: 52px; }

  .hm_mainvisual .mv_inner .mv_btn .wp-block-button__link {
    font-size: 16px;
    margin-top: 20px; }

  .news_section {
    padding: 20px 0 19px; }

  .news_section .news_inner > div {
    display: block;
    padding: 25px 15px 27px; }

  .news_block {
    margin-top: 10px; }

  .news_section .news_inner > div .news_date {
    margin-bottom: 3px; }

  .about_section {
    padding: 35px 0 0; }

  .about_section .container {
    background-size: auto 125px;
    background-position: bottom right 15px; }

  .about_section .about_inner {
    padding-bottom: 134px; }

  .about_section .about_inner .section_ttl {
    margin-bottom: 14px; }

  .about_section .about_inner .section_ttl br {
    display: block; }

  .about_section .about_inner .about_cnt {
    line-height: 2; }

  .about_section .about_inner .section_btn {
    margin-top: 24px; }

  .img_section {
    padding: 24px 0 31px; }

  .img_section .img_section_inner {
    padding-bottom: 20px; }

  .img_section .img_section_inner .img_pattern img {
    border-radius: 15px; }

  .img_section .img_section_inner .img_pattern:nth-child(2) {
    margin-top: -58px; }

  .img_section .img_section_inner .img_pattern:nth-child(2):before {
    bottom: 13px;
    border-radius: 15px;
    left: -40px;
    top: -25px; }

  .advantages_section .advantages_inner > div {
    display: block; }

  .advantages_section {
    margin-top: -90px;
    padding-top: 104px;
    padding-bottom: 50px; }

  .advantages_section .advantages_inner > div .advantages_lft {
    width: 100%; }

  .advantages_section .advantages_inner > div .advantages_lft .advantages_cnt {
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 24px; }

  .advantages_section .advantages_inner > div .advantages_lft .advantages_sub_ttl {
    font-size: 40px;
    line-height: 1.35; }

  .advantages_section .advantages_inner > div .advantages_lft .advantages_sub_ttl br {
    display: none; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item {
    border-radius: 10px;
    margin-bottom: 15px; }

  .advantages_section .advantages_inner > div .advantages_rgt {
    margin-top: 44px;
    padding: 0;
    width: 100%; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div {
    display: block; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div > figure {
    height: 195px;
    overflow: hidden;
    width: 100%;
    max-width: unset; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div figure img {
    width: 100%; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block {
    display: block;
    padding: 13px 15px; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block figure {
    text-align: center; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block img {
    max-width: 128px; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block strong {
    display: block;
    font-size: 18px;
    text-align: center; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block br {
    display: none; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block a {
    display: block;
    max-width: fit-content; }

  .partners_section {
    padding: 50px 0 27px; }

  .partner_desc {
    margin-top: 16px;
    line-height: 1.7; }

  .new_arrivals_section {
    padding-top: 66px; }

  .new_arrivals_section .section_ttl {
    text-align: center; }

  .new_arrivals_section .new_arrivals_inner {
    padding-bottom: 70px; }

  .new_arrivals_section .new_arrivals_inner .section_btn {
    position: relative;
    top: 0; }

  .products_section .product_inner .section_btn {
    position: relative;
    top: 0; }

  .products_section {
    padding: 65px 0 70px; }

  .product_inner .section_ttl {
    text-align: center;
    margin-bottom: 18px; }

  .space_img_section {
    background-attachment: unset;
    background-position: center;
    height: 160px; }

  .services_section {
    padding: 41px 0 36px; }

  .services_section .services_inner .services_desc {
    line-height: 1.75;
    padding-top: 14px;
    padding-bottom: 40px; }

  .services_section .services_inner .services_desc br {
    display: none; }

  .services_section .services_inner .service_item {
    padding-bottom: 36px; }

  .services_section .services_inner .service_item > div {
    flex-direction: column;
    gap: 20px; }

  .service_img {
    order: 1; }

  .services_section .services_inner .service_item > div .service_img img {
    border-radius: 10px 0 0 10px;
    height: 150px;
    right: 0;
    position: relative;
    object-fit: cover;
    width: calc(100% + 15px) !important; }

  .services_section .services_inner .service_item > div .service_lft {
    order: 2;
    padding: 0;
    width: 100%;
    min-width: 100%; }

  .services_section .services_inner .service_item > div .service_lft .service_ttl {
    font-size: 20px; }

  .services_section .services_inner .service_item > div .service_lft .service_cnt {
    margin-top: 12px;
    margin-bottom: 16px; }

  .services_section .services_inner .service_item > div .service_lft .detail_link a {
    font-size: 12px;
    padding-right: 25px; }

  .services_section .services_inner .service_item:nth-child(even) .service_img img {
    border-radius: 0 10px 10px 0;
    left: -15px; }

  .services_section .services_inner .service_item:nth-child(even) .service_lft {
    padding: 0; }

  .services_section .services_inner .services_list:before {
    bottom: 110px;
    left: 20px;
    right: 20px;
    top: 60px; }

  .advantages_section .advantages_inner > div .advantages_rgt .advantages_item > div .advan_item_block .block_ttl {
    padding-right: 0; } }
.message_section {
  padding: 80px 0 45px;
  position: relative;
  z-index: 1; }
  .message_section_inner {
    position: relative; }
    .message_section_inner .title_section {
      margin-top: -24px;
      margin-bottom: 54px; }
.message_content > div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
  justify-content: space-between; }
  .message_content > div .about_content {
    margin-top: -8px; }
  .message_content > div .content {
    max-width: 48%;
    z-index: 1; }
  .message_content > div .message_cnt {
    background: #fff;
    padding: 56px 66px 5px;
    width: calc(100% + 96px); }
  .message_content > div .message_content_right {
    max-width: 52%; }
.message_heading {
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 26px;
  font-weight: bold; }
.message_text {
  margin-bottom: 25px;
  line-height: 1.8; }
  .message_text:last-child {
    margin-bottom: 0; }
.message_signature {
  line-height: 1.8;
  margin-top: 13px;
  text-align: right; }
.message_image img {
  width: 100%;
  height: auto;
  display: block; }

.vision_section {
  padding: 51px 0 99px;
  background-color: #fbfaf9;
  position: relative; }
  .vision_section::before {
    content: "";
    position: absolute;
    display: block;
    top: -206px;
    right: 0;
    z-index: 1;
    pointer-events: none;
    max-width: 1028px;
    width: 100%;
    height: 760px;
    opacity: 0.5;
    background: url(images/common/flower.png) no-repeat center center;
    background-size: cover; }
  .vision_section .title_section {
    margin-bottom: 30px; }
  .vision_section_inner {
    position: relative;
    text-align: center; }
    .vision_section_inner .title_section::before {
      left: calc(50% - 75px); }
    .vision_section_inner .title_section::after {
      left: calc(50% - 25px); }
.vision_content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
.vision_heading {
  font-size: 60px;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 23px; }
.vision_text {
  line-height: 1.8;
  margin: 0 auto; }
.vision_flower {
  position: absolute;
  top: -206px;
  right: -112px;
  z-index: 1;
  pointer-events: none;
  max-width: 1028px;
  width: 100%; }
  .vision_flower img {
    max-width: 100%;
    height: auto;
    opacity: 0.5; }

.mission_section {
  padding: 71px 0 96px; }
  .mission_section_inner {
    position: relative; }
.mission_content > div {
  display: flex;
  gap: 90px; }
.mission_image {
  flex: 0 0 550px;
  max-width: 550px;
  border-radius: 20px;
  overflow: hidden; }
  .mission_image img {
    object-fit: cover;
    height: 100%; }
.mission_right {
  flex: 1;
  margin-top: -23px; }
  .mission_right .title_section {
    margin-bottom: 44px; }
.mission_desc {
  line-height: 1.8;
  padding-bottom: 33px;
  border-bottom: 1px solid #ccc; }
.mission_items > div {
  display: flex;
  flex-direction: column; }
.mission_item {
  padding: 22px 0 13px 0;
  border-bottom: 1px solid #ccc; }
  .mission_item_title {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #5fbb46;
    margin-bottom: 5px;
    line-height: 1.7; }
    .mission_item_title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-image: url(images/icon/fa-regular-circle-check.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .mission_item_text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.65;
    padding-left: 35px; }

.font-bold {
  font-weight: bold; }

.flex-start {
  align-items: flex-start !important; }

.philosophy_section {
  padding: 80px 0;
  background-image: url(images/aboutus/phylosophy.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .philosophy_section_inner {
    padding: 44px 60px 79px;
    background-color: rgba(95, 187, 70, 0.8);
    border-radius: 20px; }
    .philosophy_section_inner .title_section {
      margin-bottom: 30px;
      color: #fff; }
      .philosophy_section_inner .title_section::before {
        background-color: #fff; }
      .philosophy_section_inner .title_section::after {
        background-color: #5fbb46; }
    .philosophy_section_inner .philosophy_text {
      font-size: 60px;
      font-weight: bold;
      line-height: 1.35;
      color: #fff;
      margin-bottom: 23px; }
    .philosophy_section_inner .philosophy_content {
      line-height: 1.8;
      color: #fff; }

.history_section_inner {
  padding: 70px 0 104px;
  text-align: center; }
  .history_section_inner .title_section {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 45px; }
    .history_section_inner .title_section::before {
      left: calc(50% - 75px); }
    .history_section_inner .title_section::after {
      left: calc(50% - 25px); }
.history_item {
  margin-bottom: 8px; }
  .history_item:last-child {
    margin-bottom: 0; }
  .history_item > div {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; }
    .history_item > div:last-child {
      margin-bottom: 0; }
  .history_item_time {
    max-width: 148px;
    width: 100%;
    line-height: 1.15;
    color: #5fbb46;
    position: relative;
    font-weight: bold;
    text-align: center !important; }
    .history_item_time_year {
      font-size: 30px; }
    .history_item_time::after {
      content: "";
      display: block;
      width: 1px;
      height: 40px;
      background-color: #e6e6e6;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .history_item_time_month {
      font-size: 14px; }
  .history_item p {
    padding-left: 22px;
    line-height: 1.5;
    text-align: left; }
    .history_item p strong {
      margin-bottom: 8px;
      display: block; }
    .history_item p img {
      height: 30px;
      width: auto; }
  .history_item .history_item_title_name {
    margin-bottom: 8px; }
  .history_item_custom > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
    .history_item_custom > div > div {
      width: 100%; }
      .history_item_custom > div > div:nth-child(1) > div {
        align-items: center; }
      .history_item_custom > div > div > div {
        display: flex;
        align-items: flex-start; }

.outline_section {
  background-color: #f8f8f5;
  margin: 0 auto;
  padding-top: 74px;
  padding-bottom: 98px; }
  .outline_section_inner {
    padding: 88px 0 131x;
    text-align: center; }
    .outline_section_inner .title_section {
      margin: 0;
      text-align: center;
      display: inline-block;
      margin-bottom: 63px; }
      .outline_section_inner .title_section::before {
        left: calc(50% - 75px); }
      .outline_section_inner .title_section::after {
        left: calc(50% - 25px); }
  .outline_section .outline_content {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 64px 61px;
    background: #fff;
    border-radius: 20px; }
  .outline_section .outline_list {
    text-align: left;
    width: 100%; }
    .outline_section .outline_list tr {
      border: 0;
      border-bottom: 1px dashed #ccc; }
      .outline_section .outline_list tr:last-child {
        border-bottom: 1px solid #ccc; }
      .outline_section .outline_list tr:first-child {
        border-top: 1px solid #ccc; }
      .outline_section .outline_list tr td {
        border: none;
        padding: 24px 20px 21px 30px;
        vertical-align: top; }
      .outline_section .outline_list tr td:nth-child(1) {
        color: #222;
        font-weight: bold;
        line-height: 2;
        width: 245px; }
      .outline_section .outline_list tr td:nth-child(2) {
        color: #222;
        flex: 1;
        line-height: 2;
        padding-left: 0;
        width: calc(100% - 222px); }
        .outline_section .outline_list tr td:nth-child(2) a {
          color: #222;
          flex: 1;
          line-height: 2;
          text-decoration: none; }
        .outline_section .outline_list tr td:nth-child(2) .google_map_link {
          vertical-align: middle;
          background-color: #42a1d8;
          border-radius: 10px;
          color: #fff;
          display: inline-block;
          font-family: "Avant Garde", sans-serif;
          height: 40px;
          text-align: center;
          line-height: 2.5;
          margin: 0;
          margin: 18px 0 13px 0;
          padding: 0;
          position: relative;
          text-decoration: none;
          width: 235px; }
          .outline_section .outline_list tr td:nth-child(2) .google_map_link:hover {
            opacity: 0.7; }
          .outline_section .outline_list tr td:nth-child(2) .google_map_link::after {
            background-image: url(images/icon/fa-solid-circle-arrow.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            content: "";
            height: 14px;
            position: absolute;
            right: 17px;
            top: 50%;
            transform: translateY(-50%);
            width: 14px; }

@media screen and (max-width: 1200px) {
  .message_section_inner .title_section {
    margin-bottom: 25px; }

  .message_content > div .message_cnt {
    padding: 40px 30px 5px; }

  .vision_heading {
    font-size: 30px; }

  .mission_content > div {
    gap: 30px; }

  .mission_image {
    flex: 0 0 45%;
    width: 45%; }

  .mission_right .title_section {
    margin-bottom: 25px; }

  .mission_item_title {
    padding-left: 30px; }

  .mission_desc {
    line-height: 1.6;
    padding-bottom: 25px; }

  .mission_item_title::before {
    background-size: 100% auto;
    height: 20px;
    width: 20px; }

  .mission_item_text {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 30px; }

  .philosophy_section {
    background-attachment: unset; }

  .philosophy_section_inner {
    padding: 30px 50px 60px; }

  .philosophy_section_inner .philosophy_text {
    font-size: 40px; }

  .history_item_time_year {
    font-size: 24px; }

  .history_item p {
    line-height: 1.4; }

  .outline_section .outline_content {
    padding: 50px 40px; } }
@media (max-width: 767px) {
  .message_section,
  .vision_section,
  .mission_section,
  .philosophy_section,
  .history_section_inner,
  .outline_section {
    padding: 40px 0; }

  .message_content > div .message_cnt {
    width: 100%;
    padding: 0; }

  .message_content > div,
  .vision_content > div,
  .mission_content > div {
    flex-direction: column; }

  .mission_content > div {
    gap: 0; }

  .mission_content {
    flex-direction: unset;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; }
    .mission_content .mission_image {
      border-radius: 10px;
      flex: unset;
      margin-bottom: 20px;
      width: 100%;
      max-width: 100%; }
    .mission_content .mission_right {
      width: 100%;
      margin: 0; }

  .message_content > div .message_content_right {
    max-width: 100%;
    width: 100%; }

  .vision_heading,
  .message_heading {
    font-size: 23px; }

  .mission_item_text {
    font-size: 20px; }

  .message_content > div .content {
    position: unset;
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px; }

  .message_text p {
    margin-bottom: 10px; }

  .history_item p {
    padding-inline: 10px; }

  .history_item_time {
    max-width: 100px; }

  .outline_section .outline_content {
    border-radius: 10px;
    padding: 30px 20px; }

  .outline_section .outline_list tr {
    padding-inline: 0; }

  .outline_section .outline_list td:nth-child(2) .google_map_link {
    width: 100%;
    line-height: 2.8;
    max-width: 235px; }

  .outline_section .outline_list .outline_text .google_map_link {
    width: 160px; }

  .philosophy_section_inner {
    border-radius: 10px;
    padding: 30px 30px 40px; }

  .philosophy_section_inner .philosophy_text {
    font-size: 23px; }

  .history_item {
    margin-bottom: 15px; }

  .outline_section_inner .title_section {
    margin-bottom: 40px; }

  .outline_section .outline_list tr {
    display: block;
    padding: 10px 0; }

  .outline_section .outline_list tr td {
    display: block !important;
    line-height: 1.7 !important;
    padding: 0;
    width: 100% !important; }

  .outline_section .outline_list tr td:nth-child(2) .google_map_link {
    height: 35px;
    margin-top: 5px;
    width: 175px; } }
.wholesale_inner,
.management_consulting_inner {
  padding: 70px 0 30px;
  text-align: center; }
  .wholesale_inner .title_section::before,
  .management_consulting_inner .title_section::before {
    left: calc(50% - 75px); }
  .wholesale_inner .title_section::after,
  .management_consulting_inner .title_section::after {
    left: calc(50% - 25px); }
  .wholesale_inner .sub_title,
  .management_consulting_inner .sub_title {
    margin-bottom: 85px; }
  .wholesale_inner .list,
  .management_consulting_inner .list {
    text-align: left;
    max-width: 1005px;
    width: 100%;
    margin: 0 auto; }
    .wholesale_inner .list .item > div,
    .management_consulting_inner .list .item > div {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
      justify-content: space-between;
      margin-bottom: 81px; }
      .wholesale_inner .list .item > div .content,
      .management_consulting_inner .list .item > div .content {
        width: calc((100% - 80px) / 2); }
        .wholesale_inner .list .item > div .content .title,
        .wholesale_inner .list .item > div .content .title,
        .management_consulting_inner .list .item > div .content .title,
        .management_consulting_inner .list .item > div .content .title {
          font-size: 14px;
          color: #5fbb46;
          font-weight: bold;
          line-height: 1.5; }
        .wholesale_inner .list .item > div .content .name,
        .management_consulting_inner .list .item > div .content .name {
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 15px;
          line-height: 1.5; }
        .wholesale_inner .list .item > div .content ul,
        .management_consulting_inner .list .item > div .content ul {
          list-style: none; }
          .wholesale_inner .list .item > div .content ul li,
          .management_consulting_inner .list .item > div .content ul li {
            position: relative;
            padding-left: 16px;
            margin-bottom: 8px; }
            .wholesale_inner .list .item > div .content ul li:last-child,
            .management_consulting_inner .list .item > div .content ul li:last-child {
              margin-bottom: 0; }
            .wholesale_inner .list .item > div .content ul li::before,
            .management_consulting_inner .list .item > div .content ul li::before {
              content: "";
              display: block;
              position: absolute;
              top: 11px;
              left: 0;
              width: 8px;
              height: 8px;
              background-color: #5fbb46;
              border-radius: 2px; }
      .wholesale_inner .list .item > div .product_img,
      .wholesale_inner .list .item > div .consult_img,
      .management_consulting_inner .list .item > div .product_img,
      .management_consulting_inner .list .item > div .consult_img {
        width: calc((100% - 80px) / 2);
        border-radius: 20px;
        overflow: hidden;
        border-radius: 20px;
        border: 1px solid #e6e6e6; }
        .wholesale_inner .list .item > div .product_img img,
        .wholesale_inner .list .item > div .consult_img img,
        .management_consulting_inner .list .item > div .product_img img,
        .management_consulting_inner .list .item > div .consult_img img {
          width: 100%;
          height: auto; }
      .wholesale_inner .list .item > div .name,
      .management_consulting_inner .list .item > div .name {
        font-weight: bold;
        margin-bottom: 10px; }
    .wholesale_inner .list .item:last-child,
    .management_consulting_inner .list .item:last-child {
      margin-bottom: 0; }
    .wholesale_inner .list .item:nth-child(even) .content,
    .management_consulting_inner .list .item:nth-child(even) .content {
      order: 2; }
    .wholesale_inner .list .item:nth-child(even) .consult_img,
    .wholesale_inner .list .item:nth-child(even) .product_img,
    .management_consulting_inner .list .item:nth-child(even) .consult_img,
    .management_consulting_inner .list .item:nth-child(even) .product_img {
      order: 1; }

.value_point_inner {
  padding: 49px 85px 82px;
  background: #419b48;
  text-align: center;
  border-radius: 20px;
  position: relative; }
  .value_point_inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 48px;
    background: url(images/icon/Polygon-green.svg) no-repeat center;
    background-size: contain; }
  .value_point_inner .value_point_title {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px; }
  .value_point_inner .value_point_subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 49px; }
  .value_point_inner .value_list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .value_point_inner .value_list > div .value_item {
      width: calc((100% - 40px) / 3);
      border-radius: 10px;
      border: 3px solid #fff;
      padding: 28px 0 28px 74px;
      line-height: 1.5;
      color: #fff;
      position: relative;
      font-family: "Noto Sans JP", sans-serif;
      text-align: left;
      font-size: 20px;
      font-weight: bold; }
      .value_point_inner .value_list > div .value_item::before {
        content: "";
        display: block;
        position: absolute;
        top: 32px;
        left: 28px;
        width: 24px;
        height: 24px;
        background: url(images/icon/feather-check-circle-white.svg) no-repeat center;
        background-size: contain; }
      .value_point_inner .value_list > div .value_item:last-child {
        width: 100%; }
  .value_point_inner .value_point_message {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    max-width: 782px;
    margin: 0 auto;
    line-height: 1.4; }

.partners_inner {
  padding: 108px 0 0; }
  .partners_inner .img_container {
    background-attachment: fixed;
    height: 340px; }
  .partners_inner .partners_text {
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
    .partners_inner .partners_text span {
      color: #5fbb46; }
  .partners_inner .partners_list > div {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 99px; }
    .partners_inner .partners_list > div img {
      height: 60px;
      width: auto; }

.import_export_services {
  padding: 68px 0;
  text-align: center;
  background: #f8f8f5; }
  .import_export_services .title_section::before {
    left: calc(50% - 75px); }
  .import_export_services .title_section::after {
    left: calc(50% - 25px); }
  .import_export_services .sub_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
  .import_export_services .main_title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 13px; }
  .import_export_services .description {
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 51px; }
  .import_export_services .sub_section_title {
    padding-left: 19px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: left;
    margin-bottom: 35px; }
    .import_export_services .sub_section_title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 26px;
      background-color: #5fbb46; }
  .import_export_services .product_categories > div {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: flex-start;
    margin-bottom: 54px; }
    .import_export_services .product_categories > div .product_item {
      background: #fff;
      border-radius: 10px;
      color: #111;
      overflow: hidden;
      transition: all 0.2s ease-in-out;
      width: calc((100% - 99px) / 4); }
      .import_export_services .product_categories > div .product_item > div {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .import_export_services .product_categories > div .product_item p {
        width: 100%; }
      .import_export_services .product_categories > div .product_item .product_ttl {
        display: block;
        width: 100%;
        line-height: 1.4;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 18px 10px 20px;
        color: #111; }
      .import_export_services .product_categories > div .product_item img {
        width: auto;
        height: 200px;
        object-fit: cover; }
  .import_export_services .target_markets > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
    .import_export_services .target_markets > div img {
      max-width: 270px;
      width: auto;
      height: 200px;
      object-fit: cover; }
    .import_export_services .target_markets > div .market_description {
      text-align: left; }
      .import_export_services .target_markets > div .market_description .title_market {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px; }
      .import_export_services .target_markets > div .market_description p {
        line-height: 1.6; }

.our_strengths {
  padding: 70px 0; }
  .our_strengths .our_strengths_inner {
    position: relative;
    background: url(images/business/map.svg) no-repeat center;
    background-size: cover;
    padding: 58px 80px 79px;
    color: #fff;
    text-align: center;
    border-radius: 20px; }
    .our_strengths .our_strengths_inner:after {
      background: url(images/business/strength_pattern.svg) no-repeat top left;
      bottom: 0;
      content: '';
      display: block;
      height: 433px;
      right: 30px;
      position: absolute;
      width: 461px; }
    .our_strengths .our_strengths_inner .our_strengths_title {
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 7px; }
    .our_strengths .our_strengths_inner .strengths_description {
      font-size: 18px;
      color: #fff;
      max-width: 560px;
      margin: 0 auto;
      margin-bottom: 45px;
      line-height: 1.8; }
    .our_strengths .our_strengths_inner .strengths_content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      color: #fff; }
      .our_strengths .our_strengths_inner .strengths_content .strengths_description {
        line-height: 1.8;
        margin-bottom: 40px; }
      .our_strengths .our_strengths_inner .strengths_content .strengths_list > div {
        display: flex;
        max-width: 550px;
        width: 100%;
        flex-direction: column;
        gap: 22px; }
        .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item {
          border: 3px solid #fff;
          padding: 24px 28px 24px 65px;
          border-radius: 10px;
          text-align: left;
          position: relative; }
          .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item::before {
            content: "";
            width: 22px;
            height: 22px;
            position: absolute;
            display: block;
            background: url(images/icon/feather-check-circle-white.svg) no-repeat center;
            background-size: contain;
            top: 30px;
            left: 26px; }
          .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item img {
            width: 24px;
            height: 24px; }
          .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item .strength_item_tite {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 11px; }
          .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item p {
            line-height: 1.6; }
    .our_strengths .our_strengths_inner .strengths_image {
      max-width: 461px;
      position: absolute;
      bottom: 0;
      right: 30px; }
      .our_strengths .our_strengths_inner .strengths_image img {
        width: 100%;
        height: auto; }

.management_consulting_inner .sub_title {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: 55px; }

@media (max-width: 1200px) {
  .wholesale_inner,
  .management_consulting_inner {
    padding: 40px 0; }

  .wholesale_inner .sub_title,
  .management_consulting_inner .sub_title {
    margin-bottom: 40px; }

  .wholesale_inner .list .item > div,
  .management_consulting_inner .list .item > div {
    align-items: start;
    gap: 40px; }

  .wholesale_inner .list .item > div .product_img,
  .wholesale_inner .list .item > div .consult_img,
  .management_consulting_inner .list .item > div .product_img,
  .management_consulting_inner .list .item > div .consult_img,
  .wholesale_inner .list .item > div .content,
  .management_consulting_inner .list .item > div .content {
    width: calc((100% - 40px) / 2); }

  .wholesale_inner .list .item > div .content .name,
  .management_consulting_inner .list .item > div .content .name {
    font-size: 26px;
    line-height: 1.3; }

  .value_point_inner {
    padding: 40px 25px 60px; }

  .value_point_inner .value_list > div .value_item {
    font-size: 14px;
    padding: 15px 10px 13px 40px; }
    .value_point_inner .value_list > div .value_item::before {
      height: 16px;
      left: 16px;
      top: 18px;
      width: 16px; }

  .value_point_inner .value_point_message {
    font-size: 30px; }

  .partners_inner .img_container {
    background-attachment: unset;
    background-position: center center;
    background-size: cover; }

  .import_export_services .main_title {
    font-size: 30px;
    line-height: 1.3; }

  .import_export_services .product_categories > div {
    gap: 20px; }

  .import_export_services .product_categories > div .product_item {
    width: calc((100% - 20px * 3) / 4); }

  .import_export_services .product_categories > div .product_item .product_ttl {
    font-size: 18px;
    line-height: 1.6; }

  .our_strengths .our_strengths_inner {
    padding: 35px 40px 55px; }

  .our_strengths .our_strengths_inner .strengths_content {
    display: block; }

  .our_strengths .our_strengths_inner .strengths_content .strengths_list > div {
    max-width: 60%; }

  .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item {
    border-width: 2px;
    padding: 20px 20px 20px 45px; }

  .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item .strength_item_tite {
    margin-bottom: 5px; }

  .our_strengths .our_strengths_inner .strengths_content .strengths_list > div .strength_item::before {
    height: 18px;
    left: 20px;
    top: 28px;
    width: 18px; }

  .our_strengths .our_strengths_inner:after {
    background-size: 100% auto;
    background-position: bottom left;
    right: 10px;
    width: 35%; } }
@media (max-width: 767px) {
  .wholesale_inner,
  .value_point_inner,
  .import_export_services,
  .partners_inner,
  .management_consulting_inner,
  .our_strengths {
    padding: 40px 0; }

  .value_point_inner {
    padding: 30px 15px; }
    .value_point_inner .value_list > div {
      flex-wrap: wrap;
      gap: 10px; }
      .value_point_inner .value_list > div .value_item {
        width: 100%;
        padding: 10px 10px 10px 30px;
        line-height: 1.5; }
        .value_point_inner .value_list > div .value_item::before {
          width: 16px;
          height: 16px;
          left: 8px;
          top: 13px; }
    .value_point_inner .value_point_message {
      font-size: 24px; }

  .value_point_inner .value_point_subtitle,
  .wholesale_inner .sub_title {
    line-height: 1.4;
    margin-bottom: 30px; }

  .wholesale_inner .list .item > div,
  .management_consulting .list .item > div {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px; }
    .wholesale_inner .list .item > div .content,
    .management_consulting .list .item > div .content {
      order: 2;
      width: 100%; }
      .wholesale_inner .list .item > div .content .name,
      .management_consulting .list .item > div .content .name {
        font-size: 20px;
        margin-bottom: 15px; }
    .wholesale_inner .list .item > div .product_img,
    .wholesale_inner .list .item > div .consult_img,
    .management_consulting .list .item > div .product_img,
    .management_consulting .list .item > div .consult_img {
      border-radius: 10px;
      width: 100%;
      order: 1; }

  .wholesale_inner .list .item > div .content {
    order: 1 !important; }

  .wholesale_inner .list .item > div .product_img {
    order: 2 !important; }

  .value_point_inner::after {
    width: 90px;
    height: 36px;
    bottom: -30px; }

  .partners_inner {
    padding: 60px 15px 0; }
    .partners_inner .partners_text {
      font-size: 18px;
      margin-bottom: 0; }
      .partners_inner .partners_text br {
        display: none; }

  .import_export_services .main_title {
    font-size: 24px; }

  .import_export_services .product_categories > div {
    gap: 15px; }
    .import_export_services .product_categories > div .product_item {
      width: calc((100% - 15px) / 2); }

  .import_export_services .product_categories > div .product_item .product_ttl {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0; }

  .our_strengths .our_strengths_inner {
    padding: 20px; }
    .our_strengths .our_strengths_inner .strengths_content {
      flex-wrap: wrap;
      justify-content: center; }
      .our_strengths .our_strengths_inner .strengths_content .strengths_list {
        width: 100%; }
    .our_strengths .our_strengths_inner .strengths_image {
      position: unset;
      max-width: 300px;
      margin: 0 auto; }

  .our_strengths .our_strengths_inner:after {
    height: 143px;
    right: 50%;
    transform: translateX(50%);
    width: 42%;
    background-size: auto 100%;
    background-position: center center; }

  .wholesale_inner .list .item > div .content ul li,
  .management_consulting_inner .list .item > div .content ul li {
    line-height: 1.6;
    margin-bottom: 8px; }

  .wholesale_inner .list .item > div .content ul li::before,
  .management_consulting_inner .list .item > div .content ul li::before {
    top: 7px; }

  .value_point_inner .value_point_title {
    font-size: 30px; }

  .partners_inner .img_container {
    left: -15px;
    height: 160px;
    position: relative;
    width: calc(100% + 30px); }

  .import_export_services .sub_title {
    font-size: 18px;
    line-height: 1.7; }

  .import_export_services .description {
    margin-bottom: 20px; }

  .import_export_services .description br {
    display: none; }

  .import_export_services .sub_section_title {
    margin-bottom: 20px; }

  .import_export_services .target_markets > div {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px; }

  .import_export_services .target_markets > div figure {
    border-radius: 10px;
    overflow: hidden;
    width: 120px; }

  .import_export_services .target_markets > div figure img {
    width: 100%;
    height: auto; }

  .import_export_services .target_markets > div .market_description {
    width: calc(100% - 130px); }

  .import_export_services .target_markets > div .market_description .title_market {
    margin-bottom: 5px;
    line-height: 1.3; }

  .our_strengths .our_strengths_inner {
    border-radius: 10px;
    padding: 30px 20px 150px; }

  .our_strengths .our_strengths_inner .our_strengths_title {
    font-size: 30px; }

  .our_strengths .our_strengths_inner .strengths_content .strengths_list > div {
    max-width: 100%; }

  .our_strengths .our_strengths_inner .strengths_description {
    font-size: 14px; }

  .import_export_services .product_categories > div .product_item img {
    width: 100%;
    height: auto; } }
.products_page {
  padding: 59px 0; }

.produdct_page_top .product_supplier_list {
  padding: 25px 0 58px;
  border-bottom: 1px solid #E6E6E6; }
  .produdct_page_top .product_supplier_list .supplier_list_ttl {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 17px 19px;
    position: relative; }
    .produdct_page_top .product_supplier_list .supplier_list_ttl:before {
      background: #5FBB46;
      content: '';
      display: block;
      height: 26px;
      left: 0;
      position: absolute;
      top: 11px;
      width: 4px; }
  .produdct_page_top .product_supplier_list .supplier_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px; }
    .produdct_page_top .product_supplier_list .supplier_list .sup_item {
      align-items: center;
      background: #fff;
      border-radius: 10px;
      display: flex;
      padding: 10px;
      justify-content: center;
      width: calc((100% - 17px * 4) / 5); }
      .produdct_page_top .product_supplier_list .supplier_list .sup_item img {
        max-height: 100px; }

.product_list_ttl {
  color: #5FBB46;
  font-size: 50px;
  margin-bottom: 25px;
  padding: 22px 0 3px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .product_list_ttl::before {
    content: "";
    position: absolute;
    left: calc(50% - 75px);
    bottom: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000; }
  .product_list_ttl::after {
    content: "";
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #5fbb46; }

.product_found {
  text-align: center; }
  .product_found span {
    font-weight: bold;
    font-size: 20px; }

.no_product {
  margin-top: 50px;
  text-align: center; }

.supplier-img {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin: 35px auto 25px;
  width: 280px;
  padding: 10px; }
  .supplier-img img {
    max-height: 100px; }

.page-numbers {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 17px auto; }
  .page-numbers li span,
  .page-numbers li a {
    align-items: center;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    color: #111;
    display: flex;
    font-size: 14px;
    height: 54px;
    justify-content: center;
    text-decoration: none;
    width: 54px; }
  .page-numbers li span,
  .page-numbers li a:hover {
    background: #5FBB46;
    color: #fff;
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .products_page {
    padding: 20px 0; }

  .produdct_page_top .product_supplier_list .supplier_list {
    gap: 10px; }

  .produdct_page_top .product_supplier_list .supplier_list .sup_item {
    border-radius: 10px;
    width: calc((100% - 10px)/2);
    padding: 5px; }

  .produdct_page_top .product_supplier_list .supplier_list .sup_item img {
    max-height: 50px; }

  .product_list_ttl {
    font-size: 30px; }

  .page-numbers li span,
  .page-numbers li a {
    height: 40px;
    width: 40px; }

  .supplier-img {
    margin: 15px auto; } }
.product_section {
  padding: 56px 0;
  background-color: #f8f8f5; }

.product_block_inner .info_intro_wrap > div {
  text-align: left;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  padding: 48px 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 39px; }

.product_image {
  width: 100%;
  max-width: 440px; }
  .product_image .main_image {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 40px;
    position: relative;
    width: 100%; }
    .product_image .main_image .zoom_in_btn {
      border: none;
      bottom: 14px;
      background-color: transparent;
      display: block;
      height: 27px;
      position: absolute;
      right: 20px;
      padding: 0;
      width: 27px; }
      .product_image .main_image .zoom_in_btn img {
        width: 100%; }
    .product_image .main_image:hover {
      cursor: pointer; }
  .product_image img {
    width: 100%;
    height: auto; }

.sub_images > div {
  display: flex;
  gap: 14px; }
  .sub_images > div div {
    width: calc((100% - 30px) / 4); }
    .sub_images > div div a {
      display: block;
      border: 1px solid #e6e6e6;
      border-radius: 10px;
      padding: 10px; }
      .sub_images > div div a.active, .sub_images > div div a:hover {
        border: 2px solid #5FBB46; }
  .sub_images > div img {
    width: 100%; }

.product_info_wrap {
  text-align: left;
  width: calc((100% - 440px) - 60px); }
  .product_info_wrap .product_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1; }
  .product_info_wrap .product_info {
    line-height: 2;
    margin-bottom: 15px; }
    .product_info_wrap .product_info img {
      height: 30px;
      width: auto;
      margin-left: 5px; }
    .product_info_wrap .product_info span {
      padding: 4px 7px;
      display: inline-block;
      border-radius: 5px;
      background-color: #f5fbf2;
      font-size: 14px;
      color: #5fbb46; }
  .product_info_wrap .product_description {
    margin-bottom: 40px; }
  .product_info_wrap .product_label {
    background: #ffdcea;
    border-radius: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 9px;
    max-width: 295px;
    padding: 11px;
    padding-left: 60px;
    position: relative;
    width: 100%; }
    .product_info_wrap .product_label::before {
      background: url(images/icon/cherry-blossom-spring-svgrepo-com.svg) no-repeat center;
      background-size: contain;
      content: "";
      display: block;
      height: 37px;
      left: 11px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 37px; }
  .product_info_wrap .label_quanlity {
    background-color: #ffe8d5;
    margin-bottom: 46px; }
    .product_info_wrap .label_quanlity::before {
      background: url(images/icon/quality-svgrepo-com.svg) no-repeat center;
      background-size: contain;
      height: 46px;
      top: 8px;
      transform: unset;
      width: 32px; }
  .product_info_wrap .buy_button {
    background: #5fbb46;
    border: 1px solid #5fbb46;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    min-width: 223px;
    padding: 6px 50px 4px 37px;
    position: relative;
    text-align: left;
    text-decoration: none; }
    .product_info_wrap .buy_button::before {
      background: url(images/icon/arrow-right-icon.svg) no-repeat center;
      background-size: contain;
      content: "";
      display: block;
      height: 14px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px; }
    .product_info_wrap .buy_button:hover {
      background: #fff;
      color: #5fbb46; }

.info_detail {
  text-align: left;
  padding: 36px 40px;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-bottom: 52px; }
  .info_detail ol.wp-block-list {
    padding-left: 20px; }
    .info_detail ol.wp-block-list li {
      list-style: decimal; }
  .info_detail ul.wp-block-list li {
    position: relative; }
    .info_detail ul.wp-block-list li:before {
      content: '•';
      display: inline-block;
      padding: 0 3px;
      position: relative; }
  .info_detail .title_prod_info {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 17px; }
  .info_detail p {
    margin-bottom: 30px;
    line-height: 1.75; }
    .info_detail p:last-child {
      margin-bottom: 0; }
    .info_detail p.no_margin {
      margin-bottom: 0; }

.back_button {
  background: #5fbb46;
  border: 1px solid #5fbb46;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  line-height: 1;
  padding: 14px 20px 12px 43px;
  margin: 0 auto;
  margin-bottom: 57px;
  min-width: 272px; }
  .back_button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(180deg);
    display: block;
    width: 14px;
    height: 14px;
    background: url(images/icon/arrow-right-icon.svg) no-repeat center;
    background-size: contain; }
  .back_button:hover {
    background: #fff;
    color: #5fbb46; }

.sub_section_title {
  padding-left: 19px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: left; }

.sub_section_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 32px;
  background-color: #5fbb46; }

.no_found {
  padding-top: 30px; }

@media screen and (max-width: 1200px) {
  .product_block_inner .info_intro_wrap > div {
    gap: 30px; }

  .product_image {
    max-width: 50%; }

  .product_info_wrap {
    text-align: left;
    width: calc(50% - 30px); }

  .product_info_wrap .product_description {
    margin-bottom: 20px; }

  .product_info_wrap .label_quanlity {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .product_block_inner .info_intro_wrap > div {
    padding: 20px;
    flex-wrap: wrap; }

  .product_image {
    max-width: unset; }

  .product_info_wrap {
    width: 100%; }

  .info_detail {
    margin-bottom: 20px;
    padding: 20px; }

  .info_detail .title_prod_info {
    font-size: 24px; }

  .info_detail p {
    margin-bottom: 15px; }

  .back_button {
    margin-bottom: 20px; }

  .sub_section_title {
    font-size: 24px;
    margin-bottom: 0; } }
.contact_section {
  max-width: 1050px;
  margin: 0 auto; }
  .contact_section .section_ttl {
    margin-top: 21px; }
  .contact_section .contact_cnt {
    background: #F8F8F5;
    border-radius: 10px;
    margin: 21px auto 18px;
    padding: 27px 0 20px; }

.contact_ttl br {
  display: none; }

.form_table {
  width: 100%;
  border-collapse: collapse; }

.form_table tr {
  border-bottom: 1px dashed #ccc; }

.form_table .form_input {
  padding: 30px 30px 28px 0; }

.form_table td:first-child {
  font-weight: bold;
  min-width: 330px;
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 30px 30px;
  position: relative; }

.form_input {
  width: 100%; }

.form_input input,
.form_input select,
.form_input textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  background-color: #f7f7f7; }

.form_input input::placeholder,
.form_input select::placeholder,
.form_input textarea::placeholder {
  color: #ccc; }

.form_input select {
  background: #f7f7f7 url(images/icon/select_bg.png) no-repeat center right;
  background-size: 35px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form_input textarea {
  height: 200px;
  resize: none; }

.wrap_textarea {
  padding: 30px 0; }

.inquiry_type_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.other_wrapper {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px; }

.other_input_wrapper {
  width: calc(100% - 50px); }

.required_label {
  display: inline-block;
  background-color: #b02c23;
  color: white;
  font-size: 14px;
  padding: 3px 12px;
  position: absolute;
  top: 39px;
  right: 28px;
  border-radius: 3px;
  font-weight: normal;
  line-height: 1.4; }

.captcha_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.captcha_wrapper .captcha_text {
  font-weight: bold;
  color: #333; }

.captcha_wrapper input {
  flex: 1; }

.form_submit input {
  background: #5FBB46 url(images/icon/arrow-right-icon.svg) no-repeat center right 13px;
  background-size: 14px;
  border: 1px solid #5FBB46;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 41px auto;
  padding: 14px 45px 10px 43px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 223px; }
  .form_submit input:hover {
    cursor: pointer;
    background-color: #fff;
    color: #5fbb46; }

.section_btn.backtop_btn {
  display: inline-block; }

.section_btn.backtop_btn .wp-block-button__link {
  background: #5fbb46;
  position: relative;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 72px;
  min-width: 224px;
  text-align: left;
  padding: 7px 10px 3px 56px; }
  .section_btn.backtop_btn .wp-block-button__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(180deg);
    display: block;
    width: 14px;
    height: 14px;
    background: url(images/icon/arrow-right-icon.svg) no-repeat center;
    background-size: contain; }
  .section_btn.backtop_btn .wp-block-button__link:hover {
    background-color: #fff;
    color: #5fbb46; }

.form_upload {
  display: none; }

@media screen and (max-width: 767px) {
  .contact_ttl br {
    display: block; }

  .form_table tr {
    display: block; }

  .form_table td {
    display: block; }

  .form_table td:first-child {
    padding: 20px 0 10px;
    width: 100%; }

  .form_table .form_input {
    padding: 0 0 20px; }

  .required_label {
    top: 22px;
    right: 0; }

  .form_submit input {
    padding-top: 10px; } }
.product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  padding: 12px 0; }
  .product_list article {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    flex: 0 0 calc((100% - 44px * 3) / 4);
    padding: 20px;
    padding-bottom: 26px;
    position: relative; }
    .product_list article .product_img {
      align-items: center;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      height: 180px;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden; }
      .product_list article .product_img img {
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease-in-out; }
      .product_list article .product_img span {
        background: #F58221;
        border-top-left-radius: 5px;
        bottom: -21px;
        line-height: 1.7;
        color: #fff;
        font-size: 14px;
        right: -21px;
        padding: 0 12px;
        position: absolute; }
    .product_list article .product_ttl {
      font-weight: bold;
      line-height: 1.5;
      padding: 23px 0 11px; }
    .product_list article .product_categories {
      line-height: 1; }
      .product_list article .product_categories span {
        background: #F5FBF2;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
        padding: 5px 7px;
        text-transform: uppercase; }

.product_cat_list {
  display: flex;
  gap: 17px;
  flex-wrap: wrap; }
  .product_cat_list a {
    align-items: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #111;
    display: flex;
    font-size: 18px;
    gap: 8px;
    line-height: 1.2;
    min-height: 70px;
    padding: 12px 45px 10px 14px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: calc((100% - 17px * 4) / 5); }
    .product_cat_list a img {
      position: relative;
      top: -2px; }
    .product_cat_list a:after {
      content: '';
      display: block !important;
      background: url(images/icon/ico-arrow-down-orange.svg) no-repeat center;
      height: 24px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px; }
    .product_cat_list a:hover, .product_cat_list a.active {
      border-color: #F58221;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05); }
    .product_cat_list a.active:hover {
      pointer-events: none; }
    .product_cat_list a:last-child::after {
      display: block; }

.title_section {
  margin-bottom: 40px;
  color: #5fbb46;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 4px;
  position: relative; }
  .title_section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000; }
  .title_section::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #5fbb46; }

.wrap_title_page {
  margin-top: 101px;
  border-bottom: 1px solid #e6e6e6; }
  .wrap_title_page .wrap_title_page_inner > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 26px 0 13px; }
    .wrap_title_page .wrap_title_page_inner > div .left {
      position: relative;
      z-index: 1; }
      .wrap_title_page .wrap_title_page_inner > div .left .page_title {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 0; }
    .wrap_title_page .wrap_title_page_inner > div .background_text {
      line-height: 1;
      font-size: 150px;
      color: #F8F8F5;
      font-weight: bold;
      position: absolute;
      bottom: -23px;
      right: 0; }
  .wrap_title_page .breadcrumb > div {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    padding-left: 15px;
    font-size: 14px; }
    .wrap_title_page .breadcrumb > div::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 18px;
      background-color: #5fbb46; }
    .wrap_title_page .breadcrumb > div .breadcrumb_link {
      color: #ccc;
      text-decoration: none; }

.intro {
  text-align: center; }
  .intro .intro_inner {
    padding: 21px 0 7px;
    border-bottom: 1px solid #e6e6e6; }
    .intro .intro_inner.no_border {
      border: none; }
  .intro .content {
    margin-bottom: 58px; }
    .intro .content_title {
      color: #5fbb46;
      font-size: 50px;
      font-weight: bold;
      margin-bottom: 12px; }
    .intro .content_description {
      max-width: 900px;
      margin: 0 auto;
      line-height: 1.8; }
  .intro .menu_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0; }
  .intro li a {
    align-items: center;
    color: #111;
    gap: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    position: relative;
    padding-right: 29px; }
    .intro li a::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background-image: url(images/icon/circle-arrow-right.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.3s ease; }
    .intro li a:hover {
      color: #5fbb46; }

.partner_list {
  padding: 35px 0; }
  .partner_list > div {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center; }
  .partner_list.partner_noslick figure {
    padding: 10px;
    width: 16.66%; }

.slick-track {
  align-items: center;
  display: flex; }
  .slick-track figure {
    padding: 0 20px; }

.partner_list figure {
  align-items: center;
  display: flex !important;
  height: 100%;
  justify-content: center; }
  .partner_list figure img {
    max-width: 100%; }

.search_inner .search_popup {
  border-radius: 10px;
  display: block !important;
  margin-top: 41px;
  padding: 23px 41px 46px;
  position: relative; }
  .search_inner .search_popup .search_form_ttl {
    font-size: 30px;
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative; }
    .search_inner .search_popup .search_form_ttl:before {
      background: #5FBB46;
      border: 4px;
      content: '';
      height: 33px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 4px; }
.search_inner .search_list {
  margin: 37px 0 50px; }
.search_inner .search_page_ttl {
  font-size: 24px;
  margin-bottom: 28px;
  text-align: center; }
.search_inner .search-results li {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 17px;
  margin-bottom: 8px; }
.search_inner .search-results h2 {
  line-height: 1.8; }
  .search_inner .search-results h2 a {
    font-size: 18px;
    color: #111111;
    text-decoration: none; }

.comming {
  padding: 20px 0; }

@media screen and (max-width: 1200px) {
  .products_section .product_cat_list a {
    font-size: 14px;
    width: calc((100% - 17px * 3) / 4); } }
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .product_list {
    gap: 30px; }

  .product_list article {
    flex: 0 0 calc((100% - 30px) / 2); }

  .product_list article .product_img img {
    object-fit: cover;
    height: 100%;
    width: auto; }

  .products_section .product_inner .section_btn {
    position: absolute;
    right: 0;
    top: 5px; }

  .wrap_title_page {
    margin-top: 85px; }

  .wrap_title_page .wrap_title_page_inner > div .left .page_title {
    font-size: 40px; }

  .wrap_title_page .wrap_title_page_inner > div .background_text {
    font-size: 100px;
    bottom: -15px; }

  .intro .content_title {
    font-size: 40px; }

  .intro li a {
    font-size: 14px;
    padding-right: 20px; }

  .intro .menu_list {
    gap: 20px; }

  .title_section {
    font-size: 40px; }

  .message_heading {
    font-size: 30px; }

  .partner_list {
    padding-bottom: 20px; }

  .partner_list > div {
    gap: 25px; }

  .partner_list.partner_noslick figure {
    width: 33.3333%; } }
@media screen and (max-width: 767px) {
  .wrap_title_page .wrap_title_page_inner > div .left .page_title {
    font-size: 30px;
    line-height: 1.4; }

  .wrap_title_page {
    margin-top: 63px; }

  .wrap_title_page .wrap_title_page_inner > div .background_text {
    bottom: -10px;
    font-size: 60px;
    right: -15px; }

  .intro .intro_inner {
    padding: 20px 0 0; }
  .intro .content {
    margin-bottom: 0; }
  .intro .content_title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0; }
  .intro .menu_list {
    display: block;
    margin-top: 10px; }
    .intro .menu_list li {
      display: block; }
      .intro .menu_list li a {
        border-top: 1px solid #e6e6e6;
        display: block;
        text-align: left;
        padding: 5px 0; }

  .title_section {
    font-size: 30px;
    line-height: 1.7; }

  .product_list {
    gap: 16px;
    padding: 27px 0 34px; }

  .product_list article {
    flex: 0 0 calc((100% - 16px) / 2);
    padding: 14px; }

  .product_list article .product_img {
    height: 120px; }

  .product_list article .product_img img {
    height: 100%;
    width: auto; }

  .product_list article .product_img span {
    bottom: -10px;
    line-height: 1.35;
    font-size: 12px;
    right: -15px;
    padding: 0 5px; }

  .product_list article .product_ttl {
    line-height: 1.2;
    padding: 21px 0 5px; }

  .product_list article .product_categories span {
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 5px; }

  .product_list article .product_excerpt {
    margin: 0 0 4px;
    line-height: 1.7; }

  .product_list article .view_detail {
    font-size: 12px;
    padding-right: 25px; }

  .new_arrivals_inner .wp-block-buttons {
    justify-content: center; }

  .product_inner .wp-block-buttons {
    justify-content: center; }

  .product_cat_list {
    display: flex;
    gap: 9px;
    flex-wrap: wrap; }

  .products_section .product_cat_list a {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    color: #111;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 40px 8px 10px;
    min-height: 50px;
    text-align: left;
    width: calc((100% - 9px) / 2); }

  .products_section .product_cat_list a.active {
    background: #B8E5A1;
    border-color: #B8E5A1; }

  .intro .content_description {
    padding: 20px 0; }

  .search_inner .search_popup {
    padding: 10px 20px 30px; }
    .search_inner .search_popup .search_form_ttl {
      font-size: 24px; }
      .search_inner .search_popup .search_form_ttl:before {
        height: 24px; }
    .search_inner .search_popup form {
      display: block; }
      .search_inner .search_popup form .search-field {
        width: 100%; }
      .search_inner .search_popup form button {
        background: transparent url(images/icon/search-icon.svg) no-repeat center center;
        border: none;
        position: absolute;
        right: 25px;
        top: 75px;
        color: transparent;
        width: 34px;
        height: 24px;
        padding: 0; }

  .page-numbers {
    margin: 0; }

  .product_list article .view_detail {
    bottom: 16px; }

  .value_point_inner .value_point_subtitle,
  .wholesale_inner .sub_title {
    font-size: 14px; } }
.lang-vi .wrap_title_page .wrap_title_page_inner > div .background_text {
  font-size: 100px;
  bottom: -15px; }

.orgin_txt img {
  height: 20px;
  border: 1px solid #ccc; }

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