@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');

:root {
--sea-base-color: #384D60;
--sea-color-lblue: #31699A;
--sea-color-blue: #0D4474;
--sea-color-blk: #000;
--sea-color-wht:#fff;
--sea-color-red:#cd3429;
--sea-main-bg-color: #F8F8F8;
--sea-line-color: #ddd;
--sea-base-txt: 'Noto Sans JP', sans-serif;
--sea-txt-min: 'Shippori Mincho', serif;
--sea-txt-en: 'Cormorant Garamond', serif;
--sea-txt-en2: 'Garamond', serif;
--sea-transition-time: 0.3s;
--ft14: 1.4rem;
--ft16: 1.6rem;
--ft18: 1.8rem;
--ft20: 2.0rem;
--ft22: 2.2rem;
--ft24: 2.4rem;
--ft26: 2.6rem;
--ft28: 2.8rem;
--ft30: 3.0rem;
--ft32: 3.2rem;
--ft34: 3.4rem;
--ft36: 3.6rem;
--ft38: 3.8rem;
--ft40: 4.0rem;
--ft42: 4.2rem;
--ft46: 4.6rem;
}


/*---------------
全体
---------------*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.sea_main {
font-size: 1.6rem;
color: var(--sea-color-blk);
padding-top: 70px;
font-weight: normal;
}
a {
color: var(--sea-color-blk);
}
.sea_text_bold {
font-weight: 700;
}
.sea_text_wht {
    color: var(--sea-color-wht);
}
.sea_text_center {
text-align: center;
}
.sea_container_small {
padding: 0 10%;
}
@media screen and (max-width: 959px) {
.sea_container_small {
padding: 0 ;
}
}
.block {
    display: block;
}


/* ページトップへ戻る */
.pagetop {
cursor: pointer;
position: fixed;
right: 20px;
bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 50%;
transition: .3s;
color: #333;
background: #e2e2e2;
z-index: 2000;
/* デフォルトは非表示 */
opacity: 0;
}
.pagetop:hover {
opacity: 0.4;
}

/* もっと見るボタン */
.viewmore_btn {
font-size: var(--ft14);
position: relative;
padding: 1em .7em 1em 2em;
transition: all 0.2s ease;
border: none;
background: none;
text-decoration: none;
display: inline-block;
}
.viewmore_btn::before {
content: "";
position: absolute;
top: 50%;
right: .5em;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
display: block;
border-radius: 100vh;
background: var(--sea-color-blue);
width: 2em;
height: 2em;
transition: all 0.3s ease;
}
.viewmore_btn span {
position: relative;
letter-spacing: 0.05em;
color: var(--sea-color-blue);
right: 1.5em;
}
.viewmore_btn svg {
position: relative;
top: -1px;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke: #fff; /* 矢印の色 */
stroke-width: 1;
transform: translateX(-5px);
transition: all 0.3s ease;
}
/* マウスオーバー */
.viewmore_btn:hover svg {
transform: translateX(0);
}
.viewmore_btn span:hover {
opacity: 0.5;
}
/* 文字数制限 */
.txt-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
  }
/* ページネーション */
.uk-pagination {
    justify-content:center; 
}
.uk-pagination > * > * {
    display: inline-flex;
}
/* WPpagenavi */
.wp-pagenavi {
	margin: 40px auto;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}
.wp-pagenavi a {
    color: #333;
}
.wp-pagenavi a:hover {
	color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px;
	line-height: 2;
	padding: 0 12px;
	transition: .03s;
	display: block;
	border-bottom: 2px solid transparent;
}
.wp-pagenavi span.current {
	border-bottom: 2px solid #77a0d1;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
	border-bottom: 2px solid #77a0d1;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
	margin-right: 15px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}



/* ページ遷移ボタン */
.gopage_btn{
    font-size: 1.6rem;
/*矢印の基点とするためrelativeを指定*/
position: relative;
/*ボタンの形状*/
padding: 8px 6em 8px 0;
display: inline-block;
text-align: center;
text-decoration: none;
color: #384D60;
outline: none;
}
.gopage_btn2{
font-size: 1.6rem;
/*矢印の基点とするためrelativeを指定*/
position: relative;
/*ボタンの形状*/
padding: 8px 6em 8px 0;
display: inline-block;
text-align: center;
text-decoration: none;
color: #fff;
outline: none;
/*アニメーションの指定*/
transition: all .2s linear;
}
.gopage_btn:hover{
opacity: 0.6;
}
.gopage_btn2:hover{
    color: #fff;
    opacity: 0.6;
    }
/*まるの形状*/
.gopage_btn::before{
content:"";
/*まるの位置を決める*/
position: absolute;
top:6px;
right:0;
/*まるの形状*/
background-color: rgba(49, 105, 154, 0.6);
width: 10px;
height: 10px;
padding: 10px;
border-radius: 50%;
}
.gopage_btn2::before{
    content:"";
    /*まるの位置を決める*/
    position: absolute;
    top:6px;
    right:0;
    /*まるの形状*/
    background-color: rgba(255, 255, 255, 0.4);
    width: 10px;
    height: 10px;
    padding: 10px;
    border-radius: 50%;
    }
.gopage_btn::after{
content:"";
/*絶対配置で矢印の位置を決める*/
position: absolute;
top: .8em;
right: 18px;
/*矢印の形状*/
width: 3em;
height: 8px;
border-bottom: 1px solid #384D60;
border-right: 1px solid #384D60;
transform: skew(45deg);
/*アニメーションの指定*/
transition: all .2s linear;
}
.gopage_btn2::after{
    content:"";
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: .8em;
    right: 18px;
    /*矢印の形状*/
    width: 3em;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
    }
/*hoverした際の移動*/
.gopage_btn:hover::after,.gopage_btn2:hover::after{
width: 4.6em;
}
/*背景色*/
.bgcolor-lb {
background-color: var(--sea-color-lblue);
}
.bgcolor-blue {
background-color: var(--sea-color-blue);
}
.bgcolor-content-gray {
background-color: var(--sea-main-bg-color);
}
.bgcolor-content-wht {
background-color: var(--sea-color-wht);
}
.bgcolor-content-service {
background-image: url(../img/dot.png);
background-size: cover;
background-repeat: no-repeat;
}


