@charset "utf-8";
ul,
li {
  list-style: none;
}

/*----------------------------------------------------

	size face

------------------------------------------
.f14 {font-size:1.2rem;}
.f16 {font-size:1.5rem;}
.f18 {font-size:1.6rem;}
.f20 {font-size:1.8rem;}
.f24 {font-size:2rem;}

.f_bold {font-weight:700;}
.f_ul {text-decoration:underline;}----------*/

/*----------------------------------------------------

	color

----------------------------------------------------*/
/* basic color-set */
.text-color01 {
  color: #0e88b5;
} /* sky-blue */
.text-color02 {
  color: #ff6c00;
} /* orange */
.text-color03 {
  color: #926a1e;
} /* brown */
.text-color04 {
  color: #666666;
} /* gray */
.text-color05 {
  color: #0e88b5;
} /* blue */
.text-color06 {
  color: #255c25;
} /* green */
.text-color07 {
  color: #ffffff;
} /* white */

/* icon color-set */
.module-color01 {
  color: #70b86e;
} /* green */
.module-color02 {
  color: #ed5d82;
} /* pink */
.module-color03 {
  color: #c68f26;
} /* gold brown */
.module-color04 {
  color: #1f8ecd;
} /* sky-blue */
.module-color05 {
  color: #404040;
} /* dark gray */

.module-bg-color01 {
  color: #fff;
  border: 1px solid #70b86e;
  background-color: #70b86e;
} /* green */
.module-bg-color02 {
  color: #fff;
  border: 1px solid #ed5d82;
  background-color: #ed5d82;
} /* pink */
.module-bg-color03 {
  color: #fff;
  border: 1px solid #c68f26;
  background-color: #c68f26;
} /* gold brown */
.module-bg-color04 {
  color: #fff;
  border: 1px solid #1f8ecd;
  background-color: #1f8ecd;
} /* sky-blue */
.module-bg-color05 {
  color: #fff;
  border: 1px solid #404040;
  background-color: #404040;
} /* sky-blue */

a.module-bg-color01:hover {
  color: #70b86e;
  background-color: #fff;
} /* green */
a.module-bg-color02:hover {
  color: #ed5d82;
  background-color: #fff;
} /* pink */
a.module-bg-color03:hover {
  color: #c68f26;
  background-color: #fff;
} /* gold brown */
a.module-bg-color04:hover {
  color: #1f8ecd;
  background-color: #fff;
} /* sky-blue */
a.module-bg-color05:hover {
  color: #404040;
  background-color: #fff;
} /* dark gray */

/*----------------------------------------------------

	header

----------------------------------------------------*/
.header01 {
  font-size: 14px;
  color: #000;
  xwidth:300px;
  margin-bottom:10px;
}
.header01__aside {
  font-size: 24px;
  font-family: 'Waiting for the Sunrise', cursive;
  /*font-family: 'Asenine', sans-serif;*/
  xletter-spacing: 0.085em;
  color: #fff;
}
.header01__main {
  font-size: 28px;
  margin: 12px 0;
}

.header01__main_en {
  font-family:altivo, zen-kaku-gothic-new, sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", Helvetica, Arial;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #fff;
  padding-bottom: 1.5rem;
  font-weight: 400;
}

.header02 {
  margin-bottom: 28px;
  text-align: center;
  font-family: "Railway", sans-serif;
  /*font-family: 'Asenine', sans-serif;*/
  line-height: 1.6em;
}
.header02__aside {
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #464647;
  font-family: "Railway", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
}

.header02__aside.asidejp {
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 400;
  font-family: altivo, zen-kaku-gothic-new, sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", Helvetica, Arial;
}

.header02__main {
  font-size: 42px;
  xletter-spacing: 0.05em;
  margin: 5px 0 10px;
}
.header03 {
  margin-bottom: 32px;
  text-align: center;
  font-family:Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
  /*font-family: 'Waiting for the Sunrise', cursive;
  font-family: "Railway", sans-serif;
  font-family: 'Asenine', sans-serif;*/
  line-height: 3em;
  letter-spacing: 0.085em;
}
.header03__aside {
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 200;
  font-family:altivo, zen-kaku-gothic-new, sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", Helvetica, Arial;
}
.header03__main {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  font-family:altivo, zen-kaku-gothic-new, sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", Helvetica, Arial;
  /*font-family: 'Waiting for the Sunrise', cursive;*/
}
.header04 {
  margin-bottom: 15px;
}
.header04__title {
  font-size: 30px;
  font-weight: bold;
  color: #444349;
}
.header05 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #0e88b5;
	border-bottom: 1px solid #999;
}


