/*
Theme Name: ofuiku
Theme URI: テーマのアドレス
Author: 作成者
Author URI: 作成者のアドレス
Description: テーマの説明
Version: バージョン
License: ライセンス
*/

/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
    background: #F7F0D8;
    font-family: "Noto Sans JP", 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}


#ofuiku_career {
    font-size: 13px;
    font-weight: 500;
    color: #3D3D3D;
    overflow: hidden;
    /*background: #fff;*/
    position: relative;
    width: 100%;
}

#ofuiku_career * {
    box-sizing: border-box;
}

#ofuiku_career a {
    transition: opacity .3s;
}

#ofuiku_career a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#ofuiku_career a:hover {
    text-decoration: none;
}
#ofuiku_career .section_7 a:hover {
    opacity: 0.7;
}
#ofuiku_career .section_9 .invitation a:hover {
    opacity: 0.7;
}
#ofuiku_career a:focus-visible {
    outline: none;
}
#ofuiku_career .submit-button:disabled {
    cursor: not-allowed;
    background: #ccc !important; /* Nền xám khi bị tắt */
}
#ofuiku_career img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
#ofuiku_career .error {
    border: 2px solid #F66767 !important;
}

#ofuiku_career .form-group_n .error-input {
    background-color: #ffecec !important; /* Nền đỏ nhạt */
    border: 1px solid #C2C2C2 !important; /* Viền đỏ nhẹ */
}
#ofuiku_career .validate_list .error-input {
    background-color: #ffecec !important; /* Nền đỏ nhạt */
    border: 1px solid #C2C2C2 !important; /* Viền đỏ nhẹ */
}
#ofuiku_career .form_lb_l_1 .error-message {
    position: relative;
    left: -23px;
}
#ofuiku_career .form_lb_l_2 .error-message {
    position: relative;
    left: -36px
}


#ofuiku_career .error-message {
    color: #F66767;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

#ofuiku_career .form_lb_l_1 .title_input, #ofuiku_career .form_lb_l_2 .title_input {
    position: relative;
    top: 6px;
}
#ofuiku_career .error-container {
    margin-bottom: 10px;
}

#ofuiku_career .form-group_n .custom_input {
    margin: 10px 0 !important;
}
/*#ofuiku_career select {*/
/*    color: #B8B8B8;*/
/*}*/

#gender option[value="-1"] {
    color: gray;
}

#ofuiku_career select:focus,
#ofuiku_career select option:not(:first-child) {
    color: #000; /* Khi chọn option khác thì đổi về màu đen */
}

#ofuiku_career select option[value="-1"] {
    color: #B8B8B8; /* Option "選択してください" luôn mờ */
}

#ofuiku_career .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#ofuiku_career .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

#ofuiku_career .pc-br {
    display: none;
}

#ofuiku_career .sp-br {
    display: inline;
}

#ofuiku_career .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}


/* Áp dụng CSS thanh cuộn nhỏ ở đây */
::-webkit-scrollbar {
    width: 8px;
    /* Thanh cuộn nhỏ hơn */
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 8px;
}

#ofuiku_career  .section_1  {
    position: relative;
    background-image: url(../images/ofuiku_career/ofuiku_bg_dd.png);
    background-repeat: repeat;
    background-size: cover;
}

#ofuiku_career .section_1::after {
    content:"";
    background-image: url(../images/ofuiku_career/ofuiku_bg_bb.png);
    width: 305px;
    height: 235px;
    position: absolute;
    bottom: 0;
    left:0;
    z-index: -1;
}


#ofuiku_career .section_1 .banner_wrap {
    position: relative;
    width: 100%;
}


#ofuiku_career .section_1 .banner_wrap .banner_wrap_1 {
    display: none;
}

#ofuiku_career .img-box_tb {
    display: none;
}


#ofuiku_career .section_1 .banner_wrap .banner_wrap_3 {
    position: absolute;
    right: 0;
    width: clamp(300px, 98.13vw,600px);
}



.section_1 .top-bar {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}


/*==================================*/
#header-menu {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

#header-menu .header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 0 54px;
    width: 100%;
    justify-content: space-between;
}



#header-menu .header-nav .header-logo img {
    width: clamp(200px, 29vw, 398px);
    height: auto;
}
#header-menu .header-nav .header-logo img:hover {
    opacity: 0.7;
}

#header-menu .header-nav .list-menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    max-width: 980px;
}

#header-menu .header-nav .menu-item {
    position: relative;
}


#header-menu .header-nav .menu-item a {
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 20px 0 17px;
    letter-spacing: 0.4px;
}

#header-menu .header-nav .menu-item a:hover {
    opacity: 0.7;
}

#header-menu .header-nav .menu-item a.parents {
    color: #404040;
    position: relative;
}

#header-menu .header-nav .menu-item a.parents:after {
    content: "";
    position: absolute;
    width: calc(100% - 24px);
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #404040;
    bottom: -2px;
}

#header-menu .header-nav .menu-item a.parents svg {
    width: 15px;
    height: unset;
    top: 2px;
    margin-right: 5px;
    position: relative;
}

#header-menu .box-phone {
    top: 40px;
    right: 70px;
    color: white;
}

#header-menu .box-phone .relative-phone {
    position: relative;
    z-index: 99;
}

#header-menu .box-phone .relative-phone::after {
    position: absolute;
    content: "";
    /*background-image: url(./assets/img/menu_bg.png);*/
    width: 544px;
    height: 252px;
    top: -90px;
    left: -85px;
    z-index: -1;
}

#header-menu .box-phone .text-title {
    font-size: 22px;
    font-weight: 500;
}

#header-menu .box-phone .box-number {
    font-weight: 500;
}

#header-menu .box-phone .box-number:hover {
    opacity: 0.7;
}

#header-menu .box-phone .box-number .number {
    position: relative;
}

#header-menu .box-phone .box-number .icon_call {
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
}

#header-menu .box-phone .box-number img {
    width: 24px;
    height: 25px;
}

#header-menu .box-phone .time {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
}

#header-menu .box-phone .box-number a {
    color: #3D3D3D;
    font-family: Roboto, serif;
    font-weight: 700;
}

.section_1 .banner_wrap .banner_text {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.section_1 .banner_wrap .banner_text .text_2 {
    max-width: 252px;
    margin: 15px 0;
}

.section_1 .banner_wrap .banner_text .text_1 span {
    background: #009C84;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    text-align: left;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 3px 10px;
}


.section_1 .banner_wrap .banner_text .text_1 .text_1_p {
    font-size: 13px;
    font-weight: 700;
    color: #3D3D3D;
    margin-top: 10px;
}

.section_1 .banner_wrap .banner_text .text_3 .item {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 6px 5px;
    margin-right: 5px;
}

.section_1 .banner_wrap .banner_text .text_4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Three equal columns */
    grid-template-rows: auto;
    /* Rows adjust to content */
    gap: 10px;
    margin-top: 25px;
}

.section_1 .banner_wrap .banner_text .text_4  img {
    width: clamp(296px, 35.56vw, 560px);;
}



.section_1 .card {
    background: url("../images/ofuiku_career/ofuiku_texture_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
    width: 330px;
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.section_1 .card .label {
    position: absolute;
    top: -16px;
    left: -21px;
    padding: 5px 15px;
}

.section_1 .card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.section_1 .card .content_pickup {
    overflow: hidden;
}

.section_1 .card .subtitle {
    font-size: 12px;
    color: #3D3D3D;
    margin: 0;
    font-weight: 700;
}

.section_1 .card .title {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0;
    color: #3D3D3D;
}

.section_1 .card .description {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 700;
}

.section_1 .card .arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.section_1 .pickup_wrap {
    position: relative;
    z-index: 1;
}

.section_1 .pickup_wrap:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_vector_1.png");
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#ofuiku_career .section_1 .banner_wrap .bg-imgage {
    display: none;
}

.container {
    padding: 20px 10px;
}

.section_2 {
    position: relative;
}

.section_2::before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_share_sp_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 98px;
    height: 213px;
    position: absolute;
    left: 0;
    top: 7%;
}

.section_2::after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_share_sp_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 89px;
    height: 105px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.section_2 .container::after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_share_sp_3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 89px;
    height: 172px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.section_2 h1 {
    font-size: 20px;
    color: #3D3D3D;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

.section_2 h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #3D3D3D;
}

.section_2 h2 .text_den.text_den_2{
    position: relative;
    left: -12px;
}

.section_2 .highlight-red {
    color: #F66767;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    left: -6px;
}

.section_2 .highlight-blue {
    color: #16A59E;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.section_2 .highlight-blue::after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_icon_112.svg");
    background-repeat: no-repeat;
    display: block;
    width: 33px;
    height: 44px;
    position: absolute;
    right: -25px;
    top: -15%;
}

.section_2 p {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}


.section_3 .swiper-container {
    width: 320px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.section_3 .swiper-slide {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.radio-group span.wpcf7-list-item-label {
    position: relative;
    top: 3px;
}
.css-loader {
    border: 3px solid #009C84;
    border-top: 3px solid #ff6b6b;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1s linear infinite;
}
.btn_back_page {
    text-align: center;
}

.btn_back_page a {
    color: #666666;
}

span.loader {
    margin-left: 8px;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.header-banner {
    background-color: rgba(246, 103, 103, 1);
    /* Màu nền có độ mờ */
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
    /* Ảnh nền */
    background-size: cover;
    /* Căn chỉnh ảnh phủ toàn bộ */
    background-position: center;
    /* Căn giữa ảnh */
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.header-banner:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_arrow_down_r.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17px;
    height: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.header-banner .text {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.header-banner .text:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_fl_q.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 21px;
    height: 25px;
    position: absolute;
    right: 22px;
    transform: translateY(-50%);
    bottom: -2%;
}

.section_3 .slide-image {
    width: 207px;
    margin: 10px auto;
}

.section_3 .title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.section_3 .description {
    font-size: 14px;
    color: #3D3D3D;
    text-align: left;
    font-weight: 400;
    min-height: 70px;
}


.section_3 .swiper-wrapper .swiper-slide h2 {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    color: #C6C6C6;
    font-weight: 700;
    width: 50px;
    position: absolute;
    top: -8%;
    left: 2%;
}

.section_3 .swiper-pagination {
    bottom: 26px !important;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);

}

.section_3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #DDCC95;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
}

.section_3 .swiper-button-next {
    transform: rotate(-180deg);
}

.section_3 .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.section_3 {
    position: relative;
}

.section_3 .swiper-pagination-bullet-active {
    background: #47B6B1;
}

.section_3 .section_3 {
    position: relative;
}

.section_3 .swiper-button-prev,
.section_3 .swiper-button-next {
    background: #47B6B1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.section_3 .swiper-button-next svg,
.section_3 .swiper-button-prev svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transform-origin: center;
}



.section_4 .profile-section {
    padding: 20px;
}

.section_4 .profile-section img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ddd;
}

.section_4 .voice-list .voice {

    /* Màu nền có độ mờ */
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
    /* Ảnh nền */

    border-radius: 16px;
    background-color: #E7F3F1;
    margin-bottom: 16px;
}

.section_4 .tag {
    background-color: #ff6b6b;
    color: white;
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
}

.section_4 {
    position: relative;
}

.section_4::before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_vc_sp_2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 9vw;
    display: block;
}