.bgcolor-content-gradient1 {
    background: linear-gradient(263deg, #b3c2cf, #233c53);
    background-size: 600% 600%;


    -webkit-animation: AnimationName 28s ease infinite;
    -moz-animation: AnimationName 28s ease infinite;
    animation: AnimationName 28s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}

.sae_ft_em {
font-family: var(--sea-txt-en);
}
.sae_ft_em2 {
    font-family: var(--sea-txt-en2);
    }
.sae_ft_min {
font-family: var(--sea-txt-min);
}
.sea_ftcolor_wht {
color: var(--sea-color-wht);
}
.sea_ftcolor_ble {
    color: var(--sea-color-blue);
    }

/*---------------
フォントサイズ
---------------*/
.sea_text_16 {
    font-size: var(--ft16);
}
.sea_text_18 {
    font-size: var(--ft18);
}
.sea_text_20 {
    font-size: var(--ft20);
}
/*---------------
テキストボックス
---------------*/
.sea_textbox_14 {
font-size: var(--ft14);
line-height: 1.5;
}
.sea_textbox_16 {
font-size: var(--ft16);
line-height: 1.8;
}
.sea_textbox_18 {
font-size: var(--ft18);
line-height: 1.8;
}
.sea_textbox_20 {
font-size: var(--ft20);
line-height: 2;
}
.sea_textbox_22 {
font-size: var(--ft22);
line-height: 2.3;
}
.sea_textbox_24 {
font-size: var(--ft24);
line-height: 1.6;
}
.sea_textbox_26 {
font-size: var(--ft26);
line-height: 1.6;
}
.sea_textbox_28 {
font-size: var(--ft28);
line-height: 2;
}
.sea_textbox_36 {
font-size: var(--ft36);
line-height: 1.8;
}
.sea_textbox_wide_left {
display: flow-root;
box-sizing: content-box;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){
.sea_textbox_wide_left {
padding-left: 80px;
}
}
@media (min-width: 960px){
.sea_textbox_wide_left {
padding-left: 80px;
}
}
@media (min-width: 640px){
.sea_textbox_wide_left {
padding-left: 80px;
}
}
@media screen and (max-width: 639px) {
.sea_textbox_22 {
font-size: var(--ft18);
line-height: 2;
}
.sea_textbox_20 {
font-size: var(--ft18);
line-height: 1.8;
}
}
/*右側へ要素を広げる（1カラム）*/
.outside-right{
margin-right: calc(50% - 50vw);
}
/*左側へ要素を広げる（1カラム）*/
.outside-left{
margin-left: calc(50% - 50vw);
}
@media (max-width: 1120px){
.outside-right{
margin-right: 0;
}
.outside-left{
margin-left: 0;
}
}
.sea_bw {
overflow-wrap: break-word;
}
.sea_ba {
word-break: break-all;
}

/*---------------
パーツ
---------------*/
.sea_label_mainblue {
display: inline-block;
padding: 1px 10px;
background: #384d60;
line-height: 1.5;
font-size: 1.4rem;
color: #fff;
vertical-align: middle;
white-space: nowrap;
border-radius: 2px;
text-transform: uppercase;
}
.sea_border {
border: 1px solid var(--sea-line-color);
}
.sea_border_bottom {
border-bottom: 1px solid var(--sea-line-color);
}
.sea_link_blue {
    color: var(--sea-color-blue);
    text-decoration: underline;
}
.sea_link_blue:hover {
    opacity: 0.6;
    transition: 0.2s linear;
    text-decoration: underline;
}

/*---------------
メインナビ
---------------*/
.uk-navbar-left {
margin-left: 20px;
}
@media screen and (max-width: 640px) {
.uk-navbar-left {
margin-left: 10px;
}
}
.uk-navbar-container:not(.uk-navbar-transparent) {
background-color: var(--sea-color-wht);
}
.sea_mnavi {
position: fixed;
z-index: 1000;
top: 0;
background-color: var(--sea-color-wht);
width: 100%;
}
.uk-nav>li>a.sea_mnavi_link {
padding: 0;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
    color: #c2c2c2;
}
.sea_mnavi_btn_lblue {
padding: 0 16px;
font-size: 1.4rem;
line-height: 1.4em;
color: var(--sea-color-wht);
background-color: var(--sea-color-lblue);
border: none;
}
.sea_mnavi_btn_lblue:hover {
background-color: var(--sea-color-lblue);
color: var(--sea-color-wht);
opacity: 0.6;
transition: 0.2s linear;
}
.sea_mnavi_btn_blue {
padding: 0 16px;
font-size: 1.4rem;
line-height: 1.4em;
color: var(--sea-color-wht);
background-color: var(--sea-color-blue);
border: none;
}
.sea_mnavi_btn_blue:hover {
background-color: var(--sea-color-blue);
color: var(--sea-color-wht);
opacity: 0.6;
transition: 0.2s linear;
}
.sea_icon_arrow::before {
content: "";
background: url(../img/icon_nenu_arrow.png) no-repeat;
width: 16px;
height: 16px;
margin-right: 2px;
transform: translateY(6px); /* 上下方向の位置を微調整する */
}
.uk-navbar-toggle {
color: #000;
margin-right: 20px;
}
@media screen and (max-width: 639px) {
.uk-navbar-toggle {
color: #000;
margin-right: 10px;
}
}
.uk-dropbar {
background-color: var(--sea-base-color);
opacity: 0.95;
}
.uk-drop {
min-width: max-content;
padding-left: 20%;
padding-right: 20%;
}
.uk-navbar-dropdown-nav {
font-size: 1.6rem;
display: flex;
}
.uk-navbar-dropdown-nav li {
padding: 0 2rem 0 0;
}
.uk-navbar-dropdown-nav>li>a {
color: #fff;
font-weight: 200;
}
.uk-navbar-dropdown-nav>li>a:hover {
color: #fff;
opacity: 0.5;
transition: 0.2s linear;
}
.uk-offcanvas-close {
color: #000 !important;
margin-top: 10px;
}
.uk-navbar-toggle>svg {
width: 30px;
height: 24px;
}
.uk-offcanvas-close>svg {
width: 26px;
height: 26px;
}
.uk-offcanvas-bar {
padding-top: 60px;
width: 320px;
}
.sea_offcanvas_menu_item {
list-style: none;
font-size: 1.6rem;
padding-left: 20px;
}
/*20240913*/
.sealogo {
    width: 250px;
}
.sea_offcanvas_menu_item li{
    margin-bottom: 8px;
    }
.sea_offcanvas_menu_item a {
color: #000;
font-size: 1.6rem;
/*line-height: 2em;*/
/*20240913*/
line-height: 1.6em;
}
.sea_offcanvas_menu_item a:hover {
color: #000;
opacity: 0.6;
transition: 0.2s linear;
}
.sea_offcanvas_title {
font-weight: 700;
margin-bottom: 0;
position: relative;
left: -16px;
}
.sea_offcanvas_menu_btn a {
padding: 16px;
}
/*---------------
フッター
---------------*/

.sea_footer_contact_btn a {
color: #fff;
display: block;
padding: 80px 20px 100px;
}
.sea_footer_contact_btn {
font-family: var(--sea-txt-min);
font-size: 2.2rem;
line-height: 1.4em;
letter-spacing: .1em;
border: none;
position: relative;
display: inline-block;
}
.sea_footer_contact_btn:hover {
opacity: 0.6;
transition: var(--sea-transition-time);
}
.sea_footer_contact_btn::after{
content: '';
position: absolute;
top: 56%;
left: 46%;
background: url(../img/footer_contact_arrow.png) no-repeat center ;
width: 80px;
height: 30px;
opacity: 0.6;
transition: all .3s;
}
/*hoverした際の移動*/
.sea_footer_contact_btn:hover::after{
left: 50%;
opacity: 1;
}
@media screen and (max-width: 959px) {
.sea_footer_contact_btn {
padding: 40px 0 ;
}
.sea_footer_contact_btn::after {
left: 40%;
}
.sea_footer_contact_btn:hover::after{
left: 45%;
}
}
@media screen and (max-width: 639px) {
.sea_footer_contact_btn {
padding: 10px 0 ;
}
}

.footer address {
margin-top: 0;
}
.footer a:hover {
opacity: 0.5;
transition: 0.2s linear;
}
.sea_footer_wrapper {
background-color: var(--sea-base-color);
color: #fff;
font-size: 1.3rem;
letter-spacing: .09rem;
}
.sea_footer_list a {
color: #fff;
text-decoration: none;
}

.sea_footer_box {
    padding: 60px 2.5% 60px;
}
/*---------------
トップページ
---------------*/
.sea_table-topnews {
width: 100%;
border-collapse: collapse;
line-height: 1.6;
text-align: left;
}
.sea_table-topnews a:hover {
text-decoration: underline;
}
.topnews_date {
font-size: 1.4rem;
color: var(--sea-color-blue);
line-height: 1.2;
padding-right: 10px;
display: flex;
align-items: center;
}
.topnews_date::after {
content:"";
height: 1px;
width: 60px;
margin-left: 10px;
background-color: #333;
}

.sea_table-topnews tr {
border-bottom: 1px solid #ddd;
}
.sea_table-topnews th{
padding: 20px 0;
display: block;
width: 100%;
}
.sea_table-topnews td {
font-size: var(--ft16);
padding: 0 0 20px 0;
display: block;
line-height: 1.2;
}
/*バナースライダー*/
.pd-b-50 {
    padding-bottom: 50px;
}
.top_service_title {
    font-family: var(--sea-txt-min);
    color: var(--sea-color-wht);
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: .08em;
    text-align: left;
    padding-bottom: 20px;
}
.top_service_text {
    font-size: 2rem;
    font-weight: 200;
    color: var(--sea-color-wht);
    line-height: 2.6;
    letter-spacing: .05em;
}
@media screen and (max-width: 639px) {
    .top_service_text {
        font-size: 1.8rem;
        line-height: 2.2;
        letter-spacing: .05em;
    }
}
.top_service_btnbg1 {
    background-image: url(../img/top_service_btn_bg1.jpg);
    background-size: cover;
    padding: 0;
    margin: 0 10px;
}
.top_service_btnbg2 {
    background-image: url(../img/top_service_btn_bg2.jpg);
    background-size: cover;
    padding: 0;
    margin: 0 10px;
}
.top_service_btnbg3 {
    background-image: url(../img/top_service_btn_bg3.jpg);
    background-size: cover;
    padding: 0;
    margin: 0 10px;
}
.sea_mb_4 {
    margin-bottom: 4px;
}
.top_client_heading {
font-family: var(--sea-txt-min);
font-weight: 700;
font-size: 2.4rem;
line-height: 1.8;
text-align: center;
}
@media screen and (max-width: 639px) {
    .top_client_heading  {
        font-size: 2rem;
        line-height: 2;
        letter-spacing: .05em;
    }
}
.top_company_textbox {
    padding-bottom: 60px;
}

@media screen and (max-width: 639px) {


}
.sea_img_center{
    display: block;
    margin: auto;
}
.top_company_pl {
    padding-left: 100px;

}



/*---------------
下層ページ
---------------*/
.sea_breadcrumb_list {
display: flex;
flex-wrap: wrap;
list-style: none;
padding-left: 2rem;
margin-top: 30px;
font-size: small;
}
.sea_breadcrumb_list li:not(:last-of-type)::after {
content: "›";
margin: 0 .7em;
color: #777;
}
.sea_icon_home {
position: relative;
}
.sea_icon_home::before {
content: '';
position: absolute;
top: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
left: -20px;
transform: translateY(-50%);
width: 1.3em;
height: 1.3em;
background-image: url(../img/icon_home.svg);
}

/* 下層hero */
.sea_pagehero_overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(56, 77, 96, 0.6);
}
.sea_pa {
position: absolute;
}
.sea_pagehero_overlay_text {
position: relative;
top: 40%;
}
@media screen and (max-width: 959px) {
    .sea_pagehero_overlay_text {
        top: 45%;
        }
}
.sea_pagehero_overlay_text_service {
padding: 0 4%;
position: relative;
top: 60%;
}
/*下層hero理念*/
.sea_pagehero_overlay_text_phi {
position: relative;
top: 18.5%;
}
.sea_phi_hero_read {
    font-family: var(--sea-txt-min);
    color: var(--sea-color-wht);
}
.sea_phi_hero_title {
    font-size: 5.6rem;
    margin-top: 60px;
    margin-bottom: 130px;
}
.sea_phi_hero_text {
    font-size: 2.8rem;
    letter-spacing: .05em;
    line-height: 1.8;
    width: 66%;
}
.sea_phi_container {
    height: 1849px;
}
@media screen and (max-width: 959px) {
.sea_pagehero_overlay_text_phi {
top: 10%;
}
.sea_phi_hero_title {
    font-size: 3.4rem;
    margin-bottom: 60px;
    }
    .sea_phi_hero_text {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.8;
        margin-bottom: 30px;
        width: 100%;
    }
    .sea_phi_container {
        height: 900px;
    }
}
@media screen and (max-width: 639px) {
    .sea_phi_container {
        height: 1000px;
    }
    .sea_phi_hero_title {
        margin-top: 20px;
        font-size: 2.6rem;
        margin-bottom: 40px;
        }
        .sea_phi_hero_text {
            font-size: 1.8rem;
            line-height: 1.6;
        }
}
/*下層heroコンタクト・ニュース・導入事例*/
.sea_pagehero_overlay_text2 {
    padding: 0 4%;
    position: relative;
    top: 50%;
}
.sea_pagehero_item {
letter-spacing: .1em;
width: 50rem;
}
.sea_page_title {
font-weight: normal;
color: var(--sea-color-wht);
font-size: 7.6rem;
letter-spacing: .08em;
}
.sea_page_title span {
font-family: var(--sea-txt-min);
font-size: 2.6rem;
display: block;
}
.sea_page_title > span.sea_page_title_ft16 {
font-size: var(--ft22);
letter-spacing: 0;
display: inline-block;
}

