/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 05:05:03 */
/******* 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; }

section {
  margin-bottom: 5rem; }

.img_header {
  height: auto; }
  .img_header img {
    max-height: 700px; }
  .img_header > div {
    inset: initial;
    display: initial;
    width: 40vw;
    max-width: 800px;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    padding: 2rem; }
    @media (max-width: 599px) {
  .img_header > div {
    width: 90vw;
    top: initial;
    bottom: 10%;
    right: 0;
    transform: initial; } }
    .img_header > div h1 {
      font-size: 2rem;
      text-align: right; }

.message_box {
  position: relative;
  margin: 10vmax 0; }
  .message_box:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 90%;
    background-color: rgba(34, 160, 43, 0.1);
    top: 50%;
    right: 0%;
    transform: translatey(-50%);
    z-index: -1; }
    @media (max-width: 599px) {
  .message_box:after {
    height: calc(100% + 10vmax); } }
  .message_box .f_container {
    max-width: 1500px;
    margin: auto;
    margin-bottom: 10rem; }
    .message_box .f_container .f_half {
      align-content: center; }
      .message_box .f_container .f_half h2 {
        font-size: 4rem;
        margin-bottom: 3rem; }
        @media (max-width: 599px) {
  .message_box .f_container .f_half h2 {
    font-size: 3.5rem; } }
    .message_box .f_container .text {
      padding: 5rem;
      box-shadow: 0px 0px 10px gray;
      background-color: white; }
      @media (max-width: 599px) {
  .message_box .f_container .text {
    background-color: rgba(255, 255, 255, 0.5); } }

.job h2, .job h3 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 3rem; }
  .job h3 {
    font-size: 2.5rem;
    margin-top: 3rem; }
  .job .f_container {
    max-width: 1500px;
    margin: auto; }
    .job .f_container .icon_card p {
      padding: 0 3rem; }

.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; }
  .tabs .material-symbols-outlined {
    font-size: 75px; }
    @media (max-width: 599px) {
  .tabs .material-symbols-outlined {
    font-size: 50px; } }

.tab_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100%/2);
  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#OFFICE_CONTENT .material-symbols-outlined {
    color: #22a096; }
  .tab_content#CEREMONY_CONTENT .material-symbols-outlined {
    color: #22a02b; }

#OFFICE:checked ~ #OFFICE_CONTENT, #CEREMONY:checked ~ #CEREMONY_CONTENT {
  display: block; }

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