@charset "UTF-8";
/*   
Theme Name: DIYチャンピオン2024
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-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: "Lato-BlackItalic";
  src: url("fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 500;
  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;
  -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: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 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: 18px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.white {
  color: #fff !important;
}

.red {
  color: #9a0006;
}

/* ************************************************ 
 *	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 20px;
  }
}
.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 {
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .inner_b {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .inner_b {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 1400px) {
  .inner_b {
    padding: 0 90px;
  }
}

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

/********* title.php ***************************/
.header_bg_wrapper {
  margin-bottom: 5%;
  padding: 20px 5% 20px;
}
@media print, screen and (min-width: 960px) {
  .header_bg_wrapper {
    padding: 120px 6% 2%;
  }
}

.under_title {
  font-size: 40px;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .under_title {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .under_title {
    font-size: 94px;
  }
}

.under_title_s {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .under_title_s {
    font-size: 22px;
  }
}

/* ************************************************ 
 *	a
 * ************************************************ */
@media print and (hover: hover), screen and (hover: hover) and (min-width: 1024px) {
  /* リンクの場合 */
  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(:-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: "Lato-BlackItalic", sans-serif;
  font-weight: 700;
}

.title_all {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .title_all {
    font-size: 80px;
  }
}

.title_all02 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .title_all02 {
    font-size: 40px;
  }
}

.title_all_sub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .title_all_sub {
    font-size: 26px;
  }
}

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

.radius {
  border-radius: 12px;
}

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

.bold {
  font-weight: bold !important;
}

/*********************************************************************
* ページレイアウト調整クラス
**********************************************************************
* クラス名の書き方
*		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;
}

.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;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-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;
  }
  .pb_tab_10 {
    padding-bottom: 10px !important;
  }
  .pb_tab_20 {
    padding-bottom: 20px !important;
  }
  .pb_tab_30 {
    padding-bottom: 30px !important;
  }
  .pb_tab_40 {
    padding-bottom: 40px !important;
  }
  .pb_tab_60 {
    padding-bottom: 60px !important;
  }
  .pb_tab_80 {
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 960px) {
  .pb_pc_5 {
    padding-bottom: 5px !important;
  }
  .pb_pc_10 {
    padding-bottom: 10px !important;
  }
  .pb_pc_20 {
    padding-bottom: 20px !important;
  }
  .pb_pc_30 {
    padding-bottom: 30px !important;
  }
  .pb_pc_40 {
    padding-bottom: 40px !important;
  }
  .pb_pc_60 {
    padding-bottom: 60px !important;
  }
  .pb_pc_80 {
    padding-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: 65px;
  z-index: 1;
  padding-bottom: 20px;
}
@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);
  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;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ロゴ
----------------------------------------------*/
.logo {
  line-height: 1;
  margin-left: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .logo {
    margin-left: 0;
    margin-top: 0;
  }
}
.logo img {
  display: block;
  width: 180px;
}
@media print, screen and (min-width: 1024px) {
  .logo img {
    width: 280px;
  }
}

/* グローバルナビ
----------------------------------------------*/
.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;
  }
}
@media print, screen and (min-width: 1024px) {
  .header_nav ul li:not(.gnav_contact) {
    border-bottom: none;
  }
}
.header_nav .hover_border {
  display: block;
  line-height: 1;
  color: #9a0006;
  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 .hover_border {
    color: #323232;
    letter-spacing: 0;
    text-indent: 0;
    padding: 0;
  }
}
.header_nav .hover_border::after {
  position: absolute;
  right: 12px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #9a0006;
  border-top: 1px solid #9a0006;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  .header_nav .hover_border::after {
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background-color: #9a0006;
    border: none;
    transform: none;
    transition: width 0.3s;
    color: #9a0006;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .hover_border:hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .hover_border:hover::after {
    width: 100%;
  }
}

.header_nav a.cta_bt {
  display: block;
  line-height: 1;
  border-radius: 9999px;
  padding: 22px 30px;
  width: 80%;
  background-color: #9a0006;
  margin: 20px auto 0;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .header_nav a.cta_bt {
    width: 220px;
    margin: 0;
  }
}
.header_nav a.cta_bt .cta_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_nav a.cta_bt .cta_txt {
  line-height: 0.9;
  font-size: 14px;
}
@media print, screen and (min-width: 1024px) {
  .header_nav a.cta_bt .cta_txt {
    font-size: 20px;
  }
}
.header_nav a.cta_bt .btn_big {
  font-size: 16px;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .header_nav a.cta_bt .btn_big {
    font-size: 18px;
  }
}
.header_nav a.cta_bt span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .header_nav a.cta_bt span {
    font-size: 20px;
  }
}
.header_nav a.cta_bt img {
  width: 14px;
  margin-right: 10px;
}
@media print, screen and (min-width: 1024px) {
  .header_nav a.cta_bt img {
    width: 30px;
  }
}
.header_nav a.cta_bt:hover {
  opacity: 0.8;
}