@media screen and (max-width: 959px) {
.sea_pagehero_overlay_text_service {
    width: 90%;
    padding: 0 4% 0 0;
    position: relative;
    top: 40%;
    left: 3%;
    }
.sea_pagehero_overlay_text2 {
    top: 34%;
}
.sea_page_title {
font-size: 5.5rem;
letter-spacing: .1em;
}
.sea_pagehero_item {
width: 70%;
}
}

@media screen and (max-width: 639px) {
.sea_pagehero_overlay_text {
left: auto;
}
.sea_pagehero_overlay_text2 {
left: auto;
top: 50%;
}
.sea_page_title {
font-size: 2.2rem;
letter-spacing: .1em;
text-align: center;
}
.sea_page_title span {
font-size: 1.6rem;
}
.sea_pagehero_item {
width: 100%;
}
}

/*---------------
下層ページ装飾
---------------*/

/* 見出し */
.sea_panel_heading_main {
font-family: var(--sea-txt-en);
font-size: 12rem;
line-height: 1;
color: var(--sea-color-blk);
}

.sea_panel_heading_main2 {
    font-family: var(--sea-txt-en);
    font-size: 12rem;
    line-height: 1;
    color: var(--sea-color-wht);
    }

.sea_panel_heading_main span,.sea_panel_heading_main2 span{
font-family: var(--sea-txt-min);
font-size: 2.3rem;
font-weight: 500;
display: block;
}

