@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/*
 * 自分用PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {background: #0b0b0b none;scroll-padding-top: 0;scroll-behavior: smooth;}
body {
    position: relative;/* 2000pxを超える画面の対策 */
    margin: 0 auto;
    min-width: 1300px;
    max-width: 2000px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background: none no-repeat center top;
}
body,
.wpcf7c-conf {
    color: #ffffff;
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
#wrapper {
    background: none transparent;
}
#outer_block {
  padding-top: 0;
    background: none transparent;
}
a:link,
a:visited,
a:hover,
a:active {
    color: #d1e437;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
    background-color: #d1e437;
    color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------*/
#branding_box {
  position: relative;
  z-index: 500;
  /* CSSレスポンシブ用  */
  padding: calc(100% * (1175/2000)) 0 0 0;
  height: 0;
  background: url(/files/branding_box_bg.png) no-repeat center top/100%;
}
#branding_box::before{
  position: absolute;
  content: '';
  top: calc(750/2000*100%);
  left: calc(410/2000*100%);
  width: calc(580/2000*100%);
  height: calc(560/2000*100vw);
  min-height: calc(560px * 1300/2000);
  background: url(/files/main_circle.png) no-repeat center top/100%;
  animation: poyo 1.5s ease-in-out infinite alternate;
}


@keyframes poyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    margin: 0 auto;
    width: max-content;
    /* CSSレスポンシブ用    */
    position: absolute;
    top: 0;
    left: 0;
    width: auto;

}
#site-description a {
    display: inline;
    color: #b2b2b2;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 6.5%;
  padding-top: calc(110/2000*100%);
  width: calc(380/2000*100%);
  height: 0;
}
#header_information .main_header a{
  display: block;
  width: 100%;
  height: 100%;
}
#header_information .main_header a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Gナビ上部固定
div#access.fixed .menu-header #header_information {
    top: 0;
    left: 0;
}
*/

/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
    display: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  min-width: 1300px;
  max-width: 2000px;
  overflow: hidden;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
    width: 100%;
}

#main_teaser::before,
#main_teaser::after{
  position: absolute;
  content: '';
  left: -20px;
  width: 102%;
  padding-top: calc(100/3290*102%);
  background: url(/files/main_obi.png) repeat-x left top/102%;
  transform: rotate(-6deg);
}
#main_teaser::before{
  top: calc(-80/2000*100%);
  animation: m_ue 60s infinite linear;
}
#main_teaser::after{
  bottom: calc(180/2000*100%);
  animation: m_sita 60s infinite linear;
}

@keyframes m_ue{
  to{background-position-x: 100vw;}  
}
@keyframes m_sita{
  to{background-position-x: -100vw;}  
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
    padding: 0;
    background-image: url(/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(/files/widget_list_bg.png);
    color: #ffffff;
    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: #666666;
    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: #d1e437;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
    color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
    position: relative;
    height: 280px;
    background: url(/files/footer_bg.png) no-repeat center top;
}
#footer_box {
    position: relative;
    width: 1020px;
    height: 280px;
    background: url(/files/footer_box_bg.png) no-repeat center top;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area{
    display: none;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information{
    position: absolute;
    bottom: 25px;
    left: 0;
    color: #ffffff;
}
#footer_information .entry-post{
    margin: 0;
    width:  auto;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
    color: #ffffff;
}

#copyright {
    position: absolute;
    bottom: 15px;
    left: calc(50% + 260px);
    text-align: right;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
    z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
    width: 55px;
    height: 50px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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(/files/top_entry_title.png);
    color: #000000;
}
h3.entry_title,
.entry_title,
.entry-title {
    /* サイズ、背景、余白などはこちら */
    background-image: url(/files/entry_title_bg.png);
    color: #000000;
}
/*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: #000000;
}
/* 見出しリンクボタン */
.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: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
    color: #ffffff;
}

/* 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: #ffffff;
}

* .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: #ffffff;
}



/* B-03など小見出し用 */
* .sub_entry_title {
    background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
    color: #ffffff;
}
/*
* .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: #ffffff;
}
/* 小見出しリンクボタン */
.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: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
    color: #ffffff;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
    background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
    color: #000000;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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 #393939;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
    width: 685px;
    border-color: #d1e437;
}


