@charset "UTF-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/
/* =====================================
■BASE
===================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #333;
  vertical-align: middle;
  transition-duration: 0.3s;
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

/*--------------------------------------
fonts
--------------------------------------*/
.shu-kakugo {
  font-family: "秀英角ゴシック金 M", "Shuei KakuGo Kin M";
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../img/fonts/icomoon.eot");
  src: url("../img/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../img/fonts/icomoon.ttf") format("truetype"), url("../img/fonts/icomoon.woff") format("woff"), url("../img/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:not([class*=eicon-]):before {
  display: inline-block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
  content: "\e900";
}

.icon-category:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-checked:before {
  content: "\e903";
}

.icon-down:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-google:before {
  content: "\e906";
}

.icon-line:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-arrow02:before {
  content: "\e909";
}

.icon-arrow01:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-tag:before {
  content: "\e912";
}

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp,
.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }
  .pcm {
    display: none;
  }
}
/* =====================================
■Layout
===================================== */
.content_wrapper {
  margin: 20px 0 40px;
}

/*--------------------------------------
container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 920px;
  padding: 0;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 920px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.content_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content_wrapper img {
  width: 100%;
}
.content_wrapper #side_contents {
  width: 24%;
  box-sizing: border-box;
}
.content_wrapper #content {
  width: calc(76% - 20px);
  margin-left: 20px;
}

/*--------------------------------------
content
--------------------------------------*/
.content_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content_wrapper img {
  width: 100%;
}
.content_wrapper #side_contents {
  width: 24%;
  box-sizing: border-box;
}
.content_wrapper #content {
  width: calc(76% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .content_wrapper {
    flex-direction: column-reverse;
  }
  .content_wrapper #side_contents {
    width: 100%;
    margin: 75px 0 0;
  }
  .content_wrapper #content {
    width: 100%;
    margin: 0;
  }
}

.bn_btm {
  margin: 50px 0 10px;
}

@media screen and (max-width: 767px) {
  #blogList .content_wrapper,
  #blogDetail .content_wrapper {
    flex-direction: column;
  }
  #blogList .content_wrapper #side_contents,
  #blogDetail .content_wrapper #side_contents {
    display: none;
  }
}

/*--------------------------------------
side
--------------------------------------*/
.sidebar_nav ul {
  padding: 0;
  margin: 0;
}
.sidebar_nav ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.sidebar_nav ul li a {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 35px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
  background: url(../img/menu_bg.webp) center center/cover no-repeat;
  transition: all 0.1s;
  position: relative;
}
.sidebar_nav ul li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/icon_arrow_bl.svg) center left/contain repeat-x;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar_nav ul li a:hover {
  background: url(../img/menu_bg_ov.webp) center center/cover no-repeat;
  color: #fff;
}
.sidebar_nav ul li a:hover:before {
  background: url(../img/icon_arrow_wh.svg) center center/contain no-repeat;
}
.sidebar_nav ul li a.current {
  background: url(../img/menu_bg_ov.webp) center center/cover no-repeat;
  color: #fff;
}
.sidebar_nav ul li a.current:before {
  background: url(../img/icon_arrow_wh.svg) center center/contain no-repeat;
}

.sidebar .access {
  border: 1px solid #9fd0dc;
  padding: 10px;
}
.sidebar .access .accessTitle {
  line-height: 0;
  margin-bottom: 40px;
}
.sidebar .access .accessTitle img {
  display: block;
  margin: 0 auto;
  width: 57px;
}
.sidebar .access p {
  margin: 10px 0;
  font-size: 13px;
}

/*--------------------------------------
side-blog
--------------------------------------*/
.sidebar .topNews .contentsBoxTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #9fd0dc;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.sidebar .topNews .contentsBoxTitle .news_icon {
  font-size: 14px;
}
.sidebar .topNews .contentsBoxTitle .news_icon :before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_info_list.webp) center center/contain no-repeat;
}
.sidebar .topNews .post ul.posts_list {
  max-height: 220px;
  overflow: scroll;
}
.sidebar .topNews .post li {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 0 20px;
  line-height: 2rem;
  border-bottom: 1px solid #9fd0dc;
}
.sidebar .topNews .post span.news_date {
  font-size: 12px;
  font-weight: bold;
}
.sidebar .topNews .post p.news_title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    display: block;
  }
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
  height: 100%;
  box-sizing: border-box;
}

