@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}
p,
h1,
h2,
h3,
h4,
span {
    color: #333333;
}
sup {
    top: -0.2em;
    font-size: 73%;
}
/* Common */
.text-center {
    text-align: center;
}
.bg-primary {
    background-color: #effae0;
}
.bg-secondary {
    background-color: #4da31f;
}
.bg-thirty {
    background-color: #f6f6f6;
}
.text-primary {
    color: #4da31f;
}
.section_padding {
    padding: 104px 0;
}
.section_small {
    max-width: 944px;
    margin: auto;
}
.section_medium {
    max-width: 1024px;
    margin: auto;
}
.section_header {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
}

/* End common */

/* Header */
.header {
    background: white;
    height: 96px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid #dddddd;
}
.header_container {
    max-width: 1440px;
    margin: auto;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    height: 96px;
}
.header_action {
    display: flex;
    gap: 24px;
}
.header_action .header_btn {
    background: #f5674d;
    font-size: 16px;
    font-weight: 700;
    width: 112px;
    border-radius: 4px;
    color: white;
    margin-right: 16px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cta_button:hover,
.section_title_ct_bt:hover,
.header_action .header_btn:hover {
    background: #ba4f3a;
}
.header_action a {
    font-size: 16px;
    font-weight: 700;
}
.header_phone {
    width: 185px;
    height: fit-content;
}
.header_logo {
    width: 125px;
    min-width: 125px;
}
.show_menu_container,
.header-menu {
    display: none;
}
/* End header */

/* Footer */
.footer {
    background: #333333;
    width: 100%;
    height: 194px;
    padding: 40px 0;
}
.footer_container {
    display: flex;
    gap: 40px;
    flex-direction: column;
    max-width: 944px;
    margin: auto;
}
.footer_logo {
    width: 160px;
}
.footer_aciton {
    display: flex;
    justify-content: space-between;
}
.footer_links {
    display: flex;
    gap: 40px;
}
.footer_link {
    display: flex;
    gap: 4px;
    align-items: center;
}
.footer_link p {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
}
.footer_copyright {
    font-size: 12px;
    color: white;
    line-height: 12px;
}
/* End footer */

/* Page container */
.page_container {
    padding-top: 96px;
}
/* End page container */

/* Section title */
.section_title {
    height: 596px;
    background-image: url("../assets/images/toppage/section_title_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.section_title_container {
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 104px 0;
}
.section_title_ct {
    margin-left: 248px;
    width: 600px;
}
.section_title_ct_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
}
.section_title_ct_top p {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    background: white;
    color: #4da31f;
    border-radius: 4px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_title_ct_top_arrow {
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    background: white;
    color: white;
    width: 20px;
    height: 12px;
}
.section_title_ct_text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 64px;
}
.section_title_ct_text h2 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    line-height: 44px;
}
.section_title_ct_bt {
    height: 96px;
    width: 400px;
    background: #f5674d;
    color: white;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.section_title_img {
    position: absolute;
    bottom: 0;
    right: 192px;
}
/* End section title */

.section1_header {
    display: flex;
    gap: 64px;
    align-items: center;
    padding-top: 40px;
}
.section1_header > img {
    width: 423px;
}
.section1_header .section1_header_img {
    height: 256px;
    width: auto;
}
.section1_header_ct {
    display: flex;
    flex-direction: column;
    height: 199px;
    /* justify-content: space-between; */
    font-size: 16px;
    font-weight: 700;
    flex: 1;
    gap: 40px;
}
.section1_header_ct > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 22px;
}
.section1_header_ct > div > p:first-child {
    padding-right: 10px;
}
.section1_header_ct img {
    width: 457px;
}

.section1_ct_top {
    padding-bottom: 59px;
    max-width: 944px;
    margin: auto;
}
.section1_ct_top h2 {
    padding-bottom: 33px;
}

.section1_ct_bottom {
    display: flex;
    gap: 24px;
    max-width: 944px;
    margin: auto;
}
.section1_ct_bottom .section1_ct_bottom_item {
    flex: 1;
    height: 447px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: white;
    border-radius: 8px;
    padding: 0 24px;
}
.section1_ct_bottom .section1_ct_bottom_item h3 p {
    color: #4da31f;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.section1_ct_bottom .section1_ct_bottom_item img {
    height: 153px;
}
/* Section2 */
.section2 {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.section2 .section2_square_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
}
.section2 .section2_child_title {
    font-size: 16px;
    font-weight: 700;
    word-break: keep-all;
    margin-bottom: 18px;
    line-height: 22px;
}

.section2 .section2_child_1 .section2_square_title {
    padding-bottom: 16px;
}

