/*--------------------------------------------------------------
# 基本設定
--------------------------------------------------------------*/

.main-color {color:#e60012;}
.bg1 { background: #e60012; }
.bg2 { background: #f2f2f2; }

.ppd {padding: 0;}
@media (max-width: 739px) {
  .ppd {padding: 0 20px;}
}

.slider-img {
  padding: 0 10px;
}
.slider {
  opacity: 0;
  transition: opacity .5s linear;
  &.slick-initialized {
    opacity: 1;
  }
}
.swiper .slider {
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  font-size: 38px;
  color: #e60012;
}

.back-to-top i {
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e60012;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* reCAPTCHAアイコンを左側に表示させる */
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}



.divline {
	border-bottom: solid 1px #777;
	margin: 20px 0px 20px 0px;
}
.divline2 {
	border-bottom: dotted 2px #777;
	margin: 30px 0px 30px 0px;
}
.divline3 {
	border-bottom: dotted 2px #777;
	margin: 10px 0px 10px 0px;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #68b92c;
  line-height: 0;
}

#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.hd-pc {
  display: block;
  margin: 0px 0px 20px 0px;
}

#header {
  top: 0px;
  height: 107px;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  background:#fff;
  /* border: solid 1px #ccc; */
}

/* 
#header {
  top: 50px;
  height: 50px;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  border: solid 1px #ccc;
  background: rgba(26, 24, 22, 0.85);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
*/

#header .logo {
  width: 50%;
  /* border: solid 1px #ccc; */
}

#header .logo h1 {
  padding: 10px 0;
  margin: -10px 0px 0px 0px;
  position: relative;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  text-decoration: none;
  outline: none;
}

#header .logo img {
  width: 200px;
  padding: 0;
  margin: 0;
}
.uplink {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
}
.uplink a {
  color:#e60012;
  text-decoration: none;
  outline: none;
}

.ul-1 {
  margin: 0px 0px 0px 0px;
}
.ul-1 img {
  width: 200px;
}
.ul-2 {
  margin: 0px 0px 0px 10px;
}
.ul-2 img {
  width: 30px;
}

.hd-divline {
	border-bottom: solid 1px #ccc;
	margin: 0px 0px 0px 0px;
}

.second-menu {
  position: relative;
}
.ghost {
  padding: 0;
  margin: 0;
}

.pcbg-pos {
  position: absolute;
  top:0px;
  right: 5px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 10000;
}
.pcbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0rem 1rem;
}
.pcbg-sns-box {
  width: 210px;
  margin: 0 auto;
}

