@charset "UTF-8";

/*============================================================================================
			General
=============================================================================================*/
/*    Fonts
=====================================================*/
.g_lato {
  font-family: "Lato", sans-serif;
}
.g_roboto {
  font-family: "Roboto", sans-serif;
}

/*    Hamburger Menu
=====================================================*/
/*-- Initial --*/
@media (min-width: 1041px) {
  .g_hamb {
    display: none;
  }
}
@media (max-width: 1040px) {
  .g_hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .g_hamb_inr {
    width: 18px;
    height: 15px;
    position: relative;
  }
  .g_hamb_inr div {
    width: inherit;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: transform 0.3s, top 0.3s, bottom 0.3s;
    transition: transform 0.3s, top 0.3s, bottom 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .g_hamb .g_hamb_inr_top {
    bottom: auto;
  }
  .g_hamb .g_hamb_inr_btm {
    top: auto;
  }
  .header.top_header .g_hamb_inr div,
  .header.js_fixed .g_hamb_inr div {
    background-color: #0a0a0a;
  }

  /*-- Opened --*/
  .g_hamb.js_open .g_hamb_inr div {
    background-color: #0a0a0a;
  }
  .g_hamb.js_open .g_hamb_inr_mdl {
    opacity: 0;
  }
  .g_hamb.js_open .g_hamb_inr_top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }
  .g_hamb.js_open .g_hamb_inr_btm {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
}

/*    Slider
=====================================================*/
/*-- Default Custom --*/
.g_slider.slick-slider {
  margin: auto;
  width: 100%;
  height: auto;
  min-height: auto;
}
.g_slider.slick-slider .slick-list,
.g_slider.slick-slider .slick-track {
  height: inherit;
}
.g_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.g_slider .slick-dots {
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  height: auto;
  text-align: center;
}
.g_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  overflow: visible;
}
.g_slider .slick-dots li button {
  overflow: visible;
}
.g_slider .slick-dots li button::before {
  background-color: #eee;
  border-radius: 50%;
}
.g_slider .slick-dots li.slick-active button::before {
  background-color: #999;
  color: black;
}

/* .mv_left .slick-prev {
	left: 0;
}
.mv_left .slick-next {
	right: 0;
} */
[dir="rtl"] .g_slider .slick-prev {
  right: 0;
}
[dir="rtl"] .g_slider .slick-next {
  left: 0;
}

