/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2026 | 06:51:24 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 04:50:02 */
[data-txt_color="white"] {
  color: white; }

[data-txt_color="red"] {
  color: red; }

[data-txt_color="cr_main"] {
  color: ; }

[data-icon="tag"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f02c';
  margin-right: 0.5rem;
  font-weight: 900; }

@media (max-width: 599px) {
    .img_header > div h1 {
      font-size: 3.5vmax; }
      .img_header > div p {
        font-size: 1.75vmax; } }

.material-symbols-outlined {
  font-size: 75px; }
  @media (max-width: 599px) {
  .material-symbols-outlined {
    font-size: 50px; } }

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto; }

.tab_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100%/4);
  height: 150px;
  border-bottom: 3px solid #f59e0b;
  background-color: #fffbeb;
  color: #b45309;
  float: left;
  text-align: center;
  transition: all 0.2s ease; }
  .tab_item:hover {
    opacity: 0.75; }
  .tab_item .headline {
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold; }
    @media (max-width: 599px) {
  .tab_item .headline {
    font-size: 1.25rem; } }
  .tab_item .material-symbols-outlined {
    margin-bottom: -37.5px; }
    @media (max-width: 599px) {
  .tab_item .material-symbols-outlined {
    margin-bottom: -75px; } }

input[name="tab_item"] {
  display: none; }

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden; }
  .tab_content .benefit_obj {
    display: flex;
    margin-bottom: 3rem;
    box-shadow: 1px 1px 10px darkgray;
    padding: 3rem;
    border-radius: 10px;
    gap: 2rem;
    align-items: center; }
    @media (max-width: 599px) {
  .tab_content .benefit_obj {
    flex-wrap: wrap; } }
    .tab_content .benefit_obj .title {
      margin-bottom: 1rem;
      font-weight: bold; }
    .tab_content .benefit_obj p {
      font-family: "Zen Kaku Gothic New", sans-serif; }
    .tab_content .benefit_obj .material-symbols-outlined {
      margin: 0; }
      @media (max-width: 599px) {
  .tab_content .benefit_obj .material-symbols-outlined {
    width: 100%;
    text-align: center; } }
  .tab_content#LIFE_CONTENT .material-symbols-outlined {
    color: #22a096; }
  .tab_content#HOLIDAY_CONTENT .material-symbols-outlined {
    color: #22a02b; }
  .tab_content#SKILLUP_CONTENT .material-symbols-outlined {
    color: #dd3981; }
  .tab_content#CULTURE_CONTENT .material-symbols-outlined {
    color: #3985dd; }

#LIFE:checked ~ #LIFE_CONTENT, #HOLIDAY:checked ~ #HOLIDAY_CONTENT, #SKILLUP:checked ~ #SKILLUP_CONTENT, #CULTURE:checked ~ #CULTURE_CONTENT {
  display: block; }

.tabs input:checked + .tab_item {
  background-color: #f59e0b;
  color: #fff;
  height: 160px; }
