@charset "UTF-8";
/* html5 reset*/
html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, span {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

img {
  vertical-align: bottom;
}

/*sass用　ブレイクポイント定義*/
:root {
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-Black: 900;
}

/* original reset */
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* html5 reset +alpha */
html {
  font-size: 62.5%; /* (14px) */
  line-height: 1;
}

#main {
  line-height: 1.4;
}

/* common item */
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clrfx {
  zoom: 1;
}

.clr {
  clear: both;
}

.fltl {
  float: left;
}

.fltr {
  float: right;
}

.leftAdjust {
  text-align: left;
}

.rightAdjust {
  text-align: right;
}

.centerAdjust {
  text-align: center;
}

.topAdjust {
  vertical-align: top;
}

.middleAdjust {
  vertical-align: middle;
}

.bottomAdjust {
  vertical-align: bottom;
}

.rlt {
  position: relative;
}

.abs {
  position: absolute;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  -webkit-text-decoration: line-though;
          text-decoration: line-though;
}

/* items */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

a:hover img.opa100 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.font-en {
  font-family: "Jost", sans-serif;
}

.font-serif {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* body style */
body {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background: #fdfaf1;
  -webkit-text-size-adjust: 100%;
}

/* common */
@media (width > 768px) {
  .sp_v {
    display: none !important;
  }
}

@media (width <= 768px) {
  .pc_v {
    display: none !important;
  }
}

/******************************************
	レイアウト関連
*******************************************/
.layout {
  display: grid;
}
.layout.col_02 {
  grid-template-columns: 1fr 207px;
  gap: 26px;
}
@media (width <= 768px) {
  .layout.col_02 {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}

/******************************************
	ページネーション
*******************************************/
/* page_navi_01 */
#page_navi_01 {
  margin-block: 40px;
}
#page_navi_01 .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 7px;
}
#page_navi_01 .wp-pagenavi .pages {
  display: none;
}
#page_navi_01 .wp-pagenavi span, #page_navi_01 .wp-pagenavi a {
  display: grid;
  place-content: center;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width <= 768px) {
  #page_navi_01 .wp-pagenavi span, #page_navi_01 .wp-pagenavi a {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
}
#page_navi_01 .wp-pagenavi span {
  background-color: #f34a0b;
  border: 1px solid #f34a0b;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-family: "Jost", sans-serif;
}
#page_navi_01 .wp-pagenavi span.extend {
  border: none;
  background: none;
  color: #f34a0b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page_navi_01 .wp-pagenavi a {
  background-color: transparent;
  border: 1px solid #f34a0b;
  color: #f34a0b;
  font-weight: bold;
  font-style: italic;
  font-family: "Jost", sans-serif;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#page_navi_01 .wp-pagenavi a.nextpostslink {
  font-style: normal;
}
#page_navi_01 .wp-pagenavi a.previouspostslink {
  font-style: normal;
}
#page_navi_01 .wp-pagenavi a.last {
  display: none;
}
#page_navi_01 .wp-pagenavi a.first {
  display: none;
}
#page_navi_01 .wp-pagenavi a:hover {
  background-color: #f34a0b;
  border: 1px solid #f34a0b;
  color: #ffffff;
}

/*==============================
	アニメーション・効果
===============================*/
/* effect */
.effect-slideLeft {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}

.effect-slideLeft.on-effect {
  clip-path: inset(0);
}

/*==============================
	ホバーアニメーション
===============================*/
a .hover_abs_anim_01 {
  position: relative;
  overflow: hidden;
}

a .hover_abs_anim_01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1); /* Safari用 */
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover .hover_abs_anim_01 img {
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2); /* Safari用 */
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}

a .hover_anim_01 {
  overflow: hidden;
}

a .hover_anim_01 img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover .hover_anim_01 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 100%;
  aspect-ratio: 1400/256;
  background: url(../img/horizon_bg_head.svg) center center no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media (width <= 768px) {
  #wrapper::before {
    background-size: 1400 256;
  }
}

/******************************************
	button
*******************************************/
a.ct-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 3em 1em 3em;
  font-weight: var(--font-weight-Medium);
  line-height: 1.2;
  border: 1px solid #000;
  background: #ffffff;
  color: #000000;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