/* 大きな地図で見る */
small {
    border-color: #d1e437;
}
small a {
    padding: 5px 0;
    width: 100%;
    color: #d1e437 !important;
    text-align: center !important;
}
small a:hover{
    background-color: #d1e437 !important;
    color: #ffffff !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *{
    border: none !important;
    background: none #393939;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child{
  border-radius: 10px 0 0 10px;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child{
  border-radius: 0 10px 10px 0;
}


.easys_content:not(.ne_01) table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 10px !important;
}
table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 4px !important;
}



/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
    border-color: #666666 !important;
}

/* Dメニュー下線 */
.td_cell {
    border-color: #666666;
    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: #d1e437;
    background: none transparent;
    color: #d1e437 !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: #d1e437;
    background-color: #d1e437;
}
.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: #d1e437;
    background: none #d1e437;
    color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
    border-color: #666666;
}


/* 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 #d1e437;
    background-color: transparent;
    color: #d1e437;
}
div.link_list a:hover {
    border: 1px solid #d1e437;
    background-color: #d1e437;
    color: #ffffff;
}


.faq-title {
  background-color: #d1e437;
    color: #ffffff;
    font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
    width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
    color: #d1e437;
}
.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: #393939;
    color: #ffffff;
}
.coupon_box table tr td.coupon_meta {
    background-color: #393939;
    color: #ffffff;
}
.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(/files/blog_title.png);
    background-position: center bottom;
    line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #ffffff;
}

.img_size_thumb {
    overflow: hidden;
    width: 150px;
    height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
    background-color: #000000;
}

.black-screen > .inner {
    top: calc(50vh - (5vw / 2));
    width: 3vw;
    height: 3vw;
    background-image: url("/files/loading.svg");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */
/*  DB
---------------------------------------------------------------------------------------------------- */
.db{
  position: relative;
}
.db .headline_title{
  display: none;
}
.db .post_margin{
  position: absolute;
  overflow: visible;
  height: auto;
}
.db .post_margin p{
  color: #000;
}
/* 01 > 仲間の募集
#dwymhm8y5gwle2zcviaq
--------------------------------------------------------------- */
#dwymhm8y5gwle2zcviaq{
  height: 895px;
  background: url(/files/10top_block01_bg01.jpg) no-repeat center top;
}
#dwymhm8y5gwle2zcviaq .post_margin{
  top: 249px;
  left: calc(50% - 40px);
  width: 530px;
}
#dwymhm8y5gwle2zcviaq .img01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/10top_block01_img01.png) no-repeat center top;
}
#dwymhm8y5gwle2zcviaq .img02{
  position: absolute;
  top: 0px;
  left: calc(50% + -60px);
  width: 570px;
  height: 250px;
  background: url(/files/10top_block01_title.png) no-repeat center top;
}

/* 02 > 業務内容ってどんな感じ？
#uao41vfc9ekywjtlivlj
--------------------------------------------------------------- */
#uao41vfc9ekywjtlivlj{
  height: 1050px;
  background: url(/files/10top_block02_bg01.jpg) no-repeat center top;
}
#uao41vfc9ekywjtlivlj .post_margin{
  top: 400px;
  left: calc(50% - 480px);
  width: 540px;
}
#uao41vfc9ekywjtlivlj .img01{
  position: absolute;
  top: 610px;
  left: 0;
  width: 100%;
  height: 440px;
  background: url(/files/10top_block02_img01.png) no-repeat center top;
}
#uao41vfc9ekywjtlivlj .img02{
  position: absolute;
  top: 110px;
  left: calc(50% + -580px);
  width: 640px;
  height: 290px;
  background: url(/files/10top_block02_title.png) no-repeat center top;
}

#uao41vfc9ekywjtlivlj .img01{
  opacity:0;
}
#uao41vfc9ekywjtlivlj .img01.moved{
  animation: poyon .8s cubic-bezier(.215,.61,.355,1) forwards;
}
@keyframes poyon {
  0% {
   opacity:0;
   transform:scale3d(.5,.5,.5)
  }
  50% {
   opacity:1;
   transform:scale3d(1.05,1.05,1.05)
  }
  70% {
   opacity:1;
   transform:scale3d(.9,.9,.9)
  }  
  to {
    opacity:1;
    transform:scaleX(1)
  }
}


/* 03 > 経験は問いません！
#v1pr7wmx8xzps277brsu
--------------------------------------------------------------- */
#v1pr7wmx8xzps277brsu{
  height: 1160px;
  background: url(/files/10top_block03_bg01.jpg) no-repeat center top;
}
#v1pr7wmx8xzps277brsu .post_margin{
  top: 590px;
  left: calc(50% - 60px);
  width: 540px;
}
#v1pr7wmx8xzps277brsu .img01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/10top_block03_title.png) no-repeat center top;
}