.sea_panel_heading_main_s {
font-family: var(--sea-txt-en);
font-size: 6rem;
line-height: 1;
color: var(--sea-color-blk);
}

.sea_panel_heading_main_s span{
font-family: var(--sea-txt-min);
font-size: 1.8rem;
font-weight: 500;
display: block;
}

.sea_panel_heading-1 {
font-family: var(--sea-txt-min);
font-size: var(--ft30);
letter-spacing: .05em;
color: var(--sea-color-blk);
font-weight: 500;
margin-bottom: 50px;
}

.sea_panel_heading-2 {
font-family: var(--sea-txt-min);
font-size: var(--ft36);
letter-spacing: .05em;
color: var(--sea-color-blk);
font-weight: 500;
margin-bottom: 30px;
}

.sea_panel_heading-sales {
font-family: var(--sea-txt-min);
font-size: var(--ft46);
letter-spacing: .05em;
color: var(--sea-color-blk);
font-weight: 500;
margin-bottom: 30px;
text-align: center;
}

@media screen and (max-width: 959px) {
.sea_panel_heading_main,.sea_panel_heading_main2 {
font-size: 9rem;
}
}

@media screen and (max-width: 639px) {
.sea_panel_heading_main,.sea_panel_heading_main2 {
font-size: 5.8rem;
}

.sea_panel_heading_main span,.sea_panel_heading_main2 span {
font-size: 1.8rem;
}

.sea_panel_heading-1 {
font-size: var(--ft26);
margin-bottom: 30px;
}

.sea_panel_heading-2 {
font-size: var(--ft28);
letter-spacing: 0;
line-height: 1.6;
}

.sea_panel_heading-sales {
font-size: var(--ft38);
letter-spacing: .01em;
line-height: 1.6;
}
}

.sea_txthead_dot {
position: relative;
padding-left: 12px;
}

.sea_txthead_dot:before {
content: "";
position: absolute;
top: .8em;
left: 0;
width: 16px;
height: 16px;
background-color: var(--sea-color-blue);
border-radius: 50%;
}

@media screen and (max-width: 639px) {
.sea_txthead_dot:before {
top: .5em;
}
}

.sea_txthead_dot_s {
position: relative;
padding-left: 12px;
}

