@media screen and (min-width:1025px) {
    /* commmon */

body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #1A2B32;
    background: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease;
}
body.fadein {
    opacity: 1;
}
.pagetop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 90;
}
.pagetop.scroll {
    opacity: 1;
}
.forsp {
    display: none;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
    transition: 0.5s;
}

.btn_more {
    display: inline-block;
}
.btn_more a {
    background-color: #fff;
    font-weight: 700;
    padding: 10px 100px 12px 30px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    box-shadow: 3px 3px 8px -5px #777777;
}
.btn_more a:hover {
    background-color: #B2EBFF;
}
.btn_more2 {
    display: inline-block;
}
.btn_more2 a {
    background-color: #F2F2F2;
    font-weight: 700;
    padding: 10px 100px 12px 30px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
}
.btn_more2 a:hover {
    background-color: #B2EBFF;
}
.btn_more_contact {
    display: inline-block;
}
.btn_more_contact a {
    background-color: #00A6E2;
    font-weight: 700;
    color: #fff;
    padding: 20px 100px 22px 100px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
}
.btn_more_contact a:hover {
    background-color: #B2EBFF;
}
.btn_more_incident {
    display: inline-block;
}
.btn_more_incident a {
    background-color: #FFFF00;
    color: #000;
    font-weight: 700;
    padding: 16px 100px 18px 30px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
}
.btn_more_incident a:hover {
    background-color: #FFB100;
}
.btn_more_csirt {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 110px;
    top: 100px;
}
.btn_more_csirt a {
    color: #fff;
    font-weight: 700;
    padding: 16px 90px 18px 30px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_wh.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 50px;
    font-size: 22px;
}
.btn_more_csirt a:hover {
    background-color: #00933D;
}
.ext_btn {
    display: inline-block;
}
.ext_btn a {
    background-color: #fff;
    font-weight: 700;
    padding: 26px 120px 28px 30px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    box-shadow: 3px 3px 8px -5px #777777;
}
.ext_btn a:hover {
    background-color: #B2EBFF;
}
.btn_wide_simple {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
.btn_wide_simple a {
    font-weight: 700;
    padding: 10px 40px 12px 10px;
    transition: all 0.3s ease;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: right;
}
.btn_wide_simple a:hover {
    text-decoration: underline;
}

header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    transition: 0.5s;
}
header.scroll-nav {
    background-color: rgba(255,255,255,0.5);
}
header#second {
    background-color: rgba(255,255,255,0.5);
}
header .company_logo {
    width: 280px;
    height: 50px;
    z-index: 110;
    transition: 0.5s;
}
header.top_header .company_logo {
    opacity: 0;
}
header.top_header.scroll-nav .company_logo {
    opacity: 1;
}
header .gmenu {
    transition: all .6s;
    display: flex;
}
header .gmenu .gmenu_main {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 9999px;
}
header .gmenu ul {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 5;
}
header .gmenu ul li {
    margin: 0;
}
header .gmenu ul li a {
    padding: 12px 18px;
}
header .gmenu ul li a:hover {
    text-decoration: underline;
    color: #0060BF;
}
header#second .gmenu ul li a {
    padding: 18px;
    color: #0060BF;
}
header .gmenu ul li.gmenu_contact {
    margin-left: 10px;
}
header .gmenu ul li.gmenu_contact a {
    padding: 12px 20px;
    color: #fff;
}

header#second .gmenu ul li.gmenu_contact a {
    color: #fff;
}
.gmenu_contact {
    background: rgb(0,166,226);
    background: linear-gradient(90deg, rgba(0,166,226,1) 0%, rgba(8,64,173,1) 100%);
    transition: all 1s ease-out;
    border-radius: 9999px;
}
.gmenu_contact:hover {
    background: rgb(31,196,255);
background: linear-gradient(90deg, rgba(31,196,255,1) 0%, rgba(49,119,255,1) 100%);
    border-bottom: none;
}
header .gmenu ul li ul {
    display: block;
    background-color:  #183C5C;
    position: absolute;
    left: -20px;
    top: 55px;
    z-index: 4;
    box-shadow: 3px 7px 10px -5px #777777;
    transition: all .6s;
    visibility: hidden;
    opacity: 0;
}
header .gmenu ul li ul li {
    margin: 0;
}
header .gmenu ul li ul li a {
    margin: 0;
    transition: all .6s;
    &:hover {
        border-bottom: none;
        background-color: #2774C6;
    }
}
header#second .gmenu ul li ul li a {
    color: #fff;
}

/*hoverしたら表示*/
header .gmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}


.kv_blk {
    width: 100%;
    position: relative;
}
.kv_blk .slider {
    width: 100%;
}
.kv_blk .slider .top_kv {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.kv_blk .slider .top_kv.kv01 {
    background-image: url(../images/kv_image01.jpg);
    background-color: #fff;
}
.kv_blk .slider .top_kv.kv02 {
    background-image: url(../images/kv_image02.jpg);
    background-color: #003058;
}
.kv_blk .slider .top_kv.kv03 {
    background-image: url(../images/kv_image03.jpg);
    background-color: #14AB30;
}
.cover_screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    z-index: 40;
}

/* 左右に分かれる2枚のパネル */
.cover_screen::before,
.cover_screen::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.8s ease-in-out;
    z-index: 40;
}

/* 左側パネル */
.cover_screen::before {
    transform: translateX(0);
}

/* 右側パネル */
.cover_screen::after {
    transform: translateX(0);
}

/* アニメーション後：左へ・右へスライド */
.cover_screen.open::before {
    transform: translateX(-100%);
}
.cover_screen.open::after {
    transform: translateX(100%);
}

.kv_blk .top_kv_logo {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
    z-index: 41;
}
.kv_blk .top_kv_logo img {    
    width: 280px;
    height: 50px;
}
.kv_blk .kv01 .top_ttl {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #fff;
    text-align: right;
    font-feature-settings: "palt";
}
.kv_blk .kv01 .top_ttl h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 16px;
}
.kv_blk .kv01 .top_ttl .top_ttl01 {
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.kv_blk .kv01 .top_ttl .top_ttl02 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}
.kv_blk .kv02 .top_ttl {
    color: #fff;
    font-feature-settings: "palt";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 100px;
}
.kv_blk .kv02 .top_ttl h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 26px;
}
.kv_blk .kv02 .top_ttl .top_ttl01 {
    font-size: 50px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    font-weight: 600;
}
.kv_blk .kv02 .top_ttl .top_ttl02 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 200%;
    margin-bottom: 26px;
}
.kv_blk .kv03 .top_ttl {
    color: #fff;
    font-feature-settings: "palt";
    margin-top: 120px;
    position: relative;
}
.kv_blk .kv03 .top_ttl h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 110px;
}
.kv_blk .kv03 .top_ttl ul {
    font-size: 18px;
    font-weight: 600;
    background: rgb(0,206,81);
    background: linear-gradient(90deg, rgba(0,206,81,1) 0%, rgba(0,121,48,1) 17%);
    display: inline-block;
    margin: 2em 0 1em 0;
    padding: 10px 20px 10px 120px;
}
.kv_blk .kv03 .top_ttl ul li {
    margin-bottom: 5px;
    padding-left: 23px;
    background-image: url('../images/kv03_item.svg');
    background-position: center left;
    background-size: 16px;
    background-repeat: no-repeat;
}

.top_service {
    width: 100%;
    margin: 100px auto 0 auto;
    background-color: #F2F2F2;
    padding-bottom: 150px;
}
.top_service .inner {
    max-width: 1190px;
    margin: 0 auto;
}
.top_service .inner .top_ttl_blk {
    text-align: center;
    padding: 100px 0 80px 0;
}
.top_service .inner .top_ttl_blk span {
    color: #61737B;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_service .inner .top_ttl_blk h2 {
    font-size: 46px;
    font-weight: 600;
    font-style: normal;
}
.top_service .inner .service_banner {
    width: 100%;
    height: auto;
}
.top_service .service_blk {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 80px 0 40px 0;
}
.top_service .service_blk .service_box {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 9;
}
.top_service .service_blk .service_box a {
    display: block;
    background-color: rgba(255,255,255,0.0);
    position: relative;
    z-index: 10;
}
.top_service .service_blk .service_box a:hover img {
    opacity: 0.7;
}
.top_service .service_blk .service_box h2 {
    color: #fff;
}
.top_service .service_blk .service_box .service_num {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    padding: 20px 10%;
}
.top_service .service_blk .service_box .service_num span {
    color: #00A6E2;
}
.top_service .service_blk .service_box h3 {
    color: #0840AD;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 8% 12px 8%;
}
.top_service .service_blk .service_box .service_box_body {
    padding: 0px 10% 30px 10%;
}
.top_service .service_other {
    margin-bottom: 80px;
}
.top_service .service_other .service_num {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
}
.top_service .service_other .service_num span {
    color: #00A6E2;
}
.top_service .service_other .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 50px;
}
.top_service .service_other .inner .other_box {
    margin-top: 30px;
}
.top_service .service_other .inner .other_box h3 {
    color: #0840AD;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.other_box .link_arrow {
    vertical-align: middle;
    position: relative;
    display: flex;
}
.other_box .link_arrow img {
    width: 32px;
    margin-left: 10px;
}
.top_news_column {
    display: flex;
    width: 100%;
    color: #fff;
}
.top_news_column .top_news {
    width: 50%;
    background-color: #004F9D;
    padding: 0 60px 60px 60px;
}
.top_news_column .top_column {
    width: 50%;
    background-color: #0064C7;
    padding: 0 60px 60px 60px;
}
.top_news_column .inner {
    width: 100%;
}
.top_news_column .inner .link_button {
    width: 100%;
    display: flex;
    justify-content: right;
}
.top_news_column .inner .link_button a {
    width: 96px;
}
.top_news_column .inner .ttl_blk {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 20px 0 40px 0;
}
.top_news_column .inner .ttl_blk .left_part .en_ttl {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_news_column .inner .ttl_blk .left_part h2 {
    font-size: 40px;
    color: #C4EFFF;
    font-weight: 700;
    font-style: normal;
}
.top_news_column .inner .ttl_blk .right_part a::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/arrow_circle_gr.svg');
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
}
.top_news_column .inner .news_box {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.top_news_column .inner .news_box a {
    display: flex;
    justify-content: space-between;
    transition: all 0.6s ease-out;
}
.top_news_column .inner .news_box a:hover {
    background-color: rgba(255,255,255,0.2);
}
.news_box .date {
    margin-bottom: 10px;
}
.news_box .content_ttl {
    font-size: 18px;
    line-height: 140%;
}
.top_news_column .inner .news_box .image_box,.top_news_column .inner .column_box .image_box {
    width: 16%;
    aspect-ratio: 1 / 1;
}
.top_news_column .inner .news_box .image_box img,.top_news_column .inner .column_box .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_news_column .inner .news_box .text_box,.top_news_column .inner .column_box .text_box {
    width: 80%;
}
.top_news_column .inner .column_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.top_news_column .inner .column_box a {
    height: auto;
    transition: all 0.6s ease-out;
}
.top_news_column .inner .column_box a:hover {
    background-color: rgba(255,255,255,0.2);
}
.top_news_column .inner .column_box ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 5px;
}
.top_news_column .inner .column_box ul li {
    background-color: #E6E6E6;
    margin-right: 3px;
    line-height: 120%;
}
.top_news_column .inner .column_box ul li a {
    color: #000;
    padding: 3px;
}
ul.tag_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 5px;
}
ul.tag_list li {
    background-color: #E6E6E6;
    margin-right: 3px;
    line-height: 120%;
}
ul.tag_list li a {
    color: #000;
    padding: 3px;
}

.cat_event {
    background-color: #22B05A;
    padding: 2px 6px;
    margin-right: 10px;
    color: #FFF;
}
.cat_release {
    background-color: #00A6E2;
    padding: 2px 6px;
    margin-right: 10px;
    color: #FFF;
}