/* 04 > 資格取得の支援がある！  
#erclr9622rvzewynpvqc
--------------------------------------------------------------- */
#erclr9622rvzewynpvqc{
  height: 950px;
  background: url(/files/10top_block04_bg01.jpg) no-repeat center top;
}
#erclr9622rvzewynpvqc .post_margin{
  top: 470px;
  left: calc(50% - 480px);
  width: 490px;
}
#erclr9622rvzewynpvqc .post_margin p{
  color: #fff;
}
#erclr9622rvzewynpvqc .img01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/10top_block04_img01.png) no-repeat center top;
}
#erclr9622rvzewynpvqc .img02{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/10top_block04_img02.png) no-repeat center top;
}
#erclr9622rvzewynpvqc .img03{
  position: absolute;
  top: 0px;
  left: calc(50% + -580px);
  width: 670px;
  height: 420px;
  background: url(/files/10top_block04_title.png) no-repeat center top;
}

#erclr9622rvzewynpvqc .img01,
#erclr9622rvzewynpvqc .img02{
  opacity: 0;
}

#erclr9622rvzewynpvqc .img01.moved{
  animation: poyopoyopoyo 2s cubic-bezier(.215,.61,.355,1) forwards;
}
#erclr9622rvzewynpvqc .img02.moved{
  animation: poyopoyopoyo 2s cubic-bezier(.215,.61,.355,1) .2s forwards;
}


/* 05 > 幅広い技術が身に付く！  
#xv7wtia92wubv54ajcog
--------------------------------------------------------------- */
#xv7wtia92wubv54ajcog{
  height: 1120px;
  background: url(/files/10top_block05_bg01.jpg) no-repeat center top;
}
#xv7wtia92wubv54ajcog .post_margin{
  top: 520px;
  left: calc(50% - 370px);
  width: 740px;
}
#xv7wtia92wubv54ajcog .img01{
  position: absolute;
  top: 0;
  left: calc(50% + -480px);
  width: 960px;
  height: 360px;
  background: url(/files/10top_block05_title.png) no-repeat center top;
}

/* 06 > 雰囲気良し！
#tmgmccapxmm78pielaas
--------------------------------------------------------------- */
#tmgmccapxmm78pielaas{
  height: 970px;
  background: url(/files/10top_block06_bg01.jpg) no-repeat center top;
}
#tmgmccapxmm78pielaas .post_margin{
  top: 580px;
  left: calc(50% - 70px);
  width: 560px;
}
#tmgmccapxmm78pielaas .img01{
  position: absolute;
  top: 0;
  left: calc(50% + -720px);
  width: 760px;
  height: 770px;
  background: url(/files/10top_block06_title.png) no-repeat center top;
}

/* 07 > INTERVIEW
#cw78y7u5bq1djpicc2gj
--------------------------------------------------------------- */
#cw78y7u5bq1djpicc2gj{
  height: 6200px;
  background: url(/files/10top_block07_top.png) no-repeat center top,
              url(/files/10top_block07_bg.jpg) repeat-y center top;
  margin-top: -3px;
  padding-bottom: 80px;
}
#cw78y7u5bq1djpicc2gj .easys_content_inner{
  position: relative;
  padding: 925px 0 0;
}
#cw78y7u5bq1djpicc2gj .post_margin{
  position: relative;
  margin-bottom: 150px;
}
#cw78y7u5bq1djpicc2gj .text_box .post_data{
  width: 840px;
  height: 90px;
  margin-bottom: 80px;
  padding-left: 120px;
  font-size: 2.8em;
  line-height: 3.2em;
}
#cw78y7u5bq1djpicc2gj .entry_post:nth-child(1) .text_box .post_data{
  background: url(/files/10top_block07_title01.png) no-repeat left top;
}
#cw78y7u5bq1djpicc2gj .entry_post:nth-child(2) .text_box .post_data{
  background: url(/files/10top_block07_title02.png) no-repeat left top;
}
#cw78y7u5bq1djpicc2gj .entry_post:nth-child(3) .text_box .post_data{
  background: url(/files/10top_block07_title03.png) no-repeat left top;
}
#cw78y7u5bq1djpicc2gj .entry_post:nth-child(4) .text_box .post_data{
  background: url(/files/10top_block07_title01.png) no-repeat left top;
}
#cw78y7u5bq1djpicc2gj .entry_post:nth-child(5) .text_box .post_data{
  background: url(/files/10top_block07_title05.png) no-repeat left top;
}
#cw78y7u5bq1djpicc2gj .entry_post:nth-child(6) .text_box .post_data{
  background: url(/files/10top_block07_title04-32.png) no-repeat left top;
}