a.cta_bt {
  background-color: #fff;
  color: #9a0006;
  font-weight: bold;
}

.cta_txt_sub {
  font-weight: bold;
  text-align: center;
}

/* ************************************************ 
 *	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: #9a0006;
  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;
  z-index: 12;
}

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

/* ************************************************ 
 *	フッター
 * ************************************************ */
.footer_cta_wrapper {
  background-color: #9a0006;
  padding: 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 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.footer_cta_area {
  background-color: #a90021;
  padding: 20px 20px;
  border-radius: 10px;
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_area {
    padding: 40px 60px;
  }
}

.footer_wrapper {
  padding-top: 40px;
  background-color: #f9f8f4;
}
@media print, screen and (min-width: 1024px) {
  .footer_wrapper {
    padding-top: 80px;
  }
}

.footer_border {
  border-bottom: solid 1px #ddd;
}

.footer_cta_area a.cta_bt {
  display: inline-block;
  line-height: 1;
  border-radius: 9999px;
  padding: 22px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_area a.cta_bt {
    padding: 22px 34px;
    width: 440px;
    margin-bottom: 10px;
  }
}
.footer_cta_area a.cta_bt .cta_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_cta_area a.cta_bt .cta_txt {
  line-height: 0.9;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_area a.cta_bt .cta_txt {
    font-size: 20px;
  }
}
.footer_cta_area a.cta_bt .btn_big {
  font-size: 16px;
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_area a.cta_bt .btn_big {
    font-size: 20px;
  }
}
.footer_cta_area a.cta_bt span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .footer_cta_area a.cta_bt span {
    font-size: 20px;
  }
}
.footer_cta_area a.cta_bt img {
  width: 20px;
  margin-left: 10px;
}
@media print, screen and (min-width: 1024px) {
  .footer_cta_area a.cta_bt img {
    width: 24px;
  }
}
.footer_cta_area a.cta_bt:hover {
  opacity: 0.8;
}

a.cta_bt {
  background-color: #fff;
  color: #9a0006;
  font-weight: bold;
}

.cta_txt_sub {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cta01 {
    width: 30%;
  }
}

@media print, screen and (min-width: 768px) {
  .cta02 {
    width: 40%;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .cta03 {
    width: 25%;
  }
}
.cta03 img {
  border-radius: 6px;
}

/* ロゴ
----------------------------------------*/
.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;
  }
}

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

/* リンク
----------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .footer_link {
    width: 40%;
  }
}
.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-left: 2.5vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer_link > ul:not(:last-child) {
    margin-left: 70px;
  }
}
.footer_link li {
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}
@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;
}
@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;
  }
}

.privacymark img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .privacymark img {
    margin: 0 0 0 auto;
    text-align: right;
  }
}

/* コピーライト
----------------------------------------*/
.copyright {
  display: block;
  font-size: 12px;
  text-align: center;
}

.footer_s {
  font-size: 14px;
}

.fs_right {
  display: block;
  text-align: center !important;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .fs_right {
    text-align: unset;
    margin-bottom: 0;
  }
}

/* ************************************************ 
 *	ブログ
 * ************************************************ */
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;
  }
}

.page_title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .page_title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.page_title_sub {
  background-color: #f9f8f4;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .page_title_sub {
    font-size: 28px;
  }
}

.corporate_table {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-top: solid 1px #eee;
}
@media print, screen and (min-width: 600px) {
  .corporate_table {
    margin: 0 auto 80px;
  }
}

.corporate_table th, .corporate_table td {
  padding: 8px 10px;
  font-size: 13px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
@media print, screen and (min-width: 600px) {
  .corporate_table th, .corporate_table td {
    padding: 20px 20px;
    font-size: 16px;
  }
}

.corporate_table th {
  text-align: left;
  width: 26%;
  border-left: solid 1px #eee;
}
@media print, screen and (min-width: 600px) {
  .corporate_table th {
    width: 24%;
  }
}

.corporate_table td {
  border-right: solid 1px #eee;
  line-height: 1.8em;
}
@media print, screen and (min-width: 600px) {
  .corporate_table td {
    line-height: 2em;
  }
}

.corporate_table ul li {
  padding-bottom: 10px;
}
.corporate_table ul li a {
  font-size: 12px;
  text-decoration: underline !important;
}
@media print, screen and (min-width: 600px) {
  .corporate_table ul li a {
    font-size: 14px;
  }
}

.corporate_table tr:nth-child(odd) {
  background: #f9f9f9;
}

/*404-----------*/
a.f404_btn {
  display: block;
  background-color: #9a0006;
  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%;
    padding: 25px 30px;
  }
}
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: 18px;
  }
}
a.f404_btn span img {
  width: 28px;
  margin-right: 10px;
}
a.f404_btn:hover {
  opacity: 0.6;
}

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

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

/*header用 フェードイン*/
.fadein {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@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 {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@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 */