@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  color: #333;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Roboto {
  font-family: Roboto, sans-serif;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_JSa {
  font-family: "Josefin Sans", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Serif JP", serif;
}

.Gf_CSk {
  font-family: "Cabin Sketch", cursive;
}

.Gf_PDi {
  font-family: "Playfair Display", serif;
}

.Gf_Muk {
  font-family: "Mukta", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}

.bk_kon {
  background: #0c3380;
}

.bk_kon_str {
  background: #0c3380;
  background-size: auto auto;
  background-color: #1f4692;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
}

.bk_lb_str {
  background-size: auto auto;
  background-color: #dcf6fd;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
}

.bk_gr_str {
  background-size: auto auto;
  background-color: #f3f3f3;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
}

.bk_kon2 {
  background: #032465;
}

.bk_white {
  background: #fff;
}

.bk_op_af {
  position: relative;
}
.bk_op_af:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bk_op_af.opb020:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bk_op_af.opb040:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.bk_op_af.opb065:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.bk_op_af.opblu040:before {
  background-color: rgba(0, 83, 139, 0.4);
}
.bk_op_af.opblu035:before {
  background-color: rgba(5, 109, 155, 0.35);
}
.bk_op_af.opblu080:before {
  background-color: rgba(5, 109, 155, 0.8);
}
.bk_op_af.opblu2_70:before {
  background-color: rgba(7, 39, 78, 0.7);
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}
.disc > li {
  list-style-type: disc;
}
.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
}
.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}
.note > li {
  padding-left: 20px;
  position: relative;
}
.note > li:not(:last-child) {
  margin-bottom: 5px;
}
.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  padding: 0px 0 0;
  margin: 0 auto;
}

#wb_wrap {
  overflow: hidden;
}

.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no_repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}
.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.plmu_wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.plmu_wrap #music {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_music_on.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.plmu_wrap #music span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  font-size: 1.3rem;
}
.plmu_wrap #music::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  z-index: 2;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 0;
}
.plmu_wrap #music.off::before {
  opacity: 1;
}
.plmu_wrap #play {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: relative;
}
.plmu_wrap #play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translateY(-50%) translateX(-50%);
}
.plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 55%;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 10px;
  width: 10px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.plus_wrap span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}
.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.tit02 span {
  color: #8c8c8c;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
  color: red !important;
}

.color_blue {
  color: blue !important;
}

.color_white {
  color: white !important;
}

.color_black {
  color: black !important;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.whi_sli {
  overflow: hidden;
  position: relative;
}
.whi_sli::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  transition-delay: 0.2s;
}
.whi_sli.isShow::before {
  right: -100%;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInyoko {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInyoko {
  animation-name: fadeInyoko;
}

@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadein {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1s;
  position: relative;
  transform: translateY(30px);
}
.fadein.on {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.fade {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1.2s;
  position: relative;
}
.fade.on {
  visibility: visible;
  opacity: 1;
}

.delay_03 {
  transition-delay: 0.3s;
}

.delay_05 {
  transition-delay: 0.5s;
}

.delay_07 {
  transition-delay: 0.7s;
}

.delay_1 {
  transition-delay: 1s;
}

.delay_13 {
  transition-delay: 1.3s;
}

.delay_2 {
  transition-delay: 2s;
}

.bounceIn2 {
  animation-duration: 0.75s;
  animation-name: bounceIn2;
}
@keyframes bounceIn2 {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeIns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  animation-name: fadeIns;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}

.img-blur {
  animation-name: imageBlur;
  transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  animation-duration: 2s;
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
  top: -7px;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
  bottom: -9px;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}
.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}
.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}
.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

/* =======================================
=======================================
=======================================
=======================================

	★ここから

=======================================
=======================================
=======================================
========================================== */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2b2b2b;
  letter-spacing: 0.06em;
}

.noto, .ttl_cmn_02, .index .box_fv .box_slide .box_txt .inner1000, .btn_cmn_01 a, .box_cta .inner1000 .txt h1, header {
  font-family: "Noto Sans JP", sans-serif;
}