#cw78y7u5bq1djpicc2gj .sub_post{
  position: relative;
  margin: 0;
}
#cw78y7u5bq1djpicc2gj .sub_post::before{
  position: absolute;
  content: '';
  width: 230px;
  height: 260px;
}
#cw78y7u5bq1djpicc2gj .sub_post_0::before{
  top: -50px;
  left: 0;
  background: url(/files/10top_block07_img01.png) no-repeat center top;
}
#cw78y7u5bq1djpicc2gj .sub_post_1::before{
  top: 40px;
  right: 0;
  background: url(/files/10top_block07_img02.png) no-repeat center top;
}
#cw78y7u5bq1djpicc2gj .sub_post_2::before{
  top: -66px;
  left: 0;
  background: url(/files/10top_block07_img03.png) no-repeat center top;
}


#cw78y7u5bq1djpicc2gj .sub_post .post_data{
  width: 638px;
  height: 125px;
  padding: 0 46.5px;
  font-size: 1.85em;
  line-height: 1.3;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
}
#cw78y7u5bq1djpicc2gj .sub_post_0 .post_data,
#cw78y7u5bq1djpicc2gj .sub_post_2 .post_data{
  margin: 0 0 0 auto;
  background: url(/files/10top_block07_r_fukidashi_top.png) no-repeat left top,
              url(/files/10top_block07_r_fukidashi_bottom.png) no-repeat left bottom,
              url(/files/10top_block07_r_fukidashi_middle.png) no-repeat left center;
}
#cw78y7u5bq1djpicc2gj .sub_post_1 .post_data{
  margin: 106px auto 91px 0;
  background: url(/files/10top_block07_l_fukidashi_top.png) no-repeat left top,
              url(/files/10top_block07_l_fukidashi_bottom.png) no-repeat left bottom,
              url(/files/10top_block07_l_fukidashi_middle.png) no-repeat left center;
}


/* 08 > MESSAGE
#yk7614d4j1ebns7ouw8o
--------------------------------------------------------------- */
#yk7614d4j1ebns7ouw8o{
  height: 950px;
  background: url(/files/10top_block08_bg01.jpg) no-repeat center top;
}
#yk7614d4j1ebns7ouw8o .post_margin{
  top: 350px;
  left: calc(50% - 390px);
  width: 780px;
}
#yk7614d4j1ebns7ouw8o .img01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/10top_block08_bg02.png) no-repeat center top;
}



/*  バナー
---------------------------------------------------------------------------------------------------- */
/*  ハーフバナー
.half_banner
--------------------------------------------------------------- */
.half_banner{
  position: relative;
  background: url(/files/half_bnr_bg.jpg) no-repeat center top/100%;
}
.half_banner div{
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.half_banner .easys_content_inner{
  position: relative;
  z-index: 10;
  width: calc(calc(780/2000*100%) * 2);
}
.half_banner::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(100/3260*100%);
  min-height: calc(100px *1300/2000);
  margin: auto 0;
  background: url(/files/half_bnr_obi.png) repeat-x left top/100%;
  animation: yoko 60s infinite linear;
}
  @keyframes yoko{
    to{background-position-x: 100vw;}
  }

.half_banner .field_2col{
  width: 50%!important;
  margin: 0;
}
.half_banner .eyecatch{
  width: 100%;
  height: 100%;
}
.half_banner .eyecatch a img{
  transition: .3s;
}
.half_banner .eyecatch a:hover img{
  transform: scale(.95);
  opacity: 1;
}

#sy59idreitci1wetbvyq{
  margin-bottom: 50px;
}

/*  4連
#mb6jks54osuheomkijpk
--------------------------------------------------------------- */
#mb6jks54osuheomkijpk{
  background: url(/files/3col_bnr_bg.jpg) no-repeat center top/100%;
}
#mb6jks54osuheomkijpk div{
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}
#mb6jks54osuheomkijpk .easys_content_inner{
  width: calc(4 * calc(430/2000*100%));
}
#mb6jks54osuheomkijpk .field_4col{
  width: 25% !important;
  margin: 0;
}
#mb6jks54osuheomkijpk .eyecatch{
  width: 100%;
  height: 100%;
}
#mb6jks54osuheomkijpk .eyecatch a img{
  transition: 0.3s;
}
#mb6jks54osuheomkijpk .eyecatch a:hover img{
  opacity: 1;
  transform: scale(.95);
}