.sea_txthead_dot_s:before {
content: "";
position: absolute;
top: .8em;
left: 0;
width: 16px;
height: 16px;
background-color: var(--sea-color-blue);
border-radius: 50%;
}

@media screen and (max-width: 639px) {
.sea_txthead_dot_s:before {
top: .5em;
}
}


.uk-button-mainblue {
background-color: var(--sea-base-color);
font-size: var(--ft16);
line-height: 1.5;
letter-spacing: .1rem;
color: #fff;
padding: 20px 14% 20px 6%;
text-align: left;
display:inline-block;
position: relative;
}

.uk-button-mainblue:hover {
background-color: rgba(56, 77, 96, 0.7);
color: #fff;

}

.uk-button-mainblue::after{
display: block;
position: absolute;
content: "";
top: calc(50% - 5px);
right: 26px;
width: 20px;
height: 5px;
border-right: 2px solid #FFF;
border-bottom: 1px solid #FFF;
transform: skew(45deg);
transition: .3s;
}
.uk-button-mainblue:hover::after{
right: 15px;
width: 20px;
}
.sea_txtshadow {
text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.sea_pagehero_item > a:hover {
opacity: 1;
}
@media only screen and (max-width:639px) {
    .uk-button-mainblue {
        font-size: var(--ft14);
        line-height: 1.4;
        letter-spacing: .08rem;
        }
}

/* セクション区切りの三角 */

.sea_triangle {
position: relative;
}
.sea_triangle::before {
content: '';
position: absolute;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 54px 54px 0 54px;
border-color: #F8F8F8 transparent transparent transparent;
left: 50%;
transform: translateX(-50%) translateY(100%);
}

/* ダウンロードボタンエリア */
.sea_dlarea_bgimg {
background-image: url(../img/linkbtn_area_bg.jpg) ;
background-repeat: no-repeat;
background-size: cover;
}
.sea_dlarea_heading {
font-family: var(--sea-txt-min);
font-size: var(--ft36);
font-weight: 500;
letter-spacing: .1em;
color: var(--sea-color-wht);
text-align: center;
}
@media screen and (max-width: 639px) {
.sea_dlarea_heading {
font-size: var(--ft26);
}
}
.sea_dlarea_read {
font-family: var(--sea-txt-min);
font-size: var(--ft16);
color: var(--sea-color-wht);
text-align: center;
}
.uk-button-gold {
background-color: var(--sea-base-color);
font-size: var(--ft18);
line-height: 1.5;
letter-spacing: .1rem;
background-color: rgba(167, 144, 91);
color: #fff;
padding: 30px 14% 30px 6%;
text-align: left;
display:inline-block;
position: relative;
}
.uk-button-gold:hover {
background-color: rgba(167, 144, 91, 0.7);
color:  #fff
}
.uk-button-gold::after{
display: block;
position: absolute;
content: "";
top: calc(50% - 5px);
right: 26px;
width: 20px;
height: 5px;
border-right: 2px solid #FFF;
border-bottom: 1px solid #FFF;
transform: skew(45deg);
transition: .3s;
}
.uk-button-gold:hover::after{
right: 15px;
width: 20px;
}
@media only screen and (max-width:639px) {
    .uk-button-gold {
        font-size: var(--ft16);
        line-height: 1.4;
        letter-spacing: .08rem;
        }
}

/*テーブル*/
.sea_table-1 {
width: 100%;
border-collapse: collapse;
line-height: 1.6;
}
.sea_table-1 th,.sea_table-1 td {
padding: 3rem 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
vertical-align: baseline;
}
.sea_table-1 th {
width: 25%;
text-align: left;
}
@media only screen and (max-width:639px) {
.sea_table-1 th,td {
width: auto;
display: block;
border-top: none;
}
.sea_table-1 th {
border-bottom: none;
padding-bottom: 30px;
}
.sea_table-1 td {
padding-top: 20;
}
.sea_table-1 tr:first-child {
border-top: 1px solid #d5d5d5;
}
}

.sea_table-small {
width: 100%;
border-collapse: collapse;
line-height: 1.5;
}
.sea_table-small th,.sea_table-small td {
padding: .8rem 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
vertical-align: baseline;
}
.sea_table-small th {
width: 30%;
text-align: left;
font-weight: 500;
}
@media only screen and (max-width:639px) {
.sea_table-small th,td {
width: auto;
display: block;
border-top: none;
}
.sea_table-small th {
border-bottom: none;
padding-bottom: 10px;
}
.sea_table-small td {
padding-top: 0;
}
.sea_table-small tr:first-child {
border-top: 1px solid #d5d5d5;
}
}


/* サービス */
.sea_service_value1 {
font-size: 5.1rem;
line-height: 1.1;
letter-spacing: .1em;
font-family: var(--sea-txt-min);
font-weight: 700;
color: var(--sea-base-color);
margin-top: 50px;
}

.sea_service_value2 {
font-size: 8.1rem;
font-weight: 700;
}

@media screen and (max-width: 1190px) {
.sea_service_value1,.sea_service_value2 {
text-align: center;
}
}

.sea_service_hr {
border-top: 1px solid #000;
}

.sea_service_advan_title {
font-family: var(--sea-txt-min);
font-size: 6.4rem;
font-weight: 400;
margin-top: 20px;
margin-bottom: 0;
}

.sea_service_advan_read {
font-family: var(--sea-txt-min);
font-size: 2.8rem;
font-weight: 500;
}

@media screen and (max-width: 639px) {
.sea_service_advan_title {
font-size: 5rem;
}

.sea_service_advan_read {
font-size: 2.6rem;
}
}


.sea_flow_list {
padding-left: 0;
}

.sea_flow_list > li {
list-style-type: none;
position: relative;
padding-left: 60px;
}

.sea_flow_list > li:not(:last-child) {
padding-bottom: 10px;
}

.sea_flow_list > li .sea_flow_icon {
font-family: var(--sea-txt-min);
font-size: 4.5rem;
font-weight: 400;
color: #fff;
width: 1.5em;
height: 1.5em;
line-height: 1.6em;
text-align: center;
border-radius: 100vh;
display: inline-block;
background: #384D60;
position: absolute;
left: 0;
}


.sea_flow_list > li:not(:last-child)::before {
content: '';
background: #000;
width: 1px;
height: 70%;
position: absolute;
top: calc(65% - -20px);
left: 35px;
transform: translateY(-65%);
}

.sea_flow_list > li dl {
padding-left: 10%;
padding-bottom: 8%;
}

.sea_flow_list > li dl dt {
font-family: var(--sea-txt-min);
font-size: 2.8em;
line-height: 1.3;
padding-bottom: 30px;
}

.sea_flow_list > li dl dd {
margin-left: 0;
}

@media screen and (max-width: 639px) {
.sea_flow_list > li:not(:last-child)::before {
background: none;

}
.sea_flow_list > li .sea_flow_icon {
font-size: 4rem;
}

.sea_flow_list > li dl dt {
font-size: 2.2em;
}
}

/* 2030 */
.sea_feature_icon {
font-family: var(--sea-txt-min);
font-size: 4.5rem;
font-weight: 400;
color: #fff;
display: block;
width: 1.5em;
height: 1.5em;
line-height: 1.6em;
text-align: center;
border-radius: 100vh;
background: #384D60;
display: inline-block;
position: absolute;
z-index: 50;
}

.sea_feature_border {
position: relative;
top: 15px;
padding-right: 3%;
height: 1px;
background-color: #000;
border: none;
}

.sea_support_number {
font-family: var(--sea-txt-min);
font-size: var(--ft24);
font-weight: bold;
letter-spacing: .05em;
color: var(--sea-color-blue);
font-weight: 600;
}

.sea_boxshadow:hover {
box-shadow: 0 0 20px 2px #ddd;
}

/* 営業販売 */
.sea_sales_heading_26 {
font-family: var(--sea-txt-min);
font-weight: 700;
font-size: var(--ft28);
}

.sea_sales_card {
padding: 4rem 5rem 5rem;
border: 1px solid #000;
position: relative;
}

.sea_sales_card_number {
font-family: var(--sea-txt-en2);
color: var(--sea-base-color);
position: absolute;
top: 0;
left: -.1em;
font-size: 5em;
padding: 0;
margin: 0;
transform: translateY(-50%) translateX(1em);
}

/*登録商標リスト*/
.sea_shouhyou_list {
font-size: var(--ft14);
letter-spacing: 0;
font-weight: 700;
}

.sea_shouhyou_list > div {
padding-bottom: 18px;
padding-left: 10px;
position: relative;
}

.sea_shouhyou_list > div:before {
content: "";
position: absolute;
top: .4em;
left: 0;
width: 12px;
height: 12px;
background-color: var(--sea-color-blue);
border-radius: 50%;
}

/*会社情報*/
.sea_conpany_footmenu {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 20px 0;
}

.sea_conpany_footmenu a {
color: var(--sea-color-blue);
margin-right: 50px;
padding-left: 30px;
line-height: 2em;
position: relative;
}

.sea_conpany_footmenu a:hover {
opacity: 0.5;
transition: .3s;
}

.sea_conpany_footmenu a::before {
display: block;
position: absolute;
content: "";
top: calc(50% - 5px);
left: 0;
width: 20px;
height: 5px;
border-right: 1px solid var(--sea-color-blue);
border-bottom: 1px solid var(--sea-color-blue);
transform: skew(45deg);
}
.sea_conpany_footmenu a::before{
right: 10px;
width: 20px;
}

/*理念*/
.sea_panel_heading-philosophy {
font-family: var(--sea-txt-min);
font-size: var(--ft46);
line-height: 1.8;
letter-spacing: .05em;
color: var(--sea-color-blk);
font-weight: 500;
margin-bottom: 30px;
}
.sea_panel_text-philosophy {
    font-family: var(--sea-txt-min);
    font-size: var(--ft20);
    line-height: 1.8;
    font-weight: 500;
}
.sea_philosophy_num {
    font-family: var(--sea-txt-en2);
    font-size: 8.6rem;

}
.sea_philosophy_sus_title {
    font-family: var(--sea-txt-min);
    font-size: 2.8rem;
    }
.sea_philosophy_sus_text {
font-size: 1.8rem;
line-height: 1.8;
}
@media screen and (max-width: 639px) {
.sea_panel_heading-philosophy {
font-size: var(--ft34);
letter-spacing: .01em;
line-height: 1.6;
}
.sea_panel_text-philosophy {
    font-family: var(--sea-txt-min);
    font-size: var(--ft18);
    line-height: 1.6;
}
.sea_philosophy_num {
    margin: 0;
    padding: 0;
}
.sea_philosophy_sus_title {
    margin-top: 0;
}
}
/*社長メッセージ*/
.sea_topmessage_title {
font-family: var(--sea-txt-min);
font-size: var(--ft42);
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1.8;
padding: 100px 0 60px;
}
.sea_topmessage_read {
font-family: var(--sea-txt-min);
font-size: var(--ft18);
font-weight: 500;
line-height: 1.8;
padding-bottom: 20px;
}
.sea_topmessage_cap {
font-family: var(--sea-txt-min);
font-size: var(--ft16);
text-align: right;
line-height: 1.8;
}
@media screen and (max-width: 959px) {
.sea_topmessage_title {
font-size: var(--ft34);
letter-spacing: 0.08em;
line-height: 1.6;
padding: 20px 0 40px;
}
}
@media screen and (max-width: 639px) {
.sea_topmessage_title {
font-size: var(--ft30);
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1.5;
padding: 20px 0 30px;
}
.sea_topmessage_read {
font-family: var(--sea-txt-min);
font-size: var(--ft18);
line-height: 1.6;
padding-bottom: 20px;
}
}
.sea_message_books_item {
    padding: 40px;
    background-color: var(--sea-color-wht);
}
/*沿革*/

.sea_history_item_year {
font-family: var(--sea-txt-en2);
font-size: 6rem;
line-height: 1;
padding: 3rem 0 0 0;
margin: 0;
}
.sea_history_list {
list-style-type: none;
padding: 0;
margin: 0;
}
.sea_history_list_month {
font-size: var(--ft24);
font-weight: 700;
margin: 0;
padding: 0;
}
.sea_history_list_item {
line-height: 1.8;
border-bottom: solid 1px var(--sea-line-color);
padding:3rem 0;
}
.sea_history_list_text {
margin-top: 10px;
}
@media screen and (max-width: 639px) {
.sea_history_list_item img {
margin-top: 10px;
}
}

/*主要取引先*/
.sea_cliant {
display: flex;
flex-wrap: wrap; /* 折返し指定 */
}
.sea_cliant_item {
border-top: 1px solid var(--sea-line-color);
width: calc(50% - 20px); /* margin padding分を引く */
padding: 20px 0;
margin: 0 20px 0 0;
}
.sea_cliant_item:nth-last-child(2) {
border-bottom: 1px solid var(--sea-line-color);
}

/*プライバシーポリシー*/
.sea_privacy_title {
font-size: var(--ft18);
font-weight: 600;
}
.sea_privacy_liststyle_1 {
list-style: none;
counter-reset: number;
}
.sea_privacy_liststyle_1>li {
position: relative;
padding-left: 40px;
}
.sea_privacy_liststyle_1>li::before {
counter-increment: number;
content: '（' counter(number) '）';
position: absolute;
left: 0;
}

/*モデルハウスのご案内*/
.sea_mh_card_title {
font-family: var(--sea-txt-min);
font-size: var(--ft26);
font-weight: 700;
margin-top: 3rem;
}
.sea_mh_card_address{
list-style-type: none;
padding: 0;
margin: 0;
}
.sea_mh_card_address li{
line-height: 1.8;
}

/*モデルハウス*/
.sea_mh_hero_txt {
    padding: 40px 30px;
    background-color: #fff;
    position: relative;
    right: 80px;
    top: 260px;
    height: fit-content;
}

@media screen and (max-width: 959px) {
.sea_mh_hero_txt {
    width: 80%;
    padding: 0 0 0 20px;
    margin: 0 auto;
    position: static;
}
}

.sea_point_subtitle {
font-family: var(--sea-txt-min);
font-size: var(--ft28);
font-weight: 700;
display: flex;
margin-bottom: 20px;
margin-top: 0;
}

.sea_point_subtitle:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #666;
margin-left: 1rem;
margin-top: 1.8rem;
}
.sea_point_number {
font-family: var(--sea-txt-en2);
font-size: 1.8rem;
font-weight: 700;
color: var(--sea-color-blue);
margin: 0;
padding: 0;
}
.sea_mh_point {
margin-top: 40px !important;
}
.sea_mh_card_title2 {
font-family: var(--sea-txt-min);
font-size: var(--ft26);
font-weight: 700;
margin-top: 0;
padding-top: 0;
}
a.sea_map_link  {
text-decoration: underline;
}