.top_company {
    width: 100%;
    height: 470px;
    background-image: url('../images/top_company_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 150px;
    padding: 80px 0;
}
.top_company .inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.top_company .inner .ttl_blk {
    width: 50%;
}
.top_company .inner .ttl_blk .en_ttl {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
    margin-bottom: 10px;
}
.top_company .inner .ttl_blk h2 {
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
}
.top_company .inner .txt_blk {
    width: 50%;
    color: #FFF;
}
.top_recruit {
    width: 100%;
    height: 470px;
    background-image: url('../images/top_recruit_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.top_recruit .inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}
.top_recruit .inner .ttl_blk {
    margin-left: 60%;
}
.top_recruit .inner .ttl_blk .en_ttl {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
    margin-bottom: 10px;
}
.top_recruit .inner .ttl_blk h2 {
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
}
.top_recruit .inner .ttl_blk .body_txt {
    color: #FFF;
    margin-bottom: 30px;
}

.contact_blk {
    width: 100%;
    padding: 120px;
}
.contact_blk .inner {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.contact_blk .inner h2 {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.contact_blk .inner .sub_txt {
    font-size: 18px;
    font-weight: 700;
}
.contact_blk .inner .body_txt {
    margin: 30px 0;
}

footer {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 6rem 8rem;
    position: relative;
    font-size: 14px;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
footer .footer_basic {
    width: 23%;
}
footer .footer_basic .footerlogo {
    width: 100%;
    margin-bottom: 3em;
}
footer .footer_basic .footer_add {
    margin-bottom: 2em;
}
footer .footer_basic .link_button {
    width: 130px;
    margin-bottom: 1em;
}
footer .cp_text {
    margin-top: 3em;
}
footer .footer_menu {
    font-weight: 600;
}
footer .footer_menu .footer_menu01 {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
}
footer .footer_menu ul {
    margin-left: 4vw;
}
footer .footer_menu ul:first-of-type {
    margin-left: 1rem;
}
footer .footer_menu ul li {
    margin-bottom: 2rem;
    font-size: 16px;
    list-style-type: none;
}
footer .footer_menu ul li ul {
    margin-top: 1rem;
    margin-left: 1.4em;
    margin-right: 1em;
}
footer .footer_menu ul li ul li {
    margin-bottom: 0.4rem;
    font-weight: 400;
}
footer .footer_menu .footer_menu02 {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    padding-top: 2em;
}
footer .footer_menu02 ul li {
    margin-bottom: 0.4rem;
    font-size: 16px;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer .footer_mark {
    display: grid;
    grid-template-columns: 120px 68px;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 3em;
}



.ttl_header {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0060BF;
    border-radius: 0 0 24px 24px;
    border-bottom: #0060BF 10px solid;
}
.ttl_header .ttl_header2 {
    width: 100%;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 0 0 24px 24px;
}
.ttl_header .ttl_set {
    padding: 0 10px;
}
.ttl_header .ttl_set .shoulder {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8A9FA8;
}
.ttl_header .ttl_set .ttl_text {
    font-size: 55px;
    font-weight: 400;
    margin-top: 14px;
}
.ttl_header .beadcrum_txt {
    margin: 0 40px;
    padding: 80px 0 10px 0;
    font-size: 14px;
}
.ttl_header .beadcrum_txt ul {
    display: flex;
    align-items: center;
}
.ttl_header .beadcrum_txt ul li {
    list-style-type: none;
    margin: 0 6px;
}
.ttl_header .beadcrum_txt ul li a:hover {
    text-decoration: underline;
}
.ttl_header .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.ttl_header .breadcrumb span {
    list-style-type: none;
    margin: 0 6px;
}
.ttl_header .breadcrumb a:hover {
    text-decoration: underline;
}
.ttl_header .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 120px 0 0 0;
}

.table_blk table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
.table_blk th {
    background-color: #4BA4CB;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
}
.table_blk td {
    background-color: #EAEAEA;
    border: 1px solid #fff;
    padding: 20px;
}
.table_blk .highlight {
    background-color: #C9E2ED !important;
    font-weight: 700;
    text-align: center;
}
.table_blk.stripe tr:nth-child(odd) td {
    background-color: #D0D0D0;
}
.news_body table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
.news_body th {
    background-color: #4BA4CB;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
}
.news_body td {
    background-color: #EAEAEA;
    border: 1px solid #fff;
    padding: 20px;
}
.news_body .highlight {
    background-color: #C9E2ED !important;
    font-weight: 700;
    text-align: center;
}
.news_body.stripe tr:nth-child(odd) td {
    background-color: #D0D0D0;
}
.service_contents.service05 .highlight,.service_contents.service06 .highlight {
    white-space: nowrap;
}
.service_contents.service06 table {
    width: 80%;
    margin: 40px auto;
}
.service_contents.service08 th {
    padding: 5px;
}
.service_contents.service08 td {
    padding: 8px 5px;
    text-align: center;
}
.service_contents.service08 td:first-of-type {
    padding: 8px 5px 8px 10px;
    text-align: left;
}
.service_contents.service08 .highlight {
    text-align: left;
}
.service_contents.service08 th.th01 {
    border-bottom: none;
}
.service_contents.service08 th.th02 {
    border-top: none;
}
.td_color {
    color: #0060BF;
    font-weight: 700;
}
.contents_training .table_blk td {
    padding: 12px;
}
.contents_training .table_blk.mail .highlight {
    width: 30%;
}
.incident_drill .highlight {
    width: 8em;
}
.contents_training .training_body .incident_drill ul li {
    background-image: none;
    padding-left: 0px;
    margin-left: 20px;
    list-style-type: disc;
}
.contents_training .training_schedule .table_blk .highlight {
    font-size: 15px;
    padding-left: 40px;
    text-align: left;
    line-height: 160%;
}
.contents_training .training_schedule .table_blk .highlight.pagelink {
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 8px center;
}
.contents_training .training_schedule .table_blk .highlight span {
    display: block;
    font-size: 80%;
}
.contents_training .training_schedule .table_blk td {
    text-align: center;
    padding: 10px 6px;
    font-size: 14px;
}
.contents_training .training_schedule .table_blk .table_ttl_td {
    background-color: #fff;
    text-align: left;
    font-size: 20px;
}
.contents_training .training_schedule .table_blk .table_ttl_td .ttl_td_2nd {
    margin-top: 60px;
}
.training_table tr {
    position: relative;
}
.training_table tr td a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0,191,255,0.0);
    transition: all 0.6s ease;
}
.training_table tr td a:hover {
    background-color: rgb(0,191,255,0.3);
}

.top_service.service_index {
    background-color: #fff;
}
.service_lead {
    text-align: center;
    line-height: 200%;
    margin-bottom: 100px;
}

/* service */
.service_contents {
    width: 100%;
}
.service_contents .content_box01 {
    max-width: 1180px;
    margin: 100px auto 100px auto;
}
.service_contents .content_blk .inner {
    display: flex;
    justify-content: space-between;
}
.service_contents .content_blk .inner .text_blk {
    max-width: 600px;
    margin-right: 2em;
}
.service_contents .content_blk .inner .image_blk {
    max-width: 400px;
    margin-top: 4em;
}
.service_contents .section_name {
    width: 100%;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #61737B;
    padding-left: 34px;
    background-image: url(../images/name_item.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.service_contents h3 {
    font-size: 32px;
    color: #0840AD;
    font-weight: 400;
    line-height: 160%;
    margin: 2em 0 0.5em 0;
}
.service_contents h3:first-of-type {
    margin: 1em 0 0.5em 0;
}
.service04 .content_box01 .text_blk li {
    margin-bottom: 0.6em;
}
.service04 .content_box01 .text_blk li span {
    display: block;
    font-weight: 600;
}

.service_contents .content_service {
    background-image: url(../images/service_abstract.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.service_contents .content_service .inner {
    max-width: 1180px;
    margin: 0 auto;
}
.service_contents .content_service_blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3em 0;
}
.service_contents .content_service_blk .service_blk_box {
    width: 49%;
    background-color: #fff;
    margin-bottom: 1.4em;
    border-radius: 12px;
    padding: 30px;
    position: relative;
}
.service_contents .content_service_blk .service_blk_box h3 {
    margin: 0 0 1em 0;
}
.service_contents .content_service_blk .service_blk_box dl {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.service_contents .content_service_blk .service_blk_box dl dt {
    width: 24%;
    font-weight: 600;
    margin-bottom: 10px;
}
.service_contents .content_service_blk .service_blk_box dl dd {
    width: 76%;
    margin-bottom: 10px;
}
.service_contents .content_service_blk.pat03 .service_blk_box2 {
    width: 32%;
    background-color: #fff;
    margin-bottom: 1.4em;
    border-radius: 12px;
    padding: 30px;
}
.service_contents .content_service_blk.pat02 .service_blk_box2 {
    width: 49%;
    background-color: #fff;
    margin-bottom: 1.4em;
    border-radius: 12px;
    padding: 30px;
}
.service_contents .content_service_blk.pat03 .service_blk_box2 h4,.service_contents .content_service_blk.pat02 .service_blk_box2 h4 {
    margin: 0 0 1em 0;
    text-align: center;
    line-height: 140%;
}
.service_contents .service_blk_box2 hr {
    height: 5px;
    background-color: #8A9FA8;
    width: 10%;
    border: none;
    margin: 10px auto 20px auto;
}
.service_contents.service01 .Service .service_img img {
    max-width: 700px;
    margin: 0 auto;
}
.service_contents.service02 .Overview .service_img img {
    max-width: 933px;
    margin: 30px auto;
}
.service_contents.service02 .Scenarios .service_img img {
    max-width: 1060px;
    margin: 40px auto 80px auto;
}
.scroll-icon {
    display: none;
}
.service_contents h4 {
    color: #00A6E2;
    font-size: 28px;
    font-weight: 400;
    margin: 2em 0 0.5em 0;
}
.service_contents h4.shield_icon {
    padding-left: 30px;
    background-image: url(../images/shield_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}
.service_contents.service01 .service_img.img01 img {
    max-width: 640px;
    margin: 30px auto 100px auto;
}
.service_contents.service01 .on-site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3em;
}
.service_contents.service01 .on-site .onsite_left,.service_contents.service01 .on-site .onsite_right {
    width: 48%;
}
.service_contents.service01 .on-site h5 {
    font-size: 22px;
    font-weight: 400;
    background-color: #F2F2F2;
    padding: 20px 30px;
    margin-bottom: 10px;
}
.service_contents.service01 .on-site p {
    margin-bottom: 20px;
}
.service_contents.service05 .flow_group {
    max-width: 1060px;
    margin: 40px auto;
}
.service_contents.service05 .incident_support {
    width: 100%;
    border: 5px solid #DE0000;
    text-align: center;
}
.service_contents.service05 .incident_support .is_title {
    width: 100%;
    background-color: #DE0000;
    padding: 6px 0 12px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 140%;
}
.service_contents.service05 .incident_support .is_title span {
    font-size: 28px;
}
.service_contents.service05 .incident_support .is_tel {
    font-size: 44px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin: 20px auto;
    padding-left: 35px;
    background-image: url(../images/support_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left 14px;
}
.service_contents.service05 .incident_support .is_tel_time {
    font-size: 22px;
    background-color: #DE0000;
    display: inline-block;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
    margin-bottom: 10px;
}
.service_contents.service05 .incident_support p {
    text-align: left;
    margin: 10px 20px;
}
.service_contents.service05 .incident_support img {
    height: 24px;
    width: auto;
    margin: 10px auto;
}
.service_contents.service05 .incident_support a {
    margin: 30px auto 20px auto;
    text-align: center;
}
.service_contents.service05 .incident_support a img {
    height: 55px;
    display: inline;
    margin: 0;
}
.service_contents .content_box01 .sub_list {
    width: 100%;
    background-color: #F2F2F2;   
    margin: 20px 0px;
    padding: 30px; 
}
.service_contents .content_box01 .sub_list li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.service_contents .service-nav {
    display: flex;
    gap: 10px; /* 項目間の感覚 */
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; /* レスポンシブで折り返し可（任意） */
    justify-content: space-between;
    margin-top: 60px;
}

.service_contents .service-nav li {
    position: relative;
    background-color: #fff;
    border: 1px solid #8A9FA8;
    border-radius: 12px;
    padding: 16px 16px 24px 16px;
    text-align: center;
    transition: background-color 0.3s ease;
    list-style: none;
    margin-left: 0;
    flex: 1;
}

.service_contents .service-nav li a {
    display: block;
    text-decoration: none;
    color: #00A6E2;
    font-weight: 600;
    position: relative;
}

  /* 下向きの三角形 */
.service_contents .service-nav li a::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8A9FA8;
}

  /* ホバー時：背景色変更 */
.service_contents .service-nav li:hover {
    background-color: #E6F8FF;
}

.service_contents .content_sc01 {
    width: 100%;
    background-color: #E9F4F8;
}
.service_contents .content_sc02 {
    width: 100%;
    background-color: #EAEAEA;
}
.service_contents .content_sc01 .inner,.service_contents .content_sc02 .inner {
    max-width: 1180px;
    margin: 0px auto;
    padding: 100px 0;
}
.service07 .box_set {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service07 .box_set .flow_group,.service07 .box_set .txt_blk {
    width: 58%;
}
.service07 .box_set .image_blk {
    width: 33%;
}
.service07 .box_set .flow_box {
    display: block;
}
.service07 .box_set .flow_box .flow_ttl,.service07 .box_set .flow_box .flow_body {
    width: 100%;
}
.service07 .box_set .flow_box .flow_ttl {
    margin-bottom: 10px;
}
.service07 .benefit_group li {
    background-color: #fff;
}
.service07 .service_list {
    margin: 0;
}
.service07 .service_list dd {
    margin: 10px 0 40px 30px;
}

.service_contents h4.shield_icon01 {
    background-image: url(../images/shield_icon01.svg);
}
.service_contents h4.shield_icon02 {
    background-image: url(../images/shield_icon02.svg);
}
.service_contents h4.shield_icon03 {
    background-image: url(../images/shield_icon03.svg);
}
.service_contents h4.shield_icon04 {
    background-image: url(../images/shield_icon04.svg);
}
.service_contents h4.shield_icon05 {
    background-image: url(../images/shield_icon05.svg);
}
.training_set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.training_set a {
    width: 49%;
    margin-bottom: 20px;
}
.training_set a:hover .training_box {
    opacity: 0.6;
}
.training_set .training_box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.3s;
}
.training_set .training_box .ttl_blk {
    background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(217,217,217,1) 100%);
    border-radius: 16px 16px 0 0;
    padding: 24px 30px;
}
.training_set .training_box .ttl_blk h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    color: #61737B;
    background-image: url(../images/open_icon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center right;
    font-feature-settings: "palt";
}
.training_set.training01 .training_box .ttl_blk,.training01 .training_body .ttl_blk {
    border-bottom: 6px solid #00A6E2;
}
.training_set.training02 .training_box .ttl_blk,.training02 .training_body .ttl_blk {
    border-bottom: 6px solid #0060BF;
}
.training_set.training03 .training_box .ttl_blk,.training03 .training_body .ttl_blk {
    border-bottom: 6px solid #3EB770;
}
.training_set.training04 .training_box .ttl_blk,.training04 .training_body .ttl_blk {
    border-bottom: 6px solid #FF0000;
}
.training_set.training05 .training_box .ttl_blk,.training05 .training_body .ttl_blk {
    border-bottom: 6px solid #B858FF;
}
.training_set .training_box .body_box {
    padding: 24px 38px;
}
.training_set .training_box .body_box p {
    padding: 0 1em 2em 1em;
}
.training_set .training_box .body_box dl {
    border-top: dotted 1px #707070;
    padding: 2em 1em 1em 1em;
    display: flex;
    flex-wrap: wrap;
    font-feature-settings: "palt";
}
.training_set .training_box .body_box dl dt {
    width: 15%;
}
.training_set .training_box .body_box dl dd {
    width: 85%;
}

.contents_training {
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: 100px auto 50px auto;
    align-items: flex-start
}
.contents_training .training_body {
    width: 72%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.17);
}
.contents_training .training_body .ttl_blk {
    background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(217,217,217,1) 100%);
    border-radius: 16px 16px 0 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.contents_training .training_body .ttl_blk h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    color: #61737B;
    font-feature-settings: "palt";
}
.contents_training .level_label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 2px 10px 1px 10px;
}
.contents_training.training01 .level_label {
    background-color: #00A6E2;
}
.contents_training.training02 .level_label {
    background-color: #0060BF;
}
.contents_training.training03 .level_label {
    background-color: #3EB770;
}
.contents_training.training04 .level_label {
    background-color: #FF0000;
}
.contents_training.training05 .level_label {
    background-color: #B858FF;
}
.contents_training .training_body .inner {
    padding: 40px;
}
.contents_training .training_body .training_term {
    border-bottom: dotted 1px #707070;
    padding: 0 1em 1em 1em;
    display: flex;
    flex-wrap: wrap;
    font-feature-settings: "palt";
    margin-bottom: 3em;
}
.contents_training .training_body .training_term dt {
    width: 10%;
}
.contents_training .training_body .training_term dd {
    width: 90%;
}
.contents_training .training_body h3 {
    font-size: 28px;
    font-weight: 400;
    color: #0840AD;
    margin-bottom: 1em;
}
.contents_training .training_body h4 {
    font-size: 24px;
    font-weight: 400;
    color: #00A6E2;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.contents_training .training_body .box_set {
    display: flex;
    justify-content: space-between;
}
.contents_training .training_body .box_set div {
    width: 58%;
}
.contents_training .training_body .box_set .service_img {
    width: 36%;
    aspect-ratio: 1 / 1;
}
.contents_training .training_body .box_set .service_img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.contents_training .training_body ul li {
    background-image: url(../images/training_list_item.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center left;
    padding-left: 20px;
    margin-left: 20px;
}
.contents_training .training_body .sub_list {
    background-color: #F2F2F2;
    border: solid 1px #CCCCCC;
    border-radius: 10px;
    padding: 30px;
}
.contents_training .training_body .sub_list ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
.contents_training .training_body .sub_list ul li {
    list-style-type: disc;
    margin-left: 20px;
    background-image: none;
    padding-left: 0px;
}
.contents_training .training_body .sub_list ul li::marker {
    font-size: 0.6em;      /* サイズ調整 */
}
.contents_training .training_body .sub_list .inner {
    padding: 0px;
    display: flex;
    gap: 20px;
}
.contents_training .training_body .sub_list .inner .days {
    font-size: 20px;
    color: #0840AD;
    font-weight: 700;
}
.contents_training .training_body .sub_list .custom-hr {
    margin: 40px 0; /* 上下40px、左右0px */
}
.contents_training .training_body .sub_list.memory ol li ul li {
    list-style-type: none;
    margin-left:0;
    background-image: none;
    padding-left: 0px;
}
.training_menu.training_side_menu {
    width: 22%;
    background-color: #F2F2F2;
}
.training_menu.training_btm_menu {
    max-width: 1180px;
    margin: 100px auto 50px auto;
    background-color: #F2F2F2;
}
.training_menu .ttl_blk {
    background-color: #8A9FA8;
    padding: 16px 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.training_menu.training_btm_menu .ttl_blk {
    text-align: left;
    padding: 16px 20px;
}
.training_menu.training_btm_menu .inner {
    display: flex;
    justify-content: space-between;
}
.training_menu.training_btm_menu .inner dl {
    flex: 1;
    border-bottom: none;
    padding: 20px;
    border-left: solid 1px #707070;
}
.training_menu.training_btm_menu .inner dl:first-of-type {
    border-left: none;
}
.training_menu dl {
    padding: 14px;
    border-bottom: solid 1px #707070;
    font-feature-settings: "palt";
}
.training_menu dl dt {
    font-weight: 600;
    color: #fff;
    padding: 2px 10px 1px 10px;
    display: inline-block;
}
.training_menu dl.level01 dt {
    background-color: #00A6E2;
}
.training_menu dl.level02 dt {
    background-color: #0060BF;
}
.training_menu dl.level03 dt {
    background-color: #3EB770;
}
.training_menu dl.level04 dt {
    background-color: #FF0000;
}
.training_menu dl.level05 dt {
    background-color: #B858FF;
}
.training_menu ul {
    list-style-type: disc;
}
.training_menu dl dd ul li {
    margin-left: 24px;
}
.training_menu ul li::marker {
    font-size: 0.6em;      /* サイズ調整 */
}
.training_menu dl dd ul li a:hover {
    text-decoration: underline;
}
.training_menu dl.level01 dd ul li.active {
    color: #00A6E2;
    font-weight: 600;
}
.training_menu dl.level02 dd ul li.active {
    color: #0060BF;
    font-weight: 600;
}
.training_menu dl.level03 dd ul li.active {
    color: #3EB770;
    font-weight: 600;
}
.training_menu dl.level04 dd ul li.active {
    color: #FF0000;
    font-weight: 600;
}
.training_menu dl.level05 dd ul li.active {
    color: #B858FF;
    font-weight: 600;
}
.case_frame {
    background-color: #fff;
    margin-bottom: 40px;
}
.case_frame .table_blk {
    padding: 25px 50px;
}
.case_frame .ttl_blk {
    padding: 30px;
    background-color: #8A9FA8;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.service_contents .case_list ul li {
    list-style: none;
    margin-left: 0px;
    padding-left: 22px;
    background-image: url(../images/benefits_check.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left top 7px;
}

.center_set {
    text-align: center;
}
.service_blk_box .btn_more_contact {
    margin: 10px auto;
}

.service_contents ul li {
    list-style: disc;
    margin-left: 40px;
}
.service_contents h4 span {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-right: 10px;
}
.service_contents.service09 h4 span {
    font-size: 20px;
    display: block;
    font-weight: 400;
}
.service_contents.service09 .Schedule .image_blk img {
    max-width: 1060px;
    margin: 0 auto;
}
.service_contents ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.service_contents .content_flow {
    background-image: url(../images/flow_abstract.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.service_contents .content_flow .inner {
    max-width: 1180px;
    margin: 0 auto;
}

.flow_group {
    margin: 1em 0;
}
.flow_group .flow_box {
    background-color: #fff;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.29);
    display: flex;
    margin: 30px 0 0 20px;
    padding: 14px 12px 14px 110px;
    align-items: center;
    position: relative;
}
.flow_group.incident_drill .flow_box {
    background-color: #F2F2F2;
    padding: 14px 12px 14px 70px;
}
.flow_group .flow_box .flow_num {
    font-size: 44px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background-color: #00A6E2;
    padding: 22px 26px;
    color: #fff;
    transform: skewX(340deg);
    position: absolute;
    top: -10px;
    left: -10px;
}
.flow_group.incident_drill .flow_box .flow_num {
    font-size: 30px;
    padding: 12px 16px;
}
.flow_group .flow_box .flow_icon {
    width: 12%;
}
.flow_group.incident_drill .flow_icon {
    width: 14%;
    padding-right: 20px;
}
.flow_group .flow_box .flow_icon img {
    height: 60px;
}
.service06 .flow_group .flow_box .flow_icon {
    width: 20%;
}
.service01 .flow_group .box_set,.service02 .flow_group .box_set,.service03 .flow_group .box_set,.service04 .flow_group .box_set,.service07 .flow_group .box_set {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow_group .flow_box .box_set {
    width: 86%;
}
.service06 .flow_group .flow_box .flow_icon img {
    height: auto;
    padding-right: 20px;
}
.service06 .flow_group .flow_box .box_set {
    width: 78%;
}
.flow_group.incident_drill .flow_box .box_set {
    width: 78%;
    display: block;
}
.service06 .flow_group .flow_box .flow_ttl,.service06 .flow_group .flow_box .flow_body {
    width: 100%;
}
.service06 .flow_group .flow_box .flow_ttl {
    margin-bottom: 10px;
}
.flow_group .flow_box .flow_ttl {
    width: 40%;
    font-size: 30px;
    line-height: 120%;
    color: #0840AD;
    padding-right: 20px;
}
.flow_group.incident_drill .flow_box .flow_ttl {
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
}
.flow_group.incident_drill .flow_box .flow_body {
    width: 100%;
}
.flow_group .flow_box .flow_body {
    width: 60%;
}
.flow_group .flow_box_sub {
    background-color: #8CA7B2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    padding: 20px;
    position: relative;
    margin: 40px 0;
}
.flow_group .flow_box_sub .arrow_iitem {
    background-color: #8CA7B2;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    rotate: 45deg;
    z-index: 4;
}
.flow_group .flow_box_sub p {
    position: relative;
    z-index: 5;
}
.flow_group.mail_traing .flow_box {
    background-color: #F2F2F2;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.29);
    display: flex;
    margin: 30px 0 0 20px;
    padding: 14px 12px 14px 70px;
    align-items: center;
    position: relative;
}
.flow_group.mail_traing .flow_box .flow_num {
    font-size: 30px;
    padding: 12px 16px;
}
.flow_group.mail_traing  .flow_box .box_set {
    width: 100%;
}
.contents_training .training_body .flow_group.mail_traing .flow_box .box_set div {
    width: 100%;
}
.flow_group.mail_traing .flow_box .flow_ttl {
    font-size: 20px;
}

.features_group {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.features_group .features_box {
    width: 23%;
    background-color: #F2F2F2;
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.29);
}
.service10 .features_group .features_box {
    width: 31%;
}
.service_contents.service10 .features_group .features_box ul {
    text-align: left;
    margin-top: 20px;
}
.service_contents.service10 .features_group .features_box ul li {
    margin-left: 26px;
}
.features_group .features_box img {
    width: 50%;
    margin: 0 auto;
}
.features_group .features_box h4 {
    font-size: 20px;
    color: #0840AD;
    margin-top: 1em;
}
.service_contents.service10 .features_group .features_box h4 {
    font-size: 26px;
}
.features_group .features_box p {
    text-align: left;
    margin-top: 1em;
}
.service_list {
    margin: 10px auto;
}
.service_list dl dt {
    margin: 10px auto;
    font-size: 28px;
    color: #00A6E2;
    margin: 30px 0 10px 0;
    vertical-align: middle;
}
.service_list dl dt span {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-right: 10px;
}
.service_list dl dd {
    margin: 10px 0 40px 60px;
}
.benefit_group {
    position: relative;
}
.benefit_group ul li {
    list-style-type: none;
    background-color: #F2F2F2;
    margin: 10px 0;
    padding: 16px 20px 20px 66px;
    font-size: 22px;
    background-image: url(../images/benefits_check.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: left 20px top 16px;
}
.benefit_group ul li span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}


/* news */
.news_index {
    max-width: 1180px;
    margin: 100px auto;
    padding: 0 10px;
}
.sns_group {
    display: flex;
    justify-content: right;
}
.sns_group .link_button {
    margin-left: 20px;
}
.news_index .news_list {
    margin: 100px 0;
}
.news_index .news_list .news_box {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    transition: all 0.6s ease-out;
}
.news_index .news_list .news_box a:hover {
    text-decoration: underline;
}
.news_index .news_list .news_box .image_box {
    width: 26%;
    aspect-ratio: 1 / 0.66;
}
.news_index .news_list .news_box .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_index .news_list .news_box .text_box {
    width: 69%;
}
.news_index .news_box .content_ttl {
    font-size: 22px;
    line-height: 140%;
    color: #0840AD;
    margin-bottom: 20px;
}
.news_contents {
    max-width: 1180px;
    margin: 100px auto;
}
.news_contents .news_header {
    margin: 40px 0;
}
.news_contents h1 {
    font-size: 44px;
    color: #0840AD;
    line-height: 140%;
    margin-bottom: 2em;
}
.news_contents a {
    text-decoration: underline;
    display: inline;
}
.news_contents a:hover {
    text-decoration: underline;
    color: #0840AD;
}
.news_contents .news_image_blk {
    position: relative;
    margin-bottom: 220px;
}
.news_contents .news_image_blk .news_bg {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -100px;
    background-image: url(../images/news_image_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news_contents .news_image_blk img {
    width: auto !important;
    max-height: 640px;
    position: relative;
    margin: 0 auto;
}
.news_contents .news_body {
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.news_contents .news_body h2 {
    margin-top: 3em;
    color: #0840AD;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0.6em;
}
.news_contents .news_body h3 {
    margin: 1.5em 0 0.6em 0;
    color: #00A6E2;
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
}
.news_contents .news_body h4 {
    margin: 1.5em 0 0.6em 0;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}
.news_contents .news_body h5 {
    margin: 1.5em 0 0.6em 0;
    color: #0840AD;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}
.news_contents .news_body p {
    margin-bottom: 1em;
}
.news_contents .news_body img {
    width: auto;
    height: auto;
}
.center-place {
    margin-left: auto;
    margin-right: auto;
}
.news_contents .news_body img.attention-item {
    width: 600px;
}
.news_contents .news_body img.image_wd-mx708 {
    max-width: 708px;
}
.news_contents .news_body ul {
    margin-bottom: 1em;
}
.news_contents .news_body ul li {
    margin-left: 40px;
    list-style-type: disc;
    margin-bottom: 0.6em;
}
.news_contents .news_body ol {
    margin-bottom: 1em;
}
.news_contents .news_body ol li {
    margin-left: 40px;
    list-style-type: decimal;
    margin-bottom: 0.6em;
}
.code-wrapper {
    position: relative;
    background-color: #333;
    color: #fff;
    border: 1px solid #ccc;
    padding: 0 2em 1em 2em;
    border-radius: 8px;
    font-family: monospace;
    margin: 2em 0;
}
.code-wrapper .code_example {
    background-color: #666;
    font-weight: 600;
    display: inline-block;
    padding: 2px 6px;
}
.code-wrapper .copy-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #007acc;
    color: white;
    border: none;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
}
.code-wrapper pre {
    margin: 1em 0 0 0;
    padding: 0;
    display: block;
    line-height: inherit;
    text-align: left;
    font-weight: 600;
}
.code-wrapper:hover .copy-btn {
    opacity: 1;
}
.copy-btn:active {
    background: #005fa3;
}
.code-color01 {
    color: #ff8095;
}
.code-color02 {
    color: #8bdf4c;
}
.code-color03 {
    color: #e3e3e3;
}
.code-color04 {
    color: #a980f5;
}
.code-color05 {
    color: #979797;
}
.code-color06 {
    color: #ebd247;
}
.code-color07 {
    color: #3bbfbf;
}


.bold_txt {
    font-weight: bold !important;
}
.relation_list {
    border-top: 1px solid #ccc;
    padding-top: 60px;
    max-width: 1180px;
    margin: 20px auto;
}
.relation_list .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.relation_list .news_box {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.relation_list .news_box a {
    transition: all 0.6s ease-out;
}
.relation_list .news_box a:hover {
    background-color: rgba(255,255,255,0.2);
}
.relation_list .news_box .image_box {
    width: 100%;
    aspect-ratio: 1 / 0.66;
    margin-bottom: 14px;
}
.relation_list .news_box .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relation_list .news_box .text_box {
    width: 100%;
}

/* company */
.company_contents {
    margin: 100px 0;
    width: 100%;
}
.company_contents .lead_txt {
    text-align: center;
    line-height: 200%;
    font-size: 18px;
    margin-bottom: 150px;
}
.company_contents .mission_blk {
    margin: 100px 0;
    width: 100%;
    background-image: url(../images/company_mission_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 160px 0;
    text-align: center;
}
.company_contents .mission_blk h1 {
    color: #0840AD;
    font-size: 50px;
    font-weight: 600;
}
.company_contents .mission_blk h1 span {
    color: #1A2B32;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 30px 0;
}
.company_contents .mission_blk p {
    font-size: 18px;
    line-height: 56px;
    margin-bottom: 40px;
}
.company_contents .mission_blk .sbs_mark {
    width: 140px;
    margin: 40px auto;
}
.company_contents .inner {
    max-width: 1000px;
    margin: 40px auto;
}
.company_contents .inner h2 {
    font-size: 32px;
    color: #0840AD;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 10px;
}
.company_contents .inner h3 {
    font-size-adjust: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.company_contents .table_blk {
    margin-bottom: 100px;
}
.company_contents .inner table td {
    padding: 14px;
    vertical-align: top;
}
.company_contents .inner2 {
    max-width: 1000px;
    margin: 20px auto;
}
.company_contents .inner2 h2 {
    font-size-adjust: 32px;
    color: #0840AD;
    font-weight: 400;
}
.company_contents .gmap {
    width: 100%;
}
.company_contents iframe {
    width: 100%;
    height: 500px;
}
.company_contents .inner2 p {
    margin-bottom: 30px;
}
.company_contents .inner2 a {
    display: inline;
}
.company_contents .inner p {
    margin-bottom: 1em;
}
.company_contents .inner ul {
    margin-bottom: 2em;
}
.company_contents .inner ul li {
    margin-left: 40px;
    list-style-type: disc;
    margin-bottom: 0.5em;
}
.company_contents .inner ol {
    margin-bottom: 1em;
}
.company_contents .inner ol li {
    margin-left: 40px;
    list-style-type: decimal;
    margin-bottom: 0.5em;
}
.company_contents a {
    text-decoration: underline;
    display: inline;
}
.company_contents a:hover {
    text-decoration: underline;
    color: #0840AD;
}

/* recruit */
.recruit_contents {
    width: 100%;
    margin: 0;
    position: relative;
}
.recruit_contents .rec_menu {
    max-width: 1300px;
    background-color: #3C7189;
    color: #fff;
    border-radius: 999px;
    margin: 30px auto;
}
.recruit_contents .rec_menu ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
}
.recruit_contents .rec_menu ul li a {
    display: block;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 0.3s;
}
.recruit_contents .rec_menu ul li a:hover {
    background-color: #5B99B5;
}
.recruit_contents .rec_menu ul li.active {
    background-color: #5B99B5;
    border-radius: 20px;
}
.recruit_contents .rec_kv {
    width: 100%;
    margin-bottom: 100px;
}
.recruit_contents .top_ours {
    max-width: 1080px;
    margin: 0 auto 200px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recruit_contents .top_ours .txt_blk {
    width: 40%;
}
.recruit_contents .top_ours .txt_blk p {
    margin-bottom: 40px;
}
.recruit_contents .top_ours .image_blk {
    width: 50%;
}
.recruit_contents h2 {
    font-size: 34px;
    color: #3C7189;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.recruit_contents h2 span {
    font-size: 20px;
    color: #8A9FA8;
    display: block;
}
.ud_line {
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, rgba(85,211,255,1) 0%, rgba(0,169,230,1) 100%);
    margin-top: 10px;
}
.recruit_contents .top_interview {
    max-width: 1080px;
    margin: 0 auto 100px auto;
    background-image: url(../images/recruit_top_interview_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.recruit_contents .top_interview .inner {
    position: relative;
    padding: 50px;
}
.recruit_contents .top_interview h2 .ud_line {
    width: 120%;
    margin-left: -50px;
    
}
.recruit_contents .top_interview .inner .arrow_box {
    width: 54px;
    position: absolute;
    bottom: 30px;
    left: 40%;
}
.recruit_contents .top_ext_menu {
    max-width: 1180px;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.recruit_contents .top_ext_menu .ext_btn {
    flex: 1;
}
.recruit_contents .job_list_box {
    background-color: #F2F2F2;
    border-radius: 12px;
    padding: 40px 50px;
}
.recruit_contents .recruit_body .job_list_box ul {
    list-style-type: none;
}
.recruit_contents .recruit_body .job_list_box ul li {
    list-style-type: none;
    font-size: 20px;
    border-radius: 12px;
    margin: 20px 0;
    transition: all 0.6s ease;
}
.recruit_contents .recruit_body .job_list_box ul li a {
    padding: 20px 30px;
    background-image: url(../images/arrow_circle_bl.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center right 30px;
    background-color: #fff;
}
.recruit_contents .recruit_body .job_list_box ul li a:hover {
    background-color: #E5F7FF;
}

.rec_sns_box {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rec_sns_box h3 {
    color: #0840AD;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.recruit_contents .inner {
    max-width: 1290px;
    padding: 20px;
    margin: 0 auto;
}
.recruit_contents .recruit_body {
    max-width: 1000px;
    margin: 0 auto 100px auto;
}
.recruit_contents .recruit_body.info {
    max-width: 1180px;
}
.recruit_contents .recruit_body h3 {
    font-size: 32px;
    color: #0840AD;
    font-weight: 400;
    margin-bottom: 0.6em;
    margin-top: 1.6em;
}
.recruit_contents .recruit_body p {
    margin-bottom: 1.4em;
}
.recruit_contents .recruit_body .box_set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.recruit_contents .recruit_body .box_set.second {
    flex-direction: row-reverse;
}
.recruit_contents .recruit_body .box_set .txt_blk {
    width: 50%;
}
.recruit_contents .recruit_body .box_set .image_blk {
    width: 40%;
}
.recruit_contents .recruit_body .interview_left {
    display: flex;
    justify-content: left;
    margin: 6em 0;
}
.recruit_contents .recruit_body .interview_right {
    display: flex;
    justify-content: right;
    margin: 6em 0;
}
.recruit_contents .recruit_body .interview_box {
    width: 66%;
    background-color: #F2F2F2;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.29);
    border-radius: 14px;
    padding: 30px;
}
.recruit_contents .recruit_body .interview_box .inner {
    display: flex;
}
.recruit_contents .recruit_body .interview_box .inner img {
    width: 110px;
    height: 110px;
    margin-right: 30px;
}
.recruit_contents .recruit_body .interview_box .inner p {
    color: #0840AD;
    font-size: 26px;
    line-height: 160%;
}
.recruit_contents .recruit_body .benefits_box {
    max-width: 1180px;
    margin: 0 auto 100px auto;
    background-color: #F2F2F2;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.29);
    border-radius: 14px;
    padding: 60px;
}
.recruit_contents .recruit_body .benefits_box h3 {
    margin: 0 0 1em 0;
}
.recruit_contents .recruit_body .benefits_box .box_set {
    border-bottom: solid 1px #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.recruit_contents .recruit_body ul li {
    list-style-type: disc;
    margin-left: 30px;
}

.recruit_contents .recruit_body.info .top_ext_menu {
    max-width: 1100px;
}
.recruit_contents .recruit_body.info .top_ext_menu .ext_btn a {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.recruit_contents .recruit_body.info .top_ext_menu .ext_btn.active a {
    background-color: #E5F7FF;
}
.recruit_contents .recruit_body .job_card {
    max-width: 1000px;
    margin: 0 auto 100px auto;
    background-color: #F2F2F2;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.29);
    border-radius: 14px;
}
.recruit_contents .recruit_body .job_card .ttl_blk h3 {
    margin: 0 0 1em 0;
    padding: 16px 30px;
    font-size: 22px;
    background-color: #0075CB;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-weight: 600;
}
.recruit_contents .recruit_body .job_card .jobs {
    margin: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #707070;
    display: flex;
    align-items: start;
}
.recruit_contents .recruit_body .job_card .jobs:last-of-type {
    border-bottom: none;
}
.recruit_contents .recruit_body .job_card .jobs dt {
    width: 20%;
    text-align: center;
    color: #27669F;
    font-weight: 600;
}
.recruit_contents .recruit_body .job_card .jobs dd {
    width: 80%;
}
.qa-box {
    background-color: #F2F2F2;
    border-radius: 16px;
    padding: 36px;
    margin-bottom: 24px;
    font-family: sans-serif;
}
.qa-item {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
}
.qa-item:first-of-type {
    border-bottom: solid 1px #707070;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    color: #0840AD;
}
.qa-label {
    font-weight: bold;
    width: 100px;
    flex-shrink: 0;
}
.qa-label.q {
    margin-top: 5px;
}
.qa-label.a {
    font-size: 24px;
}
.qa-content {
    line-height: 1.6;
}
.recruit_contents h3.message_ttl {
    font-size: 44px;
    margin-bottom: 100px;
}
.recruit_contents h3.message_ttl span {
    font-size: 24px;
    display: block;
    color: #333;
    margin-top: 20px;
}
.recruit_contents p {
    padding: 0;
}
.recruit_contents .name_box {
    font-size: 24px;
    margin-top: 60px;
    text-align: right;
}
.recruit_contents .name_box span {
    font-size: 16px;
    display: block;
}



.contact_contents.recruit_contents .contact_frame {
    margin-top: 0px;
}
.contact_frame {
    max-width: 1000px;
    margin: 100px auto;
}
.contact_frame h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 2em;
}
.contact_frame .form_blk {
    background-color: #F2F2F2;
    padding: 50px;
    text-align: center;
}
.contact_frame .form_blk dl {
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
}
.contact_frame .form_blk dl dt {
    color: #183C5C;
    padding-top: 30px;
    text-align: left;
    width: 25%;
    border-bottom: solid 1px #A7A7A7;
}
.contact_frame .form_blk dl dd {
    padding: 20px;
    border-bottom: solid 1px #A7A7A7;
    text-align: left;
    width: 75%;
}
.contact_frame .form_blk dl a{
    text-decoration: underline;
    color: #FA007D;
    display: inline;
}
.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}
.form-text2 {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-text3 {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100px;
}
.form-text4 {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}
.caution {
    color: #FA007D;
    font-size: 80%;
}
.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-submit {
    margin: 60px auto
}

.formTable {
    width: 100%;
    margin-bottom: 50px;
}
.formTable th {
    width: 30%;
    padding: 16px;
    background-color: #cfcfcf;
}
.formTable td {
    width: 70%;
    padding: 16px;
    background-color: #ffffff;
}
.c-form-submit-button {
    display: inline-block;
    width: 260px;
    padding: 8px;
    border: none;
    background-color: #00A6E2;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 0 20px;
    transition: all 0.6s ease-out;
}
.c-form-submit-button:hover {
    background-color: #43CDFF;
}
.c-form-submit-button2 {
    display: inline-block;
    width: 260px;
    padding: 8px;
    border: none;
    background-color: #747474;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 0 20px;
}
.wpcf7-submit {
    display: inline-block;
    width: 260px;
    padding: 8px;
    border: none;
    background-color: #872732;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 0 20px;
    transition: all 0.6s ease-out;
}
.wpcf7-submit:hover {
    background-color: #ff697a;
}
label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

label::before,
label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}

label::after {
    background-color: #999;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px
}

input:checked + label::after {
    opacity: 1;
}
.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}


.thanks_body a {
    display: inline;
    text-decoration: underline;
    color: #183C5C;
}

}