.ttl_bl, .ttl_cmn_02, .page_ttl, .box_cta .inner1000 .txt h1, .box_cta .inner1000 .txt .txt_catch {
  color: #21283d;
  letter-spacing: 0.1em;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.ttl_w {
  color: #fff;
}

.bd_b, .page_ttl {
  border-bottom: 1px solid #e5eae5;
}

.bg_orange, .contact .contact_01 table th .hisu, .electrical .electrical_02 .box_merit ul li .txt_deco, .ttl_cmn_03::before, .ttl_cmn_02.ttl_or span::after, .ttl_cmn_02.ttl_or span::before, .btn_cmn_01.btn_or a, header .header_top .sub_nav .btn_contact a {
  background: linear-gradient(90deg, rgb(255, 108, 8) 0%, rgb(255, 112, 8) 25.16%, rgb(255, 126, 8) 52.65%, rgb(255, 147, 8) 81.12%, rgb(255, 166, 8) 100%);
}

.bg_green, ul.page-numbers li .current, .contact .contact_01 .btn_submit input, .box_news ul li a .inner::after, .ttl_cmn_02 span::after, .ttl_cmn_02 span::before, .page_ttl div h1, .totop_wrap #totop, .btn_cmn_02 a, footer, .btn_cmn_01.btn_grn a, header .header_bottom {
  background: linear-gradient(90deg, rgb(13, 147, 96) 0%, rgb(17, 148, 94) 22.41%, rgb(31, 152, 86) 46.87%, rgb(52, 158, 75) 72.32%, rgb(83, 167, 58) 98.29%, rgb(85, 168, 57) 100%);
}

.bg_usu, .info .info_01 .box_content ul li, .faq .faq_box dt, .page_ttl {
  background: linear-gradient(45deg, rgb(235, 242, 235) 18.69%, rgb(239, 245, 239) 68.61%, rgb(242, 247, 242) 82.4%);
}

header {
  font-weight: bold;
  letter-spacing: 0.02em;
}
header .header_top {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
header .header_top .h_logo {
  margin-left: -6px;
  width: 340px;
}
header .header_top .sub_nav {
  display: flex;
  align-items: center;
}
header .header_top .sub_nav ul {
  display: flex;
}
header .header_top .sub_nav ul li a {
  color: #7a7a7a;
  display: flex;
  font-size: 1.4rem;
}
header .header_top .sub_nav ul li a:hover {
  color: #2c962c;
}
header .header_top .sub_nav ul li a img {
  margin-right: 3px;
}
header .header_top .sub_nav ul li.nav01 img {
  width: 15px;
}
header .header_top .sub_nav ul li.nav02 {
  margin: 0 10px;
}
header .header_top .sub_nav ul li.nav02 img {
  width: 20px;
}
header .header_top .sub_nav ul li.nav03 img {
  width: 16px;
}
header .header_top .sub_nav .btn_contact {
  line-height: 0;
  margin-left: 15px;
}
header .header_top .sub_nav .btn_contact a {
  color: #fff;
  display: inline-block;
  width: 160px;
  line-height: 47px;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
  transition: ease 0.4s;
}
header .header_top .sub_nav .btn_contact a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_top .sub_nav .btn_contact a img {
  width: 20px;
  filter: drop-shadow(0px 0px 2px rgba(79, 39, 0, 0.3));
  margin-right: 5px;
}
header .header_top .sub_nav .btn_contact a .txt {
  text-shadow: 0px 0px 5px rgba(79, 39, 0, 0.3);
  font-weight: 500;
}
header .header_top .sub_nav .btn_contact a:hover {
  opacity: 0.6;
}
header .header_bottom {
  letter-spacing: 0.07em;
}
header .header_bottom .inner1200 > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header .header_bottom .inner1200 > ul > li {
  width: 25%;
  text-align: center;
  position: relative;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
header .header_bottom .inner1200 > ul > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
header .header_bottom .inner1200 > ul > li a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.2s;
}
header .header_bottom .inner1200 > ul > li a:hover {
  opacity: 0.5;
}
header .header_bottom .inner1200 > ul > li .menu_contents {
  display: none;
  position: absolute;
  top: 60px;
  background: #fff;
  width: 100%;
  z-index: 10;
}
header .header_bottom .inner1200 > ul > li .menu_contents ul {
  background: linear-gradient(90deg, rgba(13, 147, 96, 0.2) 0%, rgba(17, 148, 94, 0.2) 22.41%, rgba(31, 152, 86, 0.2) 46.87%, rgba(52, 158, 75, 0.2) 72.32%, rgba(83, 167, 58, 0.2) 98.29%, rgba(85, 168, 57, 0.2) 100%);
  padding: 10px;
}
header .header_bottom .inner1200 > ul > li .menu_contents ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgb(85, 168, 57);
}
header .header_bottom .inner1200 > ul > li .menu_contents ul li a {
  color: rgb(13, 147, 96);
}
header .header_bottom .inner1200 > ul > li .menu_contents ul li:last-child {
  border: none;
}

