@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #f0f0f0;
  --body_text_color: #393939;
  --link_color: #f18823;
  --border_color: #666666;
  --table_border_color: #b6c4d9;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #393939;
  --td_character_color: #393939;
  --required_color: #f18823;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #1e56a6;
  --entry_title_bg_color: #ffffff;
  --blog_title_color: #1e56a6;
  --sub_entry_title_bg_color: #1e56a6;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #1e56a6;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #1e56a6;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #1e56a6;
  --footnavi_color: transparent;
  --address_color: #393939;
  --copy_color: #ffffff;
  --kdb_background_color:#d7dde4;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1000;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 700px;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: transparent;/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #000000;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #334b6c;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;
  --transition-duration: 0.3s;
  --easys_access_h:70px;
  --easys_access_w:510px;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color) url("../files/html_bg.jpg") ;
  background: none var(--basic_background_color);

  scroll-padding-top: var(--easys_access_h);
  scroll-behavior: smooth;
}

/*トップページ----------------------------------*/
body#page_6 {
  background: none transparent;
}

/*中ページ----------------------------------*/
body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none no-repeat center top;
}


body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
/*トップページ----------------------------------*/
#page_6 #branding_box {
  padding: 0;
  background: none transparent;
}

/*中ページ*/
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 var(--easys_naka_main_h) 0;
  height: 0px;
  background: url("../files/header_bg.jpg") no-repeat center top,
  url("../files/body_bg_com.png") no-repeat center bottom;
  background: url("../files/header_bg.jpg") no-repeat center top;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  bottom:210px;
  right:30px; 
}

#page_6 #site-description {
  left:30px; right:unset; 
  bottom:30px;
}



#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ @logo
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}
/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  top: 35px;
  left: 30px;
  background: url("../files/main_logo.jpg")no-repeat center top;
  width: 200px;
  height: 70px;
}
#page_6 #header_information .main_header a img{
  top: 0px;
}





/* Gナビ上部固定 ----------------------------------*/
body.fixed #header_information .main_header a img {
  position: fixed !important;
  top: 0px !important;
  left: 30px !important;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
body.fixed #header_information .main_header a img {
    left: calc(50% - 970px) !important;
  }
}


/*  グローバルナビ　@navi
---------------------------------------------------------------------------------------------------- */
#access {
  --gnavi01: 100px;
  --gnavi02: 80px;
  --gnavi03: 80px;
  --gnavi04: 80px;
  --gnavi05: 80px;
  --gnavi06: 90px;
}
#access {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 751;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: var(--easys_access_h);
  transform-origin: right top;
}
#page_6 #access{top: 0px;background-color: #fff;}

#access .menu-header{
  width: var(--easys_access_w);
  margin: 0 auto 0;
}
#access .menu-header #menu-gnavi {
  display: flex;
  justify-content: center;
}

#access .menu-header #menu-gnavi > li > a {
  height: var(--easys_access_h);
  background: url("../files/topnavi.png") no-repeat center top;
  line-height: var(--easys_access_h);
  transition: background-position-y 0.3s;
}
#access .menu-header #menu-gnavi > li:nth-of-type(1) > a {
  width: var(--gnavi01);
  background-position-x: left;
}
#access .menu-header #menu-gnavi > li:nth-of-type(2) > a {
  width: var(--gnavi02);
  background-position-x: calc((var(--gnavi01)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(3) > a {
  width: var(--gnavi03);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(4) > a {
  width: var(--gnavi04);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(5) > a {
  width: var(--gnavi05);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(6) > a {
  width: var(--gnavi06);
  background-position-x: right;
}
#access .menu-header #menu-gnavi > li > a:hover {
  background-position-y: bottom;
}
/* Gナビ上部固定(最大2000pxを維持)*/ 
body.fixed #access {
  position: fixed;
  top: 0px !important;
  bottom: inherit;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 960px;
  z-index: 999;
  max-width: calc(var(--easys_max_width)*1px);
  background-color: #fff;
  transform: none !important;
  /*--easys_access_h:60px !important;*/
}
body.fixed #access .menu-header {
  /*margin:0 auto;*/
  transform: none !important;
}
/* body.fixed #access .menu-header #menu-gnavi > li > a{
  background-image: url("../files/topnavi_fixed.png")  !important;
} */

/* プルダウンメニュー */
#access ul li ul li {
  border-bottom: 1px dotted var(--border_color);
}
#access ul li ul li a {
  padding: 15px 10px;
  background-color: var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em;
}
#access ul li ul li a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