/*導入事例*/
.sea_usercase_itemwrap {
    transition: 0.2s ease-in-out;
    margin-bottom: 40px;
}
.sea_usercase_itemwrap:hover {
    opacity: 0.6;
}
.sea_usercase_btn {
cursor: pointer;
font-size: var(--ft16);
background-color: transparent;
color: var(--sea-base-color);
border: 1px solid var(--sea-base-color);
margin: 0 1rem 0 0;
padding: 6px 30px;
overflow: visible;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: none;
transition: 0.1s ease-in-out;
}
.sea_usercase_btn:hover {
background-color: rgba(56, 77, 96, 0.2);
opacity: 0.6;
}
.sea_usercase-label {
font-size: 1.4rem;
font-weight: 400;
display: inline-block;
padding: 2px 10px;
margin: 0 4px 6px 0;
background-color: transparent;
line-height: 1.5;
color: var(--sea-base-color);
border: 1px solid var(--sea-base-color);
vertical-align: middle;
white-space: nowrap;
}
@media screen and (max-width: 639px) {
    .sea_usercase-label {
        font-size: 1.2rem;
    }
}
.scroll_navigation {
text-align: center;
}
/*ローディングが表示されるエリアの設定*/
#infscr-loading {
text-align:center;
margin:20px auto;
}
#infscr-loading img{
width:30px;/*ローディング画像のサイズ*/
}
/*導入事例個別ページ*/
.sea_usercase_heading {
margin-bottom: 40px;
}
.sea_usercase_heading h3 {
font-size: var(--ft34);
}
@media screen and (max-width: 639px) {
    .sea_usercase_heading h3 {
        font-size: var(--ft28);
        }
}
.sea_usercase_title {
font-family: var(--sea-txt-min);
font-size: var(--ft26);
font-weight: 700;
padding: 0.2rem 2rem;
border-left: 6px solid var(--sea-color-blue);
}