.box_cta {
  border-top: 1px solid #efefe8;
  background: #f7f7f5;
}
.box_cta .inner1000 {
  display: flex;
  padding: 90px 0;
  justify-content: space-between;
  align-items: flex-end;
}
.box_cta .inner1000 .txt {
  width: 72%;
}
.box_cta .inner1000 .txt .txt_catch {
  font-weight: bold;
}
.box_cta .inner1000 .txt h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.box_cta .inner1000 .txt .btn_cmn_01 {
  margin-top: 20px;
}
.box_cta .inner1000 .img {
  width: 25%;
}

.btn_cmn_01.btn_w a {
  background: rgba(107, 68, 41, 0.2);
  border: 1px solid #fff;
}
.btn_cmn_01 a {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  border-radius: 7px;
  line-height: 48px;
  padding: 0 10px;
  font-size: 1.5rem;
  transition: ease-in-out 0.4s;
}
.btn_cmn_01 a span {
  padding: 0 10px;
}
.btn_cmn_01 a span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/arrow_w.svg) no-repeat;
  float: right;
  margin-top: 14px;
  transition: ease-in-out 0.2s;
}
.btn_cmn_01 a:hover {
  opacity: 0.8;
}
.btn_cmn_01 a:hover span::after {
  transform: translateX(3px);
}