/* カレントページのメニュー */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: var(--easys_standard_value003);
}
#access ul li.current_page_item > a:hoverc#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
  color: var(--easys_standard_value004);
}


/*  メイン画像 @main
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  /*top: 100px;*/
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/*naka*/
 #main_teaser {
  top:120px;
  width:100%;
  height:580px;
  overflow:hidden;
}
 #main_teaser img {
  display:block;
  position:absolute;
  left:0;
  right:0;
  z-index:99;
  width:960px;
  margin:0 auto;
  transition:1s ease 0s;
  transform:translateY(100px);
  transform-origin:center;
  opacity:0;
}
#main_teaser.loaded img {
  transform:translate(0px, 0px);
  opacity:1;
}
#main_teaser #para::after {
  content:"";
  position:absolute;
  bottom:0;
  left:calc(50% - 1000px);
  z-index:-1;
  width:2000px;
  height:580px;
  background:url("../files/body_bg_com.png") no-repeat center bottom;
}
#main_teaser #para {
  top:0px;
  left:0;
  z-index:-1;
  width:100%;
  height:580px;

  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}
#main_teaser #para::before {
  content:"";
  position:fixed;
  top: 0;
  left:0;
  right: 0;
  margin: 0 auto;
  z-index:-1;
  width:100vw;
  height: 580px;
  background:url(/files/70blog_body_bg_pala.jpg) no-repeat center top/ cover;
  object-fit:cover;
}
#page_81 #main_teaser #para::before{background-image:  url(/files/10about_body_bg_pala.jpg);}
#page_9 #main_teaser #para::before{background-image:  url(/files/20business_body_bg_pala.jpg);}
#page_12 #main_teaser #para::before{background-image:  url(/files/30works_body_bg_pala.jpg);}
#page_1088 #main_teaser #para::before{background-image:  url(/files/40group_body_bg_pala.jpg);}
#page_15 #main_teaser #para::before{background-image:  url(/files/50recruit_body_bg_pala.jpg);}
#page_18 #main_teaser #para::before{background-image:  url(/files/60contact_body_bg_pala.jpg);}



/*top*/
#page_6 #branding_box {
  height: 100vh;
}

#video_teaser{
  height: calc(100vh + 1080px);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#video_teaser div {
  display: block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#video_teaser div {
  height: 100vh !important;
  width: 100vw;
}

/* スライダーの子要素をフィックスする */
#video_teaser > div {
  position: fixed;
  top: 0;
  z-index: -1;
}

#video_teaser_inner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター　@footer 
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footer_h: 770px;
  --footer_navi_top: 245px;
  --footer_navi_left: 540px;
  --footer_add_top: 330px;
  --footer_add_left: -235px;
  --footer_copy_bottom: 160px;
  --footer_copy_left: 650px;
}
 
#footer_block {
  position: relative;
  height: var(--footer_h);
  background: url(../files/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height:  var(--footer_h);
  background: none transparent;
  /* background: url(/files/footer_box_bg.png) no-repeat center top; */
}

#footer-widget-area {
  display: block;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */


#footer-widget-area .widget-area{
position: absolute;
top: var(--footer_navi_top);
left: calc(50% -  var(--footer_navi_left));
}

:root {
  --gnavi_h: calc(-280px/8);
}
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 260px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: 0;
  height: 280px;
  width: 260px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu li{
  margin: 0;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  float: none;
  display: block;
  padding: 0;
}


#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  width: 260px;
  height: calc(280px/8);
  padding: 0;
  text-indent: -999999px;
  border: 0;
  background: url(/files/footer_navi.png) no-repeat left top;
  margin: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-position-x: right !important;
}


#footer-widget-area .widget-area .menu-item:nth-of-type(1) a{
  background-position:left top !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(2) a{
  background-position:left var(--gnavi_h) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(3) a{
  background-position:left calc(var(--gnavi_h) * 2) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(4) a{
  background-position:left calc(var(--gnavi_h) * 3) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(5) a{
  background-position:left calc(var(--gnavi_h) * 4) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(6) a{
  background-position:left calc(var(--gnavi_h) * 5) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(7) a{
  background-position:left calc(var(--gnavi_h) * 6) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(8) a{
  background-position: left bottom !important;
  }



/*  フッター情報
---------------------------------------------------------------------------------------------------- */

.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}






#footer_information{
  position: absolute;
  top: var(--footer_add_top);
  left: calc(50% - var(--footer_add_left));
}
#footer_information .entry-post {
  width: 400px;
  margin: 0;
  text-align: left;
}

/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}
#footer_information .entry-post .post-data > p:nth-of-type(2) {
  margin-top: 30px;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}



#copyright {
position: absolute;
bottom: var(--footer_copy_bottom);
right: calc(50% - var(--footer_copy_left));
}