.section2 .section2_child_1 .section2_square {
    background: #f6f6f6;
    border-top: 4px solid #9ecf2d;
    display: flex;
    gap: 24px;
    height: 200px;
    width: 453px;
    margin: auto;
    padding: 0 40px;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.section2 .section2_child_1 .section2_square .avatar {
    width: 126px;
    object-fit: contain;
}
.section2 .section2_child_1 .section2_square .section2_square_ct h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}
.section2 .section2_child_1 .section2_square .section2_square_ct_list > div {
    display: flex;
    gap: 8px;
    align-items: center;
}
.section2 .section2_child_2 .section2_square_title,
.section2 .section2_child_3 .section2_square_title {
    margin-bottom: 24px;
}
.section2 .section2_child_2 .section2_child_2_list {
    display: flex;
    gap: 4px;
    margin-bottom: 56px;
}
.section2 .section2_child_2 .section2_child_2_list > div {
    flex: 1;
}

.section2 .section2_child_2 .section2_child_2_list .title {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    color: white;
    margin-bottom: 16px;
}
.section2 .section2_child_2 .section2_child_2_list .title span {
    color: white;
}

.section2
    .section2_child_2
    .section2_child_2_list
    .section2_child_2_item_first
    .title {
    background: #888888;
}
.section2
    .section2_child_2
    .section2_child_2_list
    .section2_child_2_item
    .title {
    background: #9ecf2d;
    clip-path: polygon(0% 0%, 95.4% 0, 100% 50%, 95.4% 100%, 0% 100%);
}

.section2 .section2_child_2 .section2_child_2_list .content {
    position: relative;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    height: 184px;
}
.section2
    .section2_child_2
    .section2_child_2_list
    .section2_child_2_item_first
    .content {
    background-color: #f6f6f6;
}

.section2
    .section2_child_2
    .section2_child_2_list
    .section2_child_2_item
    .content {
    background-color: #effae0;
}

.section2 .section2_child_2 .section2_child_2_list .content .content-item {
    display: flex;
    gap: 8px;
    align-items: baseline;
}
.section2 .section2_child_2 .section2_child_2_list .content .content-item p {
    font-size: 14px;
    line-height: 18px;
}
.section2
    .section2_child_2
    .section2_child_2_list
    .content
    .content-item:not(:last-child) {
    margin-bottom: 8px;
}
.section2 .section2_child_2 .section2_child_2_list .content .content-icon {
    position: absolute;
    bottom: 0;
    transform: translateY(40%);
    right: 16px;
}

.section2 .section2_child_desc_container {
    display: flex;
    justify-content: end;
    margin-top: 36px;
}
.section2 .section2_child_decs_content {
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    line-height: 26px;
}

.section2 .section2_child_3_ct {
    background: #effae0;
    padding: 40px 115px;
    display: flex;
    gap: 64px;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 8px;
}
.section2 .section2_child_3_ct .section2_child_3_hours {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}
.section2 .section2_child_3_ct .section2_child_3_hours_left {
    height: 180px;
    background-color: #bbbbbb;
    color: white;
}
.section2 .section2_child_3_ct .section2_child_3_hours_right {
    border-width: 4px 4px 0px 4px;
    border-style: dotted;
    border-color: #4da31f;
    flex: 1;
}
.section2 .section2_child_3_ct .section2_child_3_arrow {
    width: 48px;
}
.section2_child_3_right_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 183px;
}
.section2_child_3_right_item {
    display: flex;
    gap: 2px;
    flex: 1;
}
.section2_child_3_right_item_field {
    min-width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.section2_child_3_right_item_field_1 {
    background: #888888;
    color: white;
}
.section2_child_3_right_item_field_2 {
    background: #4da31f;
    color: white;
}
.section2_child_3_right_item_field_3 {
    background: transparent;
    color: #4da31f;
    border: 3px solid #4da31f;
    font-size: 18px;
}
.section2_child_3_right_item_number {
    width: 100%;
    background-color: white;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 700;
}
.section2_child_3_right_item_number_total {
    color: #4da31f;
    font-size: 24px;
}
.section2_child_note {
    font-size: 12px;
    font-weight: 400;
    text-align: end;
    line-height: 9px;
}
.section2_child_3_left h4,
.section2_child_3_right h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 24px;
    text-align: center;
}
.section2_child_3_left_item {
    width: 104px;
}
/* End Section2 */

/* CTA */
.section_cta {
    max-width: 1440px;
    margin: auto;
    height: 325px;
    display: flex;
    align-items: center;
    padding-left: 200.5px;
}
.cta_img {
    display: flex;
    align-items: end;
    height: 100%;
    width: 520px;
}
.cta_content {
    display: flex;
    flex-direction: column;
    height: 174px;
    justify-content: space-between;
    align-items: center;
}
.cta_header h4 {
    font-size: 24px;
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    margin-bottom: 24px;
}
.cta_header h4 span {
    font-size: 24px;
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
}

.cta_header p {
    color: white;
    font-weight: 700;
    line-height: 12px;
}
.cta_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 80px;
    background: #f5674d;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}
.cta_button_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
/* End CTA */

/* Section 3 */
.section3_list {
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.section3_item {
    height: 414px;
    padding: 80px 40px 0 40px;
    background: #ffffff;
    position: relative;
    margin-top: 40px;
    margin-bottom: 200px;
    border-radius: 8px;
}
.section3_item_header h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.section3_item_img_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}
.section3_item_img_bottom {
    position: absolute;
    bottom: 0;
    left: 212px;
    transform: translateY(50%);
    width: 720px;
}
.section3_item_img_bottom_left {
    right: 212px;
    left: unset;
}
/* End section3 */

/* Section4 */
.section4 {
    background: #effae0;
    padding: 40px;
    width: 1112px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    border-radius: 8px;
}
.section4_list {
    display: flex;
    gap: 16px;
    flex-direction: column;
    min-width: 320px;
    width: 320px;
}
.section4_item_default.active {
    border: 2px solid #4da31f;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: fit-content;
    border-radius: 8px;
    align-items: center;
    padding: 22px;
    position: relative;
    background: white;
}
.section4_item_default.active h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
    color: #4da31f !important;
}
.section4_item_default.active .section4_item_desc {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.section4_item_default.active .section4_item_arrow {
    position: absolute;
    top: 28px;
    right: 16px;
}
.section4_item_default {
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 22px;
    align-items: center;
    border-radius: 8px;
    height: 63px;
    font-size: 20px;
    font-weight: 700;
    background: white;
    cursor: pointer;
}
.section4_item_default:not(.active):hover {
    background: #d8f5b0;
}
.section4_item_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.section4_item_default .section4_item_desc {
    display: none;
}

.section4_item_tablet_container {
    padding: 24px 24px 40px 24px;
    border-radius: 8px;
    background: #effae0;
    width: 640px;
    height: 639px;
    margin: auto;
}
.section4_item_tablet_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
}
.section4_item_tablet_title img {
    height: 64px;
    cursor: pointer;
}
.section4_item_tablet_container h4 {
    font-size: 24px;
    font-weight: 700;
    color: #4da31f;
    text-align: center;
}
.section4_item_tablet_container .section4_item_tablet_desc {
    padding: 0 16px;
    margin-top: 16px;
    margin-bottom: 38px;
    line-height: 22px;
}
.section4_item_tablet_img {
    padding: 0 16px;
}
.section4_item_tablet_dots {
    display: flex;
    gap: 24px;
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}
.section4_item_tablet_dot {
    width: 16px;
    height: 16px;
    background: #bbbbbb;
    color: transparent;
    font-size: 1px;
    border-radius: 100%;
}
.section4_item_tablet_dot.dot_active {
    background: #666666;
}
/* End section4 */

/* Section5 */
.section_number .section_header {
    margin-bottom: 40px;
}
.section5 {
    display: flex;
    gap: 8px;
    align-items: baseline;
    justify-content: center;
    height: 43px;
}
.section_number .section5:not(:last-child) {
    margin-bottom: 40px;
}
.section5 .number {
    display: flex;
    gap: 4px;
    align-items: baseline;
    line-height: 43px;
}
.section5 .number h2 {
    font-size: 60px;
    font-family: "Open Sans";
    font-weight: 700;
}
.section5 .number h4 {
    font-weight: 700;
    font-size: 24px;
}
.seciton5_desc {
    font-size: 14px;
    text-align: center;
}
/* End section5 */

