/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.5.1.1743271230
Updated: 2025-03-30 03:00:30

*/
/*-------------補助金フォーム--------------*/
.hojyo,.contact_form{
	margin: 120px auto;
	width: 90%;
	max-width: 1000px;
}

.w20pc {
	width: 20%;
}

.w80pc {
	width: 80%;
}

.hojyo table {
    margin: 0 auto;
}

.hojyo table th,.hojyo table td {
	font-size: 15px !important;
}

.hojyo h3 {
	margin: 50px 0 10px 0 !important;
	background: #666 !important;
	color: #fff !important;
}

.hojyo p {
	margin: 0 0 10px !important;
}

.hojyo figure {
	width: 80%;
	margin-bottom: 10px;
}

.hojyo table p {
	margin: 20px 0 0 0 !important;
}

.form_s {
	width: 30% !important;
}

.form_m {
	width: 60% !important;
}

.hojyo p.form-btn {
	margin: 50px auto !important;
}

table:not(.has-border-color) :where(td) {
	background: #fff !important;
}

@media screen and (max-width: 600px) {
	.hojyo {
		margin: 150px auto;
	}
	
	.hojyo table tr,.hojyo table th {
		display: block;
	}
	
	.hojyo table th {
		width: 100%;
	}
	
	.hojyo figure {
		width: 100%;
	}
	
	.form_m {
		width: 100% !important;
	} 
}