.section_4 .container {
    background-color: #fff;
}

.section_4 .highlight {
    color: #16A59E;
    font-weight: 700;
    font-size: 16px;
    margin: 3px 0;
    width: fit-content;
    background: #ffffff;
    padding: 3px 5px;
}

.section_4 .content-section {
    padding: 20px;
}

.section_4 .content-section h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.section_4 .content-section p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}


.section_4 .cta-section {
    background-color: #ffffff;
    padding: 20px 20px 120px;
    text-align: center;
}

.section_4 .cta-section p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

.section_4 .cta-section p span {
    color: #F66767;
    font-weight: bold;
}

.section_4 .cta-button {
    background-color: #47B6B1;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
}

.section_4 .cta-button .arrow_icon_down {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.section_4 .cta-button:hover {
    opacity: 0.7;
}

.section_1 .card a:hover {
    opacity: 0.7;
}

.section_4 .header-section {
    position: relative;
    text-align: center;
}

.section_4 .box_image_voice {
    text-align: center;
}


.section_4 .header-section img {
    max-width: 125px !important;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.section_4 .header-title {
    font-size: 14px;
    color: #A5A5A5;
    margin: 10px 0;
    font-family: Roboto, sans-serif;
}

.section_4 .header-text {
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.section_4 .header-text:before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_phay_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}
.section_4 .header-text:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_phay_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
}
.section_4 .header-text span {
    color: #ff6b6b;
}

.section_4 .header-section {
    position: relative;
    text-align: center;
    margin-top: -105px;
}

.section_5 .timeline {
    position: relative;
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 16px;
}

.section_5 .timeline .box_time_line {
    position: relative;
}

.section_5 .timeline .box_time_line::before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_border.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 2.2px;
    z-index: 0
}

.section_5 .event {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.section_5 .event-time {
    background: #47B6B1;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    /*margin: 0 10px 0 0;*/
    white-space: nowrap;
    position: relative;
    top: 55px;
    width: 80.53px;
}

.section_5 .event .event-time:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% !important;
    position: absolute;
    left: 10px;
    top: -57px;
    bottom: 0;
    width: 48px;
    height: 48px;
    z-index: 0
}

.section_5 .event:nth-child(1) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_1pc.svg");
}

.section_5 .event:nth-child(2) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_2pc.svg");
}

.section_5 .event:nth-child(3) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_3pc.svg");
}

.section_5 .event:nth-child(4) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_4pc.svg");
}

.section_5 .event:nth-child(5) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_5pc.svg");
}

.section_5 .event:nth-child(6) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_6pc.svg");
}

.section_5 .event:nth-child(7) .event-time:before {
    background: url("../images/ofuiku_career/ofuiku_l_7pc.svg");
}


.section_5 .event-content {
    background: #EFEFEF;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    margin-left: 12px;
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
    /* Ảnh nền */
    position: relative;
}

.section_5 .event-content:before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_arrow_l.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -14px;
    top: 12px;
    bottom: 0;
    width: 24px;
    height: 27px;
    z-index: 0;
}

#ofuiku_career .section_5 .header img {
    width: 130px;
    text-align: center;
    margin-top: -50px;
}

.section_4 span.font_b {
    font-size: 18px;
    font-weight: 700;
}

.section_5 .header {
    text-align: center;
    padding: 20px;
    position: relative;
}

.section_5 {
    position: relative;
}

.section_5 .container {
    padding-top: 0;
}

.section_5 .container .header {
    position: relative;
}


.section_5:before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_bg_pc_012.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 0;
}


.section_5:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_bottom_white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 30px;
    z-index: 1;
}


.section_5 .header img {
    width: 50px;
    height: auto;
}

.section_5 .header-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: #3D3D3D;
}

.section_5 .event-content .title_b {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.section_5 .event-content .text_desc {
    font-size: 12px;
    font-weight: 400;
}

.section_5 .event-content ul,
.section_5 .event-content li {
    list-style: inside;
}

.section_5 .header-title span {
    color: #F66767;
}

.section_5 .event-content li {
    font-size: 12px;
    font-weight: 400;
    padding-left: 7px;
}

.section_5 .event-content li::marker {
    margin-right: 3px;
}

.section_5 .header-subtitle {
    color: #A5A5A5;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}


.section_5 .event .event-content:after {
    content: "";
    position: absolute;
    z-index: 0;
}

.section_5 .event:nth-child(1) .event-content:after {
    background: url('../images/ofuiku_career/ofuiku_icon_tl_1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    right: -18px;
    top: -33px;
    width: 62px;
    height: 48px;
}


.section_5 .event:nth-child(2) .event-content:after {
    background: url('../images/ofuiku_career/ofuiku_icon_tl_2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    right: -11px;
    top: -59px;
    width: 43px;
    height: 92px;
}

.section_5 .event:nth-child(4) .event-content:after {
    background: url('../images/ofuiku_career/ofuiku_icon_tl_3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    right: -18px;
    bottom: -24px;
    width: 50px;
    height: 58px;
}

.section_5 .event:nth-child(5) .event-content:after {
    background: url('../images/ofuiku_career/ofuiku_icon_tl_4.png');
    background-repeat: no-repeat;
    background-size: 100%;
    right: -13px;
    bottom: -74px;
    width: 58px;
    height: 94px;
    z-index: 9;
}

.section_5 .event:nth-child(7) .event-content:after {
    background: url('../images/ofuiku_career/ofuiku_icon_tl_5.png');
    background-repeat: no-repeat;
    background-size: 100%;
    right: -14px;
    top: 54px;
    bottom: 0;
    width: 58px;
    height: 53px;
}


.section_6 .slide-image {
    margin: 10px auto;
}

.section_6 .swiper-wrapper .swiper-slide h2 {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    color: #C6C6C6;
    font-weight: 700;
    width: 50px;
    position: absolute;
    top: -8%;
    left: 2%;
}

.section_6 .swiper-pagination {
    bottom: 10px !important;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.section_6 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #DDCC95;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
}

.section_6 .swiper-button-next {
    transform: rotate(-180deg);
}

.section_6 .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.section_6 {
    position: relative;
}

.section_6 .swiper-pagination-bullet-active {
    background: #47B6B1;
}

.section_6 {
    position: relative;
}

.section_6 .swiper-button-prev,
.section_6 .swiper-button-next {
    background: #47B6B1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.section_6 .swiper-button-next svg,
.section_6 .swiper-button-prev svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transform-origin: center;
}

.section_6 .swiper-container {
    width: 320px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.section_6 .swiper-slide {
    border-radius: 15px;
    text-align: center;
}

.section_6 .swiper-slide:nth-child(even) {
    position: relative;
    top: 30px;
}

.section_6 {
    background: #ffffff;
}


.section_6 .header {
    text-align: center;
    position: relative;
}

.section_6 .header .title_en {
    color: #A5A5A5;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.section_6 .header .text {
    color: #3D3D3D;
    font-size: 32px;
    font-weight: 700;
}


.section_6 .header:before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_intro_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -15px;
    top: 11px;
    bottom: 0;
    width: 80px;
    height: 52px;
    z-index: 0;
}

.section_6 .header:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_intro_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -15px;
    top: 10px;
    bottom: 0;
    width: 80px;
    height: 52px;
    z-index: 0;
}


.section_7 .contact-section {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.section_7 .contact-section .text_desc {
    font-size: 18px;
    font-weight: 700;
}

.section_7 .contact-section h2 {
    font-size: 32px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 10px;
}


.section_7 .contact-section p span {
    color: #F66767;
    font-weight: bold;
}

.section_7 .contact-button {
    background: linear-gradient(273.74deg, #F77474 29.34%, #FEC184 95.69%);
    color: white;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    z-index: 1;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 20px;
}

.section_7 .contact-button .arrow_icon_down {
    position: absolute;
    right: 15px;
}


.section_7 .title_en {
    font-size: 16px;
    font-weight: 700;
    color: #A5A5A5;
    font-family: Roboto, sans-serif;
}

.form_contact_title {
    max-width: 1008px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.form_contact_title .title_en {
    font-size: 16px;
    font-weight: 700;
    color: #A5A5A5;
    font-family: Roboto, sans-serif;
}

.form_contact_title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.form_contact_title .text_desc {
    font-size: 18px;
    font-weight: 700;
}

.form_contact_title p span {
    color: #e94f4f;
    font-weight: bold;
}

.form_contact_title {
    text-align: center;
}

.section_7 {
    position: relative;
    background-image: url("../images/ofuiku_career/ofuiku_bg_dd.png");
    background-size: cover;
    width: 100%;
    height: auto;
}


.section_7:before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_contact_1_1.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 196px;
    height: 136px;
    z-index: 0;
}

.section_7 .container:before {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_contact_2_2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 179px;
    height: 44px;
    z-index: 0;
}

.section_7:after {
    content: "";
    background: url("../images/ofuiku_career/ofuiku_contact_1_2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 317px;
    height: 171px;
    z-index: 0;
}


.section_8 .comment-header {
    text-align: center;
    color: #A5A5A5;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.section_8 .comment-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.section_8 .comment-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section_8 .comment-content {
    background-color: #e6f4f1;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.8;
    margin-top: -115px;
    z-index: 2;
    position: relative;
}

.section_8:before {
    content: "";
    background: url(../images/ofuiku_career/ofuiku_comment_icon_3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -3%;
    width: 93px;
    height: 159px;
    z-index: 0;
    transform: rotate(180deg);
}

.section_8 .comment-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section_8 .principal {
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
}

.section_8 {
    background: #ffffff;
    position: relative;
    padding-bottom: 40px;
}

.section_8_block {
    display: flex;
    flex-direction: column-reverse;
}

.section_8_block img {
    width: 100%;
}

.section_8 .box-comment {
    display: flex;
    flex-direction: column-reverse;
}

.section_8 .image_right img {
    width: 100%;
}

.section_8 .image_right {
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
}

.section_9 .concept-header {
    text-align: center;
    color: #A5A5A5;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.section_9 .concept-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.section_9 .concept-content .text-red {
    color: #F66767;
    font-size: 18px;
    font-weight: 700;
    z-index: 11;
    position: relative;
}

.section_9 .concept-content .text-desc {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    position: relative;
}


.section_9 .concept-content .text_bt {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
}

.section_9 .concept-content .image_top {
    margin-bottom: -60px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.section_9 .concept-content .image_top:before {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_concept_ii.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 23px;
    bottom: 13px;
    height: 125px;
    width: 137px;
    z-index: -1;
}

.section_9 .concept-box {
    max-width: 767px;
    margin: 0 auto;
}

.section_9 .concept-content .image_top img {
    width: 80%;
    margin: 0 auto;
}

.section_9 .concept-content .text_bt:before {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_cc_mb.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.section_9 .concept-content .text_bt:after {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_trang_sao.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 45px;
    width: 66px;
    z-index: 0;
}
.section_9 {
    background-image: url("../images/ofuiku_career/ofuiku__nobg_sp_dd.png");
    background-size: cover;
    position: relative;
    width: 100%;
}

.section_9:before {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_bg_top_vang_pc.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -15px;
    height: 21px;
    width: 100%;
    z-index: 0;
}


.section_9:after {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_bg_bt_vang_pc.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 0;
}

.section_9 .container_2 {
    max-width: 1008px;
    padding: 12px;
    border-radius: 24px;
    border: 3px solid #B7DBD6;
    width: 95%;
    margin-top: 10px;
    margin: 0 auto;
}

.section_9 .container_2 .box_content {
    max-width: 1008px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
}

.section_9 .container_2 .box_content .header-banner {
    margin-top: -58px;
}

.section_9 .container_2 .header {
    background-color: #ff6f61;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
    border-radius: 8px;
}

.section_9 .container_2 .section {
    margin: 20px 0;
    background-color: #fff;
    border-radius: 8px;
}

.section_9 .container_2 .section img {
    height: auto;
    border-radius: 8px;
    width: 240px;
}

.section_9 .list_items .section .image_top {
    text-align: center;
}

.section_9 .container_2 .badge {
    background-color: #009C84;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 24px;
    border-radius: 30px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 700;
}

.section_9 .section-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.section_9 .section-content h2 p {
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
}

.section_9 .invitation {
    max-width: 570px;
    margin: 0 auto;
}

.section_9 .invitation .invitation-section .text_desc {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section_9 .invitation .invitation-section .text_desc_2 {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section_9 .invitation .invitation-section .text_red {
    color: #F66767;
}

.section_9 .invitation .invitation-section .invitation-button {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    background: #47B6B1;
    border-radius: 8px;
    padding: 21px 5px;
    max-width: 570px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.section_9 .invitation .invitation-section {
    text-align: center;
}

.section_9 .invitation .invitation-section .arrow_icon_down svg {
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}


.section_10 .header {
    text-align: center;
    font-weight: bold;
    max-width: 528px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section_10 .map-section {
    position: relative;
    width: 100%;
    border-radius: 8px;
}

.section_10 .map-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.section_10 .info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.section_10 .info-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section_10 .info-box_1 {
    padding: 15px;
    position: relative;
}

.section_10 .info-box_1:after {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_map_border_1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -6px;
    height: 3px;
    width: 100%;
    z-index: 0;
}

.section_10 .info-box_2 {
    padding: 15px;
    padding-top: 10px;
}


.section_10 .info-box h3 {
    font-size: 20px;
    color: #009C84;
    margin-bottom: 10px;
}


.section_10 .floating-child {
    bottom: -10px;
    right: 10px;
    width: 80px;
}

.section_10 {
    background-color: #E5E5E5;
    position: relative;
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
    padding-bottom: 50px;
    background-size: 100%;
    padding-top: 50px;
}


.section_10 .map_p img {
    padding-right: 10px;
}

.section_10 .map_p {
    position: relative;
}

.section_10 .map_p:before {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_icon_tl_2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 54px;
    height: 128px;
    z-index: 0;
}

.section_10 .map_p:after {
    content: "";
    background: url('../images/ofuiku_career/ofuiku__icon_zoom.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    bottom: 5px;
    width: 58px;
    height: 58px;
    z-index: 0;
}

.section_10 .info-box_1 {
    margin-bottom: 10px;
}

.section_10 .info-box_1 p {
    font-size: 14px;
    font-weight: 400;
}

.section_10 .info-box_2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    padding-right: 4px;
}

.section_10 .container_map {
    cursor: pointer;
}

.section_10 .map_p img {
    transition: transform 0.3s ease-in-out;
}

/* Overlay (nền tối khi phóng to) */
.overlay {
    position: fixed; /* Đảm bảo không bị giới hạn bởi body */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999; /* Đảm bảo luôn ở trên cùng */
}
.overlay img {
    width: 90%;
    max-width: 1000px;
}
/* Ảnh phóng to */
.section_10 .overlay img {
    max-width: 90vw;  /* Đảm bảo ảnh không quá lớn */
    max-height: 90vh;
    object-fit: contain; /* Giữ nguyên tỉ lệ, không méo */
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

}

.overlay .box_image_overlay {
    position: relative;
    text-align: center;
}

.overlay .box_image_overlay:after {
    content: "";
    background: url('../images/ofuiku_career/btn_menu_close.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: -50px;
    width: 58px;
    height: 58px;
    z-index: 0;
}

.close-btn {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 7%;
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}


.section_11 .header {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.toggle-icon {
    width: 24px;
    height: 24px;
    background-image: url('../images/ofuiku_career/ofuiku_plus_icon.png');
    /* Mặc định là dấu + */
    background-size: cover;
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
    background-image: url('../images/ofuiku_career/ofuiku_plus_icon_minus.png');
    /* Khi mở rộng, hiển thị dấu - */
    background-repeat: no-repeat;
    width: 24px;
    height: 2px;
}

.section_11 .faq-item {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F7F0D8;
    border-radius: 8px;
    margin-bottom: 20px;
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
}

.section_11 .text_answer {
    width: 211px;
}

.section_11 .last_item {
    margin-bottom: 0 !important;
}

.section_11 .faq-item:last-child {
    margin-bottom: 0;
}

.section_11 .faq-item.active {
    margin-bottom: 0;
}

.section_11 .faq-item:last-child {
    border-bottom: none;
}

.section_11 .faq-question {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.section_11 .faq-question span {
    background-color: #333;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.section_11 .faq-answer {
    display: none;
    padding: 32px 15px;
    font-size: 14px;
    color: #555;
    background: #EFEFEF;
    margin: 24px 0;
    border-radius: 8px;
    position: relative;
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
}

.section_11 .faq-answer:before {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_arrow_up_image_.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 13px;
    top: -16px;
    height: 31px;
    width: 31px;
    z-index: 0;
}

.section_11 .faq_content .faq {
    max-width: 848px;
    margin: 0 auto;
    padding: 30px 12px;
}

.container_top {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section_10 .container_top .header {
    position: relative;
}

.section_10 .container_top .header:before {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_intro_1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 15px;
    top: 5px;
    bottom: 0;
    width: 80px;
    height: 52px;
    z-index: 0;
}

.section_10 .container_top .header:after {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_intro_2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 3px;
    top: 1px;
    bottom: 0;
    width: 80px;
    height: 52px;
    z-index: 0;
}

.container_top .header_text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #A5A5A5;
    font-weight: 700;
}

.container_top .title_text {
    font-size: 44px;
    color: #3D3D3D;
    font-weight: 700;
}

.section_11 .faq_content {
    max-width: 1008px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
}

.section_11 {
    background-color: #E7F3F1;
    padding: 40px 0;
    position: relative;
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
    padding-bottom: 50px;
    /*background-size: 100%;*/
}


.section_12 .section {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}

.section_12 .header {
    background: #f8f0da;
    padding: 20px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-radius: 16px;
    font-size: 18px;
    margin-bottom: 20px;
    background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
}

.section:nth-child(1) .header {
    padding-left: 0;
    margin-bottom: 0;
    cursor: unset;
    pointer-events: none;
}

.section:nth-child(1) .header .toggle-btn {
    display: none;
}

.section_12 .content_first {
    background: #EFEFEF;
    border-top: 1px solid #ddd;
}

.section_12 .content {
    display: none;
    background: #EFEFEF;
    border-top: 1px solid #ddd;
}

.section_12 .toggle-btn {
    font-size: 18px;
    font-weight: bold;
}

.section_12 .button {
    background-color: #009879;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}

.section_12 .container {
    max-width: 848px;
    margin: 0 auto;
}

.section_12 {
    background: #ffffff;
    padding-top: 50px;
}

.section_12 .section:first-child .content {
    display: block;
}

.job_desc .line {
    display: flex;
    align-items: center;
    border-top: 1px dashed #C2C2C2;
    padding: 20px;
}

.job_desc .line .label {
    width: 80px;
    display: inline-block;
}


.job_desc .line .label p {
    background: #009C84;
    color: #ffffff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 30px;
    font-size: 12px;
}

.job_desc .line .text_desc {
    padding-left: 10px;
    font-size: 12px;
    width: calc(100% - 80px);
}

.job_desc .line .text_desc .font_b {
    font-weight: 700;
    margin-bottom: 5px;
}

.section:nth-child(1) .header {
    background: transparent;
}

.section_12 .header.active .toggle-btn {
    background-image: url('../images/ofuiku_career/ofuiku_plus_icon_minus.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 2px;
}

.section_12 .toggle-btn {
    width: 24px;
    height: 24px;
    background-image: url('../images/ofuiku_career/ofuiku_plus_icon.png');
    background-size: cover;
    transition: transform 0.3sease;
}

.section_13 .container {
    max-width: 1080px;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 0;
    width: 95%;
}

.section_13 .form-container {
    max-width: 848px;
    margin: auto;
    padding: 20px 0;
    width: 95%;
}

.section_13 {
    padding: 50px 0;
}

.section_13 .form-group {
    display: block;
    /*align-items: center;*/
    border-bottom: 1px dashed #C2C2C2;
}

.radio-group input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

.radio-group input[type="radio"]:checked {
    background: #008060;
    border-color: #006747;
}

.radio-group input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_13 .form-group:nth-child(1) {
    border-top: 1px dashed #C2C2C2;
}

.section_13 input[type="text"],
.section_13 input[type="email"],
.section_13 select {
    width: 75%;
}

.section_13 input[type="radio"] {
    width: 24px;
    height: 24px;
}

.section_13 .form-group:nth-child(2) .title_input {
    display: inline-block;
    width: 32px;
}

.section_13 .form-group:nth-child(3) .title_input {
    display: inline-block;
    width: 32px;
}

.section_13 .title_input.title_input_r {
    /*margin-left: 20px;*/
}

.section_13 .label {
    width: 100%;
    font-weight: 700;
    color: white;
    background: #009C84;
    padding: 16px 10px;
    margin-right: 32px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section_13 .form-group:nth-child(6) input[type="text"],
.section_13 .form-group:nth-child(6) input[type="email"],
.section_13 .form-group:nth-child(6) select {
    width: 62%;
}

.section_13 .form-group:nth-child(12) input[type="text"],
.section_13 .form-group:nth-child(12) input[type="email"],
.section_13 .form-group:nth-child(12) select {
    width: 62%;
}



.checkbox-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #008060;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox-group input[type="checkbox"]:checked {
    background: #008060;
}

.checkbox-group input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background-image: url('../images/ofuiku_career/ofuiku_checked.svg');
    /* Đường dẫn đến icon */
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_lb_l_1 .wpcf7-not-valid-tip {
    position: relative;
    left: -23px;
}
.form_lb_l_2 .wpcf7-not-valid-tip {
    position: relative;
    left: -35px;
}.submit-button:after {
    content: "";
    background: url('../images/ofuiku_career/arrow_right.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 25px;
    bottom: 10px;
    height: 30px;
    width: 45px;
    z-index: 0;
}

.wpcf7-spinner {
    position: absolute;
    right: 13%;
    bottom: 32%;
}
.form_lb_l_2 .custom-control {
    margin: 10px 0;
}
.box_input.box_input_er {
    margin-top: 10px;
    padding-bottom: 10px;
}
.combined-error-message {
    margin-bottom: 10px;
    line-height: 2;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.submit-button {
    background: linear-gradient(90deg, #fbbc77, #f87e7b);
    border: none;
    padding: 15px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.submit-button:hover {
    opacity: 0.9;
}


.checkbox-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.checkbox-group label a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #008060;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox-group input[type="checkbox"]:checked {
    background: #008060;
}

.checkbox-group input[type="checkbox"]:checked::before {
    /*content: "✔";*/
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.submit-button {
    background: linear-gradient(90deg, #fbbc77, #f87e7b);
    border: none;
    padding: 15px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 480px;
    width: 100%;
}

.submit-button:hover {
    opacity: 0.9;
}

.section_13 .title_input {
    margin-right: 10px;
    width: 88px;
    display: inline-block;
}

.section_13 .input-container {
    flex-grow: 1;
    margin-bottom: 10px;
    margin-left: 15px;
}

.btn_g {
    margin-left: 0 !important;
    width: 62%;
    margin-top: 10px;
}

.section_13 input,
.section_13 select {
    padding: 8px;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background: #F1F1F1;
}

.section_13 .form-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

.section_13 .form-item button {
    background: #828282;
    border: none;
    padding: 7px 10px;
    border-radius: 4px;
    margin-left: 10px;
    color: #ffffff;
}

.section_13 .required {
    color: #F66767;
    margin-left: 5px;
    background: #ffffff;
    border: 1px solid #F66767;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 6px;
}

.section_13 .radio-group {
    gap: 10px;
    align-items: center;
    /* display: grid; */
    grid-template-columns: auto auto auto auto;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}



.custom-control {
    display: flex;
    width: 80%;
    margin-right: auto;
    /* align-items: center; */
    padding-bottom: 10px;
}

.custom-control:last-child {
    padding-bottom: 0;
}

.section_13 .form-group:nth-child(2) .input-container {
    padding: 10px 0;
}

.section_13 .form-group:nth-child(3) .input-container {
    padding: 10px 0;
}


.section_3 {
    position: relative;
}

.section_3::after {
    content: "";
    background: url('../images/ofuiku_career/ofuiku_bg_pc_01.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -33px;
    height: 35px;
    width: 100%;
    z-index: 0;
}



@media (min-width: 767px) {
    .section_8 .box-comment {
        display: flex;
        gap: 20px;
        padding: 0;
        width: calc(100% - (100% - 1224px) / 2);
        margin-left: auto;
        justify-content: flex-end;
        flex-direction: row;
        max-width: 1224px;
        position: relative;
    }

    .section_8 .comment-content {
        margin-top: 70px;
        position: absolute;
        left: 10px;
        width: 528px;
        line-height: 2.3;
        border-radius: 16px;
        padding: 46px 41px;
    }
    .section_8 .comment-content h3 {
        font-size: 20px;
        line-height: 1.8;
        margin-top: 2px;
    }

    .section_8 .comment-content p {
        padding-top: 14px;
        letter-spacing: 0;
        line-height: 2;
        font-size: 14px;
        font-weight: 400;
    }

    .section_8 .comment-image {
        max-width: 50%;
        border-radius: 0 10px 10px 0;
    }

    .section_8 .principal {
        margin-top: 20px;
        font-size: 18px;
    }

    .section_8 .image_right {
        max-width: 1093px;
        width: 100%;
        position: relative;
        top: 25px;

    }

    .section_8 .image_right img {
        width: 100%;
        min-width: 1093px;
        position: relative;
        z-index: 1;
    }

    .section_8 .image_right:before {
        content: "";
        background: url("../images/ofuiku_career/ofuiku_comment_icon_2.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: -207px;
        bottom: 50px;
        width: 241px;
        height: 205px;
        z-index: 0;
    }

    .section_8 .image_right:after {
        content: "";
        background: url("../images/ofuiku_career/ofuiku_comment_icon_1.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: -93px;
        top: 7px;
        width: 221px;
        height: 221px;
        z-index: 0;
    }

    .section_9 .concept-content {
        display: flex;
        background-image: url("../images/ofuiku_career/concept_new_pc.png");
        background-size: cover;
        position: relative;
        width: 100%;
        background-repeat: no-repeat;
    }

    .section_9 .concept-content .text_bt:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_cc_pc_full.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        display: none;
    }

    .section_9 .concept-content .text_bt {
        max-width: 500px;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 0;
        padding-top: 139px;
        padding-bottom: 157px;
        left: -61px;
    }

    .section_9 .concept-box {
        max-width: 1090px;
        margin: 0 auto;
        position: relative;
        left: 40px;
        top: -20px;
    }

    .section_9 .concept-content .image_top {
        display: none;
    }

    .section_9 .concept-content .image_top img {
        width: 100%;
    }

    .section_9 {
        background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
        padding-bottom: 50px;
        background-size: 100%;

    }

    .section_9 .concept-content .text-red {
        font-size: 32px;
        line-height: 1.5;
        padding-right: 40px;
    }

    .section_9 .concept-content .text-desc {
        font-size: 14px;
        line-height: 2;
        padding-top: 22px;
    }


    .section_9 .list_items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_9 .container_2 .section {
        display: flex;
        gap: 47px;
        padding: 7px 32px;
        max-width: 911px;
        margin-top: 47px;
        margin-bottom: -13px;
    }
    .section_9 .section-content h2 {
        font-size: 20px;
        font-weight: 700;
        color: #3D3D3D;
        margin-bottom: 10px;
    }

    .section_9 .container_2 .section img {
        max-width: 400px;
        flex-shrink: 0;
        width: 320px;
    }

    .section_9 .container_2 .section-content {
        flex: 1;
        text-align: left;
        width: 480px;
    }
    .section_9 .container_2 .box_content {
        padding-bottom: 95px;
    }
    .section_9 .invitation {
        margin-top: 37px;
        max-width: 587px;
    }
    .section_9 .invitation .invitation-section .invitation-button {
        font-size: 32px;
        margin-top: 31px;
        padding: 26px 5px;
    }
    .section_9 .invitation .invitation-section .arrow_icon_down svg {
        height: 41px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 21px;
    }
    .section_9:after {
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: -64px;
        height: 110px;
        width: 100%;
        z-index: 9;
    }

    .section_10 {
        padding-bottom: 89px;
        background-size: 100%;
        padding-top: 148px;
    }

    .section_11 {
        padding-top: 50px;
    }
    .section_11 .faq_content {
        margin-top: 25px;
    }
    .section_11 .faq_content .faq {
        max-width: 872px;
        padding: 66px 12px;
    }
    .section_11 .faq-item {
        padding: 15px 24px;
    }
    .section_11 .faq-question span {
        background-color: #333;
        color: white;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
    }
    .section_11 .faq-question span {
        font-size: 24px;
        font-family: Roboto, sans-serif;
        margin-right: 20px;
    }
    .section_11 .faq-answer {
        padding: 32px 24px;
        border-radius: 16px;
        font-size: 16px;
    }
    .section_11 .faq-question {
        font-size: 18px;
        width: 100%;
    }
    .section_11 .text_answer {
        width: calc(100% - 48px);
    }
    .section_9 .invitation .invitation-section .text_desc {
        margin-bottom: 2px;
    }
    .section_9 .container_2 .badge {
        padding: 7px 32px;
        border-radius: 30px;
        margin: 10px 0;
        font-size: 16px;
    }

    .section_9 .container_2 .badge {
        margin: 0;
        margin-bottom: 23px;
    }

    .section_9 .container_2 .section-content p {
        font-size: 14px;
    }

    .section_9 .container_2 {
        margin-top: 82px;
        max-width: 1038px;
    }


    .section_10 .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_10 .map-section {
        max-width: 900px;
        position: relative;
    }

    .section_10 .info-container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        max-width: 900px;
        width: 100%;
    }

    .section_10 .info-box {
        flex: 1;
    }

    .section_10 .floating-child {
        width: 120px;
        bottom: -20px;
        right: 30px;
    }

}


@media (max-width: 1400px) {

    #header-menu .box-phone.mobi {
        display: none;
    }

    #header-menu .header-nav .menu-item a {
        font-size: 20px;
    }

    #header-menu .header-nav .menu-item a.parents svg {
        width: 9px;
    }

}

@media (max-width: 1700px) {


    #header-menu .box-phone .text-title {
        font-size: 12px;
        font-weight: 500;
    }

    #header-menu .box-phone .time {
        font-size: 10px;
        font-weight: 500;
        text-align: right;
    }

    #header-menu .box-phone .box-number svg {
        width: 30px;
    }

    #header-menu .box-phone .relative-phone::after {
        /*background-image: url(./assets/img/menu_bg.png);*/
        width: 544px;
        height: 252px;
        top: -100px;
        left: -129px;
        z-index: -1;
        transform: scale(0.7);
    }
}

@media (max-width: 1280px) {


    /*header*/

    #header-menu .header-nav .menu-item a {
        font-size: 13px;
        line-height: 20px;
        padding: 0 12px;
        letter-spacing: 0.5px;
    }

    #footer .inner #flower_pinkfooter {
        right: 160px;

    }

    #footer .inner #flower_yellowfooter {
        right: 80px;
    }

    #footer .inner #busfooter {
        left: 14%
    }

    #footer .inner #woodfooter {
        left: 4%
    }

    #footer .inner {
        align-items: center;
        position: relative;
        padding: 70px 20px 70px;
    }

    #footer .inner .nav-footer .list-other {
        margin-top: 3px;
    }
}


@media print,
screen and (min-width: 767px) {

    #ofuiku_career .sp-br {
        display: none;
    }

    #ofuiku_career .pc-br {
        display: inline;
    }
    
    .show_sp {
        display: none;
    }

    #header-menu .box-phone {
        color: #3D3D3D;
    }

    .section_9 .concept-content .text_bt:after {
        display: none;
    }

    #header-menu .header-nav .menu-item a {
        color: #3D3D3D;
        font-size: 16px;
        font-weight: 700;
    }

    #header-menu .header-nav .menu-item a img {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 4px;
        vertical-align: middle;
    }


    .section_5 .event {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        position: relative;
    }

    .section_10 .close-btn {
        top: 12%;
        right: 9%;
    }

    .section_1 .top-bar {
        width: 100%;
    }

    #header-menu .mobi {
        display: none;
    }

    #header-menu .destop {
        display: flex;
    }

    #header-menu .header-nav .nav-menu {
        display: flex;
        align-items: center;
    }

    #header-menu .header-nav .nav-menu .list-menu-item {
        position: relative;
        margin-right: 80px;
    }


    #header-menu .header-nav {
        flex-wrap: nowrap;
        padding: 0 24px;
        margin-top: 24px;
    }

    #header-menu .destop .text-title {
        background: linear-gradient(273.74deg, #F77474 29.34%, #FEC184 95.69%);
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: 100%;
        padding: 20px 49px;
        border-radius: 8px;
        position: relative;
        color: #FFFFFF;
    }

    #header-menu .destop .text-title:hover {
        opacity: 0.7;
    }

    #header-menu .box-phone .box-number a {
        width: 174px;
    }

    #header-menu .box-phone .time {
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        line-height: 1.3;
        position: relative;
    }

    .section_1 .banner_wrap .banner_text .text_1 {
        display: flex;
        position: relative;
    }

    .section_1 .banner_wrap .banner_text .text_1 .text_1_p {
        margin-top: 0;
        padding-left: 16px;
        font-size: 22px;
        position: relative;
        top: -9px;

    }

    .section_1 .banner_wrap .banner_text .text_1 span {
        font-size: 16px;
        padding: 7px 24px;
    }


    .section_1 .banner_wrap .banner_text .text_3 {
        position: relative;
        top: 15px;
    }

    .section_1 .banner_wrap .banner_text .text_3 .item {
        font-size: 18px;
        padding: 8px 11px;
        margin-right: 12px;
        font-weight: 700;
    }



    #header-menu .box-phone .time .text_2 {
        margin-left: 8px;
    }

    #header-menu .header-nav .header-logo a {
        display: inline-block;
        padding: 0;
    }

    #header-menu .box-number .number {
        font-size: 22px;
        position: relative;
    }

    #header-menu .box-phone .relative-phone {
        display: flex;
        align-items: center;
    }

    #header-menu .box-phone .relative-phone .text-title a {
        color: #ffffff;
        font-family: Roboto, serif;
        font-weight: 700;
    }

    .section_5 .event:before {
        content: "";
        position: absolute;
        width: 322px;
        height: auto;
        z-index: 0;
    }

    .section_5 .event:nth-child(1):before {
        background: url("../images/ofuiku_career/ofuiku_timeline_img_1.png");
        background-repeat: no-repeat;
        background-size: 100%;
        left: 15px;
        top: 0;
        bottom: 0;
    }

    .section_5 .event:nth-child(2):before {
        background: url("../images/ofuiku_career/ofuiku_timeline_img_2.png");
        background-repeat: no-repeat;
        background-size: 100%;
        right: 15px;
        top: 0;
        bottom: 0;
    }

    .section_5 .event:nth-child(3):before {
        background: url("../images/ofuiku_career/ofuiku_timeline_img_3.png");
        background-repeat: no-repeat;
        background-size: 100%;
        left: 15px;
        top: 0;
        bottom: 0;
    }

    .section_5 .event:nth-child(4):before {
        background: url("../images/ofuiku_career/ofuiku_timeline_img_4.png");
        background-repeat: no-repeat;
        background-size: 100%;
        right: 15px;
        top: 0;
        bottom: 0;
    }

    .section_5 .event:nth-child(5):before {
        background: url("../images/ofuiku_career/ofuiku_timeline_img_5.png");
        background-repeat: no-repeat;
        background-size: 100%;
        left: 15px;
        top: 0;
        bottom: 0;
    }

    .section_5 .event:nth-child(5) {
        height: auto;
    }

    .section_5 .event:nth-child(6):before {
        background: url("../images/ofuiku_career/ofuiku_timeline_img_6.png");
        background-repeat: no-repeat;
        background-size: 100%;
        right: 15px;
        top: 0;
        bottom: 0;
    }


    .section_5 .event {
        margin: 33px 0;
        padding-bottom: 35px;
        height: 235px;
    }


    .section_5 .event-time {
        top: auto;
        width: 90px;
    }

    .section_5 .event:nth-child(odd) {
        flex-direction: row-reverse;
        padding-bottom: 10px;
    }

    .section_5 .event:nth-child(even) .event-content:before {
        right: -9px;
        transform: rotate(60deg);
        left: auto;
    }

    .section_5 .event img {
        max-width: 200px;
        margin: 0 20px;
    }

    .section_5 .event-content {
        max-width: 342px;
        margin-left: 0;
        padding: 15px 23px;
        border-radius: 16px;
    }

    .section_5 .event-content .title_b {
        font-size: 16px;
    }


    #ofuiku_career .section_1 .banner_wrap {
        background-image: none;
        background-size: cover;
        position: relative;
        width: 100%;
    }


    #ofuiku_career .section_1 .banner_wrap .banner_wrap_1 {
        position: absolute;
        left: 0;
        top: 20%;
    }

    .section_1 .banner_wrap .banner_text .text_2 {
        max-width: none;
    }

    .section_1 .banner_wrap .banner_text .text_2 img {
        width: clamp(300px, 33vw, 550px);
        height: auto;
    }

    .section_1 .card .content_pickup .w_pc {
        display: flex;
        align-items: center;
    }

    .section_1 .card .title {
        font-size: 28px;
    }

    .section_1 .card .description {
        font-size: 18px;
        padding-left: 7px;
        position: relative;
        top: -3px;
    }

    .section_1 .card {
        max-width: 622px;
        width: 100%;
        padding: 24px 20px;
    }

    .section_1 .card img {
        width: 174px;
        position: relative;
        left: 7px;
        top: 3px;
    }

    .section_1 .pickup_wrap {
        position: relative;
        z-index: 15;
        margin-top: -2px;
        top: 70px;
    }
    .section_1 .card .label {
        position: absolute;
        top: -26px;
        left: -24px;
        padding: 5px 15px;
    }

    .section_1 .card {
        background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
        background-size: auto;
        background-repeat: no-repeat;
        background-color: #EADF7A;
    }

    .section_1 .card .w_pc_box {
        display: flex;
        align-items: center;
    }

    .section_1 .card .w_pc_box picture {
        width: 174px;
    }

    .section_1 .card .content_pickup {
        padding-left: 39px;
        padding-top: 9px;
    }
    .section_1 .card .subtitle {
        font-size: 14px;
    }

    .section_1 .card .arrow {
        bottom: 54px;
        right: 35px;
    }
    .section_1 {
        position: relative;
    }

    .section_1 .pickup_wrap:after {
        display: none;
    }

    .section_2 {
        position: relative;
        margin-top: -11vw;
    }


    .section_2::before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_vector_1_pc.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 7vw;
        display: block;
    }

    .section_1 .card .label img {
        width: 148px;
        left: 1px;
        top: -1px;
    }

    #ofuiku_career .section_1 {
        background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
        background-size: 100%;
        padding-bottom: 6.94vw;
    }


    .voice-list {
        max-width: 1008px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 48px;
        padding-top: 44px;
    }

    .section_4::before {
        background: url("../images/ofuiku_career/ofuiku_vc_pc_3x.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    

    .section_4 .profile-section img {
        width: 144px;
    }
    .section_4 .profile-section {
        padding-top: 30px;
        padding: 20px;
        padding-top: 30px;
        padding-left: 23px;
    }

    .section_4 .content-section {
        padding: 20px;
        padding-top: 8px;
        padding-left: 23px;
    }
    .section_4 .tag {
        padding: 1px 21px;
        margin: 10px 0;
        font-size: 14px;
        margin-top: 41px;
    }
    .section_3 .swiper-slide {
        /*max-width: 288px;*/
        padding-bottom: 31px;
    }

    .section_3 .swiper-wrapper .swiper-slide h2 {
        top: -7%;
        left: 7%;
    }
    .section_3 .title {
        font-size: 20px;
        margin-top: 28px;
    }

    .section_4 .cta-section {
        max-width: 608px;
        margin: 0 auto;
    }

    .section_4 span.font_b {
        font-size: 20px;
        position: relative;
        top: 2px;
    }


    .section_4 .highlight {
        font-size: 24px;
        padding: 7px 14px;
    }

    .section_4 .content-section h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section_4 .cta-button .arrow_icon_down {
        content: "";
        position: absolute;
        right: 31px;
        top: 51%;
        transform: translateY(-50%);
        font-size: 18px;
    }
    .section_4 {
        position: relative;
    }

    .section_4 .content-section p {
        font-size: 14px;
        color: #555;
        line-height: 1.9;
        margin-bottom: 49px;
        letter-spacing: 0;
        padding-right: 14px;
    }

    .section_4 .cta-section .p1 {
        margin-bottom: 5px;
    }

    .section_4 .cta-section .p2 {
        letter-spacing: -0.7px;
    }


    .section_5 .timeline .box_time_line {
        position: relative;
        max-width: 824px;
        margin: 0 auto;
    }

    .section_5 .timeline .box_time_line::before {
        left: 50%;
        transform: translateX(-50%);
        background: url('../images/ofuiku_career/ofuiku_border_tl_pc.png');
        width: 4.2px;
        background-size: 100%;
        height: 95%;
    }

    .section_5 .event:nth-child(4) .event-content:after {
        right: -176%;
        bottom: -79px;
        width: 70px;
        height: 80px;
    }

    .section_5 .event:nth-child(5) .event-content:after {
        bottom: 30%;
        left: -180%;
        width: 80px;
        height: 130px;
        z-index: 9;
    }

    .section_5 .event:nth-child(7) .event-content:after {
        right: -121px;
        top: 105px;
        bottom: 0;
        width: 88px;
        height: 61px;
    }

    .section_5 .event:last-child {
        height: auto;
        padding-bottom: 13px;
    }

    .section_5 .event-time {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 73px;
        text-align: center;
        font-size: 16px;
        border-radius: 40px;
    }

    .section_5 .event .event-time:before {
        left: 13px;
        top: -76px;
    }

    .section_5 .event:nth-child(2) .event-time {
        margin-top: 71px;
    }

    .section_5 .event:nth-child(2) .event-time:before {
        top: -73px;
    }

    .section_5 .event:nth-child(3) .event-time:before {
        top: -69px;
    }

    .section_5 .event:nth-child(6) .event-time:before {
        top: -70px;
    }

    .section_5 .timeline {
        max-width: 1008px;
        margin: 0 auto;
        padding-top: 24px;
        margin-top: 24px;
        padding-bottom: 65px;
    }


    .section_5 .event:nth-child(1) .event-content:after {
        right: -62px;
        top: -40px;
        width: 88px;
        height: 70px;
    }

    .section_5 {
        background-image: url('../images/ofuiku_career/ofuiku_bg_dd.png');
        /* Ảnh nền */
        background-size: 100%;
        padding-bottom: 83px;
    }

    .section_5 .event:nth-child(2) .event-content:after {
        left: -114px;
        width: 67px;
        height: 143px;
        bottom: -131px;
        top: auto;
    }

    .section_5 .event:nth-child(2) .event-content {
        padding-right: 30px;
    }


    .section_5 .event-content .text_desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .section_5 .event:nth-child(2) {
        margin: 79px 0;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 235px;
    }

    #header-menu {
        position: static;
    }

    .section_6 .swiper-slide {
        max-width: 384px;
    }
    .section_6 .header .title_en {
        font-size: 16px;
    }
    .section_6 .header .text {
        font-size: 44px;
    }
    .section_6 .swiper-container {
        width: auto;
    }

    .section_6 .header:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_intro_1.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: -2px;
        bottom: 0;
        width: 195px;
        height: 103px;
        z-index: 0;
    }

    .section_6 .header:after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_intro_2.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 195px;
        height: 103px;
        z-index: 0;
    }

    .section_6 .header {
        text-align: center;
        position: relative;
        max-width: 724px;
        margin: 0 auto;
        margin-bottom: 31px;
    }


    .section_8:before {
        content: "";
        background: url("../images/ofuiku_career/ofuiku_comment_icon_3.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: 27%;
        width: 168px;
        height: 250px;
        z-index: 0;
        transform: rotate(0);
    }

    .section_10 .floating-child {
        position: absolute;
        bottom: -86px;
        right: -199px;
        width: 343px !important;
        height: 533px !important;
        object-fit: contain;
    }

    .section_10 .container_map {
        padding: 0 20px;
        max-width: 1224px;
        margin: 0 auto;
    }

    .section_10 .info-container {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        max-width: 1008px;
        margin-top: 50px;
    }

    .section_10 .info-box {
        display: flex;
        align-items: center;
        gap: 20px;
        flex: 1;
        padding: 5px 15px;
    }

    .section_10 .info-box h3 {
        white-space: nowrap;
        font-size: 24px;
    }

    .section_10 .info-box p {
        flex: 1;
        line-height: 2;
        font-size: 16px;
    }

    .section_10 .info-box_1 {
        margin-bottom: 0;
        width: 260px;
        padding: 25px;
    }

    .section_10 .info-box_1:after {
        display: none;
    }

    .section_10 .info-box_1:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_map_border_2.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 10px;
        bottom: 0;
        height: 100%;
        width: 4px;
        z-index: 0;
    }

    .section_10 .info-box_2 {
        padding: 34px 10px;
        width: calc(100% - 260px);
    }

    .section_12 .job_desc .line .label p {
        font-size: 14px;
    }

    .section_10:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_map_border_2.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 10px;
        bottom: 0;
        height: 100%;
        width: 4px;
        z-index: 0;
    }

    .section_11:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_section_11_top.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: -27px;
        height: 27px;
        width: 100%;
        z-index: 9;
    }

    .section_11:after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_section_11_btom.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: -29px;
        height: 90px;
        width: 100%;
        z-index: 0;
    }
    .section_12 {
        padding-top: 85px;
        padding-bottom: 50px;
    }

    .submit-button {
        font-size: 20px;
        padding: 20px 30px;
        position: relative;
    }
    span.arrow_icon_right {
        position: absolute;
        right: 25px;
    }
    .job_desc .line .label {
        width: 120px;
        display: inline-block;
    }

    .form_contact_title h2 {
        font-size: 44px;
    }

    .form_contact_title .text_desc {
        font-size: 24px;
    }

    .job_desc .line .text_desc {
        width: calc(100% - 120px);
    }

    .section_13 .container {
        max-width: 1080px;
        background: #fff;
        border-radius: 10px;
        margin: 0 auto;
        padding: 0;
    }

    .box_submit {
        display: flex;
        justify-content: center;
        position: relative;
    }

    .section_13 .form-container {
        max-width: 848px;
        margin: auto;
        padding: 50px 0;
    }

    .section_13 {
        padding: 50px 0;
    }

    .section_13 .form-group {
        display: flex;
        /*align-items: center;*/
        border-bottom: 1px dashed #C2C2C2;
    }

    .radio-group input[type="radio"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: background 0.3s, border-color 0.3s;
    }

    .radio-group input[type="radio"]:checked {
        background: #008060;
        border-color: #006747;
    }

    .radio-group input[type="radio"]:checked::before {
        content: "";
        width: 10px;
        height: 10px;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .section_13 .form-group:nth-child(1) {
        border-top: 1px dashed #C2C2C2;
    }

    .section_13 input[type="text"],
    .section_13 input[type="email"],
    .section_13 select {
        width: 200px;
    }

    .section_13 input[type="radio"] {
        width: 24px;
        height: 24px;
    }

    .section_13 .form-group:nth-child(2) .title_input {
        display: inline-block;
        width: auto;
    }

    .section_13 .form-group:nth-child(3) .title_input {
        display: inline-block;
        width: auto;
    }

    .section_13 .title_input.title_input_r {
        margin-left: 20px;
    }

    .section_13 .label {
        width: 242px;
        font-weight: 700;
        color: white;
        background: #009C84;
        padding: 16px 10px;
        margin-right: 32px;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        font-size: 14px;
    }

    .section_13 .title_input {
        margin-right: 10px;
        width: 88px;
        display: inline-block;
        font-size: 14px;
    }

    .section_13 .input-container {
        flex-grow: 1;
        margin-bottom: 0;
        margin-left: 0;
    }

    .custom-control {
        padding-bottom: 0;
    }

    .section_13 input,
    .section_13 select {
        padding: 8px;
        border: 1px solid #C2C2C2;
        border-radius: 5px;
        background: #F1F1F1;
    }

    .section_13 .form-item {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .section_13 .form-item button {
        background: #828282;
        border: none;
        padding: 7px 10px;
        border-radius: 4px;
        margin-left: 10px;
        color: #ffffff;
        width: 100%;
        margin-top: 0;
    }

    .title_input_no {
        display: none !important;
    }

    .checkbox-group label {
        font-size: 16px;
    }

    .btn_g {
        margin-left: 20px !important;
    }

    .section_13 .required {
        color: #F66767;
        margin-left: 5px;
        background: #ffffff;
        border: 1px solid #F66767;
        border-radius: 4px;
        font-size: 14px;
        padding: 0 6px;
    }

    .section_13 .radio-group {
        /* display: flex; */
        gap: 10px;
        align-items: center;
        max-width: unset;
    }

    .d-flex {
        display: flex;
        align-items: center;
    }

    .section_13 .form-group:nth-child(6) input[type="text"],
    .section_13 .form-group:nth-child(6) input[type="email"],
    .section_13 .form-group:nth-child(6) select {
        width: 200px;
    }

    .section_13 .form-group:nth-child(12) input[type="text"],
    .section_13 .form-group:nth-child(12) input[type="email"],
    .section_13 .form-group:nth-child(12) select {
        width: 200px;
    }


    .section_3 .container {
        padding-bottom: 80px;
    }

    .section_3 .swiper-container {
        width: 100%;
        padding-top: 0;
        position: relative;
    }

    .section_3 .swiper-pagination {
        bottom: 0 !important;
    }


    .section_3 {
        position: relative;
    }

    .section_3::after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_bg_pc_01.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: -120px;
        height: 130px;
        width: 100%;
        z-index: 0;
    }

    .section_3 p {
        font-size: 16px;
    }


    .section_4 .header-section img {
        max-width: 185px !important;
    }


    .section_2 h1 {
        font-size: 32px;
    }

    .text-center {
        text-align: center;
    }

    .d-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 8px;
    }

    .section_2 p {
        text-align: center;
        font-size: 16px;
        line-height: 40px;
    }

    .section_2 .p_l {
        padding-top: 39px;
    }

    .section_2 .text_desc {
        padding-top: 53px;
        padding-bottom: 120px;
    }

    .section_2::after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_2_bg_3.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        width: 310px;
        height: 550px;
        position: absolute;
        left: 0;
        top: 142px;
        opacity: 0.5;
    }


    .section_2 .container {
        background-color: #fff;
        position: relative;
        padding-top: 132px;
    }

    .section_2 .container::before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_2_bg_2.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        width: 375px;
        height: 355px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.5;
    }

    .section_2 .container::after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_2_bg_1.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        width: 393px;
        height: 236px;
        position: absolute;
        right: 3px;
        top: 390px;
        opacity: 0.5;
    }



    .header-banner .text {
        font-size: 28px;
    }

    .header-banner .text:after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_fl_q_pc.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 33px;
        height: 34px;
        position: absolute;
        right: 35px;
        transform: translateY(-50%);
        bottom: 10%;
    }



    .header-banner {
        position: relative;
        top: -75px;
        z-index: 9;
        margin-bottom: -11px;
        padding: 17px 10px;
    }


    .section_9 .header-banner {
        position: relative;
        top: -12px;
        z-index: 9;
        margin-bottom: -11px;
        padding: 17px 10px;
    }

    .header-banner:after {
        width: 28px;
        height: 24px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -23px;
    }
    .section_3 .description {
        min-height: 89px;
        padding-top: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .section_4 .header-title {
        font-size: 16px;
        margin: 17px 0;
        margin-bottom: 7px;
    }

    .section_4 .header-text {
        font-size: 44px;
    }

    .section_4 .cta-section p {
        font-size: 18px;
    }


    .section_4 .cta-button {
        font-size: 32px;
        margin-top: 30px;
        padding: 26px 20px;
    }

    .section_5 .event .event-time:before {
        width: 64px;
        height: 64px;
    }

    .section_5:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_bg_pc_012.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: -38px;
        bottom: 0;
        width: 100%;
        height: 38px;
        z-index: 0;
    }

    #ofuiku_career .section_5 .header img {
        margin-top: -92px;
        position: relative;
        left: -4px;
        width: 175px;
    }

    .section_5 .header-title {
        font-size: 44px;
        font-weight: bold;
        margin-top: 3px;
        color: #3D3D3D;
    }

    .section_5 .header-subtitle {
        margin-top: 10px;
    }


    .section_5::after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_flow_bg_pc.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        bottom: -14px;
        width: 100%;
        height: 74px;
        z-index: 9;
    }

    .section_6 {
        background: #ffffff;
        padding: 76px 0;
        padding-bottom: 114px;
    }

    .section_6 .swiper-pagination {
        bottom: 89px !important;
    }


    .section_7 .contact-section h2 {
        font-size: 44px;
    }

    .section_7 .contact-section .text_desc {
        font-size: 24px;
    }
    .section_7 .contact-section {
        text-align: center;
        padding: 74px 20px;
    }

    .section_7 .contact-section .text_desc {
        margin-top: 20px;
    }

    .section_7 .contact-button {
        font-size: 32px;
        padding: 26px 40px;
        margin-top: 36px;
    }
    .section_7 .contact-button .arrow_icon_down {
        right: 23px;
        top: 31px;
    }

    .section_8 .comment-header {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .section_8 .comment-title {
        font-size: 44px;
    }
    .section_8 {
        padding-top: 74px;
        padding-bottom: 139px;
    }

    .section_9 .concept-header {
        padding-top: 42px;
        font-size: 16px;
        margin-bottom: 2px;
    }
    .section_9 .concept-title {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .section_7 .container:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku__bg_7_2.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 469px;
        height: 114px;
        z-index: 0;
    }

    .section_7:after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku__bg_7.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 528px;
        height: 285px;
        z-index: 0;
    }

    .section_7:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku__bg_7_1.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 540px;
        height: 374px;
        z-index: 0;
    }

    .section_2 span.text_den {
        font-size: 32px;
        position: relative;
        left: 10px;
    }

    .section_2 span.text_den_2 {
        position: relative;
        left: -10px;
    }

    .section_2 .highlight-red {
        font-size: 44px;
    }

    .section_2 .highlight-blue {
        font-size: 44px;
        left: -10px;
        top: -1px;
    }

    .section_2 h2 {
        font-size: 44px;
        color: #3D3D3D;
    }

    .section_2 .c_and {
        font-size: 24px;
    }

    .section_1 .banner_wrap .banner_text .text_4 {
        display: block;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
        top: 33px;

    }

    .section_4 .header-section {
        margin-top: -11.42vw;
    }

    .section_10 .container_top .header:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_intro_1.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: -113px;
        top: -2px;
        bottom: 0;
        width: 195px;
        height: 103px;
        z-index: 0;
    }

    .section_10 .container_top .header:after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_intro_2.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: -126px;
        top: -6px;
        bottom: 0;
        width: 195px;
        height: 103px;
        z-index: 0;
    }
}