/*----------------------------------------------------

	text

----------------------------------------------------*/
.text01 {
  font-size: 14px;
  line-height: 1.7;
}

/*----------------------------------------------------

	btn

----------------------------------------------------*/
.btn-row.row {
  padding: 0 10px;
}
.btn-outer {
  display: table;
  margin:5px 0;
}
.btn {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  transition: 0.3s;
}
.btn.btn--w248 {
  width: 248px;
  height: 44px;
}
.btn.btn--w188 {
  width: 188px;
  height: 44px;
}
.btn.btn--w187 {
  width: 187px;
  height: 36px;
}

.btn.btn--w220 {
  width: 220px;
  height: 36px;
}
.btn01 {
  font-size: 15px;
  color: #fff;
  /*border: 1px solid #404040;*/
  background-color: #404040;
}
.btn01:hover {
  color: #fff;
  background: #606060;
}
.btn-col {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

/*----------------------------------------------------

	box

----------------------------------------------------*/
.news-card__item-title {
  color: #2c2b2b;
}
.news-card__item-text {
  color: #595959;
}

/*----------------------------------------------------

	label01

----------------------------------------------------*/
.label01 {
  display: inline-block;
  text-align: center;
  margin: 0 5px 5px 0;
  padding: 3px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background: #a05110;
}

/*----------------------------------------------------

	social-icons

----------------------------------------------------*/
.social-icons__list {
  font-size: 0;
}
.social-icons__item {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
.social-icons__item + .social-icons__item {
  margin-left: 10px;
}

/*----------------------------------------------------

	pager

----------------------------------------------------*/
.pager {
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
}
.page-numbers {
  padding: 8px 15px;

  border-radius: 5px;
}
.page-numbers.current {
  color: #fff;
  background: #404040;
}

/*----------------------------------------------------

	bread

----------------------------------------------------*/
.bread {
  padding: 15px 0;
  font-size: 11px;
  color: #263e4a;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  xbackground: linear-gradient(to bottom, #d5dee7 0%, #e8ebf2 50%, #e2e7ed 100%),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.02) 50%,
      rgba(255, 255, 255, 0.02) 61%,
      rgba(0, 0, 0, 0.02) 73%
    ),
    linear-gradient(33deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, color-burn;
}

/* モバイル */
@media (max-width: 767px) {
  .bread { padding: 5px 0;}
  .bread li {margin-bottom:4px;}
}


.bread__item {
  display: inline-block;
}
.bread__item a {
  color: #263e4a;
}
.bread__item a:after {
  display: inline-block;
  font: normal normal 300 14px/1 "Font Awesome 5 Pro";
  content: "\f105";
  margin-top: -0.205em;
  margin: 0 20px;
  vertical-align: middle;
}

/*----------------------------------------------------

	pager

----------------------------------------------------*/
.post-footer-pager {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 0;
}
.post-footer-pager__item {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: top;
}
.post-footer-pager__item.item--prev {
  text-align: left;
}
.post-footer-pager__item.item--next {
  text-align: right;
}
.post-footer-pager__item-label {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.post-footer-pager__item-text,
.post-footer-pager__item-icon {
  display: table-cell;
  vertical-align: top;
}
.post-footer-pager__item-icon {
  width: 20px;
  text-align: center;
}
.post-footer-pager__item.item--prev .post-footer-pager__item-icon:before {
  float: left;
  display: inline-block;
  font: bold 16px/1 "Font Awesome 5 Pro" !important;
  content: "\f053";
  margin-top: -0.205em;
  margin: 0 10px;
  vertical-align: middle;
}
.post-footer-pager__item.item--next .post-footer-pager__item-icon:before {
  float: right;
  display: inline-block;
  font: bold 16px/1 "Font Awesome 5 Pro" !important;
  content: "\f054";
  margin-top: -0.205em;
  margin: 0 10px;
  vertical-align: middle;
}