/*-- Original --*/
.g_slider_itm.slick-slide {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.g_slider_itm.slick-slide img {
  width: 100%;
}
.g_slider_itm[data-slick-index="-2"] {
}
.g_slider_itm[data-slick-index="-1"] {
}
.g_slider_itm[data-slick-index="0"] {
}
.g_slider_itm[data-slick-index="1"] {
}
.g_slider_itm[data-slick-index="2"] {
}
.g_slider_itm[data-slick-index="3"] {
}
.g_slider_itm[data-slick-index="4"] {
}
@media (max-width: 896px) {
}
@media (max-width: 576px) {
}

/*    Section
=====================================================*/
.g_bg {
  background-color: #f0f0f0;
}
.g_sec {
  padding-top: 80px;
}
.g_sec__btm {
  padding-bottom: 120px;
}
.g_sec__last {
  padding: 80px 0 120px;
}

.g_sec__bg {
  position: relative;
  background-color: #f7f7f7;
}

.g_related_sec {
  margin-top: 80px;
  border-top: 1px solid #eee;
}
.g_dtl_link {
  flex: 0 0 auto;
  margin-left: 15px;
}

.g_article {
  width: calc(100% - 285px);
}
.g_aside {
  width: 225px;
  margin-left: 60px;
}
.g_asideSec {
  padding-bottom: 30px;
}
.g_asideSec + .g_asideSec {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

* + .g_sideBnr_lst {
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.g_sideBnr_itm + .g_sideBnr_itm {
  margin-top: 10px;
}

@media (max-width: 896px) {
  .g_sec {
    padding-top: 60px;
  }
  .g_sec__btm {
    padding-bottom: 100px;
  }
  .g_sec__last {
    padding: 60px 0 100px;
  }

  .g_article {
    width: 100%;
    order: 2;
  }
  .g_aside {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
    order: 1;
  }
  .g_aside .g_sideBnr_lst {
    display: none;
  }
}
@media (max-width: 576px) {
  .g_sec {
    padding-top: 16vw;
  }
  .g_sec__btm {
    padding-bottom: 26vw;
  }
  .g_sec__last {
    padding: 16vw 0 26vw;
  }
}

/*    Heading
=====================================================*/
.g_pgHd {
  position: relative;
  padding: 140px 0 65px;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
}
.g_pgHd::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.g_pgHd_inr {
  position: relative;
  z-index: 5;
}
.g_pgHd_ttl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.g_pgHd_ttl span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
}
.g_pgHd_txt {
  position: relative;
  margin-left: 100px;
  padding-left: 40px;
  color: #fff;
  font-size: 1.3rem;
}
.g_pgHd_txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 80%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.g_pgHd_detail {
  padding: 125px 0 45px;
}
.g_pgHd_detail .g_pgHd_ttl {
  font-size: 2.8rem;
}
.g_pgHd_detail .g_pgHd_ttl span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.g_h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.g_h3 {
  font-size: 2.6rem;
  font-weight: bold;
}
.g_h4 {
  font-size: 2.2rem;
  font-weight: bold;
}
.g_h5 {
  font-size: 2rem;
  font-weight: bold;
}
.g_h6 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 896px) {
  .g_pgHd {
    padding: 80px 0 60px;
  }
  .g_pgHd_ttl {
    width: 100%;
  }
  .g_pgHd_ttl span {
    margin-bottom: 15px;
  }
  .g_pgHd_txt {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  .g_pgHd_txt::before {
    display: none;
  }

  .g_pgHd_detail {
    padding: 80px 0 20px;
  }
  .g_pgHd_detail .g_pgHd_ttl span {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .g_pgHd {
    padding: 21.3vw 0 16vw;
  }
  .g_pgHd_ttl {
    font-size: 2.2rem;
  }
  .g_pgHd_ttl span {
    margin-bottom: 4vw;
    font-size: 1.2rem;
  }
  .g_pgHd_txt {
    margin-top: 5.3vw;
  }

  .g_pgHd_detail {
    padding: 21.3vw 0 5.3vw;
  }
  .g_pgHd_detail .g_pgHd_ttl {
    font-size: 2.2rem;
  }

  .g_h2 {
    font-size: 2rem;
  }
  .g_h3 {
    font-size: 1.8rem;
  }
  .g_h4 {
    font-size: 1.6rem;
  }
  .g_h5,
  .g_h6 {
    font-size: 1.5rem;
  }
}

/*    Text - basic -
=====================================================*/
.g_cap {
  font-size: 1.5rem;
}
.g_com {
  font-size: 1.4rem;
}
.g_note {
  font-size: 1.3rem;
}
.g_note_sm {
  font-size: 1.1rem;
}
.g_txt + .g_txt {
  margin-top: 1em;
}

.g_c_gy {
  color: #666;
}
.g_c_lgy {
  color: #797979;
}

/*    Button - basic -
=====================================================*/
.g_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  color: #fff;
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
  border-radius: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  overflow: hidden;
}
.g_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 3;
}

.g_btn .g_btn_bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.g_btn:hover {
  color: #0a0a0a;
}
.g_btn:hover .g_btn_bg {
  width: 225%;
  height: 562.5px;
}
.g_btn:active {
  background-color: #fff;
}

.g_btn.u_ic::after {
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g_btn.u_ic:hover::after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

/*戻るボタン*/
.g_btn.g_btn_back::after {
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.g_btn.g_btn_back:hover::after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

/*お問い合わせボタン*/
.g_btn_contact {
  background-color: #e5002d;
  border: 1px solid #e5002d;
}
.g_btn_contact::before {
  width: 19px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 30px;
  background-image: url(../img/common/ico_mail.svg);
  z-index: 5;
}
.g_btn_contact:hover {
  color: #e5002d;
}
.g_btn_contact:hover::before {
  background-image: url(../img/common/ico_mail_red.svg);
}
.g_btn_contact::after {
  display: none;
}

/*ダウンロードボタン*/
.g_btn_dl {
  background-color: #e5002d;
  border: 1px solid #e5002d;
}
.g_btn_dl::before {
  width: 16px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 15px;
  background-image: url(../img/common/ico_download.svg);
  z-index: 5;
}
.g_btn_dl:hover {
  background-color: #fff;
  color: #e5002d;
}
.g_btn_dl:hover::before {
  background-image: url(../img/common/ico_download_red.svg);
}
.g_btn_dl::after {
  display: none;
}

/*外部リンク付きボタン*/
.g_btn .g_tab {
  position: absolute;
  padding-right: 0;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.g_btn .g_tab::before,
.g_btn .g_tab::after {
  background-color: #0a0a0a;
  border: 1px solid #fff;
}
.g_btn:hover .g_tab::before,
.g_btn:hover .g_tab::after {
  background-color: #fff;
  border-color: #0a0a0a;
}

.g_btn .g_tab_img {
  padding-right: 0;
}
.g_btn .g_tab_img::before {
  right: 30px;
  background-image: url(../img/common/ico_tab_wh.svg);
}
.g_btn:hover .g_tab_img::before {
  background-image: url(../img/common/ico_tab_bk.svg);
}

.g_link > .g_tab::before,
.g_link > .g_tab::after {
  border-color: #373f64;
}

.g_entry_dl dd + dt {
  margin-top: 30px;
}
.g_entry_dd__page li a .g_tab::before,
.g_entry_dd__page li a .g_tab::after {
  background-color: #f7f7f7;
}

@media (max-width: 896px) {
  .g_btn .g_tab {
    right: 2.2vw;
  }
}
@media (max-width: 576px) {
  .g_btn .g_tab {
    right: 5.3vw;
  }
}
@media (max-width: 375px) {
  .g_btn a {
    height: 16vw;
  }
}

/*    link - Text -
=====================================================*/
/* underline */
.g_link {
  color: #373f64;
  text-decoration: underline;
}
.g_link:hover {
  text-decoration: none;
}
/* hover transparent */
.g_link_transp {
  transition: opacity 0.3s;
}
.g_link_transp:hover {
  opacity: 0.7;
}

.g_linkLst_itm {
  max-width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.g_linkLst_itm::after {
  display: block;
  width: 16px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 10px;
  background-image: url(../img/common/arrow_stick.svg);
}
.g_linkLst_itm a {
  display: block;
  padding: 15px 10px;
  transition: color 0.2s;
}
.g_linkLst_itm_cap {
  display: block;
  color: #797979;
  font-size: 1rem;
  letter-spacing: 0.12em;
  transition: color 0.2s;
}
.g_linkLst_itm_ttl {
  position: relative;
}
.g_linkLst_itm_ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 1px;
  bottom: -5px;
  background-color: #0a0a0a;
  transition: width 0.2s;
}
.g_linkLst_itm a:hover .g_linkLst_itm_ttl::after {
  width: 100%;
}

.g_linkLst_itm__anc::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  top: -5px;
  bottom: 0;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
}

@media (max-width: 896px) {
  .g_linkLst_itm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g_linkLst_itm.l_clm4_md_2:nth-child(n + 3) {
    border-top: none;
  }
  .g_linkLst_itm.l_clm3_md_2:nth-child(n + 3) {
    border-top: none;
  }
}
@media (max-width: 576px) {
  .g_linkLst_itm {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g_linkLst_itm + .g_linkLst_itm {
    border-top: none;
  }
}

.g_detail {
  position: relative;
}
.g_detail::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.g_detail:hover::after {
  -webkit-animation: g_detail 1.5s infinite;
  animation: g_detail 1.5s infinite;
}
@keyframes g_detail {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  25% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  26% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
/*    Decoration
=====================================================*/
/* 外部リンクアイコン */
.g_tab {
  position: relative;
  display: inline;
  width: 1em;
  height: 1em;
  padding-right: 1.5em;
}
.g_tab::before,
.g_tab::after {
  content: "";
  margin: auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  background-color: #fff;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0a0a0a;
  right: 0;
  bottom: 0.325em;
  display: inline;
  pointer-events: none;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  margin: 0;
}
.g_tab::before {
  right: 0.2em;
  bottom: 0.125em;
}
/* .g_tab:hover::before,
.g_tab:hover::after{
	border-color: #8a8a8a;
} */

.g_tab_txt.g_tab::before,
.g_tab_txt.g_tab::after {
  bottom: 0.45em;
}
.g_tab_txt.g_tab::before {
  bottom: 0.25em;
}

.g_tab_img {
  position: relative;
  padding-right: 1.5em;
}
.g_tab_img::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  background-image: url(../img/common/ico_tab_bk.svg);
}

.g_bold {
  font-weight: bold;
}

.g_bd {
  border: 1px solid #999;
}

.g_decoHd_bb {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.g_decoHd_bb::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  bottom: -1px;
  border-bottom: 1px solid #ff0000;
  z-index: 5;
}
.g_decoHd_bl {
  position: relative;
  padding-left: 15px;
}
.g_decoHd_bl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #666;
}

.g_decoHd_bg {
  display: inline-block;
  margin-bottom: 45px;
}
.g_decoHd_bg span {
  position: relative;
}
.g_decoHd_bg::before {
  width: calc(100% + 30px - (50% - 50vw));
  height: 100%;
  margin-left: calc(50% - 50vw);
  padding: 10px 30px 10px 0;
  right: -30px;
  top: 0;
  bottom: 0;
  background-color: #eee;
  border-radius: 0 80px 80px 0;
}

@media (max-width: 576px) {
  .g_decoHd_bl {
    padding-left: 4vw;
  }
  .g_decoHd_bl::before {
    top: 1.8vw;
    width: 1vw;
    height: 4.8vw;
  }
}

/*    Information list
=====================================================*/
.g_info_itm {
  display: block;
  padding: 25px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g_info_itm_li {
  border-bottom: 1px solid #eee;
}
.g_info_itm_li:last-child {
  border-bottom: none;
}
.g_info_itm_li:first-child a {
  padding-top: 0;
}
.g_info_itm_li:last-child a {
  padding-bottom: 0;
}
.g_info_itm_cap {
  width: auto;
  padding: 0;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}
.g_info_itm_cap span {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.g_info_date {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.g_info_itm_label {
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.g_info_itm_txt {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 10px;
  transition: background-size ease-in-out 0.4s;
  display: inline;
  background-image: url(../img/common/ic_line.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0 1px;
}
.g_info_itm:hover .g_info_itm_txt {
  background-size: 100% 1px;
}

.g_info_itm_thum .g_info_itm_cap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g_info_itm_date {
  margin-right: 10px;
}
.g_info_itm_thum .g_info_itm_label {
  min-width: 63px;
  height: auto;
  min-height: 20px;
  margin: 0 10px 0 0;
}
.g_info_itm_thum p {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.g_info_itm_thum_img {
  /* background-color: #0a0a0a; */
  margin-bottom: 15px;
}
/* .g_info_itm_thum_img img {
	width: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.g_info_itm_thum a:hover .g_info_itm_thum_img img {
	-webkit-transform: scale3d(0.95,0.92,1);
	transform: scale3d(0.95,0.92,1);
} */

.g_info_link {
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g_info_link:hover {
  color: #bbb;
}
.g_info_link::after {
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g_info_link:hover::after {
  border-color: #bbb;
}

@media (max-width: 896px) {
  .g_info_itm {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .g_info_itm {
    padding: 4vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g_info_itm_label {
    width: auto;
    padding: 0 2.6vw;
    margin-right: 0;
    margin-left: 0;
  }
  .g_info_itm_txt {
    margin-top: 2.6vw;
  }

  .g_info_itm_thum .g_info_itm_label {
    min-width: 16.8vw;
  }
  .g_info_itm_thum_img {
    width: 24%;
    height: 100%;
    margin-right: 6%;
    margin-bottom: 0;
  }
  .g_info_itm_thum_txt {
    width: 70%;
  }
}

/*    Category list
=====================================================*/
.g_catBox {
  padding: 77px 0;
  border-bottom: 1px solid #eee;
}
.g_catBox_ttl {
  display: block;
  min-width: 155px;
  margin-right: 30px;
}
.g_catBox_lst {
  font-size: 0;
}
.g_catBox_itm {
  display: inline-block;
  margin: 3px 6px 3px 0;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
}
.g_catBox_itm a {
  display: block;
  padding: 0 10px;
  font-size: 1.3rem;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
}
.g_catBox_lst .g_catBox_itm a:hover,
.g_catBox_lst .g_catBox_itm.current a {
  color: #fff;
  background-color: #373f64;
}
.g_sec__bg .g_catBox_itm {
  background-color: #fff;
  border: none;
}
.g_catBox_lst__sq .g_catBox_itm {
  border-radius: 3px;
}
.g_catBox_lst__year .g_catBox_itm:not(.all) a {
  padding: 0 5px;
}

.g_catLst {
  width: 230px;
  height: 40px;
  margin-bottom: 40px;
  position: relative;
}
.g_catLst::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.g_catLst::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  pointer-events: none;
}
.g_catLst_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  display: block;
  width: inherit;
  height: 100%;
  padding-left: 20px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  cursor: pointer;
}
.g_catLst_select:focus {
  outline: none;
}
@media (max-width: 896px) {
  .g_catLst_select {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .g_catBox {
    padding: 16vw 0 10.6vw;
  }
  .g_catBox + .g_catBox {
    padding-top: 10.6vw;
  }
  .g_catBox > div.l_flex {
    display: block;
  }
  .g_catBox_ttl {
    min-width: none;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  .g_catLst {
    width: 100%;
    margin-bottom: 6.6vw;
  }
  .g_catLst_select {
    font-size: 16px;
  }
}

/*    Pager list
=====================================================*/
.g_pager_li {
  width: 40px;
  height: 40px;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  margin-left: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  -webkit-transition: stroke 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.g_pager_li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g_pager_li span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g_pager_li.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #0a0a0a;
}
.g_pager_li.current a {
  pointer-events: none;
}
.g_pager_li.prev {
  margin-left: 0;
}
.g_pager_li:hover {
  background-color: #fff;
  color: #0a0a0a;
}
.g_pager_dots {
  margin-left: 8px;
  font-size: 1.6rem;
}

.g_single_pager {
  width: 100%;
  position: relative;
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.g_single_pager::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #eee;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.g_single_pager li {
  transition: background-color 0.2s;
}
.g_single_pager li a {
  padding: 30px;
}
.g_single_pager .g_single_pager_prev {
  /* padding-right: 30px; */
}
.g_single_pager .g_single_pager_next {
  /* padding-left: 30px; */
  margin: 0 0 0 auto;
}
.g_single_pager .u_img {
  min-width: 110px;
  margin-right: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g_single_pager .u_img img {
  margin: 0;
}
.g_single_pager_txt {
  width: 100%;
}
.g_single_pager_note {
  margin-bottom: 5px;
}
.g_single_pager p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g_single_pager img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.g_single_pager .g_info_itm_cap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.g_single_pager .g_info_itm_date {
  margin-right: 10px;
}
.g_single_pager .g_info_itm_label {
  min-width: 63px;
  height: auto;
  min-height: 20px;
  margin: 0 10px 0 0;
}
@media (min-width: 576px) {
  .g_single_pager li:hover {
    background-color: #eee;
  }
}
@media (max-width: 576px) {
  .g_single_pager li a {
    padding: 15px 0;
  }
  .g_single_pager .g_single_pager_prev {
    padding-right: 20px;
  }
  .g_single_pager .g_single_pager_next {
    padding-left: 20px;
  }
  .g_single_pager p {
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/*    List number
=====================================================*/
.g_incr {
  counter-reset: item;
  padding-left: 1em;
}
.g_incr_itm {
  font-size: inherit;
  list-style-type: none;
  position: relative;
}
.g_incr_itm::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  display: inline-block;
  left: -1em;
  width: 1em;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

/*    Entry
=====================================================*/
.g_entry_article div#toc_container {
  width: 100% !important;
  margin: 70px 0 !important;
  padding: 30px !important;
  border: none !important;
}
.g_entry_article div#toc_container p.toc_title {
  font-size: 1.3rem !important;
  font-weight: normal !important;
  text-align: left !important;
}
.g_entry_article #toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
}
.g_entry_article div#toc_container ul.toc_list > li > a {
  font-weight: bold !important;
}
.g_entry_article div#toc_container ul.toc_list > li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.g_entry_article div#toc_container ul.toc_list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.g_entry_article div#toc_container ul.toc_list > li > a span.toc_depth_1 {
  display: inline-block;
  margin-right: 0.25em;
  font-family: "Roboto", sans-serif;
}
.g_entry_article div#toc_container ul.toc_list > li > ul {
  margin-left: 0;
}
.g_entry_article div#toc_container ul.toc_list > li > ul > li > a {
  color: #666;
  font-size: 1.3rem;
}
.g_entry_article div#toc_container ul.toc_list > li > ul > li > a span.toc_depth_2 {
  display: none;
}

.g_index_box {
  padding: 30px;
  background-color: #f7f7f7;
}
.g_index_lst {
  padding-left: 0;
}
.g_index_itm {
  padding: 10px 0 10px 1.2em;
  border-bottom: 1px solid #fff;
}
.g_index_itm:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.g_index_itm::before {
  left: 0;
}

.g_entry_head_txt {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 15px;
}
.g_entry_article {
  width: 100%;
}
.g_entry_article h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
}
.g_entry_article h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
.g_entry_article h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.g_entry_article h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.g_entry_article h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.g_entry_article > ul,
.g_entry_article > ul ul {
  padding-left: 1.3em;
  margin-left: 1.3em;
  list-style-type: disc;
}
.g_entry_article > ol,
.g_entry_article > ol ol {
  padding-left: 1em;
  margin-left: 1em;
  list-style-type: decimal;
}
.g_entry_article li {
  margin-bottom: initial;
  font-size: inherit;
}
.g_entry_article p {
  font-size: 1.6rem;
  min-height: 1em;
  /* margin-bottom: 1em; */
}
.g_entry_article p.has-small-font-size {
  font-size: calc(1.6rem * 0.8);
}
.g_entry_article p.has-medium-font-size {
  font-size: calc(1.6rem * 1.25);
}
.g_entry_article p.has-large-font-size {
  font-size: calc(1.6rem * 2);
}
.g_entry_article p.has-huge-font-size {
  font-size: calc(1.6rem * 3);
}
.g_entry_article p.has-drop-cap:not(:focus):first-letter {
  font-size: 5em;
  margin: 0;
}
.g_entry_article .wp-block-image .alignright {
  float: none;
  margin: 0 0 0 auto;
}
.g_entry_article em {
  font-style: italic;
  display: inline;
}
.g_entry_article figcaption {
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
}
.g_entry_article code {
  padding: 2px;
  border-radius: 2px;
  color: #23282d;
  background-color: #f3f4f5;
}
.g_entry_article em,
.g_entry_article strong {
  display: inline;
}
.g_entry_article strong {
  font-weight: bold;
}
.g_entry_article div {
  font-size: 1.6rem;
}
.g_entry_article img {
  max-width: 100%;
  height: auto;
}
.g_entry_article p > a {
  color: #373f64;
  text-decoration: underline;
}
.g_entry_article p > a:hover {
  text-decoration: none;
}
.g_entry_article a > img {
  transition: opacity 0.2s;
}
.g_entry_article a:hover > img {
  opacity: 0.6;
}
.g_entry_article .wp-block-button {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g_entry_article .wp-block-button:hover {
  opacity: 0.6;
}
.g_entry_article .is-style-outline .wp-block-button__link,
.g_entry_article .wp-block-button__link.is-style-outline {
  padding: 10px 24px;
}

.g_entry_article .wp-block-table {
  width: 100%;
  border: 1px solid #ddd;
}
.g_entry_article .wp-block-table tr {
  border-top: 1px solid #ddd;
}
.g_entry_article .wp-block-table tr:last-child {
  border-bottom: none;
}
.g_entry_article .wp-block-table tr th,
.g_entry_article .wp-block-table tr td {
  padding: 10px;
  vertical-align: middle;
}
.g_entry_article .wp-block-table tr th {
  color: #fff;
  font-weight: bold;
  background-color: #ababab;
}
.g_entry_article .wp-block-table thead th {
  text-align: center;
}
.g_entry_article .wp-block-table tr th + th {
  border-left: 1px solid #ddd;
}
.g_entry_article .wp-block-table tr td + td {
  border-left: 1px solid #ddd;
}
.g_entry_article .wp-block-table tfoot {
  background-color: #eee;
}
.g_entry_article .wp-block-table thead tr:first-of-type,
.g_entry_article .wp-block-table tbody tr:first-of-type {
  border-top: none;
}

.g_entry_article .aligncenter .wp-block-embed__wrapper {
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .g_entry_article .blocks-gallery-grid,
  .wp-block-gallery {
    -ms-flex: 0 1 auto;
  }

  .g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    font-family: "object-fit: cover;";
  }
}

@media (max-width: 576px) {
  .g_entry_article h1 {
    font-size: 2.2rem;
  }
  .g_entry_article h2 {
    font-size: 2rem;
  }
  .g_entry_article h3 {
    font-size: 1.6rem;
  }
  .g_entry_article h4 {
    font-size: 1.5rem;
  }
}

/* 詳細ページ独自パーツ */
.g_entry_dd__price {
  font-size: 3rem;
}
.g_entry_dd__page {
  padding: 15px 20px;
  background-color: #f7f7f7;
}

/*    Pagetop（追従）
=====================================================*/
.g_pagetop_fixed {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 85px;
  top: -25px;
  background: #0a0a0a;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
  z-index: 200;
}
.g_pagetop_fixed a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.g_pagetop_fixed a::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 6px;
  height: 6px;
  top: calc(50% + 2px);
  left: 0;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s, ease 0.2s;
  transition: all 0.2s, ease 0.2s;
}
.g_pagetop_fixed:hover {
  background: #fff;
}
.g_pagetop_fixed:hover a::before {
  border-top: 2px solid #0a0a0a;
  border-right: 2px solid #0a0a0a;
}
@media (max-width: 896px) {
  .g_pagetop_fixed {
    right: 30px;
  }
}
@media (max-width: 576px) {
  .g_pagetop_fixed {
    width: 13.3vw;
    height: 13.3vw;
    right: 5.3vw;
    top: -6.6vw;
  }
}

/*    Breadcrumb
=====================================================*/
.g_breadcrumb_lst_wrap {
  border-top: 1px solid #eee;
}
.g_breadcrumb_lst {
  padding: 10px 0;
}
.g_breadcrumb_lst_li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
}
.g_breadcrumb_lst_li + .g_breadcrumb_lst_li {
  padding-left: 20px;
}
.g_breadcrumb_lst_li + .g_breadcrumb_lst_li::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 3px;
  height: 3px;
  top: 0.6em;
  left: 0.75em;
  border-top: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g_breadcrumb_lst_li a:hover {
  text-decoration: underline;
}
@media (max-width: 896px) {
  .g_breadcrumb_lst {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .g_breadcrumb_lst_li {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
}

/*    404
=====================================================*/
.g_404_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.g_404_txt {
  padding: 30px 0;
  font-size: 1.6rem;
  line-height: 2;
}
.g_404_btn {
  position: relative;
  display: block;
  width: 350px;
  margin: auto;
  color: #fff;
  background-color: #666;
  border: 2px solid #666;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s;
}
.g_404_btn a {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g_404_btn::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g_404_btn:hover {
  background-color: #fff;
  color: #666;
}
.g_404_btn:hover::after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
@media (max-width: 896px) {
}
@media (max-width: 576px) {
}

/*    GDPR
=====================================================*/
.g_gdpr {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 30px;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
.g_gdpr_wrp {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.g_gdpr_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 80%;
  color: #0a0a0a;
}
.g_gdpr_txt a {
  font-weight: bold;
  text-decoration: underline;
}
.g_gdpr_txt a:hover {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.g_gdpr_btn {
  font-size: 1.4rem;
  font-weight: 500;
  width: 255px;
  height: 50px;
  color: #fff;
  border: 2px solid #0a0a0a;
  background-color: #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 5px;
}
.g_gdpr_btn:hover {
  color: #0a0a0a;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .g_gdpr {
    padding-left: 0;
  }
  .g_gdpr_wrp {
    width: 80%;
  }
}
@media (max-width: 896px) {
  .g_gdpr_wrp {
    display: block;
  }
  .g_gdpr_txt {
    width: 100%;
  }
  .g_gdpr_btn {
    width: 130px;
    margin: 15px 0 0 auto;
  }
}
@media (max-width: 576px) {
  .g_gdpr {
    padding: 3.5vw 0;
    /* bottom: 8vh; */
  }
  .g_gdpr_wrp {
    width: 86vw;
  }
  .g_gdpr_btn {
    width: 30vw;
    height: 9vw;
    margin: 4vw 0 0 auto;
  }
}

/*    Loading
=====================================================*/
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
#loading.page_loading {
  background-color: #fff;
}
.loader svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
}
body.js_notmove {
  overflow: hidden;
}
@media (max-width: 576px) {
  .loader svg {
    max-width: 60vw;
  }
}

/*    FadeIn
=====================================================*/

.js_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js_fadeIn.active {
  opacity: 1;
}

/*    Modal
=====================================================*/

.g_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.g_modal_bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.g_modal_content {
  background-color: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

/*    Table Parts
=====================================================*/
.g_dl > div {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.g_dl > div:first-child {
  border-top: 1px solid #ddd;
}
.g_dl dt {
  width: 15%;
  margin-right: 5%;
}
.g_dl dd {
  width: 80%;
}
@media (max-width: 896px) {
  .g_dl > div {
    padding: 20px 0;
  }
  .g_dl dt {
    width: 100%;
    margin-right: 0;
  }
  .g_dl dd {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 896px) {
  .g_dl > div {
    padding: 4vw 0;
  }
}

.g_table {
  border: 1px solid #ddd;
}
.g_table tr {
  border-bottom: 1px solid #ddd;
}
.g_table tr:last-child {
  border-bottom: none;
}
.g_table tr th,
.g_table tr td {
  padding: 15px;
}
.g_table tr th {
  width: 160px;
  background-color: #fafafa;
  border-right: 1px solid #ddd;
}

@media (max-width: 896px) {
  .g_table tr th,
  .g_table tr td {
    display: block;
  }
  .g_table tr th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

/*    g_tel
=====================================================*/
.g_tel {
  pointer-events: none;
}
@media (max-width: 896px) {
  .g_tel {
    pointer-events: auto;
  }
}

/*    お問い合わせ
=====================================================*/
.g_contact_box {
  width: 90vw;
  max-width: 890px;
  margin: 80px auto 0;
  padding: 25px 50px;
  border: 1px solid #eee;
}
.g_contact_box_ttl {
  min-width: 180px;
  margin-right: 40px;
}
.g_contact_box_cont {
  width: calc(100% - 250px);
  flex-wrap: nowrap;
  gap: 40px;
}
.g_contact_tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.g_contact_txt {
  color: #000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.g_contact_tel a {
  display: block;
}
.g_contact_tel_num {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.g_contact_btn {
  width: 210px;
}
.g_contact_faq {
  display: block;
  padding-left: 2em;
}
.g_contact_faq::before {
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #0a0a0a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.g_contact_faq::after {
  left: 6px;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  border-top: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color 0.2s;
}
.g_contact_faq:hover::before {
  background-color: #0a0a0a;
}
.g_contact_faq:hover::after {
  border-color: #fff;
}

@media (max-width: 1200px) {
  .g_article .g_contact_box_ttl {
    min-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .g_article .g_contact_box_ttl br {
    display: none !important;
  }
  .g_article .g_contact_box_cont {
    width: 100%;
    margin-top: 20px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .g_article .g_contact_btn {
    margin-left: 30px;
  }
}
@media (min-width: 897px) and (max-width: 1200px) {
  .g_article .g_contact_box {
    padding: 25px 20px;
  }
}
@media (min-width: 897px) {
  .g_article .g_contact_box {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .g_contact_box {
    padding: 25px 20px;
  }
  .g_contact_box_ttl {
    min-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .g_contact_box_cont {
    width: 100%;
    margin-top: 20px;
  }
  .g_contact_btn {
    margin-left: 50px;
  }
}
@media (min-width: 576px) {
  .g_contact_box {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .g_contact_box {
    width: 100vw;
    margin: 16vw calc(50% - 50vw) 0;
    padding: 6.6vw 10vw;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .g_contact_box_ttl {
    font-size: 1.3rem;
  }
  .g_contact_box_cont {
    width: 100%;
    max-width: 285px;
    margin: 20px auto 0;
    flex-direction: column;
    gap: 0px;
  }
  .g_article .g_contact_box_cont {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .g_contact_btn {
    width: 100%;
    margin: 20px auto 0;
  }
  .g_article .g_contact_btn {
    margin-left: 0;
  }
  .g_contact_btn .g_btn {
    max-width: 285px;
  }
}
@media (max-width: 375px) {
  .g_contact_faq::before {
    width: 4vw;
    height: 4vw;
  }
  .g_contact_faq::after {
    left: 1.5vw;
    width: 1vw;
    height: 1vw;
  }
}

/*    Search Box
=====================================================*/
.g_srchBox_bd {
  width: 100%;
  height: 45px;
}
.g_srchBox_bd form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_srchBox_input {
  width: calc(100% - 45px);
  height: 100%;
}
.g_srchBox_input input {
  width: 100%;
  height: 100%;
  border-right: none;
  color: inherit;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 11px 12px;
  line-height: 1;
}
.g_srchBox_btn {
  width: 45px;
  height: 100%;
}
.g_srchBox_btn::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_search_wh.svg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.g_srchBox_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  right: 0;
  bottom: 1px;
  font-size: 0;
  border: none;
  display: block;
  background-color: #0a0a0a;
}

/*    Side Navi
=====================================================*/
.g_sideNav {
  flex-shrink: 0;
  width: 200px;
}
.g_sideNav.g_sideNav__pc {
  position: relative;
  border-right: 1px solid #eee;
  z-index: 9999999;
}
.g_sideNav.g_sideNav__pc .header_logo {
  padding: 20px;
  margin: auto;
  border-bottom: 1px solid #eee;
}
.g_sideNav + .main_wrapper {
  width: calc(100% - 200px);
}
.g_sideNav_itm {
  padding: 10px;
}
.g_sideNav_itm + .g_sideNav_itm {
  border-top: 1px solid #eee;
}
.g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg {
  margin-bottom: 10px;
}
.g_sideNav_inr_lst + .g_sideNav_cat_ttl.g_sideNav_cat_ttl__md {
  margin-top: 10px;
}
.g_sideNav_inr_itm {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.g_sideNav_inr_itm::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 5px;
  left: 0;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g_sideNav_inr_itm a {
  display: inline-block;
}
.g_sideNav_inr_itm a > span {
  position: relative;
  display: inline;
  background-image: url(../img/common/ic_line.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0 1px;
  transition: background-size ease-in-out 0.2s;
}
.g_sideNav_inr_itm a.g_tab_img::before {
  top: -2px;
}
.g_sideNav_inr_itm a:hover > span {
  background-size: 100% 1px;
}
.g_sideNav * + .g_sideBnr_lst {
  padding: 20px 10px;
}

@media (min-width: 1097px) {
  .g_sideNav.g_sideNav__sp {
    display: none;
  }

  .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg {
    position: relative;
    padding-left: 1em;
  }
  .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    left: 0;
    top: 0.5em;
    border-radius: 50%;
    background-color: #e5002d;
  }
  /* .g_sideNav_itm:nth-child(1) .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
		background-color: #980416
	}
	.g_sideNav_itm:nth-child(2) .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
		background-color: #ee7800
	}
	.g_sideNav_itm:nth-child(3) .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
		background-color: #fc5c8c
	}
	.g_sideNav_itm:nth-child(4) .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
		background-color: #04980b
	}
	.g_sideNav_itm:nth-child(5) .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
		background-color: #6c597e
	}
	.g_sideNav_itm:nth-child(6) .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg::before {
		background-color: #707070
	} */
}
@media (max-width: 1096px) {
  .body_wrapper {
    display: block;
  }
  .g_sideNav.g_sideNav__pc,
  .g_sideNav.g_sideNav__sp .g_sideBnr_lst {
    display: none;
  }
  .g_sideNav.g_sideNav__sp {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .g_sideNav + .main_wrapper {
    width: 100%;
  }
  .g_sideNav_lst {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .g_sideNav_itm {
    padding: 15px 5vw;
  }
  .g_sideNav_itm_cont {
    margin-top: 10px;
  }
  .g_sideNav_cat_ttl.g_sideNav_cat_ttl__lg {
    margin-bottom: 0;
  }
  .g_sideNav_cat_ttl.js_acd__sp::before,
  .g_sideNav_cat_ttl.js_acd__sp::after {
    display: block;
    background-color: #0a0a0a;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  .g_sideNav_cat_ttl.js_acd__sp::before {
    width: 11px;
    height: 1px;
    right: 15px;
  }
  .g_sideNav_cat_ttl.js_acd__sp::after {
    width: 1px;
    height: 11px;
    right: 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .g_sideNav_cat_ttl.js_acd__sp.js_open::before {
    display: none;
  }
  .g_sideNav_cat_ttl.js_acd__sp.js_open::after {
    -webkit-transform: rotate(90deg) translateY(0px);
    transform: rotate(90deg) translateY(0px);
  }
}