footer {
  color: #fff;
}
footer .inner1000 {
  padding: 50px 0;
  display: flex;
}
footer .inner1000 .box_logo {
  width: 40%;
  margin-left: -3px;
}
footer .inner1000 .box_logo .f_logo {
  width: 80%;
}
footer .inner1000 .box_logo .address {
  letter-spacing: 0.13em;
  margin-top: 20px;
}
footer .inner1000 .box_logo .address dl {
  display: flex;
}
footer .inner1000 .box_logo .address dl dd {
  margin-right: 15px;
}
footer .inner1000 .f_nav {
  padding-top: 10px;
  width: 60%;
  display: flex;
  justify-content: end;
  letter-spacing: 0.13em;
}
footer .inner1000 .f_nav ul {
  margin-left: 50px;
}
footer .inner1000 .f_nav ul li {
  margin-bottom: 3px;
}
footer .inner1000 .f_nav ul li a {
  color: #fff;
  transition: ease 0.4s;
}
footer .inner1000 .f_nav ul li a:hover {
  opacity: 0.5;
}
footer .box_copy {
  background: rgba(56, 56, 56, 0.5);
  line-height: 40px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.index .box_fv {
  position: relative;
}
.index .box_fv::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
  width: 19vw;
  background: url(../img/item_03.svg) no-repeat bottom right;
  height: 775px;
  bottom: 0;
  right: 0;
  background-size: contain;
}
.index .box_fv .box_slide {
  position: relative;
  height: 760px;
  width: 100%;
}
.index .box_fv .box_slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11.5vw;
  height: 100%;
  background: url(../img/item_01.svg) no-repeat left top;
  background-size: 100% auto;
  z-index: 3;
}
.index .box_fv .box_slide .box_txt {
  background: url(../img/fv_img_01.png) no-repeat right 38vw top;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: 0 15%;
}
.index .box_fv .box_slide .box_txt .inner1000 {
  color: #fff;
  padding: 120px 0 0 0;
}
.index .box_fv .box_slide .box_txt .inner1000 p {
  font-size: 2.3rem;
}
.index .box_fv .box_slide .box_txt .inner1000 h1 {
  font-size: 6rem;
  text-shadow: 0px 4px 6px rgba(13, 15, 11, 0.1);
  line-height: 1.4;
  margin-left: -5px;
}
.index .box_fv .box_slide .box_txt .inner1000 ul {
  margin: 15px 0 0 -8px;
  width: 585px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li {
  margin-top: 25px;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li .btn_cmn_01 {
  text-align: center;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li .btn_cmn_01 a {
  width: 280px;
  line-height: 68px;
  font-size: 1.9rem;
  padding: 0 20px;
  font-weight: bold;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li .btn_cmn_01 a span::after {
  margin-top: 20px;
  width: 28px;
  height: 28px;
}
.index .box_fv .box_slide .slide {
  position: absolute;
  width: 70vw;
  right: 0;
  z-index: 1;
  height: 690px;
}
.index .box_fv .box_slide .slide ul li img {
  height: 690px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box_fv .sec_index_01 {
  background: url(../img/item_02.svg) no-repeat left top;
  padding: 0 10%;
  background-size: 35% auto;
}
.index .box_fv .sec_index_01 .inner1000 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
}
.index .box_fv .sec_index_01 .inner1000 .txt {
  width: 55%;
  padding: 0 30px;
}
.index .box_fv .sec_index_01 .inner1000 .txt .txt_chach {
  font-weight: bold;
}
.index .box_fv .sec_index_01 .inner1000 .txt .btn_cmn_01 {
  margin-top: 30px;
}
.index .box_fv .sec_index_01 .inner1000 .img {
  width: 45%;
}
.index .sec_index_02 {
  padding: 70px 0;
}
.index .sec_index_02 .ttl {
  display: flex;
  border-bottom: 1px solid #dee5da;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.index .sec_index_02 .ttl .btn_cmn_01 {
  padding-bottom: 20px;
}
.index .sec_index_03 {
  padding: 80px 0 0;
}
.index .sec_index_03 .inner1000 {
  background: url(../img/img_index_02.jpg) no-repeat top center;
  border-radius: 43px;
  padding: 50px 60px 48px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index .sec_index_03 .inner1000 .txt {
  width: 66%;
}
.index .sec_index_03 .inner1000 .txt h1 {
  margin-bottom: 25px;
}
.index .sec_index_03 .inner1000 .btn_cmn_02 {
  width: 92px;
  height: 92px;
}
.index .box_bnr {
  padding: 50px 0;
}
.index .box_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .box_bnr ul li {
  margin-bottom: 20px;
  width: 32%;
  border-radius: 10px;
  height: 83px;
  overflow: hidden;
}
.index .box_bnr ul li a {
  display: block;
  height: 100%;
  width: 100%;
  transition: 0.4s;
}
.index .box_bnr ul li a span {
  display: flex;
  height: 100%;
}
.index .box_bnr ul li a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .box_bnr ul li a:hover {
  opacity: 0.5;
}

.ttl_cmn_01 {
  font-size: 2.6rem;
}

.btn_cmn_02 a {
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
}
.btn_cmn_02 a span {
  width: 25%;
}
.btn_cmn_02 a:hover {
  opacity: 0.7;
}

.totop_wrap {
  z-index: 100;
}
.page_ttl {
  height: 200px;
  text-align: center;
  font-size: 3.5rem;
  text-shadow: 0px 3px 6px rgba(60, 160, 70, 0.3);
}
.page_ttl div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_ttl div h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bread {
  padding: 10px 0;
}
.bread ul {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.bread ul li {
  color: #2b2b2b;
}
.bread ul li a {
  color: #2b2b2b;
  text-decoration: underline;
}
.bread ul li::after {
  content: ">";
  margin: 0 5px 0 8px;
}
.bread ul li:last-child::after {
  display: none;
}

.sec_cmn_01 {
  padding: 50px 0;
}
.sec_cmn_01 .ttl_cmn_01 {
  margin-bottom: 10px;
}

.ttl_cmn_02 {
  font-size: 3rem;
  margin-bottom: 50px;
}
.ttl_cmn_02 span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.ttl_cmn_02 span::after, .ttl_cmn_02 span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  transform: rotate(-60deg);
}
.ttl_cmn_02 span::before {
  left: 0;
}
.ttl_cmn_02 span::after {
  right: 0;
}
.box_flex {
  display: flex;
}

.bg_gry {
  background: #f7f7f5;
}

.about .about_01 .box_flex {
  justify-content: space-between;
}
.about .about_01 .box_flex .img {
  width: 20%;
}
.about .about_01 .box_flex .img img {
  margin: 0 auto 20px;
}
.about .about_01 .box_flex .img p {
  text-align: center;
  font-size: 2rem;
}
.about .about_01 .box_flex .txt {
  width: 75%;
}
.about .about_02 table td ul li {
  display: inline-block;
}
.about .about_02 table td ul li::after {
  content: "・";
}
.about .about_02 table td ul li:last-child::after {
  content: none;
}
.about .about_03 iframe {
  width: 100%;
  height: 350px;
}
.about .about_03 p {
  text-align: right;
}
.about .about_05 .box_flex {
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}
.about .about_05 .box_flex .img {
  width: 25%;
}
.about .about_05 .box_flex .txt {
  width: 70%;
}

.tbl_cmn_01 table {
  width: 100%;
}
.tbl_cmn_01 table th, .tbl_cmn_01 table td {
  padding: 20px 10px;
}
.tbl_cmn_01 table tr {
  border-bottom: 1px solid #ccc;
}
.tbl_cmn_01 table tr:last-child {
  border: none;
}
.tbl_cmn_01 table th {
  width: 20%;
  font-weight: bold;
}

.bg_lgrn {
  background: #e9f3e7;
}

.box_news ul li {
  margin-bottom: 0;
}
.box_news ul li a {
  display: block;
  transition: ease 0.4s;
}
.box_news ul li a:hover {
  opacity: 0.5;
}
.box_news ul li a .inner {
  background: #fff;
}
.box_news ul li a .inner::after {
  width: 100%;
  content: "";
  height: 4px;
  display: block;
}
.box_news ul li a .inner .img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_news ul li a .inner .txt {
  padding: 20px 10px;
  line-height: 1.4;
}
.box_news ul li a .inner .txt h2 {
  color: #21283d;
  font-weight: bold;
  margin-bottom: 10px;
}
.box_news ul li a .inner .txt p {
  font-size: 1.4rem;
  color: #2b2b2b;
}

.member .sec_cmn_01 .box_content {
  margin-top: 30px;
}
.member .sec_cmn_01 .box_content .btn_cmn_01 {
  margin-top: 30px;
}
.member .sec_cmn_01.member_01 .box_flex {
  justify-content: space-between;
  align-items: center;
}
.member .sec_cmn_01.member_01 .box_flex .txt {
  width: 70%;
}
.member .sec_cmn_01.member_01 .box_flex .img {
  width: 25%;
}
.member .sec_cmn_01.member_01 .box_flex.member_01_1 {
  margin-bottom: 50px;
}

.ttl_cmn_03 {
  display: flex;
  font-size: 2rem;
  margin-bottom: 10px;
  align-items: baseline;
}
.ttl_cmn_03::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  margin-right: 5px;
}

.box_support ul li {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.box_support ul li .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.box_support ul li .inner .img {
  width: 20%;
}
.box_support ul li .inner .txt {
  width: 65%;
}
.box_support ul li .inner.noimg {
  padding: 20px;
}
.box_support ul li .inner.noimg .txt {
  width: 80%;
}
.box_support ul li .inner .btn_cmn_02 {
  width: 80px;
  height: 80px;
}

.box_buy ul li a {
  display: block;
  transition: ease 0.4s;
}
.box_buy ul li a .inner .img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.box_buy ul li a .inner .img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_buy ul li a .inner .img::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/arrow_w.svg) no-repeat;
  bottom: 10px;
  right: 10px;
  transition: ease 0.3s;
}
.box_buy ul li a .inner .txt {
  padding: 20px 10px;
  line-height: 1.4;
}
.box_buy ul li a .inner .txt h2 {
  color: #21283d;
  font-weight: bold;
  margin-bottom: 10px;
}
.box_buy ul li a .inner .txt p {
  font-size: 1.4rem;
  color: #2b2b2b;
}
.box_buy ul li a:hover {
  opacity: 0.5;
}
.box_buy ul li a:hover .img::after {
  transform: translateX(3px);
}

.electrical .electrical_02 .box_merit ul li {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  border-top: none;
}
.electrical .electrical_02 .box_merit ul li .txt_deco {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.electrical .electrical_02 .box_merit ul li .inner {
  border: 1px solid #fff;
  padding: 15px;
}
.electrical .electrical_02 .box_merit ul li .inner h2 {
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 10px;
}
.electrical .electrical_02 .box_merit ul li .inner p {
  font-size: 1.5rem;
  padding: 0 14px;
}
.electrical .electrical_02 .box_branch {
  margin-top: 50px;
}
.electrical .electrical_02 .box_branch ul li {
  margin-bottom: 20px;
}
.electrical .electrical_02 .box_branch ul li .box_flex {
  justify-content: space-between;
}
.electrical .electrical_02 .box_branch ul li .img {
  width: 30%;
}
.electrical .electrical_02 .box_branch ul li .txt {
  width: 65%;
}
.electrical .electrical_03 .content {
  padding: 0 0 30px;
}
.electrical .electrical_04 .box_top {
  justify-content: space-between;
  align-items: center;
}
.electrical .electrical_04 .box_top .img {
  width: 45%;
}
.electrical .electrical_04 .box_top .txt {
  width: 50%;
}
.electrical .electrical_04 ul {
  margin-top: 30px;
}
.electrical .electrical_04 ul li {
  background: #fff;
}
.electrical .electrical_04 ul li .inner .txt {
  padding: 10px;
}
.electrical .electrical_04 ul li .inner .txt h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.general .general_01 .content {
  background: #f5f5f5;
  padding: 50px 20px 10px;
  border-radius: 8px;
  margin-bottom: 80px;
}
.general .general_01 .content h2 {
  font-size: 2.5rem;
  text-align: center;
}
.general .general_01 .content h2 span {
  border-bottom: 2px solid #008c51;
  padding-bottom: 5px;
}
.general .general_01 .content ol {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.general .general_01 .content ol li {
  width: 30%;
  margin: 0 10px 40px;
}
.general .general_01 .content ol li .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.general .general_01 .content ol li p {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

.tbl_cmn_02 table {
  width: 100%;
}
.tbl_cmn_02 table th, .tbl_cmn_02 table td {
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.tbl_cmn_02 table th {
  text-align: center;
  background: #eee;
}
.tbl_cmn_02 table a {
  color: #2b2b2b;
}

.sdgs .sdgs_01 .box_flex {
  justify-content: space-between;
}
.sdgs .sdgs_01 .box_flex .img {
  width: 40%;
}
.sdgs .sdgs_01 .box_flex .txt {
  width: 60%;
  padding-left: 30px;
}
.sdgs .sdgs_02 ul > li {
  justify-content: space-between;
  margin-bottom: 50px;
}
.sdgs .sdgs_02 ul > li .img {
  width: 25%;
}
.sdgs .sdgs_02 ul > li .txt {
  width: 72%;
}
.sdgs .sdgs_02 ul > li .txt .box_flex {
  margin-top: 20px;
}
.sdgs .sdgs_02 ul > li .txt .box_flex li {
  width: 10%;
  margin: 0 10px;
}
.sdgs .sdgs_02 ul > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.sdgs .sdgs_02 ul > li:nth-child(2n+1) .txt ul {
  justify-content: flex-end;
}
.sdgs .sdgs_02 ul > li:last-child {
  margin-bottom: 0;
}

.faq .faq_box {
  margin-bottom: 30px;
}
.faq .faq_box dt {
  padding: 20px;
  font-size: 120%;
}
.faq .faq_box dd {
  padding: 10px 20px;
}

.policy .policy_01 .box_tab {
  padding-left: 20px;
}
.policy .policy_01 .box_tab ul {
  margin-bottom: 10px;
}
.policy .policy_01 .box_tab ul li {
  list-style: disc;
  margin-left: 20px;
}
.policy .policy_01 h3 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 110%;
}
.policy .policy_01 h4 {
  font-weight: bold;
  font-size: 105%;
}

.contact .contact_01 table th {
  width: 30%;
}
.contact .contact_01 table th .hisu {
  float: right;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
  border-radius: 2px;
}
.contact .contact_01 table td input[type=text] {
  width: 70%;
}
.contact .contact_01 table td textarea {
  width: 70%;
  height: 200px;
}
.contact .contact_01 .btn_submit input {
  border: none;
  color: #fff;
  width: 200px;
  line-height: 50px;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .contact_01 .btn_submit input:hover {
  opacity: 0.5;
}

.info .info_01 .inner1200 {
  justify-content: space-between;
}
.info .info_01 .inner1200 a {
  color: #2b2b2b;
  transition: 0.4s;
}
.info .info_01 .inner1200 a:hover {
  opacity: 0.4;
}
.info .info_01 .box_content {
  width: 78%;
}
.info .info_01 .box_content .date {
  color: #aaa;
  margin-bottom: 20px;
}
.info .info_01 .box_content .txt .img {
  margin-bottom: 20px;
}
.info .info_01 .box_content .txt .img img {
  margin: 0 auto;
}
.info .info_01 .box_content ul li {
  padding: 20px;
}
.info .info_01 .box_content ul li a {
  display: block;
  word-break: break-all;
}
.info .info_01 .box_content ul li a .img {
  margin-bottom: 20px;
}
.info .info_01 .box_content ul li a .img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info .info_01 .box_content ul li h2 {
  font-size: 2rem;
}
.info .info_01 .box_side {
  width: 20%;
  padding: 0 30px;
}
.info .info_01 .box_side > ul > li {
  border-bottom: 1px solid #ddd;
  padding: 0 5px;
}
.info .info_01 .box_side > ul > li ul {
  margin-left: 20px;
  font-size: 90%;
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
ul.page-numbers li {
  margin: 0 5px 5px;
}
ul.page-numbers li .current {
  color: #fff;
}
ul.page-numbers li .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=contents.css.map */