@charset "UTF-8";
/*   
Theme Name: 三重県事業サイト
Theme URI:
Author: MojaDesign
Author URI: https://moja-d.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MojaDesign
*/
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* 日本語
----------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
/* 英字
----------------------------------------*/
@font-face {
  font-family: "RobotoCondensed";
  src: url("fonts/RobotoCondensed-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
/* ************************************************ 
 *	base
 * ************************************************ */
html, html *, body, header, footer {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.2;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.white {
  color: #fff;
}

.green {
  color: #4e9d68;
}

.blue {
  color: #5aa1cd;
}

/* ************************************************ 
 *	content block
 * ************************************************ */
.content_block:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .content_block:not(:last-child) {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 1024px) {
  .content_block:not(:last-child) {
    margin-bottom: 80px;
  }
}

.inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .inner {
    padding: 0;
  }
}
.inner .short, .inner .ex_short {
  padding: 0;
}
@media print, screen and (min-width: 1060px) {
  .inner .short, .inner .ex_short {
    padding: 0 30px;
  }
}
.inner.short {
  max-width: 1060px;
}
.inner.ex_short {
  max-width: 860px;
}

.inner_s {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner_s {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .inner_s {
    padding: 0;
  }
}

.inner_b {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner_b {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .inner_b {
    padding: 0;
  }
}

.link_yes a, .link_yes {
  text-decoration: underline !important;
  color: #4e9d68 !important;
}

/* ************************************************ 
 *	a
 * ************************************************ */
@media print and (hover: hover), screen and (hover: hover) and (min-width: 1024px) {
  /* リンクの場合 */
  a:-webkit-any-link:hover {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:-moz-any-link:hover {
    opacity: 0.7;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  a:any-link:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  /* 特定できない場合 */
  .button:where(:-webkit-any-link, :enabled, summary):hover {
    pointer-events: none;
  }
  .button:where(:-moz-any-link, :enabled, summary):hover {
    pointer-events: none;
  }
  .button:where(:any-link, :enabled, summary):hover {
    pointer-events: none;
  }
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: unset;
  transition: none;
}

a.anchor {
  display: block;
  padding-top: 56px;
  margin-top: -56px;
}
@media print, screen and (min-width: 1024px) {
  a.anchor {
    display: inline;
    padding-top: 105px;
    margin-top: -105px;
  }
}

/* ************************************************ 
 *	見出し
 * ************************************************ */
.font_en {
  font-family: "RobotoCondensed", sans-serif;
  font-weight: 500;
}

.title_center {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .title_center {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.title_center_sub {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .title_center_sub {
    font-size: 26px;
  }
}

.sub_midashi {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .sub_midashi {
    font-size: 20px;
    text-align: center;
  }
}

.img_center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.radius {
  border-radius: 6px;
}

/*********************************************************************
* flexbox外枠
**********************************************************************/
.flex_between, .flex_start, .flex_center, .flex_end, .flex_around {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_between_tab, .flex_start_tab, .flex_center_tab, .flex_end_tab, .flex_around_tab {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1024px) {
  .flex_between_pc, .flex_start_pc, .flex_center_pc, .flex_end_pc, .flex_around_pc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flex_between, .flex_between_tab, .flex_between_pc {
  justify-content: space-between;
}

.flex_start, .flex_start_tab, .flex_start_pc {
  justify-content: flex-start;
}

.flex_center, .flex_center_tab, .flex_center_pc {
  justify-content: center;
}

.flex_end, .flex_end_tab, .flex_end_pc {
  justify-content: flex-end;
}

.flex_around, .flex_around_tab, .flex_around_pc {
  justify-content: space-around;
}

.align_stretch {
  align-items: stretch !important;
}

@media print, screen and (min-width: 1024px) {
  .row_reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .row_reverse_tab {
    flex-direction: row-reverse;
  }
}

.align_items_center {
  align-items: center;
}

/*********************************************************************
* ページレイアウト調整クラス
**********************************************************************
* クラス名の書き方
*		OO_XX_N
*
*		OO：調整するプロパティの種類
*		ls = letter-spacing
*		lh = line-height
*		fs = font-size
*		w = width
*		ml = margin-left
*		mr = margin-right
*		mx = margin-left・margin-right
*		mt = margin-top
*		mb = margin-bottom
*		my = margin-top・margin-bottom
*		pl = padding-left
*		pr = padding-right
*		px = padding-left・padding-right
*		pt = padding-top
*		pb = padding-bottom
*		py = padding-top・padding-bottom
*
*		_XX_：デバイスの種類
*		何もなし = スマートフォン
*		_tab_ = タブレット
*		_pc_ = パソコン
*
*		N：数値
*		数字のみ = 単位がピクセル(px)
*		数字＋p = 単位がパーセント(%)
*			注）line-heightの場合単位は倍
**********************************************************************/
.w_pc_100p, .w_pc_95p, .w_pc_90p, .w_pc_85p, .w_pc_80p, .w_pc_75p, .w_pc_70p, .w_pc_65p, .w_pc_60p, .w_pc_55p, .w_pc_50p, .w_pc_45p, .w_pc_40p, .w_pc_35p, .w_pc_30p, .w_pc_25p, .w_pc_20p, .w_pc_15p, .w_pc_10p, .w_pc_5p, .w_tab_100p, .w_tab_95p, .w_tab_90p, .w_tab_85p, .w_tab_80p, .w_tab_75p, .w_tab_70p, .w_tab_65p, .w_tab_60p, .w_tab_55p, .w_tab_50p, .w_tab_45p,
.w_tab_40p, .w_tab_35p, .w_tab_30p, .w_tab_25p, .w_tab_20p, .w_tab_15p, .w_tab_10p, .w_tab_5p,
.w100p, .w95p, .w90p, .w85p, .w80p, .w75p, .w70p, .w65p, .w60p, .w55p, .w50p, .w45p, .w40p, .w35p, .w30p, .w25p, .w20p, .w15p, .w10p, .w5p {
  display: block;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh2 {
  line-height: 2 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh3 {
  line-height: 3 !important;
}

.lh4 {
  line-height: 4 !important;
}

.lh5 {
  line-height: 5 !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs36 {
  font-size: 36px !important;
}

.fs38 {
  font-size: 38px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media print, screen and (min-width: 600px) and (max-width: 959px) {
  .mb_tab_10 {
    margin-bottom: 10px !important;
  }
  .mb_tab_20 {
    margin-bottom: 20px !important;
  }
  .mb_tab_30 {
    margin-bottom: 30px !important;
  }
  .mb_tab_40 {
    margin-bottom: 40px !important;
  }
  .mb_tab_60 {
    margin-bottom: 60px !important;
  }
  .mb_tab_80 {
    margin-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 960px) {
  .mb_pc_5 {
    margin-bottom: 5px !important;
  }
  .mb_pc_10 {
    margin-bottom: 10px !important;
  }
  .mb_pc_20 {
    margin-bottom: 20px !important;
  }
  .mb_pc_30 {
    margin-bottom: 30px !important;
  }
  .mb_pc_40 {
    margin-bottom: 40px !important;
  }
  .mb_pc_60 {
    margin-bottom: 60px !important;
  }
  .mb_pc_80 {
    margin-bottom: 80px !important;
  }
  .mt_pc_10 {
    margin-top: 10px !important;
  }
  .mt_pc_20 {
    margin-top: 20px !important;
  }
  .mt_pc_30 {
    margin-top: 30px !important;
  }
  .mt_pc_40 {
    margin-top: 40px !important;
  }
  .mt_pc_60 {
    margin-top: 60px !important;
  }
  .mt_pc_80 {
    margin-top: 80px !important;
  }
}
/* ************************************************ 
 *	PC／SP切り替え
 * ************************************************ */
.sp_only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.sp_only_ib {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .sp_only_ib {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_only {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
}

.tab_sp_only {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .tab_sp_only {
    display: none;
  }
}

.tab_pc_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_pc_only {
    display: block;
  }
}

.tab_pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_pc_only_ib {
    display: inline-block;
  }
}

.pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc_only_ib {
    display: inline-block;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_center {
    text-align: center;
  }
}

/* ************************************************ 
 *	ヘッダー
 * ************************************************ */
/* 共通
----------------------------------------------*/
header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  header {
    flex-wrap: wrap;
    height: 105px;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  header {
    padding: 0 50px 0 50px;
  }
}
@media print, screen and (min-width: 1400px) {
  header {
    padding: 0 50px 0 90px;
  }
}
header.is-show {
  position: fixed;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  transition: opacity 1s;
  z-index: 100;
}
@media print, screen and (min-width: 1024px) {
  header.is-show {
    height: 85px;
  }
}

body.fixed header, body.fixed header.is-show {
  background-color: #fff;
  transition: all 0.7s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ロゴ
----------------------------------------------*/
.logo {
  line-height: 1;
  margin-left: 10px;
}
@media print, screen and (min-width: 1024px) {
  .logo {
    margin-left: 0;
  }
}
.logo img {
  display: block;
  width: 130px;
}
@media print, screen and (min-width: 1024px) {
  .logo img {
    width: 256px;
  }
}

/* グローバルナビ
----------------------------------------------*/
.header_nav ul {
  align-items: center;
  padding: 0 20px;
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .header_nav ul {
    padding: 0;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header_nav ul li:not(:first-child) {
    margin-left: 2em;
  }
}
@media print, screen and (min-width: 1200px) {
  .header_nav ul li:not(:first-child) {
    margin-left: 3em;
  }
}
.header_nav ul li:not(.gnav_contact) {
  border-bottom: 1px solid rgba(78, 157, 104, 0.2);
}
@media print, screen and (min-width: 1024px) {
  .header_nav ul li:not(.gnav_contact) {
    border-bottom: none;
  }
}
.header_nav a {
  display: block;
  line-height: 1;
  color: #4e9d68;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
  padding: 15px 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .header_nav a {
    color: #323232;
    letter-spacing: 0;
    text-indent: 0;
    padding: 0;
  }
}
.header_nav a::after {
  position: absolute;
  right: 12px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #4e9d68;
  border-top: 1px solid #4e9d68;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  .header_nav a::after {
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background-color: #4e9d68;
    border: none;
    transform: none;
    transition: width 0.3s;
    color: #4e9d68;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav a:hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav a:hover::after {
    width: 100%;
  }
}

/* ************************************************ 
 *	SP　ハンバーガーメニュー
 * ************************************************ */
/* メニュートリガー
----------------------------------------*/
.menu-trigger {
  display: inline-block;
  width: 45px;
  height: 56px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  transform: translateX(0);
}
@media print, screen and (min-width: 1024px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 3px;
  background-color: #4e9d68;
  border-radius: 1px;
  transition: all 0.5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.menu-trigger span:nth-of-type(2) {
  top: 27px;
}

.menu-trigger span:nth-of-type(3) {
  top: 36px;
}

.menu-trigger.active {
  transform: translateX(0);
  position: fixed;
  width: 45px;
  height: 59px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/* メニュー枠
----------------------------------------*/
nav#sp_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #fff;
  transition: all 0.7s;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}
@media print, screen and (min-width: 1024px) {
  nav#sp_nav {
    position: unset;
    z-index: unset;
    transform: unset;
    transition: unset;
    overflow: unset;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}

nav#sp_nav.open {
  opacity: 1;
  visibility: visible;
}

/* ************************************************ 
 *	main
 * ************************************************ */
main {
  padding-top: 56px;
}
@media print, screen and (min-width: 1024px) {
  main {
    padding-top: 105px;
  }
}

/* ************************************************ 
 *	404
 * ************************************************ */
.notfound_wrap {
  padding: 180px 0 70px;
}
@media print, screen and (min-width: 768px) {
  .notfound_wrap {
    padding: 300px 0 50px;
  }
}

h2.notfound {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  h2.notfound {
    font-size: 26px;
  }
}

.notfound_txt {
  text-align: center;
  padding: 30px 0 40px;
}

/* ************************************************ 
 *	サンクス
 * ************************************************ */
.thanks_block {
  line-height: 2;
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 1024px) {
  .thanks_block {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
  }
}

/* パンくず
----------------------------------------*/
.breadcrumbs_wrapper {
  width: 100%;
  font-size: 8px;
  line-height: 1;
  text-align: left;
  max-width: 1280px;
  padding: 70px 20px 0 20px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper {
    padding: 85px 20px 15px;
    font-size: 12px;
  }
}
.breadcrumbs_wrapper span {
  display: inline-block;
  font-size: 10px;
  padding: 0 2px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper span {
    padding: 0 0;
    font-size: 10px;
    font-weight: bold;
  }
}
.breadcrumbs_wrapper a {
  display: inline-block;
  padding-right: 2px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper a {
    font-size: 11px;
  }
}

/* ************************************************ 
 *	フッター
 * ************************************************ */
a.pagetop {
  position: absolute;
  top: -86px;
  right: 10px;
  display: inline-block;
  background-color: #4e9d68;
  padding: 10px 20px 8px 20px;
}
@media print, screen and (min-width: 768px) {
  a.pagetop {
    right: 0;
  }
}
a.pagetop img {
  width: 16px;
}

.footer_cta_wrapper {
  background-color: #f7f2df;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_wrapper .flex_center_pc {
    column-gap: 20px;
  }
}

.pl {
  position: relative;
}

.footer_wrapper {
  background-color: #4e9d68;
  padding-top: 40px;
}

footer p, footer a {
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .footer_big {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_big {
    font-size: 16px;
  }
}

/* ロゴ・住所・YouTubeボタン
----------------------------------------*/
.footer_logo_info {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .footer_logo_info {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer_logo_info a.footer_logo {
  display: inline-block;
  width: 280px;
  line-height: 1;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_logo_info a.footer_logo {
    width: 300px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_logo_info a.footer_logo {
    margin: 0;
  }
}
.footer_logo_info a.footer_logo img {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .footer_logo_info a.footer_logo:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 1024px) {
  .footer_cb {
    text-align: right;
  }
}

a.cta01, .cta02, .cta03 {
  display: inline-block;
  line-height: 1;
  border-radius: 9999px;
  padding: 22px 34px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  a.cta01, .cta02, .cta03 {
    width: 400px;
  }
}
a.cta01 .cta_flex, .cta02 .cta_flex, .cta03 .cta_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.cta01 .cta_txt, .cta02 .cta_txt, .cta03 .cta_txt {
  line-height: 0.9;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  a.cta01 .cta_txt, .cta02 .cta_txt, .cta03 .cta_txt {
    font-size: 20px;
  }
}
a.cta01 .btn_big, .cta02 .btn_big, .cta03 .btn_big {
  font-size: 16px;
}
@media print, screen and (min-width: 1024px) {
  a.cta01 .btn_big, .cta02 .btn_big, .cta03 .btn_big {
    font-size: 24px;
  }
}
a.cta01 span, .cta02 span, .cta03 span {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
a.cta01 img, .cta02 img, .cta03 img {
  width: 14px;
  margin-right: 10px;
}
@media print, screen and (min-width: 1024px) {
  a.cta01 img, .cta02 img, .cta03 img {
    width: 18px;
  }
}
a.cta01:hover, .cta02:hover, .cta03:hover {
  opacity: 0.6;
}

a.cta01 {
  background-color: #4e9d68;
}

a.cta02 {
  background-color: #5aa1cd;
}

a.cta03 {
  background-color: #d5614d;
}

a.footer_contact_btn {
  display: block;
  background-color: #fff;
  line-height: 1;
  border-radius: 9999px;
  padding: 18px 30px;
  margin: 30px auto 10px;
  width: 80%;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  a.footer_contact_btn {
    display: inline-block;
    margin: 30px 0 10px;
    width: auto;
  }
}
a.footer_contact_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e9d68;
  font-weight: bold;
}
a.footer_contact_btn img {
  width: 12px;
  margin-right: 10px;
}
a.footer_contact_btn:hover {
  opacity: 0.6;
}

.footer_txt {
  text-align: left;
}
.footer_txt a {
  color: #fff;
}

.cta_txt_sub {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cta_txt_sub {
    font-size: 16px;
  }
}

.sns_icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .sns_icon {
    padding-right: 0;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.sns_icon a {
  width: 40px;
  height: 40px;
  display: block;
  transition: transform 0.3s ease;
  margin-left: 20px;
}
.sns_icon a.tiktok_icon {
  background: url("images/tiktok.svg") 0 0/cover no-repeat;
}
.sns_icon a.x_icon {
  background: url("images/x.svg") 0 0/cover no-repeat;
}
@media print, screen and (min-width: 960px) {
  .sns_icon a {
    margin-left: 20px;
  }
}

/* リンク
----------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .footer_link {
    width: 45%;
  }
}
.footer_link > ul {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .footer_link > ul {
    width: auto;
    margin-bottom: 0;
    padding-left: 1.25em;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_link > ul:not(:last-child) {
    margin-right: 2.5vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer_link > ul:not(:last-child) {
    margin-right: 70px;
  }
}
.footer_link li {
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .footer_link li {
    border: none;
    display: inline-block;
    padding-bottom: 0;
  }
}
.footer_link li:not(:last-child) {
  margin-bottom: 1.25em;
}
.footer_link a {
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .footer_link a {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_link a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_link p {
    text-align: right;
  }
}

/* コピーライト
----------------------------------------*/
.copyright {
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 90px;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    padding: 80px 0 10px;
  }
}

/* ************************************************ 
 *	ブログ
 * ************************************************ */
ul.blog_list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(78, 157, 104, 0.2);
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li {
    display: block;
    width: 47.5%;
    margin-bottom: 35px;
    border: none;
  }
}
@media print, screen and (min-width: 960px) and (min-width: 960px) {
  ul.blog_list li {
    width: calc((100% - 110px) / 3);
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(odd) {
    margin-right: 5%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(odd) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(3n+2) {
    margin-left: 55px;
    margin-right: 55px;
  }
}
ul.blog_list li .blog_flex_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li .blog_flex_box {
    display: block;
  }
}
ul.blog_list li .blog_img_box {
  width: 40%;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li .blog_img_box {
    width: auto;
  }
}
ul.blog_list li a.blog_list_thum {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li a.blog_list_thum {
    width: 100%;
    margin-bottom: 10px;
  }
}
ul.blog_list li a.blog_list_thum figure {
  overflow: hidden;
}
ul.blog_list li a.blog_list_thum img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li a.blog_list_thum img:hover {
    transform: scale(1.05);
  }
}
ul.blog_list li .blog_list_txt {
  width: calc(80% - 15px);
  margin-left: 5%;
  margin-top: -15px;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li .blog_list_txt {
    width: 100%;
    margin-top: 0;
  }
}
ul.blog_list li .blog_list_txt time {
  color: #878787;
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li .blog_list_txt time {
    font-size: 14px;
    line-height: 1;
  }
}
ul.blog_list li .blog_list_txt h3 {
  line-height: 1.5;
  font-size: 15px;
}
@media print, screen and (min-width: 600px) {
  ul.blog_list li .blog_list_txt h3 {
    font-size: 18px;
  }
}
ul.blog_list li .blog_list_txt p {
  display: none;
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  ul.blog_list li .blog_list_txt p {
    display: block;
    margin-top: 5px;
  }
}

.syokumu {
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 600px) {
  .syokumu {
    left: 0;
    top: -4px;
  }
}
.syokumu span {
  background-color: #4e9d68;
  padding: 1px 5px;
  font-weight: bold;
  font-size: 0.5rem;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .syokumu span {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

/* 下層ヘッダー
----------------------------------------*/
.header_bg_wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .header_bg_wrapper {
    margin-bottom: 140px;
  }
}

.under_title {
  font-size: 20px;
  line-height: 0.8;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .under_title {
    font-size: 28px;
    line-height: 1;
  }
}

.under_title_s {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .under_title_s {
    font-size: 22px;
  }
}

.page_title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .page_title {
    font-size: 24px;
  }
}

.page_title02 {
  text-align: center;
  color: #4e9d68;
  font-size: 18px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .page_title02 {
    font-size: 28px;
  }
}

.company_table {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .company_table dl {
    display: flex;
    border-bottom: 1px solid rgba(50, 50, 50, 0.5);
    padding: 15px 0;
  }
}
.company_table dt {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    background-color: unset;
    padding: 0 0 0 15px;
    text-align: left;
  }
}
.company_table dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dd {
    width: 80%;
    padding: 0;
  }
}
.company_table dd p {
  font-size: 14px;
}

/*404-----------*/
a.f404_btn {
  display: block;
  background-color: #4e9d68;
  color: #fff;
  line-height: 1;
  border-radius: 9999px;
  padding: 20px 30px;
  margin: 30px auto 20px;
  text-align: center;
  width: 80%;
}
@media print, screen and (min-width: 768px) {
  a.f404_btn {
    width: 40%;
  }
}
a.f404_btn span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  a.f404_btn span {
    font-size: 20px;
  }
}
a.f404_btn span img {
  width: 16px;
  margin-right: 10px;
}
a.f404_btn:hover {
  opacity: 0.6;
}

/* ************************************************ 
 *	固定ボタン
 * ************************************************ */
html {
  scroll-behavior: smooth;
}

.fixbt {
  position: fixed;
  bottom: 2px;
  right: 10px;
  width: 170px;
  z-index: 9999;
  transform: translateY(120px);
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .fixbt {
    bottom: 10px;
    right: 20px;
    width: 220px;
  }
}
.fixbt.js-active {
  transform: translateY(0);
}

/*==================================================
/*header用 要素を上から下*/
@-webkit-keyframes SlideDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translatey(-70px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translatey(0);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translatey(-70px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translatey(0);
  }
}
.header_down {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; /* アニメーション時間 */
  -webkit-animation-name: SlideDown;
  animation-name: SlideDown; /* アニメーション名 */
}

/*header用 要素を上から下02*/
@-webkit-keyframes SlideDown02 {
  0% {
    opacity: 0; /* 透明 */
    transform: translatey(-70px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translatey(0);
  }
}
@keyframes SlideDown02 {
  0% {
    opacity: 0; /* 透明 */
    transform: translatey(-70px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translatey(0);
  }
}
.header_down02 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; /* アニメーション時間 */
  -webkit-animation-name: SlideDown;
  animation-name: SlideDown; /* アニメーション名 */
}

/*header用 フェードイン*/
.fadein {
  -webkit-animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*テキストを左から出す*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/****送信完了サンクス******/
.et {
  font-weight: bold !important;
  font-size: 17px;
}
@media print, screen and (min-width: 480px) {
  .et {
    font-size: 18px;
  }
}

.event_form_area {
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  border: solid 1px #eee;
}
@media print, screen and (min-width: 960px) {
  .event_form_area {
    padding: 35px 50px;
  }
}
.event_form_area .event_form_area_title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 480px) {
  .event_form_area .event_form_area_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.event_form_area p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 480px) {
  .event_form_area p {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */