@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 3.6vw;
  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;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

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;
}

/* ---------------------------------------------------------------------------
  ★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: unset;
  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: 7%;
  right: 10px;
  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: 3.6vw;
  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;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU > div.efdiv {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  transform: translate3d(-100.5%, 0, 0);
  transform-origin: left;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0s;
}

.effectFU > div.efdiv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #f3f3f3;
  transform: scaleX(1);
  transform-origin: right;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.4s;
}

.effectFU.isShow > div.efdiv {
  transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
  transform: scale(0, 1);
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}

.Onfade.isShow {
  animation-name: fadeInUp2;
}
@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
#hnav_area {
  background: #000;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
}

.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;
}

/* =======================================
=======================================
=======================================
=======================================

	★ここから

=======================================
=======================================
=======================================
========================================== */
input, button, select, textarea {
  -webkit-appearance: 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 {
  width: 100%;
  padding: 0 5%;
}

.inner1000 {
  width: 100%;
  padding: 0 5%;
}

.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 {
  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, .spnaviwrap .nav_site, .menu-trigger_wrap .menu-trigger span {
  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%);
}

.menu-trigger_wrap {
  height: 36px;
  position: relative;
}
.menu-trigger_wrap .menu-trigger {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 23px;
}
.menu-trigger_wrap .menu-trigger span {
  width: 50%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}
.menu-trigger_wrap .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.spnaviwrap.active .nav_site {
  opacity: 1;
  right: 0;
}
.spnaviwrap.active .menu-trigger span {
  background: #fff;
}
.spnaviwrap.active .menu-trigger span:nth-of-type(1) {
  top: -10px;
}
.spnaviwrap .nav_site {
  max-width: 80%;
  padding: 5%;
}
.spnaviwrap .nav_site ul > li {
  margin-bottom: 10px;
}
.spnaviwrap .nav_site ul > li a {
  color: #fff;
}
.spnaviwrap .nav_site ul > li a svg {
  fill: #fff;
  width: 10px;
}
.spnaviwrap .nav_site ul > li .menu_contents {
  padding-left: 10%;
}
.spnaviwrap .nav_site ul > li .menu_contents svg {
  fill: #fff;
  width: 5px;
  margin-right: 5px;
}

header {
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0 5%;
}
header .header_top .sub_nav {
  display: none;
}
header .header_top .h_logo {
  width: 70%;
  padding: 10px 0;
}
header .header_bottom {
  display: none;
}

.box_cta {
  border-top: 1px solid #efefe8;
  background: #f7f7f5;
}
.box_cta .inner1000 {
  padding: 40px 5%;
}
.box_cta .inner1000 .txt {
  margin-bottom: 20px;
}
.box_cta .inner1000 .txt .txt_catch {
  font-weight: bold;
}
.box_cta .inner1000 .txt h1 {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.box_cta .inner1000 .txt .btn_cmn_01 {
  margin-top: 20px;
}

.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;
  width: 100%;
  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: 30px 5%;
  display: flex;
  flex-direction: column-reverse;
}
footer .inner1000 .box_logo {
  margin-top: 30px;
}
footer .inner1000 .box_logo .address {
  letter-spacing: 0.13em;
  margin-top: 20px;
}
footer .inner1000 .box_logo .address dl {
  display: flex;
  flex-wrap: wrap;
}
footer .inner1000 .box_logo .address dl dd {
  margin-right: 15px;
  width: 85%;
}
footer .inner1000 .f_nav {
  padding-top: 10px;
  justify-content: end;
  letter-spacing: 0.13em;
}
footer .inner1000 .f_nav ul li {
  margin-bottom: 3px;
  border-bottom: 1px solid #7fb77a;
  padding: 5px 0;
}
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);
  padding: 15px 0;
  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: 25vh;
  bottom: 0;
  right: 0;
  background-size: contain;
}
.index .box_fv .box_slide {
  position: relative;
  height: 80vh;
  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 60vw top;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
.index .box_fv .box_slide .box_txt .inner1000 {
  color: #fff;
  padding: 10vh 5% 0;
}
.index .box_fv .box_slide .box_txt .inner1000 p {
  font-size: 2.3rem;
  text-align: center;
  text-shadow: 0px 4px 6px rgba(13, 15, 11, 0.1);
}
.index .box_fv .box_slide .box_txt .inner1000 h1 {
  text-align: center;
  font-size: 4rem;
  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: 10vh 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li {
  width: 49%;
  margin: 5px auto;
}
.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: 100%;
  line-height: 40px;
  font-size: 1.3rem;
  padding: 0 6px;
  font-weight: bold;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li .btn_cmn_01 a span {
  padding: 0;
}
.index .box_fv .box_slide .box_txt .inner1000 ul li .btn_cmn_01 a span::after {
  margin-top: 10px;
  width: 20px;
  height: 20px;
}
.index .box_fv .box_slide .slide {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 1;
  height: 80vh;
}
.index .box_fv .box_slide .slide ul li img {
  height: 80vh;
  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 5%;
  background-size: 55% auto;
}
.index .box_fv .sec_index_01 .inner1000 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 70px 0;
}
.index .box_fv .sec_index_01 .inner1000 .txt {
  width: 100%;
  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: 100%;
}
.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;
  padding-bottom: 10px;
}
.index .sec_index_03 .inner1000 {
  background: url(../img/img_index_02.jpg) no-repeat top right -150px;
  padding: 5%;
  color: #fff;
  background-size: cover;
}
.index .sec_index_03 .inner1000 .txt {
  padding-bottom: 20px;
  text-shadow: 0px 0px 5px #333;
}
.index .sec_index_03 .inner1000 .txt h1 {
  margin-bottom: 25px;
}
.index .sec_index_03 .inner1000 .btn_cmn_02 {
  display: flex;
  justify-content: flex-end;
}
.index .sec_index_03 .inner1000 .btn_cmn_02 a {
  width: 50px;
  height: 50px;
}
.index .box_bnr {
  padding: 30px 5%;
}
.index .box_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .box_bnr ul li {
  margin-bottom: 20px;
  width: 48%;
  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.4rem;
}

