@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  /* background:  url("/rise/files/html_bg.jpg") repeat center top; */
  background: none #f5f5f5;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url("/rise/files/body_bg.jpg") no-repeat center top/100%;
  word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

body,
.wpcf7c-conf {
  color:
    #333333;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #05764a;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #05764a;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (730/2000)) 0;
  /* background: url("/rise/files/branding_box_bg.png") no-repeat center top/100%; */
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (985/2000)) 0;
  /* background: url("/rise/files/branding_box_bg_top.png") no-repeat center top/100%; */
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 752;
}


#site-description a {
  display: inline;
  color:
    #ffffff;
  /* text-align: right; */
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 188px;
  height: 27px;
  top: 100px;
  left: 100px;
  background: url("/rise/files/branding_box_bg.png")no-repeat center top;
}

/*
#page_6 #header_information .main_header a img {
top: calc(0 / 985 * 100%);
left: calc(0 / 2000 * 100%);
width: calc(300 / 2000 * 100%);
height: calc(150 / 985 * 100%);
}
*/
/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}
*/

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 100px;
}

div#access .menu-header {
  margin: 0 calc(75 / 2000 * 100%)0 auto;
  width: 880px;
  height: 100px;
}

div#access .menu-item a {
  background-image: url('/rise/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 120px;
  height: 100px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
  width: 135px;
}

div#access .gnavi12 a {
  background-position: -135px top;
}

div#access .gnavi13 a {
  background-position: -255px top;
}

div#access .gnavi14 a {
  background-position: -375px top;
}

div#access .gnavi15 a {
  background-position: -495px top;
}

div#access .gnavi16 a {
  background-position: right top;
  width: 265px;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
  width: 135px;
}

div#access .gnavi12 a:hover {
  background-position: -135px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -255px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -375px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -495px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
  width: 265px;
}

/*固定時用ナビ*/
/* #access.fixed {
position: fixed;
height: 100px;
width: 100%;
max-width: 2000px;
min-width: 1300px;
padding: 0;
top: 0;
bottom: inherit;
right: 0;
left: 0;
background: rgba(255, 255, 255, 0.95);
z-index:999;
}
#access.fixed .menu-header {
margin: 0 auto;
float: none;
max-width: 2000px;
transform: none !important;
} */

#access ul.menu ul.sub-menu {
  top: 100px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none #fff;
  color: #000;
}

#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: #000;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  color: #000;
}

#access ul li.current_page_item>a:hover,
#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: #000;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  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: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/rise/files/widget_title_bg.png);
  color:
    #ffffff;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/rise/files/widget_list_bg.png);
  color:
    #000000;
  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:
    #000000;
  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:
    #05764a;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 800px;
  background: url(/rise/files/footer_bg.png) no-repeat center top;
}

#footer_box {
  height: 800px;
  background: none;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 260px;
  left: calc(50% + 210px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 10px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #ffffff;
  padding-left: 20px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ・装飾*/
#footer-widget-area .widget-area .menu-item {
  position: relative;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: url(/rise/files/footer_link_icon.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*ナビ縦*/
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

#footer_information {
  position: absolute;
  top: 420px;
  left: calc(50% - 474px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #ffffff;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #ffffff;
}

/*中央寄せの時*/
#copyright {
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/* 中央以外 */
/*
#copyright {
position: absolute;
bottom: 0px;
left: calc(50% - 100px);
}
*/
/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

.fixed_btn div:last-child {
  margin-bottom: 0;
}

.fixed-btn {
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#fixed-btn_rise {
  width: 250px;
  height: 85px;
  background: url(/files/btn_rise.png) no-repeat center top;
  transition: all .3s;
}

#fixed-btn_rise:hover {
  opacity: 0.8;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/rise/files/top_entry_title.png);
  color:
    #000000;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/rise/files/entry_title_bg.png);
  color:
    #ffffff;
}

/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.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:
    #ffffff;
}

/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/rise/files/read_more_btn.png);
}

.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}