/*  サイドメニュー @sidebtn
---------------------------------------------------------------------------------------------------- */
.fixed_side_btn {
  position:fixed;
  top: calc(50vh - 60px);
  left:30px;
  z-index:1000;
  pointer-events:none;
}
.fixed_side_btn div {
  position:relative;
  width:60px;
  height:60px;
  overflow:hidden;
  pointer-events:auto;
}
.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}


.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}
.fixed_side_btn div a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: 1;
    opacity:0;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:left center;
}
.fixed_side_btn div a:hover:before{
  opacity:1;
}
/* デフォルトボタン */
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten.jpg);
}
.fixed_side_btn .gaten a:before{
  background-image:url(../files/btn_gaten_on.jpg);
}
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog.jpg);
}
.fixed_side_btn .weblog a:before{
  background-image:url(../files/btn_blog_on.jpg);
}


.fixed_side_btn .contact:hover{
  transform:none !important;
  opacity:0.8;
}

.fixed_side_btn .contact {
  position:fixed;
  top: 35px;
  right:35px;
  z-index:9999;
  width:140px;
  height:40px;
  transform:none !important;
  border-radius:11px;
}
#page_6 .fixed_side_btn .contact{top: 15px;}
body.fixed .fixed_side_btn .contact{
  top: 15px;
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
  background-image:url(../files/btn_contact.jpg);
  width: 140px;
  height: 40px;
}
.fixed_side_btn .contact a:before{
  background-image:url(../files/btn_contact_on.png);
}



/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}

@media screen and (min-width: 2000px) {
.fixed_side_btn{left: calc(50% - 970px);}
.fixed_side_btn .contact{right: calc(50% - 965px);}
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}
/*#float_top_btn{
  bottom: 50px;
  right: 50px;
}*/

@media (min-width: 2000px) {
#float_top_btn {
  right:calc(50% - 980px);
}
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し @ttl
---------------------------------------------------------------------------------------------------- */

.headline_title,
.entry_title{
	margin-bottom:60px;
}

#blog_main .entry-title,
* .sub_entry_title,
* .mid_entry_title,
* .mid_sub_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .inline_title
{margin-bottom:40px;}

.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 80px;
  line-height: 80px;
  padding-top: 40px;
  background-position-y: bottom;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/

/*
h3.entry_title,
.entry_title,
.entry-title {
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
  width: auto;
  text-align: center;
  padding-left: 0;
}

.entry_title h3 {
  padding-left: 120px;
  width: 720px;
}
*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: var(--font_size_20);
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: var(--font_size_20);
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: var(--font_size_15);
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}


/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}





/*  テーブル @table
---------------------------------------------------------------------------------------------------- */


/*  横線
-------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: var(--table_border_color);
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid var(--table_border_color) !important;
}




/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}



/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.3s ease 0s;
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  opacity: 1;
  transform: translateY(0);
}
  
*/




.nd_01.contents_block div{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.nd_01.contents_block .easys_content_inner{
width: 2000px;
position: relative;
left: calc(50% - 1000px);
padding:0 !important;
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 200px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}




/* デザインブロック共通設定
--------------------------------------- */


.ndb_01 {
  margin-top: 0 !important;position: relative;
}

.ndb_01 *[class*="title"] {
  display: none;
}
.ndb_01,
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ndb_01 .post_data {
  text-align:justify;
}

.ndb_01 .easys_content .sub_post .float_left {
  float: left !important;
}

.ndb_01 .easys_content .sub_post .float_right {
  float: right !important;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}


/*btn*/
/*body:not(#page_6) .ndb_01  .main_btn{display: none;}*/

.ndb_01  .main_btn {
  position: relative;
  display: block;
  padding: 0;
  width: 310px;
  height: 60px;
  margin-top: 0px;
}
.ndb_01  .main_btn a {
  position: absolute;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  text-indent: -9999px;
  background-position: center top;
  background-repeat: no-repeat;
}
.ndb_01  .main_btn a::before,
.ndb_01  .main_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
}
.ndb_01 .main_btn a::after {background: url(../files/design01_btn.png) ;}
.ndb_01 .main_btn a::before {background: url(../files/design01_btn_on.png) ;}