.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.2rem;
  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;
  flex-wrap: wrap;
}
.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: 2.7rem;
  margin-bottom: 50px;
}
.ttl_cmn_02 span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
}
.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: -10px;
}
.ttl_cmn_02 span::after {
  right: -10px;
}
.box_flex {
  display: flex;
}

.bg_gry {
  background: #f7f7f5;
}

.about .about_01 .box_flex {
  flex-direction: column;
}
.about .about_01 .box_flex .img {
  width: 100%;
}
.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: 100%;
}
.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 ul.cl33 {
  display: block;
}
.about .about_05 ul.cl33 li {
  width: 100%;
}
.about .about_05 .box_flex {
  flex-direction: column-reverse;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}
.about .about_05 .box_flex .img {
  width: 100%;
}
.about .about_05 .box_flex .txt {
  width: 100%;
}
.about .about_06 ul.cl33 {
  display: block;
}
.about .about_06 ul.cl33 li {
  width: 100%;
}

.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: 40%;
  font-weight: bold;
}

.bg_lgrn {
  background: #e9f3e7;
}

.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: 150px;
  -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 {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.member .sec_cmn_01.member_01 .box_flex .txt {
  width: 100%;
}
.member .sec_cmn_01.member_01 .box_flex .img {
  width: 100%;
}
.member .sec_cmn_01.member_01 .box_flex.member_01_1 {
  margin-bottom: 50px;
}
.member .sec_cmn_01.member_02 p.txt_center, .member .sec_cmn_01.member_03 p.txt_center {
  text-align: left !important;
}

.ttl_cmn_03 {
  display: flex;
  font-size: 2rem;
  margin-bottom: 10px;
}
.ttl_cmn_03::before {
  content: "";
  width: 5px;
  display: block;
  margin-right: 5px;
}

.box_support ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_support ul li {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 48%;
}
.box_support ul li .inner {
  display: block;
  padding: 5%;
}
.box_support ul li .inner.noimg {
  padding: 5%;
}
.box_support ul li .inner .btn_cmn_02 {
  display: flex;
  justify-content: flex-end;
}
.box_support ul li .inner .btn_cmn_02 a {
  width: 30px;
  height: 30px;
}

.box_buy ul li {
  border-bottom: 1px solid #ccc;
}
.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 {
  display: block;
}
.electrical .electrical_02 .box_merit ul li {
  width: 100%;
  float: none;
  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;
  flex-direction: column-reverse;
}
.electrical .electrical_03 .content {
  padding: 0 0 30px;
}
.electrical .electrical_04 .box_top {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.electrical .electrical_04 ul {
  margin-top: 30px;
  display: block;
}
.electrical .electrical_04 ul li {
  width: 100%;
  float: none;
  background: #fff;
}
.electrical .electrical_04 ul li .inner .img {
  width: 100%;
}
.electrical .electrical_04 ul li .inner .txt {
  padding: 10px;
  width: 100%;
}
.electrical .electrical_04 ul li .inner .txt h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.general .general_01 .content {
  background: #f5f5f5;
  padding: 10% 5%;
  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;
}
.general .general_01 .content ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 10px 10px 0;
}
.general .general_01 .content ol li .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.general .general_01 .content ol li p {
  width: 80%;
  padding-left: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.tbl_cmn_02 table {
  width: 100%;
}
.tbl_cmn_02 table tr {
  border-bottom: 2px solid #aaa;
}
.tbl_cmn_02 table td {
  border-top: 1px solid #ccc;
  display: flex;
  width: 100%;
  align-items: center;
}
.tbl_cmn_02 table td::before {
  content: attr(data-tbl);
  width: 40%;
  margin-right: 10px;
  background: #eee;
  padding: 10px;
  display: block;
}
.tbl_cmn_02 table th {
  display: none;
  text-align: center;
  background: #eee;
}
.tbl_cmn_02 table a {
  color: #2b2b2b;
}

.sdgs .sdgs_01 .box_flex {
  display: block;
}
.sdgs .sdgs_01 .box_flex .txt {
  margin-top: 20px;
}
.sdgs .sdgs_02 ul > li {
  display: block;
  margin-bottom: 30px;
}
.sdgs .sdgs_02 ul > li .box_flex {
  margin-top: 20px;
}
.sdgs .sdgs_02 ul > li .box_flex li {
  width: 10%;
  margin: 0 10px;
}

.faq .faq_01 ul {
  display: block;
}
.faq .faq_01 ul li {
  width: 100%;
  float: none;
}
.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 {
  padding: 5px 10px;
  width: 100%;
  display: block;
}
.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 {
  padding: 0px 10px 10px;
  display: block;
  width: 100%;
}
.contact .contact_01 table td input[type=text] {
  width: 100%;
}
.contact .contact_01 table td textarea {
  width: 100%;
  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 {
  display: block;
}
.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: 100%;
}
.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 {
  word-break: break-all;
  display: block;
}
.info .info_01 .box_content ul li a .img {
  margin-bottom: 20px;
}
.info .info_01 .box_content ul li a .img img {
  height: 100px;
  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: 100%;
  padding: 30px 0;
}
.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=sp_contents.css.map */