/* Section6 */
.section6_top {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.section6_top_list {
    display: flex;
    gap: 24px;
}
.section6_top_list_item {
    height: 488px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 24px;
    border-radius: 8px;
    background: white;
    flex: 1;
}
.section6_top_list_item_ct {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section6_top_list_item_number {
    color: #4da31f;
    font-size: 36px;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    line-height: 26px;
}
.section6_top_list_item h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
}
.section6_top_list_item p {
    height: 84px;
    line-height: 22px;
}
.section6_top_list_item_img {
    width: 100%;
    height: 160px;
}
.section6_bottom {
    padding: 0 40px;
    background: white;
    border-radius: 8px;
}
.section6_bottom_title {
    margin: 40px 0;
    position: relative;
    cursor: pointer;
}
.section6_bottom_title::after {
    content: "";
    background-image: url("../assets/images/toppage/section6_arrow.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 14px;
    z-index: 1;
    transform: rotate(180deg);
}
.section6_bottom_title::after {
    transition-duration: 0.3s;
}
.section6_bottom_title.arrow_toggle::after {
    transform: rotate(0);
}
.section6_bottom_title p {
    font-size: 20px;
    font-weight: 700;
    color: #4da31f;
    text-align: center;
    line-height: 23.5px;
}
.section6_bottom_title span {
    font-family: "Open Sans";
    color: #4da31f;
    font-size: 24px;
}
.section6_bottom_ct {
    display: none;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}
.section6_bottom_ct_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 13px;
}
.section6_bottom_ct_list {
    border-top: 2px solid #bbbbbb;
    border-right: 2px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
    margin-bottom: 40px;
}
.section6_item {
    display: flex;
    height: fit-content;
}
.section6_bottom_ct_list .section6_item:not(:last-child) .section6_item_right {
    border-bottom: 2px solid #bbbbbb;
}
.section6_bottom_ct_list .section6_item:not(:last-child) .section6_item_left {
    border-bottom: 2px solid white;
}
.section6_item_left {
    min-width: 64px;
    width: 64px;
    background: #bbbbbb;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section6_item_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 100%;
    gap: 24px;
}
.section6_item_bt {
    font-size: 20px;
    font-weight: 700;
    height: 47px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.section6_item_bt_cl {
    background: #4da31f;
    color: white;
}
.section6_item_bt_gray {
    background: #dddddd;
    color: #333333;
}

.section6_item_column {
    display: flex;
    align-items: center;
    gap: 8px;
}
.section6_item_column p {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.section6_item_column span {
    font-weight: 400;
}
.section6_item_column_button {
    width: 104px;
    min-width: 104px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}
.section6_item_column_button_cl {
    background: #f5674d;
    color: white;
}
.section6_item_column_button_gray {
    background: #dddddd;
}
.section6_bottom_ct_desc {
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 10.5px;
    width: fit-content;
}
.section6_bottom_ct_desc > div {
    display: flex;
    gap: 4px;
    align-items: baseline;
}
.section6_bottom_ct_desc_cus > p {
    font-size: 14px;
    line-height: 16px;
}
.section6_bottom_ct_desc > div > p {
    line-height: 10px;
    font-size: 14px;
}
.section6_bottom_ct_desc_cus {
    display: flex;
    height: 10px;
}
/* End section6 */

/* Section_QA */
.section_qa {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 64px;
}
.qa_item {
    padding: 40px;
    background: white;
    border-radius: 8px;
}
.item_q_container {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    cursor: pointer;
}
.item_q_container::after {
    content: "";
    background-image: url("../assets/images/toppage/arrow_qa.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 9px;
    z-index: 1;
    transform: rotate(180deg);
}
.item_q_container::after {
    transition-duration: 0.3s;
}
.item_q_container.arrow_toggle::after {
    transform: rotate(0);
}
.item_q_container .q_icon {
    color: #4da31f;
    font-size: 24px;
    font-weight: 700;
    font-family: "Open Sans";
    line-height: 17px;
}
.item_q_container .q_text {
    font-size: 20px;
    font-weight: 700;
    flex: 1;
    line-height: 17px;
}
.item_q_container .q_arrow {
    cursor: pointer;
}
.item_a_container {
    display: none;
}
.row_a {
    display: flex;
    gap: 16px;
    padding-top: 24px;
}
.row_a .a_icon {
    font-size: 24px;
    font-weight: 700;
    line-height: 17px;
    font-family: "Open Sans";
}
.row_a .a_text p {
    line-height: 12px;
}
.row_a .a_text p:not(:only-child):first-child {
    padding-bottom: 6px;
}
.row_a .a_text p:not(:only-child):last-child {
    padding-top: 6px;
}
/* End section_QA */

@media screen and (min-width: 768px) and (max-width: 1439px) {
    /* Common */
    .for_tablet,
    .for_tablet_mobile,
    .for_pc_tablet {
        display: block;
    }
    .for_pc,
    .for_mobile {
        display: none;
    }
    .section_small_tablet {
        max-width: 640px;
        margin: auto;
    }
    .section_medium_tablet {
        max-width: 688px;
        margin: auto;
    }
    .section_header {
        font-size: 30px;
    }
    .tablet-mr-12 {
        margin-right: 48px;
        line-height: 20px !important;
    }
    .leading-tablet-22 {
        line-height: 22px !important;
    }
    /*  */

    /*  */
    .page_container {
        padding-top: 80px;
    }
    /*  */

    /* Header */
    .header {
        height: 80px;
    }
    .header_container {
        padding: 16px 40px;
        height: 80px;
    }
    .header_logo {
        width: 104px;
        min-width: 104px;
    }
    .header_action {
        height: 48px;
    }
    .show_menu_container,
    .header-menu {
        display: none;
    }
    /*  */
    /* Section title */
    .section_title {
        height: 578px;
    }
    .section_title_container {
        max-width: 768px;
    }
    .section_title_ct {
        margin-left: 48px;
        position: relative;
        z-index: 1;
    }
    .section_title_ct_top {
        width: 479px;
        /* height: 60px; */
    }
    .section_title_ct_top p {
        font-size: 20px;
    }
    .section_title_ct_text h2 {
        font-size: 48px;
        line-height: 35px;
    }
    .section_title_ct_bt {
        font-size: 24px;
    }
    .section_title_img {
        right: 0;
    }
    /* End section title */

    /* Section1 */
    .section1_header .section1_header_img {
        height: 204px;
    }
    .section1_header_ct {
        padding-right: 24px;
    }
    .section1_header_ct {
        height: 237px;
    }
    .section1_ct_bottom {
        gap: 0;
    }
    .section1_ct_bottom_tablet {
        max-width: 768px;
        margin: auto;
        padding-left: 64px;
    }
    .section1_ct_bottom .section1_ct_bottom_item {
        flex: unset;
    }
    .section1_ct_bottom_tablet .splide__slide {
        width: 308px !important;
        min-width: 308px !important;
    }
    .section1_header > img {
        width: 320px;
    }
    .section1_header_ct > div > p:first-child {
        padding-right: 0px;
    }
    /*  */

    /* Section2  */
    .section2 .section2_child_2 .section2_child_2_list .content {
        height: 228px;
    }
    .section2 .section2_child_3_ct {
        gap: 24px;
        padding: 40px 35px;
    }
    .section2_child_3_left_item {
        width: 96px;
    }
    .section2 .section2_child_title {
        word-break: unset;
    }
    .section2 .section2_child_title > span:not(:first-child) {
        display: block;
    }
    /*  */

    /* Section CTA */
    .section_cta {
        max-width: 768px;
        /* padding: 0 124px; */
        margin: auto;
        flex-direction: column;
        height: 544px;
        padding-left: 0px;
    }
    .cta_content {
        margin-top: 64px;
        margin-bottom: 45px;
    }
    .cta_img {
        order: 1;
        height: fit-content;
    }
    /*  */

    /* Section3  */
    .section3_item {
        padding: 80px 24px 0 24px;
    }
    .section3_item_img_bottom {
        width: 580px;
        left: 74px;
    }
    .section3_item_img_bottom_left {
        left: unset;
        right: 74px;
    }
    /*  */

    /* Section4 */
    /*  */
    /* Section5 */
    .section5 {
        height: 34px;
    }
    .section5 .number h2 {
        font-size: 48px;
        line-height: 34px;
    }
    /*  */

    /* Section6 */
    .section6_top_list {
        flex-direction: column;
    }
    .section6_top_list_item {
        flex-direction: row;
        flex: unset;
        height: 264px;
        align-items: center;
        gap: 40px;
        padding: 0 40px;
    }
    .section6_top_list_item_ct {
        justify-content: center;
        align-items: flex-start;
    }
    .section6_top_list_item p {
        height: 60px;
    }
    .section6_top_list_item_img {
        width: 207px;
        min-width: 207px;
    }
    .section6_bottom_ct_desc {
        gap: 8px;
    }
    .section6_bottom_ct_desc > div > p {
        line-height: 16px;
        align-items: baseline;
    }
    .section6_bottom_ct_desc_cus {
        display: flex;
        flex-direction: column;
    }
    .section6_bottom_ct_desc_cus {
        height: fit-content;
    }
    .item_q_container::after {
        right: -32px;
    }
    .qa_item {
        padding-right: 72px;
    }
    .item_q_container .q_text {
        font-size: 18px;
    }
    /*  */

    /* Footer */
    .footer_logo {
        width: 144px;
    }
    /*  */
}

@media screen and (max-width: 767px) {
    p,
    span {
        font-size: 14px;
    }
    .for_mobile,
    .for_tablet_mobile {
        display: block;
    }
    .for_pc,
    .for_tablet,
    .for_pc_tablet {
        display: none;
    }
    .padding_mobile {
        padding-left: 24px;
        padding-right: 24px;
    }
    .section_padding {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .section_header {
        font-size: 24px;
        word-break: keep-all;
    }
    .section_header > span {
        font-size: 24px;
        line-height: 30px;
    }
    .header {
        height: 64px;
    }
    .header_container {
        height: 64px;
        padding: 16px 24px;
        align-items: center;
    }
    .header_logo {
        width: 83px;
        min-width: 83px;
    }
    .page_container {
        padding-top: 64px;
    }
    .header_action {
        display: none;
    }
    .header-menu {
        display: block;
        height: 16px;
        width: 24px;
    }
    .header-menu > img {
        height: 100%;
        width: 100%;
    }
    .show {
        display: block !important;
    }
    .show_menu_container {
        margin-top: 64px;
        display: none;
        position: fixed;
        z-index: 99;
        background-color: white;
        height: calc(100vh - 64px);
        width: 100%;
    }
    .show_menu {
        /* display: none; */
        padding: 24px;
        max-width: 375px;
        margin: auto;
    }
    .btn_phone {
        border: 1px solid #333333;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 64px;
        width: 327px;
        font-size: 30px;
        font-weight: 700;
        font-family: "Open Sans";
        border-radius: 4px;
        margin-bottom: 16px;
    }
    .btn_phone img {
        width: 24px;
        height: 24px;
    }
    .menu_btn {
        font-size: 16px;
        font-weight: 700;
        color: white;
        height: 64px;
        width: 100%;
        background: #f5674d;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        cursor: pointer;
    }
    .logout_btn {
        font-size: 16px;
        font-weight: 700;
    }
    .section_title {
        height: 492px;
    }
    .section_title_container {
        height: 100%;
        max-width: 375px;
        margin: auto;
        padding: 40px 0;
    }
    .section_title_ct {
        margin: auto;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: fit-content;
        position: relative;
        z-index: 1;
    }
    .section_title_ct .section_title_ct_bt {
        max-width: 327px;
        margin: 0 auto;
        width: 327px;
    }
    .section_title_ct_top {
        padding-bottom: 24px;
    }
    .section_title_ct_top p {
        font-size: 14px;
        height: 32px;
    }
    .section_title_ct_top_arrow {
        width: 16px;
        height: 8px;
    }
    .section_title_ct_text {
        gap: 24px;
        padding-bottom: 0px;
        text-align: center;
    }
    .section_title_ct_text h2 {
        font-size: 30px;
        line-height: 22px;
    }
    .section_title_ct_bt {
        height: 80px;
        font-size: 20px;
    }
    .section_title_img {
        left: 84px;
        width: 240px;
    }
    .section1_header {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .section1_header_ct {
        gap: 24px;
        align-items: center;
    }
    .section1_header_ct img {
        width: 327px;
    }
    .section1_header_ct > div {
        /* max-height: 110px; */
    }
    .section1_header_ct > div > p {
        font-size: 14px;
        text-align: center;
        line-height: 18px;
    }
    .section1_header_ct > div > p:first-child {
        margin-bottom: 20px;
        padding-right: 0px;
    }

    .section1_header .section1_header_img {
        height: 204px;
    }
    .section1_ct_bottom .section1_ct_bottom_item {
        flex: none;
        height: 362px;
    }
    .section1_ct_bottom .section1_ct_bottom_item h3 p {
        font-size: 20px;
        line-height: 26px;
    }
    .section1_ct_bottom .section1_ct_bottom_item p {
        line-height: 18px;
    }
    .section1_ct_bottom_tablet {
        max-width: 375px;
        padding-left: 40px;
        margin: auto;
    }
    .section1_ct_bottom {
        gap: 0;
    }
    #benefit-slide .splide__track {
        /* padding-right: 24px !important; */
    }
    .section1_ct_bottom_tablet .splide__slide {
        width: 295px !important;
        max-width: 295px !important;
    }
    .section1_header > img {
        width: 320px;
    }
    .section2 {
        gap: 40px;
    }
    .section2 .section2_square_title {
        font-size: 20px;
        text-align: center;
        word-break: keep-all;
    }
    .section2 .section2_square_title:has(span) {
        height: 43px;
    }
    .section2 .section2_square_title span {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
    }

    .section2 .section2_child_1 .section2_square {
        flex-direction: column;
        width: 271px;
        height: 262px;
        padding: 24px;
    }
    .section2 .section2_child_1 .section2_square .avatar {
        width: 109px;
    }
    .section2 .section2_child_1 .section2_square .section2_square_ct h4 {
        font-size: 16px;
        line-height: 12px;
        padding-bottom: 16px;
    }
    .section2
        .section2_child_1
        .section2_square
        .section2_square_ct_list
        > div
        > span {
        line-height: 18px;
    }
    .section2_child_2 {
        max-width: 327px;
        margin: auto;
    }
    .section2_child_2_list {
        flex-direction: column;
    }
    .section2_child_2_item_first {
        display: flex;
        gap: 4px;
    }
    .section2 .section2_child_2 .section2_child_2_list {
        margin-bottom: 24px;
    }
    .section2 .section2_child_2 .section2_child_2_list .title {
        width: 1ch;
        min-width: 1ch;
        word-break: break-all;
        padding: 0 16px;
        margin-bottom: 0px;
        height: 110px;
        text-align: center;
    }
    .section2 .section2_child_2 .section2_child_2_list .title span {
        width: 20px;
        min-width: 20px;
        color: white;
    }
    .section2 .section2_child_2 .section2_child_2_list .content {
        width: 100%;
        padding: 24px 24px 24px 16px;
        height: 110px;
    }
    .section2 .section2_child_2 .section2_child_2_list .content .content-icon {
        top: 8px;
        transform: unset;
        bottom: unset;
        height: 32px;
    }
    .section2
        .section2_child_2
        .section2_child_2_list
        .content
        .content-icon
        > img {
        height: 32px;
    }
    .section2_child_2_item {
        display: flex;
        gap: 4px;
    }
    .section2 .section2_child_decs_content {
        text-align: center;
    }
    .section2 .section2_child_decs_content > p,
    .section2 .section2_child_decs_content > p > span,
    .section2 .section2_child_decs_content > span {
        font-size: 18px;
    }
    .section2 .section2_child_decs_content {
        font-size: 18px;
    }

    .section2
        .section2_child_2
        .section2_child_2_list
        .section2_child_2_item
        .title {
        clip-path: polygon(0% 0%, 100% 0, 100% 93.4%, 50% 100%, 0 93.4%);
        width: 32px;
        height: 120px;
    }
    .section2
        .section2_child_2
        .section2_child_2_list
        .section2_child_2_item
        .content {
        height: 120px;
    }
    .section2
        .section2_child_2
        .section2_child_2_list
        .content
        .content-item:not(:last-child) {
        margin-bottom: 16px;
    }
    .section2
        .section2_child_2
        .section2_child_2_list
        .content
        .content-item
        p {
        line-height: 10px;
    }
    .section2 .section2_child_title {
        line-height: 12px;
        display: flex;
    }
    .section2 .section2_child_3_ct {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }
    .section2 .section2_child_3_ct .section2_child_3_arrow {
        width: 64px;
    }
    .section2 .section2_child_3_ct {
        padding: 40px 0;
    }
    .section2_child_3 .section2_square_title span {
        display: block;
        line-height: 28px;
    }
    .section2_child_3_right {
        max-width: 327px;
        width: 327px;
        margin: auto;
        padding: 0 10.5px;
    }
    .section2 .section2_child_desc_container {
        justify-content: center;
    }
    .section2_child_desc_container .section2_child_note {
        text-align: center;
        line-height: 14px;
    }
    .section2_child_3_left_item p {
        font-size: 16px;
    }

    .section_cta {
        max-width: 375px;
        padding: 0 24px;
        /* height: 440px; */
        height: fit-content;
        flex-direction: column-reverse;
    }
    .cta_content {
        height: fit-content;
        margin-bottom: 24px;
    }
    .cta_header {
        margin-top: 38px;
        margin-bottom: 24px;
    }
    .cta_header h4 {
        font-size: 20px;
        word-break: keep-all;
    }
    .cta_header h4:has(span) {
        height: 43px;
    }
    .cta_header h4 span {
        line-height: 26px;
        font-size: 20px;
    }

    .cta_header p {
        text-align: center;
        line-height: 16px;
    }
    .cta_button {
        width: 100%;
        font-size: 20px;
    }
    .cta_img {
        height: fit-content;
        width: auto;
    }

    .cta_img img {
        height: 175px;
        width: 327px;
        object-fit: cover;
    }
    .cta_first .cta_img img {
        height: 203px;
    }
    .cta_first .cta_header h4 {
        line-height: 15px;
    }
    .section3_list {
        padding: 0 16px;
        gap: 24px;
        max-width: 375px;
        margin: auto;
    }
    .section3_item {
        margin-bottom: 96.67px;
        height: fit-content;
        padding: 56px 24px 119px 24px;
        margin-top: 32px;
    }
    .section3 .section_header {
        height: 50px;
    }
    .section3 .section_header span {
        display: block;
        line-height: 34px;
    }
    .section3_item_img_top {
        width: 64px;
    }
    .section3_item_header h4 {
        font-size: 20px;
        margin-bottom: 24px;
        line-height: 15px;
    }
    .section3_item_header h4:has(span) {
        display: flex;
        flex-direction: column;
        height: 44px;
        gap: 4px;
    }
    .section3_item_header h4 span {
        line-height: 22px;
        font-size: 20px;
    }
    .section3_item_header p {
        line-height: 18.5px;
    }
    .section3_item_img_bottom {
        width: 311px;
        left: 24px;
    }
    .section3_item_img_bottom_left {
        left: unset;
        right: 24px;
    }

    .section_number .section_header {
        margin-bottom: 32px;
        /* height: 58px; */
        padding: 0 55px;
        height: 50px;
    }
    .section_number .section_header span {
        line-height: 30px;
    }
    .section_number .section_header span,
    .section4_container .section_header span {
        display: block;
        line-height: 34px;
    }
    .section4_item_tablet_container {
        max-width: 327px;
        height: 418px;
        padding: 20px 16px;
    }
    .section4_item_tablet_title {
        height: 48px;
    }
    .section4_item_tablet_title > img {
        height: 48px;
    }
    .section4_item_tablet_title h4 {
        font-size: 20px;
    }
    .section4_item_tablet_container .section4_item_tablet_desc {
        margin-top: 23px;
        margin-bottom: 38px;
        padding: 0 7px 0 8px;
        line-height: 18px;
        height: 54px;
    }
    .section4_item_tablet_img {
        padding: 0 7px 0 8px;
    }
    .section4_item_tablet_dots {
        gap: 12px;
        margin-top: 24px;
    }
    .section4_item_tablet_dot {
        width: 12px;
        height: 12px;
    }

    .section5 {
        /* height: 26px; */
        margin-bottom: 20px;
        flex-wrap: wrap;
        height: unset;
    }
    .section_number .section5:not(:last-child) {
        margin-bottom: 20px;
    }
    .section5 .number h4 {
        line-height: 24px;
    }
    .section5 .number h2 {
        font-size: 36px;
        line-height: 26px;
    }
    .seciton5_desc {
        font-size: 12px;
        line-height: 9px;
    }
    .section6_top {
        gap: 40px;
    }
    .section6_top_list {
        flex-direction: column;
        max-width: 327px;
        margin: auto;
    }
    .section6_top_list_item {
        padding: 24px;
    }
    .section6_top_list_item_ct {
        gap: 24px;
        margin-bottom: 23px;
    }
    .section6_top_list_item_img {
        width: 207px;
        margin: auto;
    }
    .section6_top_list_item_number {
        font-size: 30px;
        line-height: 21px;
    }
    .section6_top_list_item h3 {
        font-size: 20px;
        line-height: 15px;
    }
    .section6_top_list_item p {
        height: fit-content;
        line-height: 17px;
    }
    .section6_top_list
        .section6_top_list_item:last-child
        .section6_top_list_item_ct {
        gap: 22.5px;
    }
    .section6_bottom {
        word-break: keep-all;
        padding: 0 24px;
        max-width: 327px;
        margin: auto;
    }
    .section6_bottom_title {
        margin: 24px 16px;
    }
    .section6_bottom_title p {
        font-size: 18px;
    }
    .section6_bottom_title span {
        font-size: 20px;
    }
    .section6_bottom_title::after {
        right: -16px;
        width: 20px;
        height: 12px;
        background-size: contain;
        top: calc(50% - 6px);
        background-repeat: no-repeat;
    }
    .section6_bottom_ct_title {
        margin-bottom: 24px;
    }
    .for_mobile .section6_bottom_ct_title span {
        line-height: 18px;
    }
    .section6_bottom_ct_title span {
        font-size: 16px;
    }
    .section6_item_left {
        width: 1ch;
        min-width: 1ch;
        word-break: break-all;
        align-items: center;
        font-size: 16px;
        padding: 0 12px;
        text-align: center;
        line-height: 16px;
    }
    .section6_item_right {
        padding: 16px;
    }
    .section6_item_bt {
        height: 28px;
        font-size: 16px;
    }
    .section6_item_right {
        gap: 16px;
    }
    .section6_item_column_button {
        width: 48px;
        min-width: 48px;
        height: 41px;
        padding: 6px;
        text-align: center;
        word-break: break-all;
        font-size: 12px;
    }
    .section6_item_column_button_gray {
        padding: 10px;
    }
    .section6_item_column p {
        font-size: 14px;
        word-break: break-all;
    }
    .section6_bottom_ct_desc {
        width: 100%;
    }
    .section6_bottom_ct_desc > div > p,
    .section6_bottom_ct_desc > div > p > span {
        line-height: 15px;
        font-size: 12px;
        word-break: auto-phrase;
    }
    .section6_bottom_ct {
        margin-bottom: 36px;
    }
    .section6_bottom_ct_desc_cus {
        flex-direction: column;
        height: unset;
    }
    .section6_bottom_ct_desc_cus p {
        line-height: 15px;
        font-size: 12px;
        word-break: break-all;
    }
    .section6_bottom_ct_desc {
        gap: 6px;
    }
    .section_qa {
        max-width: 327px;
        margin: auto;
        margin-top: 40px;
    }
    .qa_item {
        padding: 22px 24px;
    }
    .item_q_container .q_text {
        font-size: 16px;
        line-height: 20px;
        padding-right: 32px;
    }
    .leading-tablet-22 {
        line-height: 22px !important;
    }
    .item_q_container::after {
        top: 4px;
        right: 0;
    }
    .row_a .a_text p {
        font-size: 16px;
        line-height: 20px;
    }
    .row_a .a_text p:not(:only-child):first-child {
        padding-bottom: 0px;
    }
    .row_a .a_text p:not(:only-child):last-child {
        padding-top: 0px;
    }
    .footer {
        height: fit-content;
        padding: 24px 0;
    }
    .footer_aciton {
        flex-direction: column;
        gap: 24px;
    }
    .footer_links {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 24px;
    }
    .footer_link p {
        font-size: 12px;
    }
    .footer_copyright {
        align-self: flex-end;
        line-height: 9px;
    }
    .footer_container {
        gap: 24px;
        max-width: 767px;
    }
    .footer_logo {
        width: 120px;
    }
}
@media screen and (min-width: 1440px) {
    .for_pc,
    .for_pc_tablet {
        display: block;
    }
    .for_tablet,
    .for_mobile,
    .for_tablet_mobile {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .section_title_ct,
    .section_title_ct .section_title_ct_bt,
    .section1_header {
        max-width: 288px;
        margin: auto;
    }
    .padding_mobile {
        padding-left: 16px;
        padding-right: 16px;
    }
    .section_title_ct_text h2 {
        line-height: 32px;
    }
    .section1_ct_bottom_tablet {
        max-width: 288px;
        padding-left: 0px;
    }
    .section2_child_3_right {
        max-width: 288px;
        width: 288px;
    }
    .section_cta {
        max-width: 320px;
    }
    .cta_first .cta_img img {
        height: 166px;
    }
    .section3_item_img_bottom {
        width: 244px;
    }
    .section4_item_tablet_container {
        max-width: 288px;
    }
    .section_header {
        word-break: break-all;
    }
    .section_title_img {
        left: 48px;
    }
    .section_number .section_header {
        padding: 0px;
    }
    .section2
        .section2_child_2
        .section2_child_2_list
        .content
        .content-item
        p {
        line-height: 14px;
    }
    .section2
        .section2_child_2
        .section2_child_2_list
        .content
        .content-item:not(:last-child) {
        margin-bottom: 8px;
    }
    .section2_child_note {
        align-items: center;
    }
    .cta_img img {
        height: 146px;
    }
    .btn_phone {
        width: 100%;
    }
}