* .mid_entry_title {
  background-image: url(/rise/files/entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_entry_title,
* .mid_entry_title a {
  color:
    #ffffff;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/rise/files/half_entry_title_bg.png);
}

* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color:
    #ffffff;
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/rise/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:
    #000000;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/rise/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #000000;
}

/*
* .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:
    #000000;
}

/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/rise/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(/rise/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #000000;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/rise/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #ffffff;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #ffffff;
  color:
    #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #05764a;
}

/* 大きな地図で見る */
small {
  border-color:
    #05764a;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #05764a !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #05764a !important;
  color: #ffffff !important;
}

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #ffffff;
  color:
    #333333;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #000000 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #000000;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    #05764a;
  background: none transparent;
  color:
    #05764a !important;
}

/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    #05764a;
  background-color:
    #05764a;
}

.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color:
    #05764a;
  background: none #05764a;
  color: #ffffff !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color:
    #000000;
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}

.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}

.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}

.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}

.z_m1 div.link_list {
  margin-bottom: 10px;
}

div.link_list a {
  border: 1px solid #05764a;
  background-color: transparent;
  color:
    #05764a;
}

div.link_list a:hover {
  border: 1px solid #05764a;
  background-color:
    #05764a;
  color: #ffffff;
}

.faq-title {
  background-color:
    #05764a;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #d00e0e;
}

.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}

.iqfm-table .post_data {
  margin: 0 0 30px;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color:
    transparent;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    #ffffff;
  color:
    #333333;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    transparent;
  color:
    #333333;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/rise/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
  background-repeat: repeat;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #000000;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #133295;
}

.black-screen>.inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw * (410 / 2000));
  max-width: calc(410px * (2000 / 2000));
  min-width: calc(410px * (1300 / 2000));
  height: calc(100vw * (410 / 2000));
  max-height: calc(410px * (2000 / 2000));
  min-height: calc(410px * (1300 / 2000));
  background-image: url("/rise/files/loading02.gif");
  margin: 0;
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right,
.f_blur {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.f_blur {
  filter: blur(15px);
}

.moved {
  transform: translate(0px, 0px);
  filter: blur(0);
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}

.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.db_block {
  margin-top: 0 !important;
}

.db_block *[class*="title"] {
  display: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block:not(.shosai #page_6 #outer_block) {
  padding-top: 0;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*セカンドメイン＞専門分野を極める！
v70y16tr0ygy1g372vp4
--------------------------------------- */
#v70y16tr0ygy1g372vp4 {
  position: relative;
}

#v70y16tr0ygy1g372vp4 div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#v70y16tr0ygy1g372vp4 .easys_content_inner {
  width: 100%;
}

#v70y16tr0ygy1g372vp4 [class*='field_'] {
  background: url(/rise/files/2ndmain_bg01.png) no-repeat center top / 100%;
  padding: calc(1280 / 2000 * 100%) 0 0;
}

#v70y16tr0ygy1g372vp4 .eyecatch {
  display: block;
  position: absolute;
  top: calc(780 / 1280 * 100%);
  left: calc(840 / 2000 * 100%);
  width: calc(280 / 2000 * 100%);
}

#v70y16tr0ygy1g372vp4 .eyecatch a {
  display: block;
  position: relative;
  padding-top: calc(98 / 280 * 100%);
  height: 0;
}

#v70y16tr0ygy1g372vp4 .eyecatch a::before {
  content: "";
  height: calc(98 / 98 * 100%);
  width: calc(98 / 280 * 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #193db4;
  border-radius: 999px;
  margin: auto;
  transition: .3s;
  z-index: 0;
  transform-origin: center;
}

#v70y16tr0ygy1g372vp4 .eyecatch a::after {
  content: "";
  height: calc(98 / 98 * 100%);
  width: calc(98 / 280 * 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/rise/files/btn_arrow.png)no-repeat center /100%;
  border-radius: 999px;
  margin: auto;
  transition: .3s;
  z-index: 0;
  transform-origin: center;
}

#v70y16tr0ygy1g372vp4 .eyecatch a:hover::before {
  transform: scale(1.15);
}

#v70y16tr0ygy1g372vp4 .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#v70y16tr0ygy1g372vp4 .img01 {
  display: block;
  background: url(/rise/files/2ndmain_bg02.png) no-repeat center top / 100%;
  width: calc(2000 / 2000 * 100%);
  height: calc(1280 / 1280 * 100%);
  margin-top: calc(0 / 2000 * 100%);
  margin-left: calc(0 / 2000 * 100%);
}