/*ニュース*/
.sea_date {
    font-size: var(--ft14);
    margin: 0;
    padding: 0;
}

.news_title {
    font-size: var(--ft16);
    font-weight: 500;
    line-height: 1.4;
    margin: 8px 0;
    padding: 0;
}
.sea_newsitem_wraper a {
    transition: .3s;

}
.sea_newsitem_wraper a:hover {
    opacity: 0.5;
}





/*フォーム*/
.sea_form-item {
border-top: 1px solid #ddd;
padding-top: 24px;
padding-bottom: 24px;
display: flex;
align-items: center;
}
.sea_form-item-border-none {
    border-top: none;
    }

.item_last_border {
    border-bottom: 1px solid #ddd;
}

.wpcf7-list-item {
    margin: 0 1em 0 0 !important;
}

@media screen and (max-width: 959px) {
.sea_form-item {
padding-left: 14px;
padding-right: 14px;
padding-top: 16px;
padding-bottom: 16px;
flex-wrap: wrap;
display: block;
}



}
.sea_form-item:last-of-type {
border-bottom: 1px solid #ddd;
}
.sea_form-item-label {
width: 28%;
color: var(--sea-color-blue);
letter-spacing: 0.05em;
font-weight: bold;
font-size: 18px;
}

p.sea_form-item-label  {
    padding: 0 !important;
}