#header .header_wrapper .header_wrapper__title {
  border-bottom: 3px solid #357DF8;
}
#header .header_wrapper .header_wrapper__title p {
  font-size: 12px;
}
#header .header_wrapper__contents {
  display: flex;
  align-items: center;
  margin: 15px auto;
}
#header .header_wrapper__contents div:first-child {
  width: 45%;
}
#header .header_wrapper__contents div:first-child p {
  font-size: 11px;
  color: #6C9EF2;
  margin-top: 10px;
}
#header .header_wrapper__contents div:nth-child(2) {
  width: 55%;
  margin-left: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #header .header_wrapper__contents {
    margin: 0 auto;
  }
  #header .header_wrapper__contents div:first-child {
    width: 100%;
    padding: 0 0 10px;
    background-color: #fff;
  }
  #header .header_wrapper__contents div:first-child p {
    font-size: 0.6rem;
    margin-top: 5px;
  }
  #header .header_wrapper__contents div:first-child img {
    width: 50%;
  }
}

#header_nav {
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100% - 65px);
  overflow: scroll;
}

/*--------------------------------------
global nav
--------------------------------------*/
/* ハンバーガーメニュー展開時固定 */
.fixed {
  position: fixed;
  top: 0 !important;
  right: 0;
  z-index: 999;
}

.no-scroll {
  overflow: hidden;
  margin-top: 75px;
}

.bg-color {
  background-color: #F3F6FF;
}