.ndb_01  .main_btn a::after {opacity: 1;}
.ndb_01  .main_btn a:hover::before {opacity: 1;}
.ndb_01  .main_btn a:hover::after {opacity: 0;}


/*追加画像*/
.design_block{
  position: absolute;
  z-index: 9;
  display: block;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
}


 /*fade in down------------------------------------*/

.f_down{
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
  transform: translateY(100px);
}

.f_down.moved
 {transform: translate(0px, 0px);opacity: 1;}

 /*View from left --------------------------- */

.f_img{
  overflow:hidden;
  transition:1s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  background-position-y: 100px !important;
}

.f_img.moved {
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
  background-position-y: 0px !important;
}

/*zoom out--------------------------- */

.f_zoom{
  overflow:hidden;
  transition: 1s;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  opacity: 0;
  background-size: 120% !important;
  background-position-y: 100px !important;
}

.f_zoom.moved {
  background-size: 100% !important;
  background-position-y: 0px !important;
  opacity: 1;
}

/* ===========================================================================
     トップページ @db
=========================================================================== */

/*TOP------------------------------------------------------------------------------------ */


/*DB1>株式会社隆勢は物流・採石・工事事業を通じて地域社会の発展に貢献いたします。
o1o57b4alb9hrfq1lvwn
--------------------------------------- */
#o1o57b4alb9hrfq1lvwn {
  background: url(../files/design01_bg01-02.png) no-repeat center top 500px,
    url(../files/design01_bg01.png) no-repeat center top;
  position: relative;
  z-index: 99;
  }
#o1o57b4alb9hrfq1lvwn,
#o1o57b4alb9hrfq1lvwn .easys_content_inner,
#o1o57b4alb9hrfq1lvwn .entry_post {height: 1870px;}
#o1o57b4alb9hrfq1lvwn .text_box {
  margin: 1550px auto 0 -115px;
  width: 970px;
}


#o1o57b4alb9hrfq1lvwn #img01 {
background-image: url(../files/design01_bg01-03-01.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
}
#o1o57b4alb9hrfq1lvwn #img02 {
background-image: url(../files/design01_bg01-03-02.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
transition-delay: 0.2s;
}
#o1o57b4alb9hrfq1lvwn #img03 {
background-image: url(../files/design01_bg01-03-03.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
transition-delay: 0.4s;
}
#o1o57b4alb9hrfq1lvwn #img04 {
background-image: url(../files/design01_bg01-03-04.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
transition-delay: 0.6s;
}
#o1o57b4alb9hrfq1lvwn #img05 {
background-image: url(../files/design01_bg01-03-05.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
transition-delay: 0.8s;
}
#o1o57b4alb9hrfq1lvwn #img06 {
background-image: url(../files/design01_bg01-03-06.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
transition-delay: 1s;
}
#o1o57b4alb9hrfq1lvwn #img07 {
background-image: url(../files/design01_bg01-03-07.png);
width: 2000px;
height: 400px;
top: 680px;
left: calc(50% - 1000px);
transition-delay: 1.2s;
}

#o1o57b4alb9hrfq1lvwn #img08 {
  top:1080px;
  left:calc(50% - 1000px);
  z-index:0;
  width:2000px;
  height:792px;
  background-image:url(../files/design01_bg02-01.jpg);
  transition-duration: 2s;
  transition-delay: 0.5s;
}
#o1o57b4alb9hrfq1lvwn::after {
content: '';
display: block;
position: absolute;
top: 1080px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design01_bg02-02.png) no-repeat center top;
pointer-events: none;
}
/*バナー＞5連（※top）
rwu6y5xcokntn2gg8cov
--------------------------------------- */

#rwu6y5xcokntn2gg8cov .easys_content_inner{
width: 100%;
width: calc(100% * (1300/2000));
padding:0px 0px 300px;}
 
#rwu6y5xcokntn2gg8cov .img_display {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
#rwu6y5xcokntn2gg8cov [class*="field_"]{width: calc(100% * (426/1300)) !important; margin: 0;}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(1) ,
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(2) {
  width:calc(100% * (645/1300)) !important;
  margin-bottom:calc(100% * (10/1300));
}
#rwu6y5xcokntn2gg8cov [class*="field_"] .eyecatch{width: 100% !important;}
 
#rwu6y5xcokntn2gg8cov .eyecatch a{
position: relative;
width: 100%;
height: 100%;
display: block;
background-size:100% !important;
}
#rwu6y5xcokntn2gg8cov .img_display .clear_float {
    display: none;
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(1) a{
  background: url("/files/bnr_many_business01_on.png") no-repeat center top; 
}
 
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(2) a{
  background: url("/files/bnr_many_business02_on.png") no-repeat center top; 
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(2) .eyecatch{
  transition-delay: 0.2s;
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(3) a{
  background: url("/files/bnr_many_business03_on.png") no-repeat center top; 
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(3) .eyecatch{
  transition-delay: 0.4s;
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(5) a{
  background: url("/files/bnr_many_business04_on.png") no-repeat center top; 
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(5) .eyecatch{
  transition-delay: 0.6s;
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(6) a{
  background: url("/files/bnr_many_business05_on.png") no-repeat center top; 
}
#rwu6y5xcokntn2gg8cov [class*="field_"]:nth-of-type(6) .eyecatch{
  transition-delay: 0.8s;
}

#rwu6y5xcokntn2gg8cov .eyecatch a img{transition: 0.3s;}
    
#rwu6y5xcokntn2gg8cov .eyecatch a:hover img{ opacity: 0; }
    
/*イメージ画像
y8hd4z1ojz9s9tz2qi9q
--------------------------------------- */
#y8hd4z1ojz9s9tz2qi9q {position: relative;}
#y8hd4z1ojz9s9tz2qi9q .easys_content_inner {clip-path: inset(0);-webkit-clip-path: inset(0);}
#y8hd4z1ojz9s9tz2qi9q .easys_content_inner,#y8hd4z1ojz9s9tz2qi9q .img_display,
#y8hd4z1ojz9s9tz2qi9q .eyecatch,#y8hd4z1ojz9s9tz2qi9q .field_1col {
  position: relative;
  top: 0;margin-bottom: 0;
  padding: 0;width: 100%;height: 800px;
}
#y8hd4z1ojz9s9tz2qi9q div {margin-bottom: 0;line-height: 0;}
#y8hd4z1ojz9s9tz2qi9q .img_display .field_1col {position: absolute;top: 0;}
#y8hd4z1ojz9s9tz2qi9q [class*='field_']:nth-of-type(1) img {
  position: fixed;
  top: 0;left: 0;z-index: -1;
  width: 100vw;height: 100vh;
  object-fit: cover;
}
#y8hd4z1ojz9s9tz2qi9q .img_display div:nth-of-type(2) .eyecatch img {
  position: absolute;left: calc(50% - 1000px);
  width: 2000px;height: 800px;
}
/*DB2>今からでも遅くない！航海士＆機関士募集中！
shsy0znb9h1vouxk7szv
--------------------------------------- */
#shsy0znb9h1vouxk7szv {background: url(../files/design02_bg00.jpg) no-repeat center top;}
#shsy0znb9h1vouxk7szv,
#shsy0znb9h1vouxk7szv .easys_content_inner,
#shsy0znb9h1vouxk7szv .entry_post {height: 1268px;}
#shsy0znb9h1vouxk7szv .text_box {
  margin: 920px auto 0 -120px;
  width: 700px;
}
#shsy0znb9h1vouxk7szv .main_btn a::after {background: url(../files/design02_btn.png) ;}
#shsy0znb9h1vouxk7szv .main_btn a::before {background: url(../files/design02_btn_on.png) ;}

#shsy0znb9h1vouxk7szv #img01 {
background-image: url(../files/design02_bg01-01.png);
width: 650px;
height: 435px;
top: 300px;
left: calc(50% - 650px);
}

#shsy0znb9h1vouxk7szv #img02 {
background-image: url(../files/design02_bg01-02.png);
width: 400px;
height: 210px;
top: 300px;
left: calc(50% + 20px);
transition-delay: 0.2s;
}

#shsy0znb9h1vouxk7szv #img03 {
background-image: url(../files/design02_bg01-03.png);
width: 213px;
height: 210px;
top: 300px;
right: calc(50% - 650px);
transition-delay: 0.4s;
}