@media screen and (max-width: 959px) {
.sea_form-item-label {
width: 100%;
display: flex;
align-items: center;
font-size: 15px;
margin-bottom: 0;
}
}
.sea_form-item-label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
@media screen and (max-width: 959px) {
.sea_form-item-Label.isMsg {
margin-top: 0;
}
}
.sea_form-item-label-required {
margin-right: 8px;
padding: 1px 3px;
display: inline-block;
text-align: center;
background: var(--sea-color-blue);
color: #fff;
font-size: 1.2rem;
font-weight: 400;
}
@media screen and (max-width: 959px) {
.sea_form-item-label-required {
padding-top: 1px;
padding-bottom: 1px;
width: 32px;
font-size: 10px;
}
}
.sea_form-item-input,.sea_form-item-select {
border: 1px solid #ddd;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
background: #eaedf2;
font-size: 18px;
width: 100%;
}
.sea_form-item-radio {
    padding-right: 20px;
    margin-left: 40px;
}
.sea_form-item-box {
    margin-left: 40px;
    margin-top: 10px;
}

.sea_form-item ul li {
    list-style-type: none;
    padding-bottom: 6px;
}

@media screen and (max-width: 959px) {
.sea_form-item-input,.sea_form-item-select {
margin-left: 0;
width: 90%;
height: 40px;
flex: inherit;
font-size: 15px;
}
.sea_form-item-box {
    margin-left: 0;
}
}
.sea_form-item-textarea {
font-family: var(--sea-base-txt);
border: 1px solid #ddd;
margin-left: 40px;
padding: 1em;
height: 216px;
flex: 1;
width: 90%;
background: #eaedf2;
font-size: 18px;
}
@media screen and (max-width: 959px) {
.sea_form-item-textarea {
margin-left: 0;
height: 200px;
flex: inherit;
font-size: 15px;
}
.sea_form-item-radio {
    margin-left: 0;
}
}
.sea_form-btn {
color: #fff;
font-weight: bold;
font-size: 20px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 280px;
display: block;
letter-spacing: 0.05em;
background: var(--sea-color-blue);
border: none;
cursor:pointer
}
@media screen and (max-width: 959px) {
.sea_form-btn {
margin-top: 24px;
padding-top: 8px;
padding-bottom: 8px;
width: 160px;
font-size: 16px;
}
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    color: #dc3232;
    text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
    padding: 4px 0 0 40px;
}
@media screen and (max-width: 959px) {
    .wpcf7-not-valid-tip {
        padding-left: 0;
    }
}

/*20240913*/
.sea_page_title_sogh {
    font-weight: normal;
    color: var(--sea-color-wht);
    font-size: 5rem;
    letter-spacing: 0;
    }
    @media screen and (max-width: 959px) {
        .sea_page_title_sogh {
            font-size: 4rem;
            letter-spacing: 0;
            }
        }
    @media screen and (max-width: 639px) {
    .sea_page_title_sogh {
        font-size: 1.8rem;
        letter-spacing: 0;
        text-align: center;
        }
    }

        .sea_textbox_20-2 {
            font-size: 20px;
            line-height: 1.6;
        }
        @media screen and (max-width: 959px) {
            .sea_textbox_20-2 {
                font-size: 16px;
                }
            }
    
            .sea_box_border {
                border: solid 1px #d5d5d5;
                box-sizing: border-box;
            }
    
        .sogh_bg {
            background-color: #e5eaef;
        }
    
        .sogh_icon-color_blue {
            color: #0D4474;
            font-size: 24px;
        }
    
        .sea_panel_heading-sogh1 {
            font-family: var(--sea-txt-min);
            font-size: var(--ft36);
            letter-spacing: .05em;
            color: var(--sea-color-blk);
            line-height: 1.4;
            font-weight: 500;
            text-align: center;
            margin: 20px 0;
            }
    
            .sea_panel_heading-sogh2 {
                font-family: var(--sea-txt-min);
                font-size: 56px;
                letter-spacing: 0;
                color: var(--sea-color-blk);
                line-height: 1.4;
                font-weight: 500;
                margin-top: 20px;
                margin-bottom: 40px;
                text-align: center;
            }
    
            @media screen and (max-width: 959px) {
                .sea_panel_heading-sogh1 {
                    font-size: 24px;
                    letter-spacing: 0;
                    margin-bottom: 0;
                    }
                    .sea_panel_heading-sogh2 {
                        font-size: 38px;
                        letter-spacing: 0;
                        margin-bottom: 20px;
                        }
                }

            /*20240925*/
            .sea-label {
                display: inline-block;
                padding: 0 10px;
                background: #fff;
                border: solid 1px #0D4474;
                line-height: 1.5;
                font-size: 1.5rem;
                color: #0D4474;
                vertical-align: middle;
                white-space: nowrap;
                text-transform: uppercase;
            }

            .sogh_textbox_28 {
                font-size: var(--ft28);
                line-height: 2;
                }

                @media screen and (max-width: 959px) {
                    .sogh_textbox_28 {
                        font-size: var(--ft24);
                        line-height: 1.6;
                        }
                }

            .sogh_text_uuderline {
                border-bottom: 4px solid  #0D4474;
                display: inline-block;
            }

            .sogh_text_pointTitle {
                font-size: 42px;
                line-height: 1.4;
            }
            .txt_blue {
                color: #0D4474;
            }
            .sogh_pointHead {
                font-size: 24px;
                line-height: 1.4;
            }
            .sogh_border_card {
                padding: 2rem 3rem 2rem;
                border: 1px solid #000;
                position: relative;
                }
                
                @media screen and (max-width: 639px) {
                    .sogh_border_card { 
                        padding: 2rem 3rem 2rem;
                    }
                }

                /*20240927*/
                .sogh-accent {
                    font-weight: 600;
                    background: linear-gradient(transparent 70%, #f1d08d 0%);
                    display: inline;
                }