a.ct-btn.no_border {
  border: none;
}
@media (width <= 900px) {
  a.ct-btn {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  a.ct-btn {
    padding-right: 3.5em;
    padding-left: 2em;
  }
}

.ct-btn .icon {
  margin-right: 15px;
}

.ct-btn .font-en {
  font-size: 12px;
  font-style: italic;
  font-weight: var(--font-weight-Bold);
  margin-right: 1em;
}

.ct-btn .font-ja {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.ct-btn:before, .ct-btn:after {
  content: "";
  position: absolute;
  top: 1.58em;
  right: 0;
  height: 1px;
  background: #000;
}

.ct-btn:before {
  width: 2.2857em;
}

.ct-btn:after {
  width: 0.8571em;
  right: 1px;
  -webkit-transform: rotate(30deg) translateY(-0.25em);
  transform: rotate(30deg) translateY(-0.25em);
}

.ct-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

/******************************************
	header
*******************************************/
.g-header {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

.sitename a {
  display: block;
  padding: 20px 24px 18px 27px;
}
@media (width <= 768px) {
  .sitename a {
    padding: 12px 12px 12px 12px;
  }
}
.sitename a .sub {
  display: block;
  margin-top: 0.75em;
  font-size: clamp(16px, 1.3333333333vw, 16px);
  font-weight: var(--font-weight-Medium);
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (width <= 768px) {
  .sitename a .sub {
    margin-top: 7px;
    font-size: clamp(10px, 0.8333333333vw, 10px);
  }
}
.sitename a:hover {
  text-decoration: none;
}
.sitename a:hover .sub {
  opacity: 0.7;
}

.sitename img {
  vertical-align: top;
}
@media (width <= 768px) {
  .sitename img {
    width: 180px;
  }
}

.menu-btn {
  display: none;
}
@media (width <= 768px) {
  .menu-btn {
    position: relative;
    z-index: 9999;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    width: 60px;
    aspect-ratio: 1/1;
  }
}

@media (width <= 768px) {
  .menu-btn,
  .menu-btn span {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-bar {
    position: relative;
    width: 28px;
    height: 18px;
    margin: 0 auto;
  }
  .menu-bar:before,
  .menu-bar:after,
  .menu-bar > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #f34a0b;
  }
  .menu-bar:before {
    top: 0;
  }
  .menu-bar > span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .menu-bar:after {
    bottom: 0;
  }
  .menu-btn.is-open .menu-bar:before {
    -webkit-transform: translateY(8px) rotate(-35deg);
    transform: translateY(8px) rotate(-35deg);
    background: #ffffff;
  }
  .menu-btn.is-open .menu-bar > span {
    opacity: 0;
  }
  .menu-btn.is-open .menu-bar:after {
    -webkit-transform: translateY(-8px) rotate(35deg);
    transform: translateY(-8px) rotate(35deg);
    background: #ffffff;
  }
  .menu-btn .label {
    width: auto;
    height: auto;
    margin: -10px 0 6px;
    color: #f34a0b;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: italic;
    font-family: "Jost", sans-serif;
  }
  .menu-btn.is-open .label {
    color: #ffffff;
  }
}
/* gnav */
.g-nav {
  z-index: 2;
  padding-top: 34px;
  padding-right: 60px;
}
@media (width <= 768px) {
  .g-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 60px 0 0;
    background: #f34a0b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9000;
  }
  .g-nav::after {
    content: "Horizon Power";
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.33);
    white-space: nowrap;
  }
}
.g-nav a {
  position: relative;
  display: block;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.45;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (width <= 768px) {
  .g-nav a {
    color: #ffffff;
    font-weight: 500;
  }
}
.g-nav a:hover {
  opacity: 0.7;
}
.g-nav span {
  display: block;
  color: #ff3f00;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (width <= 768px) {
  .g-nav span {
    color: #ffffff;
    font-size: 12px;
  }
}

.g-nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
@media (width <= 768px) {
  .g-nav-group {
    display: block;
    overflow-y: auto;
  }
}

.g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  gap: 40px;
}
@media (width <= 768px) {
  .g-nav-list {
    display: block;
    height: auto;
  }
  .g-nav-list li {
    padding: 14px 20px;
    border-bottom: 1px solid #ffffff;
  }
}
.g-nav-list a {
  text-align: center;
  height: 100%;
}
@media (width <= 768px) {
  .g-nav-list a {
    text-align: left;
  }
}

.g-nav-contact li {
  position: relative;
  z-index: 2;
}
.g-nav-contact a {
  color: #000;
}
@media (width <= 768px) {
  .g-nav-contact a {
    color: #ffffff;
  }
}
.g-nav-contact a::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/14;
  margin-inline: auto;
  margin-bottom: 4px;
  background: url(../img/icon-mail.svg) no-repeat center/100%;
}
@media (width <= 768px) {
  .g-nav-contact a::before {
    margin-inline: 0 auto;
    background: url(../img/icon-mail_white.svg) no-repeat center/100%;
  }
}
.g-nav-contact span {
  display: block;
  color: #ff3f00;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: italic;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (width <= 768px) {
  .g-nav-contact span {
    color: #ffffff;
    font-size: 12px;
  }
}

/******************************************
	footer
*******************************************/
.g-footer {
  position: relative;
  padding: 35px 0 12px;
  background: #f34a0b;
  overflow: hidden;
}
.g-footer .info .logo {
  text-align: center;
  margin-bottom: 45px;
}
.g-footer .info .logo .sub {
  display: block;
  margin-top: 1em;
  font-size: clamp(16px, 1.3333333333vw, 16px);
  font-weight: var(--font-weight-Medium);
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (width <= 768px) {
  .g-footer .info .logo .sub {
    margin-top: 7px;
    font-size: clamp(10px, 0.8333333333vw, 10px);
  }
}
.g-footer .info .contact {
  width: 290px;
  margin-inline: auto;
}
.g-footer .info .contact + .contact {
  margin-top: 12px;
}
.g-footer::after {
  content: "Horizon Power";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: clamp(60px, 7.5vw, 90px);
  letter-spacing: 0.03em;
  font-weight: bold;
  font-style: italic;
  font-family: "Jost", sans-serif;
  line-height: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.33);
  white-space: nowrap;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (width <= 768px) {
  .g-footer::after {
    font-size: clamp(45px, 12vw, 80px);
  }
}

.g-copyright {
  margin-top: 90px;
  font-size: 10px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 10px;
  font-weight: var(--font-weight-Bold);
  font-stretch: normal;
  font-style: italic;
  letter-spacing: 0.03em;
  text-align: right;
  color: #fff;
}
@media (width <= 400px) {
  .g-copyright {
    letter-spacing: 0em;
  }
}

/******************************************
	main
*******************************************/
/*----------------------
	horizon_about_block_01
----------------------*/
.horizon_about_block_01 {
  margin-top: 48px;
  padding-bottom: 25px;
  background: url(../img/horizon_bg_middle.svg) center bottom no-repeat;
  background-size: 100% auto;
}
@media (width <= 768px) {
  .horizon_about_block_01 {
    background-size: 1400px auto;
  }
}
.horizon_about_block_01 .block_ttl_01 .ttl_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: clamp(24px, 2.3333333333vw, 28px);
  font-family: "Shippori Mincho", serif;
  font-weight: var(--font-weight-Medium);
  line-height: 1.82;
  letter-spacing: 0.025em;
  text-align: center;
  color: #000;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_ttl_01 .ttl_sub {
    font-size: clamp(22px, 5.8666666667vw, 24px);
  }
}
.horizon_about_block_01 .block_ttl_01 .ttl_sub::before {
  content: "";
  width: clamp(80px, 7.5vw, 90px);
  height: 1px;
  background: #000000;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_ttl_01 .ttl_sub::before {
    width: clamp(56px, 14.9333333333vw, 80px);
  }
}
.horizon_about_block_01 .block_ttl_01 .ttl_sub::after {
  content: "";
  width: clamp(80px, 7.5vw, 90px);
  height: 1px;
  background: #000000;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_ttl_01 .ttl_sub::after {
    width: clamp(56px, 14.9333333333vw, 80px);
  }
}
.horizon_about_block_01 .block_ttl_01 .ttl-en {
  display: block;
  color: #f34a0b;
  font-size: clamp(80px, 7.5vw, 90px);
  letter-spacing: 0.03em;
  font-weight: bold;
  font-style: italic;
  font-family: "Jost", sans-serif;
  line-height: 1;
  text-align: center;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_ttl_01 .ttl-en {
    font-size: clamp(60px, 16vw, 80px);
  }
}
.horizon_about_block_01 .block_ttl_01 .ttl-en span {
  font-weight: inherit;
  font-style: inherit;
}
.horizon_about_block_01 .block_ttl_02 {
  margin-top: 20px;
  text-align: center;
}
.horizon_about_block_01 .block_ttl_02 .ttl_sub {
  display: block;
  font-size: clamp(28px, 2.6666666667vw, 32px);
  font-family: "Shippori Mincho", serif;
  font-weight: var(--font-weight-Medium);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_ttl_02 .ttl_sub {
    font-size: clamp(24px, 6.4vw, 28px);
  }
}
.horizon_about_block_01 .block_ttl_02 .ttl_txt {
  display: block;
  font-size: clamp(32px, 3.1666666667vw, 38px);
  font-family: "Shippori Mincho", serif;
  font-weight: var(--font-weight-Medium);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_ttl_02 .ttl_txt {
    font-size: clamp(28px, 2.6666666667vw, 32px);
  }
}
.horizon_about_block_01 .block_img_01 {
  position: relative;
  display: block;
  width: 90%;
  max-width: 888px;
  margin-top: 30px;
  margin-inline: auto;
}
.horizon_about_block_01 .block_img_01 .caption {
  position: absolute;
  bottom: 8.62%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: clamp(13px, 2.1666666667vw, 26px);
  font-weight: var(--font-weight-Bold);
  color: #ffffff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (width <= 768px) {
  .horizon_about_block_01 .block_img_01 .caption {
    text-align: center;
  }
}
.horizon_about_block_01 .block_txtwrap_01 {
  margin-top: 34px;
  text-align: center;
}
.horizon_about_block_01 .block_txt_01 {
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: var(--font-weight-Medium);
  line-height: 1.88;
  color: #000;
}