#shsy0znb9h1vouxk7szv #img04 {
  top:530px;
  right:calc(50% - 650px);
  width:631px;
  height:210px;
  transition-delay:0.6s;
  background-image:url(../files/design02_bg01-04.png);
}

#shsy0znb9h1vouxk7szv #img05 {
  top:810px;
  right:calc(50% - 985px);
  width:798px;
  height:361px;
  background-image:url(../files/design02_bg02.png);
}
#shsy0znb9h1vouxk7szv::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design02_bg03.png) no-repeat center top;
pointer-events: none;
}
/*naka------------------------------------------------------------------------------------ */

/*DB3>代表挨拶
u5gnhmcc1h6mz449lc55
--------------------------------------- */
#u5gnhmcc1h6mz449lc55 {background: url(../files/design03_bg02.jpg) no-repeat center bottom;}
#u5gnhmcc1h6mz449lc55,
#u5gnhmcc1h6mz449lc55 .easys_content_inner,
#u5gnhmcc1h6mz449lc55 .entry_post {height: 1487px;}
#u5gnhmcc1h6mz449lc55 .text_box {
  margin: 940px auto 0;
}
#u5gnhmcc1h6mz449lc55 .post_data{color: #ffffff;line-height: 2.5;}
#u5gnhmcc1h6mz449lc55 #img01 {
background-image: url(../files/design03_bg01.jpg);
width: 2000px;
height: 680px;
top: 0px;
left: calc(50% - 1000px);
}
#u5gnhmcc1h6mz449lc55::before {
  content:"";
  display:block;
  position:absolute;
  top:390px;
  left:calc(50% + 220px);
  z-index:11;
  width:217px;
  height:218px;
  animation:circle 60s linear 0s infinite;
  pointer-events:none;
  background:url(../files/design03_bg03.png) no-repeat center top;
}
@keyframes circle {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

/*DB4(O)>沿革
fxlhm0nk0s547ikupw23
--------------------------------------- */
#fxlhm0nk0s547ikupw23 {
  height:1000px;
  background:url(../files/design04_bg02.png) no-repeat center top;
  padding-block: 360px 200px;
}
#fxlhm0nk0s547ikupw23#fxlhm0nk0s547ikupw23 table tr > *{
  border: 0 !important;
  background: #f0660b !important;
  color: #fff !important;
  
}
#fxlhm0nk0s547ikupw23#fxlhm0nk0s547ikupw23 table {
  border-collapse: separate; border-spacing : 0 10px !important;
}
#fxlhm0nk0s547ikupw23 #para {
  bottom:0px;
  left:0;
  width:100%;
  height:100%;
  -webkit-clip-path:inset(0);
  clip-path:inset(0);
  z-index: -1;
}
#fxlhm0nk0s547ikupw23 #para::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background: url(/files/design04_bg_pala.jpg) no-repeat center top/ cover;
}
/*DB5>海運事業
bk1670aj69pzf3nsvm5t
--------------------------------------- */
#bk1670aj69pzf3nsvm5t {background: url(../files/design05_bg01.jpg) no-repeat center top;}
#bk1670aj69pzf3nsvm5t,
#bk1670aj69pzf3nsvm5t .easys_content_inner,
#bk1670aj69pzf3nsvm5t .entry_post {height: 1000px;}
#bk1670aj69pzf3nsvm5t .text_box {
  margin: 630px auto 0 -45px;
  width: 425px;
}
#bk1670aj69pzf3nsvm5t .post_data{
color: #ffffff;
}
#bk1670aj69pzf3nsvm5t::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design05_bg03.png) no-repeat center top;
pointer-events: none;
}
#bk1670aj69pzf3nsvm5t #img01 {
background-image: url(../files/design05_bg02.jpg);
width: 999px;
height: 1000px;
top: 0px;
right: calc(50% - 1000px);
}
/*DB6>採石事業
ft5yto9h4q797nf14f0p
--------------------------------------- */
#ft5yto9h4q797nf14f0p {background: url(../files/design06_bg01.jpg) no-repeat center top;margin-top: 200px !important;}
#ft5yto9h4q797nf14f0p,
#ft5yto9h4q797nf14f0p .easys_content_inner,
#ft5yto9h4q797nf14f0p .entry_post {height: 1198px;}
#ft5yto9h4q797nf14f0p .text_box {
  margin: 650px auto 0 -45px;
  width: 425px;
}
#ft5yto9h4q797nf14f0p .post_data{
color: #ffffff;
}
#ft5yto9h4q797nf14f0p::before {
content: '';
display: block;
position: absolute;
top: 200px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design06_bg03.png) no-repeat center top;
pointer-events: none;
}
#ft5yto9h4q797nf14f0p #img01 {
background-image: url(../files/design06_bg02.jpg);
width: 1000px;
height: 1000px;
top: 0px;
right: calc(50% - 1000px);
}
/*DB7>工事事業
xhhextwbj7m7bpdzch3i
--------------------------------------- */
#xhhextwbj7m7bpdzch3i {margin-top: 200px !important;}
#xhhextwbj7m7bpdzch3i,
#xhhextwbj7m7bpdzch3i .easys_content_inner,
#xhhextwbj7m7bpdzch3i .entry_post {height: 1000px;}
#xhhextwbj7m7bpdzch3i .text_box {
  margin: 460px -115px 0 auto;
  width: 425px;
}
#xhhextwbj7m7bpdzch3i .post_data{
color: #ffffff;
}