#v70y16tr0ygy1g372vp4 .img02 {
  display: block;
  background: url(/rise/files/2ndmain_bg03.png) no-repeat center top / 100%;
  width: calc(2000 / 2000 * 100%);
  height: calc(1280 / 1280 * 100%);
  margin-top: calc(0 / 2000 * 100%);
  margin-left: calc(0 / 2000 * 100%);
}

#v70y16tr0ygy1g372vp4::before {
  position: absolute;
  top: calc(100%*(430/1400));
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100%*((885*5)/2000));
  height: calc(100%*(120/1280));
  background: url(/rise/files/2ndmain_bg04.png.png) repeat-x left top / auto 100%;
  content: "";
  animation: loop 40s linear 0s infinite;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(calc(-100%/5));
  }
}

/*DB>造管技術
ozkx6ebemq3kmern3nn4
--------------------------------------- */
#ozkx6ebemq3kmern3nn4 {
  position: relative;
  background: url(/rise/files/design01_bg01.jpg) no-repeat center top;
  margin-bottom: 70px;
  padding-top: 450px;
  height: 1510px;
  box-sizing: border-box;
}

#ozkx6ebemq3kmern3nn4 .text_box {
  width: 480px;
  margin: 440px 0 0 auto;
}

#ozkx6ebemq3kmern3nn4 .post_data {
  margin-bottom: 40px;
}

#ozkx6ebemq3kmern3nn4 .main_btn {
  position: absolute;
  top: 840px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 280px;
  height: 98px;
}

#ozkx6ebemq3kmern3nn4 .main_btn a {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
  text-indent: -9999px;
  background: url(/rise/files/design01_btn.png) no-repeat center top;
  display: block;
  width: 280px;
  height: 98px;
}

#ozkx6ebemq3kmern3nn4 .main_btn a::before {
  content: "";
  height: 98px;
  width: 98px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #193db4;
  border-radius: 999px;
  margin: auto;
  transition: .3s;
  z-index: 0;
  transform-origin: center;
}

#ozkx6ebemq3kmern3nn4 .main_btn a::after {
  content: "";
  height: 98px;
  width: 98px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/rise/files/btn_arrow.png)no-repeat center /100%;
  border-radius: 999px;
  margin: auto;
  transition: .3s;
  z-index: 0;
  transform-origin: center;
}

#ozkx6ebemq3kmern3nn4 .main_btn a:hover::before {
  transform: scale(1.15);
}

#ozkx6ebemq3kmern3nn4 .img01 {
  background: url(/rise/files/design01_bg02.png) no-repeat center top;
  width: 960px;
  height: 310px;
  position: absolute;
  top: 60px;
  left: calc(50% - 480px);
}

#design_video01,
#design_video02,
#design_video03,
#design_video04 {
  width: 450px;
  height: 240px;
  border-top: solid 5px #0038c5;
  position: relative;
}

#ozkx6ebemq3kmern3nn4 .video::before {
  display: block;
  content: '';
  width: 79px;
  height: 79px;
  pointer-events: none;
  position: absolute;
  top: -45px;
  left: 20px;
}

#design_video01::before {
  background: url(/rise/files/design01_icon01.png) no-repeat center top;
}

#design_video02::before {
  background: url(/rise/files/design01_icon02.png) no-repeat center top;
}

#design_video03::before {
  background: url(/rise/files/design01_icon03.png) no-repeat center top;
}

#design_video04::before {
  background: url(/rise/files/design01_icon04.png) no-repeat center top;
}

#ozkx6ebemq3kmern3nn4 .sub_post {
  padding: 0;
  margin: 0;
  width: 450px;
  height: 410px;
}

#ozkx6ebemq3kmern3nn4 .sub_post_0,
#ozkx6ebemq3kmern3nn4 .sub_post_2 {
  margin-right: 60px;
}

#ozkx6ebemq3kmern3nn4 .post_data p {
  font-weight: bold;
  margin-top: 10px;
}