/*----------------------
	horizon_archive_block_01
----------------------*/
.horizon_archive_block_01 {
  margin-top: 30px;
  padding-bottom: 100px;
}
.horizon_archive_block_01 .block_cardlist {
  margin-top: 65px;
}

.horizon_category_list_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 10px;
}
.horizon_category_list_01 a.category {
  display: block;
  min-width: 140px;
  padding: 10px 20px;
  border: solid 1px #aaaaaa;
  background-color: #aaaaaa;
  font-size: clamp(14px, 1.1666666667vw, 14px);
  font-weight: var(--font-weight-Medium);
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media (width <= 768px) {
  .horizon_category_list_01 a.category {
    min-width: 120px;
    padding: 10px 10px;
    font-size: clamp(13px, 3.4666666667vw, 14px);
  }
}
.horizon_category_list_01 a.category.current {
  border-color: #f34a0b;
  color: #f34a0b;
  background: transparent;
}
.horizon_category_list_01 a.category:hover {
  border-color: #f34a0b;
  color: #ffffff;
  background: #f34a0b;
  text-decoration: none;
}

/* horizonpower_list_01 */
.horizonpower_list_01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 26px;
}
@media (width <= 900px) {
  .horizonpower_list_01 {
    max-width: 666px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (width <= 400px) {
  .horizonpower_list_01 {
    max-width: 320px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}

/* horizonpower_list_02 */
.horizonpower_list_02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}

/* horizonpower_card_01 */
a.horizonpower_card_01 {
  display: block;
}

a.horizonpower_card_01 .card_head {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

a.horizonpower_card_01 .card_head .date {
  position: relative;
  padding-left: 1.95em;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: rgb(0, 0, 0);
  line-height: 1;
  letter-spacing: 0.05em;
}

a.horizonpower_card_01 .card_head .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75em;
  aspect-ratio: 1/1;
  background: url(/img/common/icon_gear.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

a.horizonpower_card_01 .card_head .new {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #f34a0b;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

a.horizonpower_card_01 .card_img {
  display: block;
  border: 1px solid #000000;
  aspect-ratio: 1/1;
}

a.horizonpower_card_01 .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

a.horizonpower_card_01 .card_tag {
  margin-top: 9px;
  display: block;
  background: #ffffff;
  border: 1px solid #f34a0b;
  padding: 0.666em;
  font-size: 12px;
  font-weight: 600;
  color: #f34a0b;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

a.horizonpower_card_01 .card_ttl {
  margin-top: 12px;
  line-height: 1.64;
  letter-spacing: 0.01em;
  color: #000000;
  font-weight: var(--font-weight-SemiBold);
}

a.horizonpower_card_01:hover {
  text-decoration: none;
}

a.horizonpower_card_01:hover .card_img img {
  opacity: 0.7;
}

a.horizonpower_card_01:hover .card_tag {
  background: #f34a0b;
  border: 1px solid #f34a0b;
  color: #ffffff;
}

/* horizonpower_card_02 */
a.horizonpower_card_02 {
  display: block;
  padding: 26px;
  background-color: #ffffff;
  border: 1px solid #f34a0b;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
a.horizonpower_card_02 .card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
a.horizonpower_card_02 .card_head .date {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-Bold);
  font-style: italic;
  color: rgb(0, 0, 0);
  line-height: 1;
  letter-spacing: 0.05em;
}
a.horizonpower_card_02 .card_head .new {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-SemiBold);
  font-style: italic;
  color: #f34a0b;
  line-height: 1;
  letter-spacing: 0.05em;
}
a.horizonpower_card_02 .card_img {
  display: block;
  width: 92px;
  aspect-ratio: 1/1;
  border: 1px solid #000000;
}
a.horizonpower_card_02 .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.horizonpower_card_02 .card_tag {
  display: block;
  margin-top: 0.9em;
  font-size: 12px;
  font-weight: var(--font-weight-Bold);
  color: #f34a0b;
  line-height: 1;
  letter-spacing: 0.04em;
}
a.horizonpower_card_02 .card_ttl {
  margin-top: 1em;
  font-size: 14px;
  font-weight: var(--font-weight-Bold);
  line-height: 1.57;
  letter-spacing: 0.01em;
  color: #000000;
}
a.horizonpower_card_02:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* archive_submenu */
.archive_submenu {
  margin-top: 45px;
}
.archive_submenu .submenu_list_01 .ttl {
  font-size: clamp(18px, 1.5vw, 18px);
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-Bold);
  font-style: italic;
  color: #f34a0b;
  line-height: 1;
  letter-spacing: 0.05em;
}
.archive_submenu .submenu_list_01 .ele_01 {
  margin-top: 20px;
}
.archive_submenu .submenu_list_01 .ele_01 a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75em;
  font-size: clamp(16px, 1.3333333333vw, 16px);
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-Bold);
  font-style: italic;
  color: rgb(0, 0, 0);
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.archive_submenu .submenu_list_01 .ele_01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.56em;
  aspect-ratio: 1/1;
  background: url(/img/common/icon_gear.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.archive_submenu .submenu_list_01 .ele_01 a:hover {
  text-decoration: none;
  color: #f34a0b;
}

/*----------------------
	horizon-single
----------------------*/
.horizon-single {
  padding-bottom: 114px;
}
.horizon-single .main-content {
  position: relative;
  padding: clamp(70px, 8.8888888889vw, 80px) clamp(30px, 5.5555555556vw, 50px) 130px;
  background-color: #ffffff;
  border: 1px solid #f34a0b;
}
@media (width <= 768px) {
  .horizon-single .main-content {
    padding: 70px clamp(20px, 5.3333333333vw, 30px) 80px;
  }
}
.horizon-single .main-content .content_main_block .block_ttl_01 {
  margin-bottom: 2.4em;
  padding-bottom: 0.65em;
  border-bottom: 1px solid #f34a0b;
  font-size: 18px;
  font-weight: var(--font-weight-Bold);
  line-height: 1.22;
  letter-spacing: 0.01em;
  color: #000;
}
.horizon-single .main-content::before {
  content: "Horizon Power";
  position: absolute;
  top: 0;
  right: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: clamp(36px, 4.4444444444vw, 40px);
  font-weight: bold;
  font-style: italic;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  color: #f34a0b;
  white-space: nowrap;
  -webkit-transform: translate(-0.05em, 0);
          transform: translate(-0.05em, 0);
  z-index: 1;
}
.horizon-single .article-pagenav {
  margin-top: 15px;
}

.horizon-single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 26px;
}
.horizon-single-header .date {
  position: relative;
  padding-left: 1.95em;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: rgb(0, 0, 0);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (width <= 768px) {
  .horizon-single-header .date {
    font-size: 15px;
  }
}
.horizon-single-header .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75em;
  aspect-ratio: 1/1;
  background: url(/img/common/icon_gear.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.horizon-single-header .new {
  margin-left: 24px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #f34a0b;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (width <= 768px) {
  .horizon-single-header .new {
    margin-left: 18px;
    font-size: 16px;
  }
}
.horizon-single-header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-left: 30px;
}
@media (width <= 768px) {
  .horizon-single-header .category {
    margin-left: 20px;
  }
}
.horizon-single-header .category a.cat {
  display: block;
  min-width: 140px;
  background: #ffffff;
  border: 1px solid #f34a0b;
  padding: 0.666em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  color: #f34a0b;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media (width <= 768px) {
  .horizon-single-header .category a.cat {
    min-width: 120px;
  }
}
.horizon-single-header .category a.cat:hover {
  text-decoration: none;
  background: #f34a0b;
  border: 1px solid #f34a0b;
  color: #ffffff;
}

.output p {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  color: #000;
}
.output .wp-block-image {
  margin-block: 2.2em;
}
.output img {
  border: 1px solid #000000;
}

.article-pagenav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "prev back next";
}
.article-pagenav .prev {
  grid-area: prev;
  justify-self: left;
}
.article-pagenav .prev a {
  display: block;
  position: relative;
  padding-left: 1.2em;
  font-size: 18px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-SemiBold);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #f34a0b;
}
.article-pagenav .prev a::before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #ef1500;
}
.article-pagenav .back {
  grid-area: back;
  justify-self: center;
}
.article-pagenav .back a {
  display: block;
  position: relative;
  padding-top: 2em;
  font-size: 12px;
  font-weight: var(--font-weight-Bold);
  letter-spacing: 0.01em;
  line-height: 1;
  color: #000000;
}
.article-pagenav .back a::before {
  content: "\f52c";
  position: absolute;
  top: 0.5em;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  color: #ef1500;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.article-pagenav .next {
  grid-area: next;
  justify-self: right;
}
.article-pagenav .next a {
  display: block;
  position: relative;
  padding-right: 1.2em;
  font-size: 18px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-SemiBold);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #f34a0b;
}
.article-pagenav .next a::before {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #ef1500;
}