@media print,
screen and (min-width: 768px) {
    .btn-openMenu {
        display: none;
    }

    #ofuiku_career .section_1::after {
        width: 509px;
        height: 427px;
    }

    .section_1 .banner_wrap .banner_text {
        width: 100%;
        position: relative;
        z-index: 3;
    }

    .section_1 .banner_wrap .banner_text_inner {
        padding-top: 303px;
        padding-bottom: 44px;
        padding-left: 56px;
        padding-right: 56px;
        max-width: 1400px;
        margin: 0 auto;
    }

    #ofuiku_career .section_1 .banner_wrap .banner_wrap_2 {
        bottom: -190px;
    }

    #ofuiku_career .section_1 .banner_wrap .bg-imgage  {
        position: absolute;
        z-index: 1;
        top: 146px;
        left: 0;
        display: block;
    }

    #ofuiku_career .section_1 .banner_wrap .bg-imgage img {
        width: clamp(160px, 14.07vw, 300px);
        height: auto;
    }

    .section_4::before {
        width: 100%;
        height: 140px;
        left: 0;
        top: -120px;
    }

    #ofuiku_career .section_1 .banner_wrap .banner_wrap_3 {
        position: absolute;
        right: 0;
        width: clamp(500px, 78vw, 1220px);
        height: auto;
    }

    #header-menu .box-phone .box-number .d-flex span svg {
        position: relative;
        top: -5px;
    }
    #header-menu .box-phone .time {
    }
    .header-banner .text:after {
        right: 30px;
    }

    #header-menu .box-phone .box-number {
        font-size: 22px;
        margin-right: 24px;
    }
}