#header_nav {
  display: none;
}
#header_nav ul.g_nav {
  display: flex;
}
#header_nav ul.g_nav > li {
  vertical-align: middle;
}
#header_nav ul.g_nav > li > a,
#header_nav ul.g_nav > li > span {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  color: #333;
  line-height: 1.2;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.08em;
  width: auto;
  height: 80px;
  margin-right: 35px;
  transition-duration: 0.3s;
  position: relative;
}
#header_nav ul.g_nav > li > a > span,
#header_nav ul.g_nav > li > span > span {
  display: block;
  margin: 0 auto;
}
#header_nav ul.g_nav > li > a sub,
#header_nav ul.g_nav > li > span sub {
  font-size: 10px;
  color: #276FD1;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.25em;
  padding-top: 10px;
}
#header_nav ul.g_nav > li dl {
  pointer-events: none;
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  width: 100%;
  padding: 38px 30px 30px;
  box-sizing: border-box;
  background: rgba(222, 241, 204, 0.9);
  transition-duration: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 99;
}
#header_nav ul.g_nav > li dl dt {
  max-width: 1080px;
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: 1.2;
}
#header_nav ul.g_nav > li dl ul {
  max-width: 1080px;
  margin: 0 auto;
}
#header_nav ul.g_nav > li dl li {
  display: inline-block;
  margin-right: 30px;
  line-height: 1.3;
  position: relative;
  font-size: 16px;
}
#header_nav ul.g_nav > li dl li:before {
  color: #276FD1;
  font-size: 14px;
  margin-right: 8px;
}
#header_nav ul.g_nav > li dl li:last-child {
  margin-right: 0;
}
#header_nav ul.g_nav > li dl li a {
  color: #333;
  vertical-align: top;
}
#header_nav ul.g_nav > li dl a:hover {
  opacity: 1;
  color: #276FD1;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  #header h1 {
    margin: 10px 0 0 0;
  }
  #header h1 img {
    width: 100%;
    max-width: 100%;
  }
  #header h1 a:hover {
    text-decoration: none;
  }
  #header .toggleMenu {
    display: block;
  }
  /* logo */
  .toggleMenu {
    position: fixed;
    background: none;
    text-align: left;
    color: #fff;
    cursor: pointer;
    top: 15px;
    right: 20px;
    z-index: 1000;
  }
  .menu-trigger {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    width: 30px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #276FD1;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  #header .header_menu {
    padding: 0;
    background-color: #F3F6FF;
  }
  #header .header_menu .g_nav {
    display: block !important;
    text-align: center;
    padding: 30px;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    border-top: 1px solid #fff;
    border-left: none;
    margin-bottom: 2px;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    width: 100%;
    padding: 18px 50px 18px 20px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    background: #fff;
    color: #222;
    font-size: 15px;
  }
  #header .header_menu .g_nav > li > a span,
  #header .header_menu .g_nav > li > span span {
    margin: 0;
  }
  #header .header_menu .g_nav > li > a:hover {
    background: #96C4FF;
  }
  #header .header_menu .g_nav > li > span:hover {
    background: #fff;
  }
  #header .header_menu .g_nav > li > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #276FD1;
    border-left: 2px solid #276FD1;
    transform: rotate(-45deg) translateX(-50%);
    transition-duration: 0.3s;
    margin-top: -14px;
  }
  #header .header_menu .g_nav > li.hover > span:after {
    transform: rotate(135deg);
    margin-top: -3px;
  }
  #header .header_menu .g_nav > li > a sub,
  #header .header_menu .g_nav > li > span sub {
    margin: -2px 0 0 8px;
    display: inline-block;
    vertical-align: middle;
    bottom: 0;
    color: #fff;
    padding-top: 0;
    font-size: 10px;
  }
  #header .header_menu .g_nav > li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
  }
  #header .header_menu .g_nav > li dl li {
    padding-left: 0;
  }
  #header .header_menu .g_nav > li dl li:before {
    display: none;
  }
  #header .header_menu .g_nav > li ul {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
  }
  #header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #fff;
  }
  #header .header_menu .g_nav > li ul li a {
    position: relative;
    display: block;
    padding: 15px 20px 12px 35px;
    box-sizing: border-box;
    text-align: left;
    background: #96C4FF;
    color: #fff;
  }
  #header .header_menu .g_nav > li.hover ul {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header .header_menu .g_nav > li > span {
    position: relative;
  }
  #header .header_menu .g_nav > li > span:hover + dl {
    pointer-events: auto;
    opacity: 1;
  }
  /*スマホ時サブメニューが消える現象を回避*/
}
/***** グローバルナビ下部 *****/
.contact {
  padding: 30px 30px 40px;
  background: #276FD1;
}
.contact p.tit {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.contact .bnr a {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 5px;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 20px;
}
.contact .bnr a:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
  width: 1.2em;
  height: 1.2em;
}
.contact .bnr a:first-child::before {
  background: url(../img/gnav_icon_01.svg) center center/contain no-repeat;
}
.contact .bnr a:nth-child(2)::before {
  background: url(../img/gnav_icon_02.svg) center center/contain no-repeat;
}
.contact .bnr a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: url(../img/gnav_icon_arrow.svg) center center/contain no-repeat;
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
  background: #479CF2;
  padding: 25px 0 35px;
  position: relative;
}
#footer a {
  color: #fff;
}
#footer .footer_navi {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#footer .footer_navi .navi_list {
  width: 100%;
}
#footer .footer_navi .navi_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#footer .footer_navi .navi_list ul li {
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  border-right: 1px solid #fff;
  padding-right: 8px;
  margin-right: 11px;
}
#footer .footer_navi .navi_list ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer_navi .navi_list li {
    margin-top: 10px;
  }
}
#footer .copyright {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
#footer:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 4px;
  background-color: #fff;
}

#wpfront-scroll-top-container:hover img {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  #wpfront-scroll-top-container {
    display: none !important;
  }
}
/*--------------------------------------
FOOTER 固定
--------------------------------------*/
.fixed_box {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  transition-duration: 0.3s;
}
.fixed_box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
}

/*--------------------------------------
Pagination CSS
--------------------------------------*/
ul.page-numbers {
  list-style: none;
  margin: 0;
}

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.page-numbers li {
  display: block;
  margin: 0 4px 4px 0;
  text-align: center;
}

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: #888;
}
.page-numbers a span {
  padding: 0;
}
.page-numbers a:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}
.page-numbers.current {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}
.page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}
.page-numbers:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */