@charset "UTF-8";
@media screen and (min-width: 768px) {
  /*************************************/
  /*************************************/
  .ta_center {
    text-align: center !important;
  }
  .ta_right {
    text-align: right !important;
  }
  .ta_left {
    text-align: left !important;
  }
  .content_wide {
    width: 100% !important;
  }
  .text_red {
    color: #de0000 !important;
  }
  .text_blue {
    color: #00a0e9 !important;
  }
  .text_silver {
    color: #d1e0ea !important;
  }
  .bg_gray {
    background: #f6f7f8 !important;
  }
  .bg_blue {
    background: #dcf0ff !important;
  }
  .bg_pink {
    background: #fff4f6 !important;
  }
  .bg_green {
    background: #def6d3 !important;
  }
  .bg_yellow {
    background: #fffbe2 !important;
  }
  .img_band img {
    width: 100%;
    height: auto;
    display: block;
  }
  .img_area {
    border: 6px solid #edf6fb;
    padding: 48px;
    border-radius: 24px;
    margin: 40px 0;
    text-align: center;
    overflow: hidden;
  }
  .img_area img {
    max-width: 100%;
    height: auto;
  }
  .img_area a:has(img) {
    position: relative;
    display: block;
    text-align: center;
    margin: -48px;
    padding: 48px;
  }
  .img_area a:has(img)::before {
    content: "拡大";
    position: absolute;
    inset: auto 0 0 auto;
    background: #f2fafe url("../img/base/ico_tab_open.svg") no-repeat 20px center;
    background-size: 16px 16px;
    color: #00a0e9;
    font-size: 12px;
    line-height: 1.2;
    padding: 15px 20px 15px 44px;
  }
  .number_list {
    counter-reset: li_count;
    padding: 0;
  }
  .number_list li {
    display: flex;
    align-items: start;
  }
  .number_list li::before {
    counter-increment: li_count;
    content: counter(li_count) ".";
    flex-shrink: 0;
    width: 2.2em;
  }
  .margin_list li {
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
  }
  main table {
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
  main table tr th {
    background: #f6f7f8;
    font-weight: 600;
    border-top: 1px solid #e7e7e7;
    padding: 28px 48px;
    text-align: left;
    vertical-align: top;
  }
  main table tr td {
    border-top: 1px solid #e7e7e7;
    padding: 28px 48px;
    text-align: left;
    vertical-align: top;
  }
  main table tr td + td {
    border-left: 1px solid #e7e7e7;
  }
  main table.th_nowrap th {
    white-space: nowrap;
  }
  main table.th_nowrap thead th, main table.th_nowrap tfoot th {
    white-space: normal;
  }
  a.btn {
    margin-top: 14px;
    background: #213e53;
    color: #ffffff;
    box-shadow: 3px 5px 0 rgba(0, 160, 233, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px 20px 20px;
    min-width: 308px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    text-decoration: none;
    text-align: left;
    position: relative;
  }
  a.btn::before {
    content: "";
    display: block;
    background: #ffffff url("../img/base/arw.svg") no-repeat center center;
    background-size: 10px 10px;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    flex-shrink: 0;
  }
  a.btn.white {
    background: #ffffff;
    color: #213e53;
  }
  a.btn.white::before {
    content: "";
    background: #213e53 url("../img/base/arw_w.svg") no-repeat center center;
    background-size: 10px 10px;
  }
  a.btn.big {
    padding: 30px 54px 30px 50px;
    font-size: 20px;
  }
  .mapbtn {
    background: #213e53;
    color: #ffffff;
    margin-left: 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 18px;
  }
  .title_bg_dark_blue {
    width: 100%;
    background: #346a92;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    line-height: 2.2;
    text-align: center;
    padding: 7px 0 10px;
    margin: 0;
  }
  .title_bg_dark_blue strong {
    color: #fff841;
    letter-spacing: 0.12em;
  }
  .simple_title {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.06em;
    margin: 42px 0 5px;
  }
  .simple_title_detail {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
  }
  /*************************************/
  /*************************************/
  .title_bolder {
    margin: 120px 120px 130px;
    padding: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.08em;
    color: #213e53;
    position: relative;
  }
  .title_bolder:has(.en_title) {
    margin-top: 90px;
    margin-bottom: 50px;
    padding: 0 0 64px;
    font-weight: 900;
    font-size: 110px;
    line-height: 1;
    letter-spacing: 0.008em;
  }
  .title_bolder:has(.en_title)::after {
    content: "";
    width: 66px;
    height: 4px;
    background: #00a0e9;
    display: block;
    position: absolute;
    inset: auto auto 0 0;
  }
  .title_bolder .en_title {
    font-size: 110px;
    line-height: 1;
    letter-spacing: 0.008em;
    font-family: "Outfit", serif;
  }
  .title_bolder .sub {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.064em;
    margin: 24px 0 0;
    display: block;
  }
  .title_explain {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.94;
    letter-spacing: 0.024em;
    color: #213e53;
    margin: 0 120px;
  }
  #float_page_link {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10;
  }
  #float_page_link button#fpl_switch {
    display: block;
    margin: 0;
    padding: 0;
    width: 78px;
    height: 78px;
    border: none;
    background: #d9f1fc;
    border-radius: 12px;
  }
  #float_page_link button#fpl_switch:hover {
    opacity: 0.7;
  }
  #float_page_link button#fpl_switch::before {
    content: "目次";
    display: block;
    width: 78px;
    height: 78px;
    margin-left: auto;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background: url("../img/base/ico_mokuji.png") no-repeat center 22px;
    padding-top: 48px;
    box-sizing: border-box;
    cursor: pointer;
  }
  #float_page_link ul {
    opacity: 0;
    transition: all .24s ease;
    scale: 1 0;
    margin: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #d9f1fc;
  }
  #float_page_link.open button#fpl_switch {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #float_page_link.open button#fpl_switch::before {
    content: "閉じる";
    background: url("../img/base/ico_mokuji_close.png") no-repeat center 22px;
  }
  #float_page_link.open ul {
    text-align: left;
    padding: 32px 20px 16px;
    border-bottom: 2px solid #ffffff;
    max-width: 240px;
    opacity: 1;
    scale: 1;
    width: auto;
    height: auto;
  }
  #float_page_link.open ul li {
    font-size: 13px;
    line-height: 1.55;
    display: flex;
    margin-bottom: 10px;
  }
  #float_page_link.open ul li::before {
    content: "";
    background: url("../img/base/arw.svg") no-repeat left center;
    background-size: 8px 9px;
    width: 22px;
    height: 1.55em;
    flex-shrink: 0;
  }
  #float_page_link.open ul li a {
    color: inherit;
    text-decoration: none;
  }
  #float_page_link.open ul li a:hover {
    text-decoration: underline;
    opacity: 1;
    font-weight: 700;
  }
  #float_page_link.form_page {
    bottom: 100px;
  }
  .bgcolor_wrap {
    background: #f7f7f7;
    border-radius: 24px;
    margin: 32px auto;
    padding: 44px 80px 44px;
  }
  .bgcolor_wrap.image_left, .bgcolor_wrap.image_right {
    display: flex;
    justify-content: space-between;
    gap: 100px;
  }
  .bgcolor_wrap.image_left .bw_images, .bgcolor_wrap.image_right .bw_images {
    flex-shrink: 0;
  }
  .bgcolor_wrap.image_left .bw_images {
    order: -1;
  }
  .bgcolor_wrap .bw_info {
    padding: 0;
    margin: 0;
  }
  .bgcolor_wrap .bw_info dt {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.064em;
    margin-bottom: 24px;
  }
  .bgcolor_wrap .bw_info dt:nth-of-type(n+2) {
    margin-top: 28px;
  }
  .bgcolor_wrap .bw_info dt:not(:has(.num)) {
    padding-top: 12px;
  }
  .bgcolor_wrap .bw_info dt .num {
    color: #00a0e9;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.008em;
    font-family: "Outfit", "Noto Sans JP", serif;
    display: block;
    margin: 8px 0 24px;
  }
  .bgcolor_wrap .bw_info dt .num small {
    font-size: 14px;
    font-weight: 500;
    margin-left: 1em;
  }
  .bgcolor_wrap .bw_info dd {
    padding: 0;
    margin: 0;
  }
  .bgcolor_wrap .bw_info dd .small_text {
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
  }
  .bgcolor_wrap .bw_info .btn {
    min-width: 280px;
  }
  .bgcolor_wrap .bw_images {
    list-style: none;
    padding: 0;
    margin: 0 -40px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .bgcolor_wrap .bw_images:has( > li:nth-child(2)) {
    margin-top: 60px;
  }
  .bgcolor_wrap .bw_images + .bw_images {
    margin-top: 40px !important;
  }
  .bgcolor_wrap .bw_images li img {
    box-shadow: 20px 20px 40px rgba(51, 51, 51, 0.08);
  }
  .bgcolor_wrap.message_wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .bgcolor_wrap.message_wrap .message_intro {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    margin: 1.2em 0;
  }
  .bgcolor_wrap.message_wrap .message {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0.8em 0;
  }
  .page_basic_wrap {
    margin: 140px 120px 0;
    padding: 0 120px;
    position: relative;
    border-top: 2px solid #e7e7e7;
  }
  .page_basic_wrap::before {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #00a0e9;
    position: absolute;
    inset: -2px auto auto 0;
    z-index: 1;
  }
  .page_basic_wrap .basic_wrap_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.048em;
    color: #213e53;
    margin-bottom: 80px;
    margin-left: -120px;
  }
  .page_basic_wrap .basic_wrap_title .basic_wrap_title_link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    color: inherit;
    text-decoration: none;
  }
  .page_basic_wrap .basic_wrap_title .basic_wrap_title_link::before {
    content: "";
    display: block;
    background: url("../img/base/arw.svg") no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #213e53;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-self: start;
  }
  .page_basic_wrap .basic_wrap_title .basic_wrap_title_link:hover {
    color: #00a0e9;
    text-decoration: underline;
  }
  .page_basic_wrap .basic_wrap_sub_title {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: 0.048em;
    color: #213e53;
    margin: 80px 0 54px;
  }
  .page_basic_wrap .basic_wrap_sub_title + .sub_title_explain {
    margin: -13px 0 63px;
  }
  .title_explain + .page_basic_wrap {
    margin-top: 120px;
  }
  .bg_blue_area {
    margin-top: 140px;
    padding: 1px 0 140px;
    background: #edf6fb url("../img/base/sub_lightblue_bg.png") no-repeat calc(100% - 160px) top;
    background-size: 100% auto;
  }
  .bg_blue_area .page_basic_wrap {
    border-color: #ffffff;
  }
  .bg_blue_area .page_basic_wrap .basic_wrap_title {
    color: #00a0e9;
  }
  .link_list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 50px 0 0;
    padding: 0;
  }
  .link_list li {
    list-style: none;
    width: calc(100% / 3 - 12px);
  }
  .link_list li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.012em;
    text-decoration: none;
    color: #213e53;
    background: #ffffff;
    box-shadow: 3px 5px 0px rgba(0, 160, 233, 0.1);
    border-radius: 12px;
    min-height: 100px;
    padding: 20px 20px 20px 80px;
    box-sizing: border-box;
    position: relative;
  }
  .link_list li a::before {
    content: "";
    background: url("../img/base/arw.svg") no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #213e53;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 22px);
    left: 20px;
  }
  .link_list li a:hover::before {
    background: #213e53 url("../img/base/arw_w.svg") no-repeat center center;
    background-size: 12px 12px;
  }
  .category_contents_list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    padding: 0;
    margin: 0 auto;
    width: 960px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .category_contents_list {
    width: calc(440px * 3 + 60px * 2);
    gap: 80px 60px;
  }
}