#xhhextwbj7m7bpdzch3i #img01 {
  top:0px;
  left:calc(50% - 1000px);
  z-index:-1;
  width:2000px;
  height:1000px;
  background-image:url(../files/design07_bg01.jpg);
}
#xhhextwbj7m7bpdzch3i::before {content: '';display: block;position: absolute;top: 0px;right: calc(50% - 1000px);width: 1000px;height: 100%;z-index: 0;background: url(../files/design07_bg02.png) no-repeat center top;pointer-events: none;}
/*DB8>残土処理場
tvf5crdzbxp656nj015g
--------------------------------------- */
#tvf5crdzbxp656nj015g {
  margin-top:200px !important;
  background:url(../files/design08_bg02.png) no-repeat left top;
}
#tvf5crdzbxp656nj015g,
#tvf5crdzbxp656nj015g .easys_content_inner,
#tvf5crdzbxp656nj015g .entry_post {height: 1200px;}
#tvf5crdzbxp656nj015g .text_box {
  margin: 740px auto 0 -60px;
  width: 440px;
}
#tvf5crdzbxp656nj015g .post_data{
color: #ffffff;
}

#tvf5crdzbxp656nj015g #img01 {
  top:200px;
  left:calc(50% - 1000px);
  z-index:-1;
  width:2000px;
  height:1000px;
  background-image:url(../files/design08_bg01.jpg);
}
#tvf5crdzbxp656nj015g::before  {
content: '';
display: block;
position: absolute;
top: 200px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design08_bg03.png) no-repeat center top;
pointer-events: none;
}
/*DB9>関連会社のご紹介
ug9nhmb4c5a9d4uo5ufv
--------------------------------------- */
#ug9nhmb4c5a9d4uo5ufv {background: url(../files/design09_bg02.png) no-repeat center top 635px;}
#ug9nhmb4c5a9d4uo5ufv,
#ug9nhmb4c5a9d4uo5ufv .easys_content_inner,
#ug9nhmb4c5a9d4uo5ufv .entry_post {height: 1030px;}
#ug9nhmb4c5a9d4uo5ufv .text_box {
  margin: 870px auto 0;
  width: 780px;
}
#ug9nhmb4c5a9d4uo5ufv .design_block{
  top: 0px;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 747px;
  z-index: -1;
}
#ug9nhmb4c5a9d4uo5ufv #img01 {
background-image: url(../files/design09_bg01-01.png);
}
#ug9nhmb4c5a9d4uo5ufv #img02 {
background-image: url(../files/design09_bg01-02.png);
transition-delay: 0.2s;
}
#ug9nhmb4c5a9d4uo5ufv #img03 {
background-image: url(../files/design09_bg01-03.png);
transition-delay: 0.4s;
}
#ug9nhmb4c5a9d4uo5ufv #img04 {
background-image: url(../files/design09_bg01-04.png);
transition-delay: 0.6s;
}
#ug9nhmb4c5a9d4uo5ufv #img05 {
background-image: url(../files/design09_bg01-05.png);
transition-delay: 0.8s;
}
/*DB10>航海士と機関士ってどんな仕事？
jtckjth9jwlkbm0w31al
--------------------------------------- */
#jtckjth9jwlkbm0w31al {background: url(../files/design10_bg_title.jpg) no-repeat center top;}
#jtckjth9jwlkbm0w31al,
#jtckjth9jwlkbm0w31al .easys_content_inner,
#jtckjth9jwlkbm0w31al .entry_post {
  height:calc(400px + 27vw);
  min-height:750px;
  max-height:950px;
}
#jtckjth9jwlkbm0w31al .text_box {
  margin: 180px auto 0;
  width: 800px;
}
#jtckjth9jwlkbm0w31al #img01 {
  bottom:50px;
  right:calc(50% + 10px);
  width:calc(50vw - 120px);
  height:auto;
  min-width:530px;
  max-width: 880px;
  object-fit:cover;
}
#jtckjth9jwlkbm0w31al #txt01 {
  bottom:0px;
  left:100px;
  width:620px;
  height:100px;
  background-image:url(../files/design10_bg02-01-text.png);
}
#jtckjth9jwlkbm0w31al #img02 {
width: calc(50vw - 120px);
min-width: 530px;
max-width: 880px;
height: auto;
object-fit: cover;
bottom: 50px;
left: calc(50% + 10px);
}

#jtckjth9jwlkbm0w31al #txt02 {
background-image: url(../files/design10_bg02-02-text.png);
width: 620px;
height: 100px;
bottom: 0px;
left: calc(50% + 10px);
}
@media screen and (max-width: 1500px) {
#jtckjth9jwlkbm0w31al #txt01 {
right:calc(50% + 10px);
left: unset;
}
}
/*DB11>九州海技学院・海洋学校卒〜５０歳まで。 未経験スタートでもスキルを身につけ手に職をつけられます！
nca2fbheq275dvoyvueo
--------------------------------------- */
#nca2fbheq275dvoyvueo {background: url(../files/design11_bg.jpg) no-repeat center top;}
#nca2fbheq275dvoyvueo,
#nca2fbheq275dvoyvueo .easys_content_inner,
#nca2fbheq275dvoyvueo .entry_post {height: 820px;}
#nca2fbheq275dvoyvueo .text_box {
  margin: 630px auto 0;
  width: 800px;
}
#nca2fbheq275dvoyvueo .post_data{
text-align: center;
color: #ffffff;
}
/*DB12>高い給与と充実の福利厚生
ssn11b21hwgihu81alv5
--------------------------------------- */
#ssn11b21hwgihu81alv5 {background: url(../files/design12_bg01.jpg) no-repeat center top;}
#ssn11b21hwgihu81alv5,
#ssn11b21hwgihu81alv5 .easys_content_inner,
#ssn11b21hwgihu81alv5 .entry_post {height: 1100px;}
#ssn11b21hwgihu81alv5 .text_box {
  margin: 640px auto 0 0;
  width: 820px;
}
#ssn11b21hwgihu81alv5 .post_data{
color: #ffffff;
}
#ssn11b21hwgihu81alv5 .design_block{
  top: 0px;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 260px;
}
#ssn11b21hwgihu81alv5 #img01 {
background-image: url(../files/design12_bg01-01.png);
}
#ssn11b21hwgihu81alv5 #img02 {
background-image: url(../files/design12_bg01-02.png);
transition-delay: 0.2s;
}
#ssn11b21hwgihu81alv5 #img03 {
background-image: url(../files/design12_bg01-03.png);
transition-delay: 0.4s;
}
#ssn11b21hwgihu81alv5 #img04 {
background-image: url(../files/design12_bg01-04.png);
transition-delay: 0.6s;
}

#ssn11b21hwgihu81alv5 #img05 {
background-image: url(../files/design12_bg02.png);
width: 1300px;
height: 380px;
top: 260px;
left: calc(50% - 650px);
}
/*BG------------------------------------------------------------------------------------ */

/*　01
関連会社　会社概要ブロック
hdb1ckz13rb853ojdfdf
--------------------------------------- */
#hdb1ckz13rb853ojdfdf{
  padding-block: 160px 200px;
  background:transparent;
}
#hdb1ckz13rb853ojdfdf .easys_content_inner {
  background-color: #fff;
  border: 2px solid #1e56a6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 160px 120px 160px;
  width: 1300px;
}
/*　02
会社概要 (top)
rf8jvyojuils00h86sxy
採用ページ　募集要項
i3g75oi3yjslrc6jet64
--------------------------------------- */
.block_bg {
  padding-block: 200px;
  background:#d7dde4;
}