.recent_articles_block {
  margin-bottom: 30px;
}
.recent_articles_block .block_btn_01 {
  margin-top: 8px;
  text-align: right;
}
.recent_articles_block .btn_more_01 {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.recent_articles_block .btn_more_01:hover {
  text-decoration: none;
  color: #f34a0b;
}

.side_categories_block {
  margin-bottom: 30px;
}
.side_categories_block .block_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-SemiBold);
  font-style: italic;
  letter-spacing: 0.05em;
  color: #f34a0b;
}
.side_categories_block .block_list_01 {
  display: grid;
  gap: 10px;
}
.side_categories_block a.category {
  display: block;
  background: #ffffff;
  border: 1px solid #f34a0b;
  padding: 0.666em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  color: #f34a0b;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.side_categories_block a.category:hover {
  text-decoration: none;
  background: #f34a0b;
  border: 1px solid #f34a0b;
  color: #ffffff;
}

.side_archive_block {
  margin-bottom: 30px;
}
.side_archive_block .block_ttl {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-SemiBold);
  font-style: italic;
  letter-spacing: 0.05em;
  color: #f34a0b;
}
.side_archive_block .block_list_01 {
  display: grid;
  gap: 20px;
}
.side_archive_block .block_list_01 .archive_year a {
  position: relative;
  display: inline-block;
  padding-left: 1.85em;
  font-size: clamp(16px, 1.3333333333vw, 16px);
  font-family: "Jost", sans-serif;
  font-weight: var(--font-weight-Bold);
  font-style: italic;
  color: rgb(0, 0, 0);
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.side_archive_block .block_list_01 .archive_year a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.56em;
  aspect-ratio: 1/1;
  background: url(/img/common/icon_gear.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.side_archive_block .block_list_01 .archive_year a:hover {
  text-decoration: none;
  color: #f34a0b;
}

#side .side_img_01 {
  display: block;
  margin-top: 38px;
}/*# sourceMappingURL=style.css.map */