@media print,
screen and (max-width: 767px) {
    #header-menu .header-nav .header-logo img {
        width: 125px;
    }
    #ofuiku_career .label img {
        width: 116px;
        position: relative;
        top: -4px;
    }
    .section_1 .banner_wrap .banner_text .text_3 .item {
        padding: 6px 8px;
    }
    .section_1 .card {
        margin-top: 46px;
        padding: 23px 20px;
    }
    .section_1 .card img {
        margin-right: 19px;
    }
    .section_1 .card .arrow {
        position: absolute;
        right: 18px;
        bottom: 36px;
        font-size: 24px;
        font-weight: bold;
    }

    .section_1 .pickup_wrap:after {
        display: block;
        width: 100%;
        height: 90px;
        position: absolute;
        left: 0;
        bottom: -11px;
    }
    .banner_wrap_2 {
        position: absolute;
        bottom: 11%;
        width: 76%;
        left: -2%;
    }
    .section_2:after {
        top: auto;
    }
    .section_2 {
        background: #ffffff;
        padding-top: 26px;
        position: relative;
    }
    .section_2 .highlight-blue::after {
        display: block;
        width: 22px;
        height: 38px;
        position: absolute;
        right: 10px;
        top: -6%;
        background-size: 100%;
    }
    .section_2::before {
        left: 0;
        top: 25%;
    }

    .section_2 .text_top {
        position: relative;
        z-index: 9;
    }

    .section_2 .text_desc {
        position: relative;
        z-index: 9;
        padding-top: 29px;
    }

    .p_l {
        position: relative;
        top: -14px;
    }
    .header-banner {
        padding: 14px 10px;
        max-width: 450px;
        margin-bottom: 35px;
        width: 85%;
    }

    .section_3 .swiper-container {
        width: 288px;
    }
    .section_3 .swiper-slide {
        padding: 20px 15px;
    }
    .section_3 .description {
        min-height: 90px;
    }
    .section_4 .header-section {
        position: relative;
        text-align: center;
        margin-top: -80px;
    }
    .section_4 .header-title {
        font-size: 14px;
        color: #A5A5A5;
        margin: 10px 0;
        margin-top: 14px;
    }
    .section_4 .header-text {
        font-size: 32px;
        font-weight: bold;
        color: #3D3D3D;
    }
    .voice-list {
        margin-top: 44px;
    }
    .section_4 .profile-section img {
        width: 120px;
    }
    .section_4 .profile-section {
        padding: 20px;
        padding-top: 31px;
    }
    .section_4 .profile-section {
        padding: 20px 14px;
        padding-top: 31px;
    }
    .section_4 .tag {
        background-color: #ff6b6b;
        color: white;
        padding: 1px 10px;
        margin: 10px 0;
        font-size: 14px;
        display: inline-block;
        margin-top: 24px;
    }
    .section_4 .highlight {
        color: #00a88f;
        font-weight: bold;
        font-size: 17px;
        margin: 3px 0;
        width: fit-content;
        background: #ffffff;
        padding: 7px 7px;
    }
    .section_4 .content-section {
        padding: 10px 14px;
    }
    .section_4 .content-section h2 {
        font-size: 18px;
        color: #333;
        margin-bottom: 10px;
    }
    .section_4 .content-section p {
        font-size: 14px;
        color: #555;
        line-height: 2;
        margin-bottom: 24px;
    }
    .section_4 .voice-list .voice {
        border-radius: 16px;
        background-color: #E7F3F1;
        margin-bottom: 40px;
        padding-bottom: 0px;
    }
    .section_4 .voice-list .voice:nth-child(2) .content-section {
        margin-top: 10px;
    }

    .section_4 .voice-list .voice:nth-child(2) {
        margin-bottom: 26px;
    }

    .section_4 .cta-section .p1 {
        font-size: 18px;
    }
    .section_4 .cta-section p {
        font-size: 18px;
        font-weight: 700;
    }
    .section_4 .cta-section {
        padding: 20px 0;
        text-align: center;
    }

    .section_4 .cta-button {
        margin-top: 18px;
        padding: 22px 20px;
        font-size: 24px;
    }
    .section_4 .cta-button .arrow_icon_down {
        right: 20px;
        top: 53%;
        transform: translateY(-50%);
        font-size: 18px;
    }
    .section_5 .header-subtitle {
        color: #A5A5A5;
        font-size: 14px;
        padding-top: 21px;
    }
    .section_5 .header-title {
        font-size: 32px;
        margin-top: 2px;
    }
    .section_5 .container .header {
        position: relative;
        padding-bottom: 28px;
    }
    .section_5 .timeline .box_time_line::before {
        left: 36px;
    }
    .section_5 .event .event-time:before {
        left: 9px;
        top: -58px;
    }
    .section_5 .event-content {
        padding: 10px 15px;
        border-radius: 8px;
        width: 100%;
        margin-left: 27px;
        padding-top: 6px;
    }
    .section_5 .event-time {
        top: 57px;
        left: 4px;
    }

    .section_5 .event-content .text_desc {
        padding-bottom: 10px;
    }

    .section_5 .event-content .title_b {
        padding: 9px 0;
    }
    .section_5 {
        position: relative;
        padding-bottom: 21px;
    }

    .section_1 .banner_wrap .banner_text {
        padding-top: clamp(200px, 76.8vw, 400px);
    }

    .section_6 .swiper-container {
        padding-top: 50px;
        padding-bottom: 103px;
    }
    .section_6 {
        background: #ffffff;
        padding-bottom: 47px;
    }
    .section_6 .swiper-pagination {
        bottom: 57px !important;
    }
    .section_7 .title_en {
        font-size: 14px;
    }
    .section_7 .contact-section .text_desc {
        padding-top: 13px;
    }
    .section_6 .swiper-slide:nth-child(even) {
        position: relative;
        top: 37px;
    }
    .section_6 .swiper-slide:nth-child(odd) {
        position: relative;
        top: 64px;
    }
    .section_7 .contact-section {
        padding: 50px 3px;
        padding-top: 39px;
    }

    .section_7 .contact-section .text_desc {
        font-size: 18px;
        font-weight: 700;
        padding-top: 14px;
        padding-left: 16px;
        padding-right: 10px;
    }

    .section_6 .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .section_7 .contact-button {
        padding: 20px 40px;
        font-size: 24px;
        margin-top: 25px;
    }

    .section_8 {
        padding-top: 35px;
        padding-bottom: 55px;
    }

    .section_8:before {
        bottom: 3%;
    }
    .section_9 {
        padding-top: 26px;
        padding-bottom: 33px;
    }

    .section_9:after {
        bottom: -51px;
        height: 60px;
        width: 100%;
        z-index: 1;
    }
    .container_top .header_text {
        padding-top: 24px;
        font-size: 14px;
    }
    .section_10 .map-section {
        padding-top: 16px;
    }
    .section_10 .info-container {
        margin-top: 15px;
    }
    .section_10 .info-box h3 {
        font-size: 20px;
        color: #009C84;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .container_top .title_text {
        font-size: 32px;
    }
    .section_10 .container_top .header:before {
        left: 19px;
        top: 59px;
        bottom: 0;
    }
    .section_10 .container_top .header:after {
        right: 20px;
        top: 58px;
        bottom: 0;
    }
    .section_9 .concept-header {
        margin-bottom: 4px;
    }
    .section_8 .comment-header {
        margin-bottom: 3px;
    }
    .section_8 .comment-title {
        margin-bottom: 13px;
    }
    .section_8 .comment-content {
        padding: 28px 15px;
    }

    .section_8 .comment-content p {
        font-size: 14px;
        line-height: 2;
    }
    .section_8 .comment-content h3 {
        margin-bottom: 18px;
    }
    .section_9 .concept-content .image_top img {
        width: 83%;
        margin: 0 auto;
        right: -15px;
        top: -12px;
        position: relative;
    }
    .section_9 .concept-content .text_bt {
        padding-top: 70px;
    }
    .section_9 .concept-content .text-red {
        line-height: 1.5;
    }
    .section_9 .concept-content .text-desc {
        line-height: 2;
        padding-top: 14px;
    }
    .section_9 .container_2 {
        margin: 0 auto;
        margin-top: 105px;
    }
    .section_9 .concept-content .text_bt:before {
        top: -4%;
        height: 100vh;
    }
    .section_9 .container_2 .box_content .header-banner {
        margin-top: -76px;
        width: 100%;
    }
    .header-banner .text:after {
        width: 26px;
        height: 25px;
        position: absolute;
        right: 10px;
        bottom: 1%;
    }
    .section-content {
        padding-top: 10px;
    }
    .section-content p {
        font-size: 14px;
    }
    .section_9 .container_2 .section {
        margin-bottom: 28px;
    }
    .section_9 .container_2 .box_content {
        padding-bottom: 6px;
    }
    .section_9 .invitation .invitation-section .text_desc {
        margin-top: 26px;
        margin-bottom: 3px;
        padding: 0 19px;
    }

    .section_11 .faq_content .faq {
        padding: 30px 14px;
    }
    .section_11 .container_top {
        margin-bottom: 10px;
    }
    .section_11:after {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_section_11_btom.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: -27px;
        height: 29px;
        width: 100%;
        z-index: 1;
    }
    .section_11:before {
        content: "";
        background: url('../images/ofuiku_career/ofuiku_section_11_top.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: -5px;
        height: 27px;
        width: 100%;
        z-index: 9;
    }
}