/*--------------共通--------------*/
.gt_switcher_wrapper {
	top: 5px !important;
    right: 10px !important;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex figure {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .flex {
        flex-direction: column;
    }

    .flex figure {
        width: 100%;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.popup-close {
    position: absolute;
    top: 7%;
    right: 20%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.content {
    overflow: hidden;
}

.content,
.article,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: red;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
}

.sp_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .popup-close {
        right: 2%;
    }

    .popup {
        top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .sp_on {
        display: block;
    }

    .pc_off {
        display: none;
    }

    .popup-close {
        top: 2%;
        right: 6%;
    }
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/*----------------------------ハンバーガーメニュー-----------------------------------*/
/* hamburger(ハンバーガーアイコン)
=================================== */
.nav-wrapper {
    position: relative;
    display: none;
    align-items: center;
}

.sp_reserve {
    padding: 2px 25px !important;
    background: #f7f7f7;
    color: #3b3b3b;
    border-radius: 20px;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.sp_reserve a {
    text-decoration: none;
    color: #3b3b3b !important;
}

.hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 20px;
}

.hamburger__line {
    position: absolute;
    width: 35px;
    height: 1px;
    right: 10px;
    background-color: #000;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 13px;
}

.hamburger__line--2 {
    top: 25px;
}

.hamburger__line--3 {
    top: 37px;
}

.sp_inner {
    margin-top: 80px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.sp_reserve.hamburger_reserve {
    position: absolute;
    top: -50px;
    left: 35px;
    background: #795a4f;
}

.sp_reserve.hamburger_reserve a {
    color: #fff !important;
}

.sp_inner img {
    max-width: 400px;
    width: 100%;
}

.sp_inner ul {
    list-style: none;
    padding-left: 20px;
    text-align: left !important;
	font-family: Impact;
}

.sp_menu_list li {
    font-size: 30px;
    margin: 10px;
}

.sp_inner ul li a {
    text-decoration: none;
    color: #000;
}

.sp_inner ul .header_contact {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 25px;
    background: #795a4f;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 25px;
    background: #795a4f;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 999;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


/* black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}

/*-----------------------------header-----------------------------------*/
.sp_menu {
    display: none;
}

.sub_sp_menu {
    padding-left: 30px !important;
    line-height: 2.2;
    margin-top: 30px !important;
}

.sub_sp_menu li {
    font-size: 15px !important;
}

.sp_inner .sns_link {
    justify-content: left !important;
}

.header-container {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.main_title {
    display: none;
}

.header_inner {
    display: flex;
	justify-content: start;
    align-items: center;
    padding: 5px;
}

.header-in p {
margin: 0;
    background: #000;
    color: #fff;
    padding: 5px 50px;
}

.header_logo {
    width: 300px;
}

.header_contact a {
    padding: 10px 20px;
    color: #fff !important;
    background: #000;
    text-decoration: none;
}

.header_menu {
	width: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
    font-size: 20px;
	font-family: Impact;
}

.header_menu li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.header_menu li a {
    text-decoration: none;
    color: #000;
}

/* --- dropdown base --- */
.header_menu > li {
  position: relative; /* サブメニューの基準 */
}

.header_menu .menu_link {
  display: inline-block;
  padding: 6px 2px;
}

/* サブメニューの見た目 */
.sun_menu {
  margin: 8px 0 0;
  padding: 10px 0;
  list-style: none;
  /* 非表示状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

/* サブメニュー項目 */
.sun_menu > li {
  margin: 0;
  padding: 0;
}

.sun_menu > li > a {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

.sun_menu > li > a:hover,
.sun_menu > li > a:focus {
  background: #f5f5f5;
}

/* ホバー＆フォーカスで表示（マウスとキーボード両対応） */
.has-submenu-pc:hover > .sun_menu,
.has-submenu-pc:focus-within > .sun_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* もし親メニューを太字にしたければ */
.has-submenu-pc:hover > .menu_link,
.has-submenu-pc:focus-within > .menu_link {
  text-decoration: none;
  border-bottom: 2px solid #000; /* お好みで */
}

/* =========================
   PC: hover でドロップダウン
   ========================= */
@media (hover: hover) {
  .header_menu_pc .sun_menu {
    display: block;       /* PCではブロック要素として存在させる */
  }
}

@media (hover: hover) {
  /* PCのメニューにだけ適用（SPアコーディオンと分離） */
  .header_menu > li { position: relative; }

  .header_menu .sun_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 8px 0 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    z-index: 1000;

    /* 初期は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .header_menu .has-submenu:hover > .sun_menu,
  .header_menu .has-submenu:focus-within > .sun_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* =========================
   SP: アコーディオンで開閉
   ========================= */
.sp_menu_list .sun_menu {
  /* SPではブロックで畳む。PC用の非表示状態を無効化 */
  position: static;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  box-shadow: none;

  display: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
}
.sp_menu_list .has-submenu.open > .sun_menu {
  display: block;
}

/* 見た目（お好みで） */
.sp_menu_list .sun_menu > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.sp_menu_list .sun_menu > li > a:hover { background: #eee; }


/* --- サブメニュー（スマホ） --- */
.sp_menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.has-submenu {
  position: relative;
}

.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
	margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}

.toggle-icon {
  font-size: 20px;
  transition: transform 0.2s ease;
}

/* スマホのメニュー内だけ非表示にする */
.sp_menu_list .sun_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.sun_menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.sun_menu li a:hover {
  background: #eee;
}

/* 開いた時のスタイル */
.has-submenu.open .sun_menu {
  display: block;
}

.has-submenu.open .toggle-icon {
  transform: rotate(45deg); /* ＋ → × に見せる */
}


.top_text_area {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.top_link {
    position: absolute;
    top: 15%;
    left: 2%;
    font-size: clamp(20px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 5px 7px 9px rgba(255, 255, 255, 0.2);
	color: #f2f0f0;
}

.gglobe {
	height: 40px !important;
    width: 40px !important;
}

.lang_text {
	position: absolute;
    top: 41px;
    right: 4px;
    background: transparent !important;
    color: #000 !important;
    font-size: 10px;
    font-weight: bold;
}
/*-----------------------------VEGAS-----------------------------------*/
#test_slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
    margin: 0;
}

#slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
    margin: 0;
}

.wrapper {
    position: relative;
    margin-bottom: 0 !important;
}

.vegas-timer {
    display: none;
}

.top_text_area_sp {
    display: none;
}

/*-----------------------------main-----------------------------------*/
.marquee {
  width: 100%;
  position: relative;
  background: #fff; /* 任意 */
}

.marquee__inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee__inner span {
  display: inline-block;
  margin-right: 3rem; /* 文章同士の間隔 */
  font-size: 65px;
  font-family: Impact;
  color: #666;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* コンテンツ全体の半分 */
  }
}

.main_inner {
    margin: 50px auto;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.main_inner h2 {
	margin-bottom: 0 !important;
}
.main_tit {
    font-family: Impact, sans-serif;
    font-size: 80px;
	margin: 50px auto 0 !important;
}

.link_banner_area {
	display: flex;
    justify-content: start;
	align-items: center;
    gap: 10px;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.link_content {
	width: 32.333333%;
}
.main_tit_under {
    margin: 0 0 100px !important;
}

.sub_tit {
    font-family: Impact, sans-serif;
    color: #666;
    font-size: 90px !important;
    opacity: 0.2;
    z-index: -1;
    padding: 0 !important;
    margin: 0 !important;
}

._01 {
    background: #000;
    padding: 50px 10px;
    color: #fff;
    margin: 0;
}

._01 .sub_tit {
    top: 80px;
    opacity: 0.4;
}

._01 h2 {
    margin: 0 0 50px !important;
}

._01 h4 {
    margin: 0 !important;
    font-size: 26px;
}

._02 {
    background: url(/wp-content/uploads/2021/05/bg2.png) center/cover no-repeat;
    margin: 0;
    padding: 50px 0;
    color: #fff;
	position: relative;
}

._02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

._02_inner {
	position: relative;
	z-index: 2;
}

._02 p {
    font-weight: bold;
    text-shadow: 5px 7px 9px rgba(0, 0, 0, 0.7);
	margin-bottom: 10px;
}

.page_content {
	margin: 120px auto;
    max-width: 1100px;
}

.page_content h1 {
	margin: 50px auto !important;
}

.contact_inner {
	margin: 60px auto;
}

.contact_inner h1 {
	margin-bottom: 40px !important;
}

.footer,
.footer-bottom {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .nav-wrapper {
        display: block;
        position: absolute;
        right: 10px;
    }

    .pc_off {
        display: none;
    }
	
	.main_tit {
    margin: 35px auto 0 !important;
	}

    ._01 {
        padding: 5px 10px;
    }

    #test_slider {
        height: 30vh;
		margin-top: 80px;
    }

    .top_text_area {
        display: none;
    }

    .top_link {
        top: 4%;
    }

    .top_text_area_sp {
        display: block;
    }
	
	.gt_switcher_wrapper {
		top: auto !important;
		right: 10px !important;
		bottom: 10px !important;
	}
	
	.go-to-top {
		right: auto !important;
		left: 10px !important;
	}
	
	.link_content {
		width: 100%;
	}
	.main_inner {
		margin: 0px auto;
	}
	
	.sub_tit {
		font-size: 80px !important;
	}
	.lang_text {
		top: auto;
		right: 4px;
		bottom: 0px;
		position: fixed;
		color: #666 !important;
	}
	.contact_inner {
		margin: 80px auto;
	}
	
	.main_tit {
		font-size: 50px;
	}
}

@media screen and (max-width: 380px) {
    .main_tit {
        font-size: 46px;
    }

    .sub_tit {
        top: 156px;
    }

    ._01 h4 {
        font-size: 20px;
    }
	
	.link_content {
		width: 100%;
	}
}