/* ハンバーガーボタン */
.drawer__button {
  position: relative;
  width: 2.8rem;
  height: 2.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 57px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 32%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0rem 0rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__link {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
  color: #333;
  text-decoration: none;
  padding: 15px 0px 15px 45px;
  border-bottom: solid 1px #e60012;
}

.micon-01 {
  display: block;
  background: url(../img/common/menu-icon-01.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-01:hover {
  background: url(../img/common/menu-icon-01h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-02 {
  display: block;
  background: url(../img/common/menu-icon-02.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-02:hover {
  background: url(../img/common/menu-icon-02h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-03 {
  display: block;
  background: url(../img/common/menu-icon-03.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-03:hover {
  background: url(../img/common/menu-icon-03h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-04 {
  display: block;
  background: url(../img/common/menu-icon-04.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-04:hover {
  background: url(../img/common/menu-icon-04h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-05 {
  display: block;
  background: url(../img/common/menu-icon-05.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-05:hover {
  background: url(../img/common/menu-icon-05h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-06 {
  display: block;
  background: url(../img/common/menu-icon-06.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-06:hover {
  background: url(../img/common/menu-icon-06h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-07 {
  display: block;
  background: url(../img/common/menu-icon-07.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-07:hover {
  background: url(../img/common/menu-icon-07h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-08 {
  display: block;
  background: url(../img/common/menu-icon-08.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-08:hover {
  background: url(../img/common/menu-icon-08h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-09 {
  display: block;
  background: url(../img/common/menu-icon-09.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-09:hover {
  background: url(../img/common/menu-icon-09h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
.micon-10 {
  display: block;
  background: url(../img/common/menu-icon-10.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}
.micon-10:hover {
  background: url(../img/common/menu-icon-10h.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
  color: #fff;
  background-color: #e60012;
  transition : 0.5s;
  cursor: pointer;
}
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0px 50px 0px 0px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: none;
  padding:8px 20px;
  margin: 0px 0px 0px 0px;
  text-shadow: none;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:#e60012;
}

.hd-mb {display: none;}
.mb-header {display: none;}
.pc {display: block;}
.sp {display: none;}

.mover {
  margin: 0px 0px 107px 0px;
}
.wpcf7-not-valid-tip {margin-top: 0.5em;text-indent: 3em;}

/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
  .hd-pc {
    display: block;
    margin: 0px 0px 20px 0px;
  }
  .hd-mb {display: none;}
	.pc {display: block;}
.sp {display: none;}

  .mover {margin: 0px 0px 110px 0px;}

}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {
  .hd-pc {
    display: block;
    margin: 0px 0px 20px 0px;
  }
  .hd-mb {display: none;}
	.pc {display: block;}
.sp {display: none;}


  .mover {margin: 0px 0px 110px 0px;}

  .hd-divline {
    border-bottom: solid 1px #ccc;
    margin: 5px 0px;
  }

}


/* ----- Media queries 4rd ----- */
@media (max-width: 739px) {
  .hd-pc {display: none;}
  .hd-mb {
    display: block;
    margin: 0px 0px 20px 0px;
  }
.pc {display: none;}
.sp {display: block;}
.wpcf7-not-valid-tip {margin-top: 0.5em;text-indent: 0em;}
  #header {
    top: 0px;
    height: 85px;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background:#fff;
    /* border: solid 1px #ccc; */
  }
  .fst-navi {
    display: block;
    position: relative;
  }

  .hd-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
  }

  #header .logo {
    width: 40%;    
    margin: 0px 10px 0px 10px;
    /* border: solid 1px #ccc; */
    }
  #header .logo img {
    width: 100%;
  }
  #header .logo a {
    outline: none;
  }

  .hd-btn {
    width: 40%;    
    margin: 0px 0px 0px 0px;
  }
  .hd-btn img {
    width: 100%;
  }
  .hd-btn a {
    outline: none;
  }

  .hd-divline {
    border-bottom: solid 1px #ccc;
    margin: 9px 0px 5px 0px;
  }
  
  .second-menu {
    width: 90%;
    margin: 0 auto;
  }
  .sec-navi ul{
    display: flex;
    justify-content: center;
    margin: -5px 0 0 0;
padding: 5px;
background-color: rgba(255,255,255,.8);
  }
  .sec-navi li{
    list-style: none;
  }
  .sec-navi a{
    display: block;
    padding: 3px 20px;
    border: none;
    text-decoration: none;
    color: #333;
  }

  .pcbg-pos {
    position: absolute;
    top: -4px;
    right: 10px;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 10000;
  }
  .pcbg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .pcbg-sns-box {
    width: 90%;
    margin: 0 auto;
  }
  .ul-2 {
    margin: 0px 0px 0px 0px;
  }
  .ul-2 img {
    width: 35px;
  }

  .drawer__nav {
    position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 49px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .drawer__nav__inner {
    position: relative;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0rem 0rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .mover {margin: 0px 0px 100px 0px;}

  /* アンカー位置調整 */
  a.anker {
    display: block;
    margin-top:-52px;
    padding-top:52px;
  }

}






.cont-image {
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}
.cont-image img {
  border-radius: 10px;
}

.main-box {
  width: 70%;
  margin: 0 auto;
}
.second-wrap {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.second-box {
  width: 48%;
  margin: 0px 0px 10px 0px;
}

.taln-1 {text-align: center;}
.taln-2 {text-align: center;}

.com-lead-1 {
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}
.com-lead-2 {
  text-align: justify;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0px 0px 0px 0px; 
}
.com-att {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 300;
  color: #2782d7;
  margin: 0px 0px 0px 0px;  
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 30px 0;
}

.ft-sns-box {
  width: 210px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.ft-sns {
  width: 30px;
}

.flogo {
  text-align: center;
  margin: 0px 0px 5px 0px;
}
.flogo img {
  width: 200px;
}
.copyright {
  text-align: center;
  color: #777;
  font-size: 11px;
  line-height: 1.3em;
  margin: 15px 0px 10px 0px;
}

.fnav {display: block;}
.fnav-sp {display: none;} /*スマホ時のフッターメニュー非表示*/

ul.fnav-1 {
  padding: 0;
  list-style: none;
  display:flex;
  justify-content: right;
}
ul.fnav-1 li {
  text-align: left;
  margin: 0px 0px 0px 30px;
}
ul.fnav-1 li a {
  font-size: 16px;
  line-height: 1.3em;
  color: #333;
  text-decoration: none;
  outline: none;
}
ul.fnav-1 li a:hover {
  background: #f2f2f2;
}

ul.fnav-2 {
  padding: 0;
  list-style: none;
  display:flex;
  justify-content: right;
}
ul.fnav-2 li {
  text-align: left;
  margin: 0px 0px 0px 30px;
}
ul.fnav-2 li a {
  font-size: 14px;
  line-height: 1.3em;
  color: #333;
  text-decoration: none;
  outline: none;
}
ul.fnav-2 li a:hover {
  background: #f2f2f2;
}

/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
  .fnav {display: block;}
  ul.fnav-1 li {
    text-align: left;
    margin: 0px 0px 0px 20px;
  }
  .fnav-sp {display: none;} /*スマホ時のフッターメニュー非表示*/
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {
  .fnav {display: none;}
  .ft-sns-box {
    width: 25%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .fnav-sp {display: block;} /*スマホ時のフッターメニュー表示*/
  .fnav-sp ul {
    justify-content: center;
    margin: 5px 0 20px 0;
  }
  .fnav-sp ul li {
    margin: 0px;
  }
  .fnav-sp ul li a {
    font-size: 16px;
  }
}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
  .fnav {display: none;}
  .ft-sns-box {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .fnav-sp {display: block;} /*スマホ時のフッターメニュー表示*/
  .fnav-sp ul {
    justify-content: center;
    margin: 5px 0 20px 0;
  }
  .fnav-sp ul li {
    margin: 0px;
  }
  .fnav-sp ul li a {
    font-size: 12px;
  }
}






.news-box h3{border: solid;
  padding: 1em;
  font-size: 1em;
  line-height: 1.75em;}

.news-box h5 a,.news-text h5 a{border-radius: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 17px;
  width: 200px;
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  border: none;background: #e60012;text-align:center;text-decoration: none;}

.news-box h5 a:hover,.news-text h5 a:hover{box-shadow: 5px 5px 5px #999;}






/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {
}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
}

/* ----- Media queries 5th ----- */
@media screen and (max-width: 480px) {
}