@media print,
screen and (max-width: 321px) {
    .section_10 .close-btn {
        position: absolute;
        top: 26%;
        transform: translateY(-50%);
        right: 2px;
        font-size: 30px;
        color: white;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.3);
        padding: 10px 15px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
    }
}


@media (min-width: 435px) and (max-width: 767px) {
    .section_9 .container_2 {
        position: relative;
    }
}

@media (min-width: 767px) and (max-width: 1365px) {

    .section_1 .banner_wrap .banner_text .text_4 {
        top: 15px;
    }

    .header-banner .text:after {
        right: 32px;
    }
    .section_10 .close-btn {
        top: 10%;
        right: 7%;
    }

}

@media print,
screen and (min-width: 2000px) {
    .section_8 .box-comment {
        margin: 0 auto;
    }

}


/*page confirm*/


#confirm_page .container {
    max-width: 1008px;
    background: white;
    padding: 64px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding-bottom: 12px;
    margin-bottom: 80px;
}

#confirm_page .info-box {
    display: flex;
    flex-direction: column;
    max-width: 848px;
    margin: 0 auto;
}
#confirm_page .info-item {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dashed #C2C2C2;
}

#confirm_page .info-item:last-child {
    border-bottom: 1px dashed #C2C2C2;
}

#confirm_page .info-label {
    font-weight: bold;
    background: #009C84;
    color: white;
    padding: 10px 8px;
    flex: 1;
    min-width: 160px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 16px;
    position: relative;
}

#confirm_page .info-label .required {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #F66767;
    margin-left: 5px;
    background: #ffffff;
    border: 1px solid #F66767;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 6px;
}
#confirm_page .line {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#confirm_page .info-value {
    flex: 2;
    padding: 8px;
    background: #fff;
    font-size: 14px;
    padding-left: 32px;
    display: flex;
    align-items: center;
}
#confirm_page .button {
    display: block;
    background: linear-gradient(90deg, #ff9966, #ff7b7b);
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    border: none;
    width: 100%;
    cursor: pointer;
}
#confirm_page .line label {
    width: 88px;
    margin-right: 10px;
}

#confirm_page .box_title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 64px;
}
#confirm_page .sub_title {
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}
#confirm_page .title_to {
    color: #3D3D3D;
    font-size: 44px;
    font-weight: 700;
}

.page-complete .info-box p {
    line-height: 42px;
    font-size: 14px;
    color: #3D3D3D;
}
#confirm_page span.arrow_icon_right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#confirm_page .sp-br {
    display: none;
}
.radio-group .wpcf7-not-valid {
    background-color: #FFFFFF !important;
}
.wpcf7-not-valid {
    background-color: #ffecec !important;
}


.form_lb_l_2_input {
    width: auto !important;
}
@media (max-width: 600px) {
        .text_mb {
        position: relative;
        left: 36px;
    }
    .show_sp {
        display: inline-block;
    }
    .form_lb_l_2_input {
        width: 88px !important;
    }
    #confirm_page  .sp-br {
        display: block;
    }
    #confirm_page .container {
        padding: 15px;
        max-width: 88%;
    }
    #confirm_page .info-item {
        flex-direction: column;
    }
    #confirm_page .info-label {

    }
    #confirm_page .info-value {
        padding: 15px 15px;
        padding-left: 15px;
    }
}


@media print, screen and (max-width: 321px) {
    .section_4 .highlight {
        font-size: 15px;
    }
    .section_4 .cta-section .p1 {
        font-size: 17px;
    }

    .section_9 .concept-content .text_bt {
        padding-bottom: 22px;
    }

    .section_8 .comment-content h3 {
        font-size: 15px;
    }

    .section_9 .concept-content .text-red {
        font-size: 14px;
    }

    .section_9 .concept-content .text-desc {
        font-size: 12px;
    }
    .header-banner .text:after {
        right: 9px;
        bottom: 1%;
    }
    .section_9 .invitation .invitation-section .arrow_icon_down svg {
        height: 35px;
    }
    .container_top .title_text {
        font-size: 21px;
    }
}


@media print, screen and (max-width: 360px)  {
    .header-banner .text:after {
        right: 0;
    }

    .job_desc .line .text_desc {
        padding-left: 10px;
        font-size: 11px;
    }
    .job_desc .line {
        padding: 20px 10px;
    }

    .section_13 .label {
        margin-right: 0;
    }
    .section_13 .radio-group {
        margin-left: 0;
    }
}

@media print, screen and (max-width: 500px) {

    #ofuiku_career .section_1 .banner_wrap .banner_wrap_2 {
        bottom: -18%;
    }
    .header-banner {
        margin-top: -62px;
        z-index: 9;
    }
    .section_2 {
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .section_13 .label {
        width: 170px;
        font-size: 12px;
        margin-right: 15px;
    }

    .section_13 .title_input {
        font-size: 12px;
    }
    .section_13 .form-item button {
        font-size: 10px;
        width: 130px;
        padding: 9px 10px;
    }

    .section_13 .btn_custom_tb {
        display: block;
        width: 150px;
    }
}


@media print, screen and (max-width: 1300px) {
    #header-menu .header-nav .nav-menu .list-menu-item {
        margin-right: 16px;
    }

    #header-menu .header-nav .menu-item a {
        font-size: 14px;
    }

    #header-menu .box-phone .box-number {
        margin-right: 16px;
    }

    #header-menu .box-phone .box-number a {
        width: 150px;
    }

    #header-menu .box-phone .box-number img {
        width: 20px;
        height: 20px;
    }

    #header-menu .box-number .number {
        font-size: 19px;
    }

    #header-menu .destop .text-title {
        font-size: 16px;
        padding: 14px 35px;
    }

    .section_1 .banner_wrap .banner_text .text_1 .text_1_p {
        font-size: 16px;
        top: -4px;
    }

    .section_1 .banner_wrap .banner_text .text_1 span {
        font-size: 13px;
    }

    .section_1 .banner_wrap .banner_text .text_3 .item {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    body {
        min-width: 320px !important
    }

    #header-menu .box-phone.destop {
        display: none;
    }

    #header-menu .box-phone.mobi {
        display: block;
        position: relative;
        top: unset;
        right: unset;
    }

    #header-menu .header-nav .list-menu-item {
        padding-left: 0;
        margin-top: 45px;
    }

    #header-menu {
        box-shadow: unset;
        padding-left: 10px;
    }

    #header-menu .header-nav .header-logo {
        width: 100%;
        position: relative;
        padding: 0;
        text-align: left;
        display: flex;
        justify-content: flex-start;
    }


    #header-menu .header-nav .header-logo a picture {
        display: block;
        text-align: left;
    }

    #header-menu .header-nav {
        padding: 0;
        margin-top: 12px;
    }

    #header-menu .header-nav .nav-menu {
        width: 100%;
        position: absolute;
        top: 50%;
        background-color: #fff;
        left: 0;
        height: calc(100vh - 60px);
        padding: 0;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        z-index: -99;
    }

    #header-menu .header-nav .nav-menu.is-open {
        top: 0;
        visibility: visible;
        opacity: 1;
        z-index: 9;
        background: #009C84;
        height: 100vh;
        display: block;
    }

    #header-menu .box-phone .relative-phone::after {
        display: none;
    }
    

    #header-menu .box-phone .relative-phone {
        width: 323px;
        height: 150px;
        /*background-image: url(../ofuiku/assets/img/menu_bg_sp.png);*/
        background-position: center;
        background-size: cover;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #header-menu .box-phone .time {
        font-size: 13.5px;
        text-align: right;
    }

    #header-menu .box-phone .text-title {
        background: linear-gradient(273.74deg, #F77474 29.34%, #FEC184 95.69%);
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: 100%;
        padding: 29px 0;
        border-radius: 8px;
        margin-top: 20px;
        position: relative;
    }

    #header-menu .box-phone .text-title .icon-redirect {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    #header-menu .box-phone .text-title a {
        color: #FFFFFF;
    }

    #header-menu .box-phone .box-number {
        font-size: 26px;
        font-weight: 500;
        line-height: 28px;
        background: #ffffff;
        width: 100%;
        text-align: center;
        padding: 11px 0;
        border-radius: 8px;
        margin-right: 0;
    }

    #header-menu .box-phone .box-number a {
        width: 160px;
    }

    #header-menu .box-phone .box-number p {
        color: #3D3D3D;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    #header-menu .header-nav .nav-menu .nav-menu-list {
        padding: 26px 22px 36px;
        height: auto;
        max-height: calc(100% - 230px);
        overflow-x: scroll;
        position: relative;
        z-index: 9;
    }

    #header-menu .header-nav .menu-item {
        position: relative;
        width: 100%;
        border-top: 1px solid #33B09D;
    }

    #header-menu .header-nav .menu-item:last-child {
        border-bottom: 1px solid #33B09D;
    }

    #header-menu .header-nav .menu-item a {
        font-size: 17px;
        line-height: 30px;
        padding: 0px 14px;
        letter-spacing: 0.5px;
        display: block;
        color: #fff;
    }

    #header-menu .header-nav .menu-item>a {
        padding: 15px 14px;
        text-align: center;
    }

    #header-menu .header-nav .sub-itemMenu {
        margin-bottom: 22px;
    }

    #header-menu .header-nav .sub-itemMenu:last-child {
        margin-bottom: 0
    }

    #header-menu .header-nav .sub-itemMenu .t1 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #145A8C;
        position: relative;
        padding-left: 25px;
        letter-spacing: 1px;
    }

    #header-menu .header-nav .sub-itemMenu .t1:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        top: 7px;
        left: 4px;
        background-color: #4CC6F0;
        border-radius: 50%;
    }

    #header-menu .header-nav .sub-itemMenu .t2 {
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #145A8C;
        font-weight: 500;
        padding-left: 3px;
        letter-spacing: 1px;
    }

    #header-menu .privacy {
        display: block;
        position: absolute;
        bottom: 120px;
        left: 0;
        width: 100%;
        padding: 0 21px;
        z-index: 9;
    }

    #header-menu .privacy a {
        font-size: 22px;
        line-height: 27px;
        color: #145A8C;
        font-weight: 500;
        display: block;
        padding-left: 15px;
        letter-spacing: 0.6px;
        border-left: 1px solid #145A8C;
        margin-bottom: 15px;
    }

    #header-menu .privacy .copyright {
        font-size: 14px;
        line-height: 20px;
        color: #145A8C;
        letter-spacing: 0.6px;
    }

    #header-menu .header-nav .menu-item:before {
        height: calc(100% - 20px);
        top: 9px;
        left: -1px;
    }

    #header-menu .header-nav .menu-item:last-child:after {
        display: none;
    }

    #header-menu .btn-openMenu {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 12px;
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
        background: #009C84;
        border-radius: 50%;
    }

    #header-menu .btn-openMenu.is-open {
        background: #FFFFFF;
    }

    #header-menu .btn-openMenu.is-open span:before {
        background: #009C84;
    }

    #header-menu .btn-openMenu.is-open span:after {
        background: #009C84;
    }

    #header-menu .btn-openMenu .toggle-btn {
        width: 16px;
        height: 14px;
        position: relative;
    }

    #header-menu .btn-openMenu:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        background: #FFFFFF;
        top: calc(50% - 1px);
        left: calc(50% - 8px);
        transition: .4s;
        border-radius: 10px;
    }

    #header-menu .btn-openMenu.is-open:after {
        display: none;
    }

    #header-menu .btn-openMenu span:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        background: #FFFFFF;
        top: 0px;
        left: 0px;
        transition: .4s;
        border-radius: 10px;
    }

    #header-menu .btn-openMenu span:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        background: #FFFFFF;
        bottom: 0;
        left: 0;
        transition: .4s;
        border-radius: 10px;
    }

    #header-menu .btn-openMenu.is-open span:before {
        transform: rotate(-45deg);
        top: 6px;
    }

    #header-menu .btn-openMenu.is-open span:after {
        transform: rotate(45deg);
        bottom: 6px;
    }

    



}