/*バナー＞製品紹介／求人情報（※top）
b1n683itcyd9shrjo03j
--------------------------------------- */
#b1n683itcyd9shrjo03j {
  padding: calc(130 / 2000 * 100%) 0 calc(150 / 2000 * 100%);
}

#b1n683itcyd9shrjo03j .easys_content_inner {
  width: calc(1300 / 2000 * 100%);
  padding: 0;
}

#b1n683itcyd9shrjo03j .eyecatch {
  width: 100%;
}

#b1n683itcyd9shrjo03j .margin-bottom_30 {
  margin-bottom: 0;
}

#b1n683itcyd9shrjo03j .field_2col {
  width: calc(635 / 1300 * 100%) !important;
  position: relative;
}

#b1n683itcyd9shrjo03j .float_right {
  margin-top: calc(250 / 2000 * 100%);
}

#b1n683itcyd9shrjo03j .field_2col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: all .5s;
}

#b1n683itcyd9shrjo03j .field_2col:hover::before {
  opacity: 1;
}

#b1n683itcyd9shrjo03j .float_left::before {
  background: url(/rise/files/_hbnr_01products_on.jpg) no-repeat center top / 100%;
  opacity: 0;
}

#b1n683itcyd9shrjo03j .float_right::before {
  background: url(/rise/files/_hbnr_02recruit_on.jpg) no-repeat center top / 100%;
  opacity: 0;
}

#b1n683itcyd9shrjo03j .eyecatch a img {
  opacity: 1;
}

/*会社概要 (top-page)
rf8jvyojuils00h86sxy
--------------------------------------- */

/*バナー＞お問い合わせ（※top）
d0hl0pllikvbav726x4e
--------------------------------------- */
#d0hl0pllikvbav726x4e {
  background: url(/rise/files/_bnr_contact_bg.jpg) no-repeat center top / 100%;
  padding-top: calc(156 / 2000 * 100%);
  padding-bottom: calc(140 / 2000 * 100%);
}

#d0hl0pllikvbav726x4e .easys_content_inner {
  width: calc(820 / 2000 * 100%);
  padding: 0;
}

#d0hl0pllikvbav726x4e .eyecatch {
  width: 100%;
}

#d0hl0pllikvbav726x4e .margin-bottom_30,
#d0hl0pllikvbav726x4e .margin-bottom_50 {
  margin-bottom: 0;
}

#d0hl0pllikvbav726x4e .eyecatch a {
  position: relative;
  display: block;
}

#d0hl0pllikvbav726x4e .eyecatch a img {
  position: relative;
  z-index: 9;
}

#d0hl0pllikvbav726x4e .eyecatch a:hover img {
  opacity: 1;
}

#d0hl0pllikvbav726x4e .eyecatch a::before {
  content: "";
  height: calc(98 / 324 * 100%);
  width: calc(98 / 820 * 100%);
  position: absolute;
  top: calc(-80 / 324 * 100%);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 999px;
  margin: auto;
  transition: .3s;
  z-index: 0;
  transform-origin: center;
}

#d0hl0pllikvbav726x4e .eyecatch a::after {
  content: "";
  height: calc(98 / 324 * 100%);
  width: calc(98 / 820 * 100%);
  position: absolute;
  top: calc(-80 / 324 * 100%);
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/rise/files/_bnr_contact_arrow.png)no-repeat center /100%;
  border-radius: 999px;
  margin: auto;
  transition: .3s;
  z-index: 0;
  transform-origin: center;
}

#d0hl0pllikvbav726x4e .eyecatch a:hover::before {
  transform: scale(1.15);
}

/*バナー＞辻元製作所ページ（※top）
w96j05ex9wzde2rl6iij
--------------------------------------- */
#w96j05ex9wzde2rl6iij .easys_content_inner {
  width: 100%;
  padding: 0;
}

#w96j05ex9wzde2rl6iij .eyecatch {
  width: 100%;
}

#w96j05ex9wzde2rl6iij .margin-bottom_30,
#w96j05ex9wzde2rl6iij .margin-bottom_50 {
  margin-bottom: 0;
}

#w96j05ex9wzde2rl6iij .eyecatch a img {
  display: block;
  position: relative;
  transition: ease .3s;
}