#mb6jks54osuheomkijpk .field_4col {
  opacity: 0;
}
#mb6jks54osuheomkijpk.moved .field_4col {
  animation: poyopoyopoyo 2s cubic-bezier(.215,.61,.355,1) forwards;
}
#mb6jks54osuheomkijpk .field_4col:nth-of-type(1) {
  animation-delay: .2s;
}
#mb6jks54osuheomkijpk .field_4col:nth-of-type(2) {
  animation-delay: .4s;
}
#mb6jks54osuheomkijpk .field_4col:nth-of-type(3) {
  animation-delay: .6s;
}
#mb6jks54osuheomkijpk .field_4col:nth-of-type(4) {
  animation-delay: .8s;
}
@keyframes poyopoyopoyo {
  0% {
   opacity:0;
   transform:scale3d(.3,.3,.3)
  }
  20% { transform:scale3d(1.1,1.1,1.1);  }
  40% {
   -webkit-transform:scale3d(.9,.9,.9);
   transform:scale3d(.9,.9,.9)
  }
  60% {
   opacity:1;
   -webkit-transform:scale3d(1.03,1.03,1.03);
   transform:scale3d(1.03,1.03,1.03)
  }
  80% { transform:scale3d(.97,.97,.97)   }
  to {
    opacity:1;
    transform:scaleX(1)
  }
}

/* 公式HP
#l1hmf5j4x7c9yyx2uz5i
--------------------------------------------------------------- */
#l1hmf5j4x7c9yyx2uz5i{
  background: url(/files/bnr_website_bg.jpg) no-repeat center top;
  margin-bottom: 50px;
}
#l1hmf5j4x7c9yyx2uz5i .easys_content_inner{
  width: 100%;
}
#l1hmf5j4x7c9yyx2uz5i .eyecatch a img{
  transition: .3s;
  opacity: 0;
}
#l1hmf5j4x7c9yyx2uz5i.moved .eyecatch a img{
  animation: poyon .8s forwards;
}

#l1hmf5j4x7c9yyx2uz5i .eyecatch a:hover img{
  transform: scale(.8);
  opacity: 1;
}
/*  パララックス 01
#q2jcsxtlyicbhnmglxvh
---------------------------------------------------------------------------------------------------- */
#q2jcsxtlyicbhnmglxvh{
    position: relative;
    height: 600px;
    margin-bottom: 50px;
    background: url(/files/parallax01_bg_h600.jpg) no-repeat center center / cover fixed;
}

/*  パララックス 02
#way6dr4gyqh3m0cxswet
---------------------------------------------------------------------------------------------------- */
#way6dr4gyqh3m0cxswet{
    position: relative;
    height: 600px;
    margin-bottom: 50px;
    background: url(/files/parallax02_bg_h600.jpg) no-repeat center center / cover fixed;
}


/*  コンテンツ画像
#qij3j3siz1hypljrgk5d
---------------------------------------------------------------------------------------------------- */
#qij3j3siz1hypljrgk5d .easys_content_inner{
  width: 100%;
  height: 890px;
}
#qij3j3siz1hypljrgk5d div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#qij3j3siz1hypljrgk5d div:not(.clear_float){
  height: 100%;
}

#qij3j3siz1hypljrgk5d .eyecatch{
  width: 100%;
}
#qij3j3siz1hypljrgk5d .easys_content_inner img{
  width: 2000px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*スクロールインギミック------------------------------------*/
.f_up, .f_down, .f_left, .f_right, .f_scale{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
}
.f_up{
	transform: translateY(-100px);
}
.f_down{
	transform: translateY(100px);
}
.f_left{
	transform: translateX(-100px);
}
.f_right{
transform: translateX(100px);
}
.f_scale{
  transform: scale(0.2,0.2);
}
.f_up.moved,
.f_down.moved,
.f_left.moved,
.f_right.moved,
.f_scale.moved{
	opacity: 1;
	transform: translate(0px, 0px) scale(1);
}



/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block #l1hmf5j4x7c9yyx2uz5i .easys_content_inner){
  opacity: 0;
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
  transform: translateY(30px);
}
#outer_block .moved:not(#outer_block #l1hmf5j4x7c9yyx2uz5i .easys_content_inner){
  opacity: 1;
  transform: translateY(0);
}