@media screen and (min-width: 768px) {
  .category_contents_list li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 440px;
  }
  .category_contents_list li a {
    color: #213e53;
    text-decoration: none;
  }
  .category_contents_list li a:hover {
    opacity: 1;
  }
  .category_contents_list li a:hover img {
    outline-color: #cccccc;
    opacity: 0.6;
  }
  .category_contents_list li a:hover h3::before {
    background: #213e53 url("../img/base/arw_w.svg") no-repeat center center;
    background-size: 12px 12px;
  }
  .category_contents_list li a img {
    width: 440px;
    height: 200px;
    outline: 1px solid #e7e7e7;
    border-radius: 24px;
  }
  .category_contents_list li a h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0 0;
    padding: 0 0 0 80px;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
  }
  .category_contents_list li a h3::before {
    content: "";
    background: url("../img/base/arw.svg") no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #213e53;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 22px);
    left: 20px;
    flex-shrink: 0;
  }
  /*************************************/
  /*************************************/
  /*************************************/
  /* メッセージ・理念 */
  .president_message_area {
    max-width: calc(960px - 96px);
    margin: 0 auto;
  }
  .president_message_area .message_image {
    position: relative;
    margin: 0 -48px 80px;
  }
  .president_message_area .message_image h3 {
    position: absolute;
    inset: 0 420px 0 120px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #00a0e9;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.1em;
  }
  .president_message_area .message_image img {
    vertical-align: text-bottom;
    border-radius: 24px;
  }
  .president_message_area .president_sign {
    margin-top: 72px;
    text-align: right;
  }
  .president_message_area .president_sign img {
    margin-top: 6px;
  }
  /* 会社概要 */
  .group_hds {
    display: flex;
    gap: 40px;
  }
  .group_hds dt {
    flex-shrink: 0;
    width: 40%;
  }
  .group_hds dt a {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 3px 5px 0 rgba(0, 160, 233, 0.1);
  }
  .group_hds dt a img {
    max-width: 100%;
    height: auto;
  }
  .group_hds dt a:hover {
    opacity: 0.6;
  }
  .group_hds dd {
    margin: 12px 0;
    padding: 0;
    align-self: center;
  }
  .group_company_list {
    list-style: none;
    padding: 0;
    margin: 36px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .group_company_list li {
    width: calc(100% / 3 - 12px);
  }
  .group_company_list li a {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 3px 5px 0 rgba(0, 160, 233, 0.1);
  }
  .group_company_list li a img {
    max-width: 100%;
    height: auto;
  }
  .group_company_list li a:hover {
    opacity: 0.6;
  }
  /* 沿革 */
  .history_table {
    margin-top: 60px;
  }
  .history_table caption {
    text-align: left;
    color: #00a0e9;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 10px;
  }
  .history_table th {
    width: 5.5em;
  }
  /* アクセスマップ */
  .access_table {
    margin-top: 60px;
  }
  .accessmap_area {
    margin: 32px 0;
  }
  .accessmap_area iframe {
    width: 100%;
    border-radius: 24px;
  }
  /*************************************/
  .sustainability_business_area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-radius: 24px;
    overflow: hidden;
    gap: 8px;
    justify-content: space-between;
  }
  .sustainability_business_area > li {
    background: #f6f7f8;
    margin: 0;
    box-sizing: border-box;
    padding: 50px 70px;
    border-radius: 0;
    width: calc(50% - 4px);
  }
  .sustainability_business_area > li h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.036em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .sustainability_business_area > li h4 .num {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: -0.012em;
  }
  .sustainability_business_area > li .business_detail {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    background: #ffffff;
    min-height: 70px;
    box-sizing: border-box;
  }
  .sustainability_business_area > li .business_detail ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sustainability_business_area > li .business_detail ul li {
    padding: 0;
    margin: 0;
  }
  .sustainability_business_area > li .business_detail ul li:nth-last-of-type(n+2)::after {
    content: "/";
    margin: 0 0.5em;
    opacity: 0.5;
  }
  .sustainability_business_area > li.business01 {
    width: 100%;
    background: #dcf0ff;
  }
  .sustainability_business_area > li.business01 h4 {
    font-size: 27px;
  }
  .sustainability_business_area > li.business01 h4 .num {
    color: #00a0e9;
  }
  .sustainability_business_area > li.business02 {
    background: #def6d3;
  }
  .sustainability_business_area > li.business02 h4 .num {
    color: #77a065;
  }
  .sustainability_business_area > li.business03 {
    background: #f2edc4;
  }
  .sustainability_business_area > li.business03 h4 {
    color: #544e22;
  }
  .sustainability_business_area > li.business03 h4 .num {
    color: #97905b;
  }
  .sustainability_business_area > li.business03 .business_detail {
    color: #544e22;
  }
  .sustainability_policy {
    display: flex;
    justify-content: space-between;
    column-gap: 18px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .sustainability_policy li {
    margin-top: 20px;
    border-radius: 0 12px 12px 12px;
    border: 1px solid #e7e7e7;
    position: relative;
    padding: 50px 30px;
    box-sizing: border-box;
    width: calc(100% / 3 - 12px);
  }
  .sustainability_policy li::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #00a0e9;
    position: absolute;
    inset: -1px auto auto 0;
    display: block;
  }
  .sustainability_policy li .num {
    position: absolute;
    inset: calc(-1em - 10px) auto auto 0;
    font-weight: 300;
    font-size: 22px;
    color: #00a0e9;
  }
  .sustainability_policy li dl {
    margin: 0;
  }
  .sustainability_policy li dl dt {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #213e53;
  }
  .sustainability_policy li dl dt .sub {
    display: block;
    font-size: 18px;
  }
  .sustainability_policy li dl dd {
    margin: 42px 0 0 16px;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.03em;
    color: #213e53;
  }
  /* SDGsの目標 */
  .sdgs_icons {
    margin: 60px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    list-style: none;
  }
  .sdgs_icons li {
    margin: 0;
    padding: 0;
  }
  /*************************************/
  /* 採用TOP */
  .recruit_main_slider_wrap {
    margin-top: -50px;
  }
  .recruit_main_slider_wrap .swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
  .recruit_main_slider_wrap .swiper .swiper-wrapper .swiper-slide {
    width: 480px;
  }
  .recruit_main_slider_wrap .swiper .swiper-wrapper .swiper-slide a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
  }
  .recruit_main_slider_wrap .swiper .swiper-wrapper .swiper-slide a img {
    transition: transform 0.5s;
  }
  .recruit_main_slider_wrap .swiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
  }
  .recruit_main_slider_wrap .swiper .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.1);
  }
  .recruit_top_philosophy {
    margin: 120px 120px 140px;
    padding: 0 20px;
  }
  .recruit_top_philosophy h2 {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.092em;
  }
  .recruit_top_philosophy h2 .light_blue {
    color: #00a0e9;
  }
  .recruit_top_philosophy .lower_contents {
    display: flex;
    justify-content: space-between;
  }
  .recruit_top_philosophy .lower_contents p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .recruit_top_philosophy .lower_contents .link_wrap {
    list-style: none;
  }
  .recruit_top_philosophy .lower_contents .link_wrap li {
    margin-bottom: 16px;
  }
  .recruit_top_philosophy .lower_contents .link_wrap li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .recruit_top_philosophy .lower_contents .link_wrap li a {
    color: #00a0e9;
    font-size: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    font-weight: 600;
  }
  .recruit_top_philosophy .lower_contents .link_wrap li a::before {
    content: "";
    display: block;
    background: url(../img/base/arw_bl.svg) no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #00a0e9;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-self: start;
  }
  .recruit_top_philosophy .lower_contents .link_wrap li a:hover {
    text-decoration: underline;
  }
  .recruit_top_philosophy .lower_contents .link_wrap li a:hover::before {
    background: #00a0e9 url(../img/base/arw_w.svg) no-repeat center center;
    background-size: 12px 12px;
  }
  .recruit_top_interview {
    background: #346a92;
    position: relative;
    margin: 0 auto;
    padding: 140px 60px 250px;
  }
  .recruit_top_interview .link_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 80px;
    list-style: none;
    position: relative;
    z-index: 10;
    justify-content: center;
  }
  .recruit_top_interview .link_wrap li {
    width: 480px;
  }
  .recruit_top_interview .link_wrap li a {
    color: #ffffff;
    text-decoration: none;
  }
  .recruit_top_interview .link_wrap li a .img_wrap {
    position: relative;
    margin: 0 0 22px;
  }
  .recruit_top_interview .link_wrap li a .img_wrap .num {
    position: absolute;
    inset: auto auto 0 40px;
    color: #ffffff;
    font-size: 44px;
    padding-bottom: 8px;
    line-height: 1;
    margin: 0;
  }
  .recruit_top_interview .link_wrap li a .img_wrap .num::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #346a92;
    position: absolute;
    inset: auto 0 0 0;
  }
  .recruit_top_interview .link_wrap li a .img_wrap img {
    border-radius: 16px;
  }
  .recruit_top_interview .link_wrap li a .message {
    margin: 0 0 12px;
    padding: 0 40px;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1.25;
    font-weight: 600;
  }
  .recruit_top_interview .link_wrap li a .name {
    padding: 0 40px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 0 0 13px;
    line-height: 1;
    opacity: 0.8;
  }
  .recruit_top_interview .link_wrap li a .year {
    padding: 0 40px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 0 0 8px;
    line-height: 1;
    opacity: 0.8;
  }
  .recruit_top_interview .link_wrap li a .graduate {
    padding: 0 40px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 0;
    line-height: 1;
    opacity: 0.8;
  }
  .recruit_top_interview .link_wrap li:nth-of-type(2n) {
    position: relative;
    top: 85px;
  }
  .recruit_top_interview .text_for_decoration {
    position: absolute;
    display: flex;
    top: 25px;
    column-gap: 73px;
    line-height: 1;
  }
  .recruit_top_interview .text_for_decoration p {
    font-size: 180px;
    font-weight: 800;
    margin: 0;
    color: #407398;
    animation: recruit_infinity_scroll 30s infinite linear 0.5s;
  }
  #recruit_bottom_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  #recruit_bottom_slider .swiper-wrapper .swiper-slide {
    width: 720px;
  }
  .recruit_large_link_area {
    position: relative;
    padding: 120px 0 245px;
    overflow: hidden;
  }
  .recruit_large_link_area:not(:has(.text_for_decoration)) {
    padding-bottom: 0;
  }
  .recruit_large_link_area h2 {
    color: #00a0e9;
    margin: 0 0 83px;
    line-height: 1;
    text-align: center;
  }
  .recruit_large_link_area h2 .sub {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 27px;
  }
  .recruit_large_link_area h2 .main {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .recruit_large_link_area .link_wrap {
    margin: 0 120px;
    padding: 0;
    list-style-type: none;
    display: flex;
    height: 300px;
  }
  .recruit_large_link_area .link_wrap li {
    width: 50%;
    display: flex;
  }
  .recruit_large_link_area .link_wrap li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 8px 0 0;
  }
  .recruit_large_link_area .link_wrap li a h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
  }
  .recruit_large_link_area .link_wrap li a h3 .main {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .recruit_large_link_area .link_wrap li a h3 .main::before {
    content: "";
    display: block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    align-self: start;
  }
  .recruit_large_link_area .link_wrap li a h3 .sub {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 30px;
  }
  .recruit_large_link_area .link_wrap li a p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.064em;
    margin: 0;
    line-height: 1;
  }
  .recruit_large_link_area .link_wrap li a.new_graduate_link {
    border-radius: 24px 0 0 24px;
    background: #213e53;
    color: #ffffff;
  }
  .recruit_large_link_area .link_wrap li a.new_graduate_link h3 .main::before {
    background: url(../img/base/arw_w.svg) no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #ffffff;
  }
  .recruit_large_link_area .link_wrap li a.new_graduate_link:hover h3 .main::before {
    background: #ffffff url(../img/base/arw.svg) no-repeat center center;
    background-size: 12px 12px;
  }
  .recruit_large_link_area .link_wrap li a.career_link {
    border-radius: 0 24px 24px 0;
    background: #f6f7f8;
    color: #223e53;
  }
  .recruit_large_link_area .link_wrap li a.career_link h3 .main {
    letter-spacing: 0.02em;
  }
  .recruit_large_link_area .link_wrap li a.career_link h3 .main::before {
    background: url(../img/base/arw.svg) no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #223e53;
  }
  .recruit_large_link_area .link_wrap li a.career_link:hover h3 .main::before {
    background: #223e53 url(../img/base/arw_w.svg) no-repeat center center;
    background-size: 12px 12px;
  }
  .recruit_large_link_area .link_temporarystaffing_wrap {
    text-align: right;
    margin: 55px 120px 0;
  }
  .recruit_large_link_area .link_temporarystaffing_wrap .link_temporarystaffing {
    color: #213e53;
    font-size: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    font-weight: 700;
  }
  .recruit_large_link_area .link_temporarystaffing_wrap .link_temporarystaffing::before {
    content: "";
    display: block;
    background: url(../img/base/arw.svg) no-repeat center center;
    background-size: 12px 12px;
    border: 2px solid #213e53;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-self: start;
  }
  .recruit_large_link_area .link_temporarystaffing_wrap .link_temporarystaffing:hover {
    text-decoration: underline;
  }
  .recruit_large_link_area .link_temporarystaffing_wrap .link_temporarystaffing:hover::before {
    background: #213e53 url(../img/base/arw_w.svg) no-repeat center center;
    background-size: 12px 12px;
  }
  .recruit_large_link_area .text_for_decoration {
    position: absolute;
    display: flex;
    z-index: -1;
    bottom: 25px;
    column-gap: 73px;
    line-height: 1;
  }
  .recruit_large_link_area .text_for_decoration p {
    font-size: 200px;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    text-shadow: 1px 1px 0 #e8ebed, -1px -1px 0 #e8ebed, -1px 1px 0 #e8ebed, 1px -1px 0 #e8ebed, 0px 1px 0 #e8ebed, -1px 0 #e8ebed, -1px 0 0 #e8ebed, 1px 0 0 #e8ebed;
    animation: recruit_infinity_scroll 30s infinite linear 0.5s;
  }
  @keyframes recruit_infinity_scroll {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  /* 新卒採用 */
  .recruit_message_area {
    max-width: 960px;
    margin: 0 auto;
  }
  .recruit_message_area .message_image {
    margin-bottom: 40px;
  }
  .recruit_message_area .message_detail {
    display: flex;
    gap: 40px;
  }
  .recruit_message_area .message_detail > dl {
    width: calc(50% - 20px);
    margin: 0;
    padding: 0;
  }
  .recruit_message_area .message_detail > dl dt {
    background: #213e53;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
  }
  .recruit_message_area .message_detail > dl dd {
    margin: 20px 48px 0;
  }
  .flows {
    display: flex;
    gap: 40px;
  }
  .flows dl.flow {
    width: calc(50% - 20px);
    border: 4px solid #e3f5ff;
    border-radius: 24px;
    overflow: hidden;
  }
  .flows dl.flow > dt {
    background: #e3f5ff;
    text-align: center;
    padding: 16px 24px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: 0.048em;
  }
  .flows dl.flow > dt strong {
    color: #00a0e9;
  }
  .flows dl.flow > dd {
    padding: 12px 48px;
    margin: 0;
  }
  .flows dl.flow > dd .flow_step {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .flows dl.flow > dd .flow_step li {
    padding: 12px 0;
    line-height: 1.5;
    letter-spacing: 0.036em;
  }
  .flows dl.flow > dd .flow_step li:nth-of-type(n+2) {
    border-top: 1px solid #e7e7e7;
  }
  .flows.one_column {
    justify-content: center;
  }
  .entry_area {
    background: #346a92;
    border-radius: 24px;
    margin: 32px auto;
    padding: 44px 80px 44px;
  }
  .entry_area h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .entry_area h3 strong {
    color: #fff841;
  }
  .entry_area .entry_btns {
    margin: 32px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    list-style: none;
  }
  .entry_area .entry_btns li {
    width: calc(50% - 24px);
    margin: 0;
    padding: 0;
  }
  .entry_area .entry_btns li a {
    background: #ffffff;
    box-shadow: 3px 5px 0 rgba(0, 160, 233, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 96px;
    padding: 20px 24px 20px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    text-decoration: none;
    text-align: left;
    position: relative;
  }
  /* 先輩インタビュー */
  #inteview_title {
    display: flex;
    justify-content: space-between;
    padding: 0 120px;
    margin: 40px auto 0;
    max-width: 1200px;
    gap: 40px;
  }
  #inteview_title .interview_main_photo {
    flex-shrink: 0;
    order: 2;
    position: relative;
    z-index: 2;
  }
  #inteview_title .interview_main_photo img {
    border-radius: 24px;
  }
  #inteview_title h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.032em;
    margin: 0 0 24px;
    padding: 40px 0 0;
  }
  #inteview_title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.064em;
    margin: 0;
    padding: 0;
    min-height: 2.66em;
  }
  #inteview_title dl.profile {
    position: relative;
    margin-top: 60px;
    padding-top: 56px;
  }
  #inteview_title dl.profile::before {
    content: "";
    background: #00a0e9;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 4px;
  }
  #inteview_title dl.profile dt {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  #inteview_title dl.profile dd {
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0 0;
    padding: 0;
  }
  .interview_content {
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative;
  }
  .interview_content::before {
    content: "INTERVIEW";
    color: #ffffff;
    font-size: 180px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.008em;
    font-family: "Outfit", serif;
    position: absolute;
    top: -30px;
    left: 120px;
    pointer-events: none;
  }
  .interview_content dl {
    max-width: 960px;
    padding: 0 80px;
    box-sizing: border-box;
    margin: 120px auto 80px;
  }
  .interview_content dl dt {
    color: #00a0e9;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.036em;
    padding: 0 0 0 50px;
    margin: 0 0 40px;
    position: relative;
  }
  .interview_content dl dt::before {
    content: "";
    background: #00a0e9;
    width: 32px;
    height: 1px;
    position: absolute;
    top: .75em;
    left: 0;
  }
  .interview_content dl dd {
    padding: 0;
    margin: 0;
  }
  .interview_content dl dd h2 {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.33;
    letter-spacing: 0.048em;
    padding: 0;
    margin: 36px 0 32px;
  }
  .interview_content dl dd p {
    text-align: justify;
  }
  .interview_content .interview_photo {
    text-align: center;
    margin: 80px auto;
  }
  .interview_content .interview_photo img {
    border-radius: 24px;
  }
  .interview_schedule {
    padding: 140px 120px 0;
    position: relative;
  }
  .interview_schedule > h2 {
    color: #00a0e9;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.036em;
    padding: 0;
    margin: 0 0 80px;
  }
  .interview_schedule .schedule_timetable {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 120px 32px;
    margin: 0;
    padding: 0 20px;
  }
  .interview_schedule .schedule_timetable > li {
    width: calc((100% - 32px * 2 - 120px) / 3);
    position: relative;
    padding-top: 20px;
  }
  .interview_schedule .schedule_timetable > li::before {
    content: "";
    background: #00a0e9;
    height: 1px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: -50vw;
  }
  .interview_schedule .schedule_timetable > li:first-of-type::before {
    background: #fff;
    inset: 0 50% auto auto;
    z-index: 1;
  }
  .interview_schedule .schedule_timetable > li:last-of-type::before {
    background: #fff;
    inset: 0 auto auto 50%;
    z-index: 1;
  }
  .interview_schedule .schedule_timetable > li::after {
    content: "";
    background: #00a0e9;
    border: 4px solid #edf6fb;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    z-index: 1;
  }
  .interview_schedule .schedule_timetable > li:nth-of-type(6n+4) {
    margin-left: 120px;
  }
  .interview_schedule .schedule_timetable > li dl {
    background: #f6fafd;
    border-radius: 12px;
    height: 100%;
    padding: 40px 40px 30px;
    margin: 0;
    box-sizing: border-box;
  }
  .interview_schedule .schedule_timetable > li dl dt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.008em;
    padding: 0;
    margin: 0;
    font-family: "Outfit", serif;
    text-align: center;
    position: absolute;
    inset: auto 0 calc(100% + 16px);
  }
  .interview_schedule .schedule_timetable > li dl dd {
    padding: 0;
    margin: 0;
  }
  .interview_schedule .schedule_timetable > li dl dd h3 {
    color: #00a0e9;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.024em;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
  }
  .interview_schedule .schedule_timetable > li dl dd p {
    text-align: justify;
    margin: 0;
    padding: 0;
  }
  .interview_schedule .schedule_timetable > li dl.blue {
    background-color: #83a9db;
  }
  .interview_schedule .schedule_timetable > li dl.blue h3 {
    color: #ffffff;
  }
  .interview_schedule .schedule_timetable > li dl.blue p {
    color: #ffffff;
  }
  .interview_schedule .text_for_decoration {
    position: absolute;
    display: flex;
    z-index: -1;
    top: 0;
    z-index: 1;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
    column-gap: 73px;
    line-height: 1;
  }
  .interview_schedule .text_for_decoration p {
    font-size: 200px;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    text-shadow: 1px 1px 0 #e8ebed, -1px -1px 0 #e8ebed, -1px 1px 0 #e8ebed, 1px -1px 0 #e8ebed, 0px 1px 0 #e8ebed, -1px 0 #e8ebed, -1px 0 0 #e8ebed, 1px 0 0 #e8ebed;
    animation: recruit_infinity_scroll 30s infinite linear 0.5s;
  }
  .interview_message {
    margin: 150px 0 80px;
    padding: 0 120px;
    position: relative;
  }
  .interview_message .message_area {
    margin: 0 40px;
    padding: 80px 160px;
    border: 8px solid #edf6fb;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
  }
  .interview_message .message_area h2 {
    color: #00a0e9;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.036em;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
  }
  .interview_message .text_for_decoration {
    position: absolute;
    display: flex;
    z-index: -1;
    top: 0;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
    column-gap: 73px;
    line-height: 1;
  }
  .interview_message .text_for_decoration p {
    font-size: 200px;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    text-shadow: 1px 1px 0 #e8ebed, -1px -1px 0 #e8ebed, -1px 1px 0 #e8ebed, 1px -1px 0 #e8ebed, 0px 1px 0 #e8ebed, -1px 0 #e8ebed, -1px 0 0 #e8ebed, 1px 0 0 #e8ebed;
    animation: recruit_infinity_scroll 30s infinite linear 0.5s;
  }
  /*************************************/
  .sitemap_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 36px 48px;
  }
  .sitemap_list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    width: calc(100% / 3 - 32px);
  }
  .sitemap_list li::before {
    content: "";
    display: block;
    background: #213e53 url("../img/base/arw_w.svg") no-repeat center center;
    background-size: 10px 10px;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: start;
  }
  .sitemap_list li a {
    color: #213e53;
    text-decoration: none;
  }
  .sitemap_list li a:hover {
    color: #00a0e9;
    text-decoration: underline;
    font-weight: 600;
  }
  /*************************************/
  .branch_info_wrap {
    display: flex;
    margin: 0 0 120px;
    padding: 0;
    justify-content: space-between;
    gap: 15px;
    list-style: none;
  }
  .branch_info_wrap li {
    border: 6px solid #edf6fb;
    border-radius: 12px;
    width: calc((100% - 30px) / 3);
    padding: 40px 0 35px;
    box-sizing: border-box;
  }
  .branch_info_wrap li h3 {
    color: #213e53;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
  }
  .branch_info_wrap li p {
    color: #213e53;
    text-align: center;
    margin: 0;
  }
  .branch_info_wrap li p a:not(.page_link) {
    color: #213e53;
    pointer-events: none;
    text-decoration: none;
  }
  .main_office_tel {
    display: block;
    width: max-content;
    margin: -10px auto 0;
  }
  .main_office_tel a {
    position: relative;
    display: flex;
    gap: 10px;
    font-size: 36px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    color: #213e53;
    text-decoration: none;
    pointer-events: none;
    font-weight: 700;
    line-height: 1;
  }
  .main_office_tel a::before {
    content: "";
    background: url("../img/base/ico_tel.svg") no-repeat center center;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    margin: 0;
  }
  .main_office_tel p {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
  }
  /*************************************/
  #page_form_wrap form {
    background: #f6fafd;
    border-radius: 32px;
    width: 800px;
    margin: 0 auto 120px;
    padding: 70px 85px 100px;
    box-sizing: border-box;
  }
  #page_form_wrap form .smf-item .smf-item__col--label {
    padding-bottom: 12px;
  }
  #page_form_wrap form .smf-item .smf-item__col--label .smf-item__label__text {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #213e53;
  }
  #page_form_wrap form .smf-item .smf-item__col--label .smf-item__label__text::before {
    position: absolute;
    inset: 50% auto auto 0;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 50px;
    height: 28px;
    border-radius: 4px;
    content: "任意";
    font-size: 13px;
    font-weight: 500;
    color: #000750;
    background: #ffffff;
  }
  #page_form_wrap form .smf-item .smf-item__description {
    line-height: 1;
    margin-top: 10px;
  }
  #page_form_wrap form .smf-item .smf-placeholder:has(.has_explain) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #page_form_wrap form .smf-item .smf-placeholder:has(.has_explain) input.has_explain {
    width: 315px;
  }
  #page_form_wrap form .smf-item .smf-placeholder:has(.has_explain) .smf-control-description {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
  #page_form_wrap form .smf-item .smf-placeholder:has(.has_explain) .smf-error-messages {
    width: 100%;
  }
  #page_form_wrap form .smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
    position: absolute;
    inset: 50% auto auto 0;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 50px;
    height: 28px;
    border-radius: 4px;
    content: "必須";
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    background: #dd0000;
  }
  #page_form_wrap form .smf-item.no_label {
    padding-top: 0;
    margin-top: -10px;
  }
  #page_form_wrap form .smf-item.no_label .smf-item__label {
    display: none;
  }
  #page_form_wrap form .smf-item.no_label .smf-item__description {
    margin-top: 0;
  }
  #page_form_wrap form .smf-item input:not([type="radio"]) {
    width: 628px;
    height: 48px;
    box-shadow: inset 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: solid 1px #d5d5d5;
    padding: 15px 30px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 16px;
  }
  #page_form_wrap form .smf-item input:not([type="radio"])[type="tel"] {
    width: 315px;
  }
  #page_form_wrap form .smf-item input:not([type="radio"])::placeholder {
    font-size: 16px;
    color: #bbbbbb;
  }
  #page_form_wrap form .smf-item .smf-radio-button-control {
    align-items: center;
    gap: 10px;
    margin-right: 30px;
  }
  #page_form_wrap form .smf-item .smf-radio-button-control input[type="radio"] {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    width: 20px;
    height: 20px;
  }
  #page_form_wrap form .smf-item .smf-radio-button-control input[type="radio"]::before {
    background: #00a0e9;
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
  }
  #page_form_wrap form .smf-item textarea {
    width: 628px;
    height: 170px;
    box-shadow: inset 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: solid 1px #d5d5d5;
    resize: none;
    padding: 15px 30px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.5;
  }
  #page_form_wrap form .smf-item textarea::placeholder {
    font-size: 16px;
    color: #bbbbbb;
  }
  #page_form_wrap form .smf-item .birth_info_wrap input {
    width: 140px;
  }
  #page_form_wrap form .smf-item .birth_info_wrap input.month {
    width: 100px;
  }
  #page_form_wrap form .smf-item .birth_info_wrap input.day {
    width: 100px;
  }
  #page_form_wrap form .smf-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    column-gap: 30px;
  }
  #page_form_wrap form .smf-action .smf-button-control {
    margin: 0;
  }
  #page_form_wrap form .smf-action .smf-button-control button {
    width: 348px;
    height: 80px;
    background: #00a0e9;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 3px 5.196px 0px 0px rgba(0, 160, 233, 0.1);
  }
  #page_form_wrap form .smf-action .smf-button-control button[data-action="back"] {
    width: 250px;
    box-shadow: none;
    background: #bbbbbb;
  }
  #page_form_wrap form .smf-complete-content p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item {
    padding: 1.2rem 0 1.25rem;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item:nth-of-type(n+2) {
    border-top: 1px solid #d5d5d5;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item:has(input[value=""]) {
    display: none;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item .smf-item__col--label {
    padding-bottom: 6px;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item .smf-item__label .smf-item__label__text {
    font-size: 13px;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item .smf-item__label .smf-item__label__text::before {
    font-size: 12px;
    height: 24px;
  }
  #page_form_wrap form[data-screen="confirm"] .smf-item .smf-placeholder {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 60px;
  }
  #page_form_wrap.contact h3 {
    margin-top: 103px;
  }
}
