@charset "UTF-8";
/* ========================================
  共通用（徳島電機産業）
========================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .8px;
  padding: 0;
  margin: 0;
  color: #363332;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
b, strong, .bold {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
[src$=".svg"], [data$=".svg"] {
  width: 100%;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
  text-decoration: none;
  color: #363332;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
@media screen and (max-width: 768px) {
  body, html {
    min-width: 100%;
    padding: 0;
    margin: 0;
    color: #363332;
    font-size: 14px;
    line-height: 1.4;
  }
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block;
  }
}
/* ========================================
	レイアウト
========================================= */
.l-wrapper {
  position: relative;
}
.l-base {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
.l-base-sw {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 50px;
  }
  .l-base {
    max-width: 100%;
    padding: 0 15px;
  }
  .l-base-sw {
    max-width: 100%;
    padding: 0;
  }
}
/* ========================================
	ヘッダー
========================================= */
.p-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-header__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.p-header__logo {
  margin: 15px 0 0 15px;
  width: 420px;
}
.p-header__logo a:hover {
  opacity: 1;
}
.p-header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__contact__recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
  letter-spacing: 0.6em;
  text-decoration: none;
}
.p-header__contact__recruit a {
  color: #FFFFFF;
}
.p-header__contact__mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
}
.p-header__contact__mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-header__contact__mail img {
  width: 37px;
}
.p-header__navi {
  max-width: 1040px;
  margin: 0 auto;
}
.p-header__navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 20px;
  gap: 20px;
}
.p-header__navi ul li {
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
  list-style: none;
}
.p-header__navi ul li a {
  color: #FFFFFF;
  text-shadow: 0 0 2px #000;
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    -webkit-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    -moz-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
  }
  .p-header__area {
    height: 50px;
    background-color: #fff;
    margin-bottom: 0;
  }
  .p-header__logo {
    width: 65%;
    margin: 0.5rem 0 0 0.5rem;
  }
  .p-header__contact {}
  .p-header__contact__mail {
    position: absolute;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #0079c1;
  }
  .p-header__contact__mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .p-header__contact__mail img {
    width: 21px;
  }
  .p-header__navi {
    display: none;
  }
}
/*----- 下層ページ ヘッダー -----*/
@media screen and (min-width: 769px) {
  .page-lower .p-header {
    position: static;
    border-bottom: 1px solid rgba(89, 87, 87, 0.25);
  }
  .page-lower .p-header__navi ul li a {
    color: #363332;
    text-shadow: none;
  }
  .page-lower .p-header__navi ul li.active {
    border-bottom: 2px solid #0079c1;
  }
  .page-lower .p-header__contact__mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #0079c1;
  }
  .page-lower .p-header__contact__recruit a {
    color: #363332;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .p-header {
    -webkit-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    -moz-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
  }
}
/*----- PC スモールヘッダー -----*/
@media screen and (min-width: 769px) {
  .p-header.fixed {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  }
  .p-header.fixed .p-header__area {
    margin-bottom: 15px;
  }
  .p-header.fixed .p-header__logo {
    width: 380px;
    margin: 15px 0 0 15px;
  }
  .p-header.fixed .p-header__navi ul li {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .p-header.fixed .p-header__navi ul li a {
    color: #363332;
    text-shadow: none;
  }
  .p-header__contact__recruit {
    letter-spacing: 0.4em;
  }
  .p-header.fixed .p-header__contact__mail {
    width: 58px;
    height: 52px;
  }
  .p-header.fixed .p-header__contact__mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #0079c1;
  }
  .p-header.fixed .p-header__contact__mail img {
    width: 27px;
  }
  .p-header.fixed .p-header__contact__recruit a {
    color: #363332;
  }
  .page-lower .p-header.fixed {
    border-bottom: none;
  }
}
/*----- SPメニュー -----*/
.p-spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-spMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    z-index: 90
  }
  .p-spMenu ul {
    padding: 0;
    margin: 0;
  }
  .p-spMenu .p-spMenu__main li {
    border-top: 1px solid #eaeaea
  }
  .p-spMenu .p-spMenu__main li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
  }
  .p-spMenu .p-spMenu__main li a:after {
    content: "〉";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .p-spMenu .p-spMenu__main li.active {
    position: relative;
    display: block;
    /* padding: 15px 20px; */
    color: #000;
    border-left: 4px solid #0079c1;
    text-decoration: none;
  }
  .p-spMenu .p-spMenu__sub {
    padding: 15px 0;
    background-color: #0079c1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 2px 2px 6px rgba(88, 88, 88, .6);
    -moz-box-shadow: 2px 2px 6px rgba(88, 88, 88, .6);
    box-shadow: 2px 2px 6px rgba(88, 88, 88, .6);
  }
  .p-spMenu .p-spMenu__sub li {
    display: inline-block;
    font-size: 12px;
  }
  .p-spMenu .p-spMenu__sub li a {
    margin-left: 1em;
    color: #FFFFFF;
  }
  .p-spMenu .p-spMenu__sub li + li {
    margin-left: 1em;
  }
  .p-spMenu .p-spMenu__sub li + li::before {
    content: "|";
    color: #fff;
  }
}
/*----- SPメニュー ボタン -----*/
.p-menuBtn {
  display: none
}
.p-menuBtn__wrap {
  display: none
}
@media screen and (max-width: 768px) {
  .p-menuBtn {
    display: block;
    width: 25px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 90
  }
  .p-menuBtn__wrap {
    display: block;
    width: 50px;
    height: 100%;
    background: #eaeaea
  }
  .p-menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3E3A39;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
  }
  .p-menuBtn span:nth-of-type(1) {
    top: 0
  }
  .p-menuBtn span:nth-of-type(2) {
    top: 8px
  }
  .p-menuBtn span:nth-of-type(3) {
    bottom: 0
  }
  .p-menuBtn.is-menuOpen span {
    background-color: #3E3A39
  }
  .p-menuBtn.is-menuOpen span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
  }
  .p-menuBtn.is-menuOpen span:nth-of-type(2) {
    opacity: 0
  }
  .p-menuBtn.is-menuOpen span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
  }
}
/* ========================================
	共通 - パンくず
========================================= */
.c-breadcrumb {}
.c-breadcrumb {
  padding: 20px 0;
  margin: 0;
}
.c-breadcrumb > span {
  display: inline;
  list-style: none;
  font-size: 14px;
}
.c-breadcrumb > span a {
  color: #0079c1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
  .c-breadcrumb > span {
    font-size: 12px;
  }
}
/* ========================================
	共通  - ページネーション（ページ数）
========================================= */
.c-pagination-array {
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-pagination-array .page-numbers {
  list-style: none;
  display: inline-block;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-pagination-array .page-numbers.current {
  background: #3e3a39;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-pagination-array {
    margin: 40px auto;
  }
  .c-pagination-array .page-numbers {
    width: 30px;
    height: 30px;
    margin: 3px;
    line-height: 30px;
    font-size: 12px;
  }
}
.c-pagination {
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-pagination ul.page-numbers {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.c-pagination .page-numbers li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.c-pagination .page-numbers li a {
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-pagination .page-numbers li span {
  display: block;
}
.c-pagination .page-numbers span.current {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #3e3a39;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin: 40px auto;
  }
  .c-pagination .page-numbers li {
    width: 44px;
    height: 44px;
    margin: 3px;
    line-height: 44px;
  }
}
/* ========================================
	共通  - ページネーション（前後）
========================================= */
.c-pager {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px;
  margin: 40px 0;
}
.c-pager a {
  display: block;
}
.c-pager .prev-link, .c-pager .next-link {
  font-size: 14px;
  line-height: 2;
  color: #595757;
}
.c-pager .prev-link a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 60px;
  background-image: url("../images/pager_arrow_prev.png");
  background-position: bottom right;
  -webkit-background-size: 20px 60px;
  -moz-background-size: 20px 60px;
  -o-background-size: 20px 60px;
  background-size: 20px 60px;
  background-repeat: no-repeat;
}
.c-pager .next-link a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 60px;
  background-image: url("../images/pager_arrow_next.png");
  background-position: bottom right;
  -webkit-background-size: 20px 60px;
  -moz-background-size: 20px 60px;
  -o-background-size: 20px 60px;
  background-size: 20px 60px;
  background-repeat: no-repeat;
}
.c-pager__link {
  width: 260px;
  padding: 17px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #0079c1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #0079c1;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .c-pager {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .c-pager .prev-link, .c-pager .next-link {
    position: relative;
    margin-bottom: 20px;
  }
  .c-pager .prev-link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 20px;
  }
  .c-pager .prev-link a::before {
    left: 0;
    width: 10px;
    height: 30px;
    -webkit-background-size: 10px 30px;
    -moz-background-size: 10px 30px;
    -o-background-size: 10px 30px;
    background-size: 10px 30px;
  }
  .c-pager .next-link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
  }
  .c-pager .next-link a::after {
    right: 0;
    width: 10px;
    height: 30px;
    -webkit-background-size: 10px 30px;
    -moz-background-size: 10px 30px;
    -o-background-size: 10px 30px;
    background-size: 10px 30px;
  }
  .c-pager__link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
/* ========================================
	共通パーツ - タイトル
========================================= */
.c-title01 {
  padding: 10px 0 10px 20px;
  border-left: 4px solid #0079c1;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.c-title02 {
  display: inline-block;
  padding: 5px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 0.5px #707070;
  margin-bottom: 20px;
  font-size: 14px;
}
.c-title03 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(89, 87, 87, 0.25);
  margin-bottom: 30px;
}
.c-title03::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 80px;
  height: 5px;
  background-image: url("../images/underline_bg.png");
  background-position: bottom right;
  -webkit-background-size: 80px 5px;
  -moz-background-size: 80px 5px;
  -o-background-size: 80px 5px;
  background-size: 80px 5px;
  background-repeat: no-repeat;
}
.c-title04 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.c-title05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px 0;
  font-size: 18px;
  font-weight: bold;
}
.c-title05::after {
  display: block;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #a0a5aa;
  margin-left: 1rem;
}
.c-title06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin: 60px auto 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 0;
}
.c-title06 span {
  max-width: 70%;
}
.c-title06::before, .c-title06::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #a0a5aa;
}
.c-title06::before {
  margin-right: 1rem;
}
.c-title06::after {
  margin-left: 1rem;
}
.c-title07 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.75;
}
.c-title07 span {
  display: block;
  margin-bottom: 10px;
  color: #0079c1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-title01 {
    padding: 10px 0 10px 12px;
    border-left: 4px solid #0079c1;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .c-title03 {
    padding: 0 0 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-title04 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c-title05 {
    margin: 0 auto 15px 0;
    font-size: 16px;
  }
  .c-title06 {
    font-size: 18px;
    margin: 50px auto 30px;
  }
  .c-title07 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
  .c-title07 span {
    font-size: 12px;
  }
}
/* ========================================
	共通パーツ - 画像
========================================= */
/* キービジュアル */
.c-img__kv {
  margin-bottom: 30px;
}
.c-img__kv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-img__kv {
    margin-bottom: 20px;
  }
}
.c-img__logo {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-img__logo {
    margin: 0 0 20px;
  }
}
/* 図表 */
.c-figure__2grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 40px -20px;
}
.c-figure__2grid li { /*   width: 50%; */ padding-left: 20px;
  margin: 0;
  list-style: none;
  line-height: 2;
}
.c-figure__2grid figure {
  margin: 0;
}
.c-figure__2grid figure img {
  width: 100%;
}
.c-figure__2grid li figcaption {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-figure__2grid {
    display: block;
    margin: 0 0 20px -20px;
  }
  .c-figure__2grid li {
    width: 100%;
  }
  .c-figure__2grid li figcaption {
    margin: 10px 0 20px;
    font-size: 14px;
  }
}
/* フロー図 */
.c-figure__flow {
  padding: 0 40px;
  margin-bottom: 40px;
}
.c-figure__flow img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-figure__flow {
    padding: 0;
    margin-bottom: 20px;
  }
}
/* フロー図2 */
.c-figure__flow2 {
  border: solid 1px #eaeaea;
  padding: 20px 140px;
}
.c-figure__flow2 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-figure__flow2 {
    padding: 0;
  }
}
/* ========================================
	共通パーツ - リスト
========================================= */
.c-listBox {
  padding: 25px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  list-style-position: inside;
  margin: 0 auto 20px;
}
.c-listBox li {
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.c-listBox li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-listBox {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c-listBox li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.c-listTable {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-listTable dt {
  width: 30%;
  padding: 10px;
  margin: 0;
  border-top: 1px solid #eaeaea;
  font-weight: bold;
}
.c-listTable dt span {
  display: block;
  height: 100%;
  padding: 5px 10px;
  border-right: 1px solid #eaeaea;
}
.c-listTable dt:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
.c-listTable dd {
  padding: 10px;
  width: 70%;
  margin: 0;
  border-top: 1px solid #eaeaea;
}
.c-listTable dd span {
  display: block;
  height: 100%;
  padding: 5px 0;
}
.c-listTable dd:last-child {
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .c-listTable {
    margin: 0 0 20px;
  }
  .c-listTable dt {
    width: 100%;
    background-color: #efefef;
    border-top: 1px solid #ccc;
  }
  .c-listTable dt span {
    border-right: none;
    padding: 0;
  }
  .c-listTable dd {
    width: 100%;
    border-top: none;
  }
  .c-listTable dd span {
    padding: 0;
  }
  .c-listTable dd:last-child {
    border-bottom: 1px solid #ccc;
  }
}
/* ========================================
	共通パーツ - テキスト
========================================= */
.c-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 20px 50px;
}
.c-text2 {
  font-size: 16px;
  line-height: 2;
}
.ul-2 {
  font-size: 16px;
  line-height: 1.6;
}
.ul-2 li {
  list-style: disc !important;
  margin: 0 0 0 -20px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 14px;
    height: 2;
    margin: 0 10px 25px;
  }
  .c-text2 {
    font-size: 14px;
    height: 2;
  }
  .ul-2 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px
  }
  .ul-2 li {
    list-style: disc !important;
    margin: 0 0 0 -20px;
    padding-left: 0px;
  }
}
/* 画像 + テキスト */
.c-imgText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.c-imgText .c-imgText__img {
  width: 50%;
}
.c-imgText .c-imgText__img img {
  width: 100%;
}
.c-imgText .c-imgText__text {
  width: 50%;
  padding-left: 20px;
}
.c-imgText .c-imgText__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-imgText {
    display: block;
    margin-bottom: 20px;
  }
  .c-imgText .c-imgText__img {
    width: 100%;
  }
  .c-imgText .c-imgText__text {
    width: 100%;
    padding-left: 0;
  }
  .c-imgText .c-imgText__text p {
    font-size: 14px;
  }
}
/* 画像 + テキスト （幅広） */
.c-imgText--wide {
  margin: 0 -webkit-calc(50% - 50vw - 10px);
  margin: 0 -moz-calc(50% - 50vw - 10px);
  margin: 0 calc(50% - 50vw - 10px);
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-imgText--wide .c-imgText__img {
  width: 50%;
}
.c-imgText--wide .c-imgText__img img {
  width: 100%;
}
.c-imgText--wide .c-imgText__text {
  width: 50%;
  padding: 0 15px;
}
.c-imgText--wide .c-imgText__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-imgText--wide {
    margin: 0 -webkit-calc(50% - 50vw - 0px);
    margin: 0 -moz-calc(50% - 50vw - 0px);
    margin: 0 calc(50% - 50vw - 0px);
    display: block;
  }
  .c-imgText--wide .c-imgText__img {
    width: 100%;
  }
  .c-imgText--wide .c-imgText__text {
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }
  .c-imgText--wide .c-imgText__text p {
    font-size: 14px;
  }
}
/*  テキスト + 画像 （背景あり） */
.c-imgText--bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.c-imgText--bg .c-imgText__img {
  width: 50%;
}
.c-imgText--bg .c-imgText__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.c-imgText--bg .c-imgText__text {
  width: 50%;
  padding: 35px 20px;
  background-color: #ecf0f3;
}
.c-imgText--bg .c-imgText__text > *:last-child {
  margin-bottom: 0;
}
.c-imgText--bg .c-imgText__text p {
  font-size: 16px;
  line-height: 2;
}
.c-imgText--bg .c-imgText__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  color: #0079C1;
}
@media screen and (max-width: 768px) {
  .c-imgText--bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
  .c-imgText--bg .c-imgText__img {
    width: 100%;
  }
  .c-imgText--bg .c-imgText__text {
    width: 100%;
    padding: 25px 15px;
  }
  .c-imgText--bg .c-imgText__text p {
    font-size: 14px;
  }
  .c-imgText--bg .c-imgText__title {
    font-size: 16px;
  }
}
/* ========================================
	共通パーツ - リンクボタン
========================================= */
/* 背景なし */
.c-btn--wt {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 40px;
}
.c-btn--wt a {
  display: block;
  width: auto;
  padding: 26px;
  border: 1px solid #3e3a39;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3e3a39;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-btn--wt a {
    padding: 19px;
    font-size: 14px;
  }
}
/* お問い合わせ */
.c-btn--contact {
  width: 100%;
  max-width: 740px;
  margin: 80px auto;
}
.c-btn--contact a {
  display: block;
  width: auto;
  padding: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0079c1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.c-btn--contact a span {
  position: relative;
  padding-left: 45px;
}
.c-btn--contact a span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 32px;
  height: 23px;
  background-image: url("../images/icon_mail_wt.png");
  -webkit-background-size: 32px 23px;
  -moz-background-size: 32px 23px;
  -o-background-size: 32px 23px;
  background-size: 32px 23px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .c-btn--contact {
    margin: 40px auto;
  }
  .c-btn--contact a {
    padding: 19px;
    font-size: 14px;
  }
  .c-btn--contact a span {
    padding-left: 30px;
  }
  .c-btn--contact a span::before {
    width: 22px;
    height: 16px;
    -webkit-background-size: 22px 16px;
    -moz-background-size: 22px 16px;
    -o-background-size: 22px 16px;
    background-size: 22px 16px;
  }
}
/* お問い合わせ2 */
.c-btn--contact2 {
  width: 100%;
  max-width: 740px;
  margin: 80px auto;
}
.c-btn--contact2 a {
  display: block;
  width: auto;
  padding: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #006331;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.c-btn--contact2 a span {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .c-btn--contact2 {
    margin: 40px auto;
  }
  .c-btn--contact2 a {
    padding: 19px;
    font-size: 14px;
  }
  .c-btn--contact2 a span {
    padding-left: 30px;
  }
}
/* 背景画像 */
.c-btn__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px -15px;
}
.c-btn__imgItem {
  display: block;
  width: 33.333%;
  width: 33.333%;
  height: 250px;
  margin: 10px 0 10px 15px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.c-btn__imgItem span {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn__imgItem--01 {
  background-image: url("../images/jigyo_bg01.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.c-btn__imgItem--02 {
  background-image: url("../images/jigyo_bg02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.c-btn__imgItem--03 {
  background-image: url("../images/jigyo_bg03.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-btn__img {
    display: block;
    margin: 0 0 20px 0;
  }
  .c-btn__imgItem {
    width: 100%;
    margin: 10px 0 15px 0;
  }
}
/* ========================================
	共通 - ニュース一覧
========================================= */
.p-newsList ul {
  margin: 0;
  padding: 0;
}
.p-newsList ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 16px;
}
.p-newsList ul li::after {
  content: "〉";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-newsList__tag {
  width: 120px;
  text-align: center;
}
.p-newsList__tag a {
  display: block;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0079c1;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-newsList__link {
  width: calc(100% - 120px);
}
.p-newsList__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-newsList__date {
  margin: 0 20px;
}
.p-newsList__title {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-newsList__title span {
  position: absolute;
  top: -0.2em;
  margin-left: 0.3em;
  color: #e20012;
  font-size: 14px;
  font-weight: bold;
}
.p-newsList__more {
  margin-top: 25px;
  text-align: right;
}
.p-newsList__more a {
  color: #0263af;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-newsList ul li {
    font-size: 14px;
  }
  .p-newsList__tag {
    width: 80px;
    display: inline-block;
  }
  .p-newsList__tag a {
    font-size: 12px;
    padding: 5px;
  }
  .p-newsList__date {
    display: inline-block;
    margin: 0 10px;
  }
  .p-newsList__title {
    width: 100%;
  }
  .p-newsList__title a span {
    font-size: 12px;
  }
}
/* ========================================
	下層ページ - ニュース一覧
========================================= */
#l-newsList .p-kv {
  height: 300px;
  line-height: 300px;
  background-image: url("../images/mv_bg2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #l-newsList .p-kv {
    height: 180px;
    margin-bottom: 40px;
    line-height: 180px;
    font-size: 24px;
  }
}
/* ========================================
	下層ページ - ニュース記事
========================================= */
#l-news {
  padding: 40px 0;
  background-color: #f3f4f4;
}
.p-news__article {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}
.p-news__header {
  padding-bottom: 15px;
  border-bottom: 1px solid #a0a5aa;
  margin-bottom: 20px;
}
.p-news__tag {
  margin-bottom: 20px;
}
.p-news__tag a {
  min-width: 120px;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0079c1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.p-news__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-news__date {
  margin-bottom: 0;
  font-size: 16px;
  color: #595757;
}
.p-news__content {
  font-size: 16px;
}
.p-news__content .p-news__thumb img {
  width: 100%;
}
.p-news__content h1, .p-news__content h2, .p-news__content h3, .p-news__content h4, .p-news__content h5, .p-news__content h6 {
  font-weight: bold;
  line-height: 1.75;
}
.p-news__content h1, .p-news__content h2 {
  font-size: 22px;
  margin: 60px 0 40px;
}
.p-news__content h3 {
  padding: 10px 0 10px 20px;
  border-left: 4px solid #0079c1;
  margin: 60px 0 40px;
  font-size: 20px;
}
.p-news__content h4 {
  font-size: 18px;
  border-bottom: 1px solid #a0a5aa;
  padding-bottom: 20px;
  margin: 60px 0 20px;
}
.p-news__content h5 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.p-news__content h6 {
  margin: 40px 0 20px;
  font-size: 14px;
}
.p-news__content ul, .p-news__content ol {
  padding: 0 0 0 1.5em;
  margin: 40px 0;
}
.p-news__content li {
  line-height: 2;
}
.p-news__content p {
  /* margin-bottom: 40px; */
  font-size: 16px;
  line-height: 2;
}
.p-news__content figure {
  margin: 0 20px 40px;
  text-align: center;
}
.p-news__keyword__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a5aa;
  margin: 0 0 20px;
}
.p-news__keyword__list a {
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  color: #0263af;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #l-news {
    padding: 20px 0;
  }
  .p-news__article {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .p-news__header {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .p-news__tag {
    min-width: 100px;
    margin-bottom: 15px;
  }
  .p-news__tag a {
    font-size: 14px;
  }
  .p-news__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-news__date {
    font-size: 14px;
  }
  .p-news__content {
    font-size: 14px;
  }
  .p-news__content h1, .p-news__content h2 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .p-news__content h3 {
    padding: 10px 0 10px 12px;
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .p-news__content h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 20px 0 15px;
  }
  .p-news__content h5 {
    margin: 30px 0 15px;
    font-size: 14px;
  }
  .p-news__content h6 {
    margin: 30px 0 15px;
    font-size: 12px;
  }
  .p-news__content ul, .p-news__content ol {
    margin: 20px 0;
  }
  .p-news__content li {
    line-height: 2;
  }
  .p-news__content p {
    /* margin: 0 0 20px; */
    font-size: 14px;
  }
  .p-news__content figure {
    margin: 0 0 20px;
  }
  .p-news__keyword {
    margin: 0 0 40px;
  }
  .p-news__keyword__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 10px;
    border-bottom: 1px solid #a0a5aa;
    margin: 0 0 20px;
  }
  .p-news__keyword__list a {
    font-size: 14px;
  }
}
/* ========================================
  下層ページ
  - 電気計装⼯事
  - プラントエンジニアリング
  - 自然エネルギー関連事業
========================================= */
#l-page .p-kv1 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_electrical-instrumentation.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv1 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv2 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_plant-engineering.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}

#l-page .p-kv3 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_renewable-energy.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}

.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv2 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
	  #l-page .p-kv3 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
	
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv8 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_renewable-energyb.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv8 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv4 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/contact_ttl_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv4 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv5 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_privacypolicy.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv5 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv6 {
  height: 340px;
  line-height: 340px;
  background-image: url("../images/sd02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
#l-page .p-kv7 {
  height: 40vh;
  line-height: 40vh;
  background-image: url("../images/sy14.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  text-shadow: 0 0 10px #000;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv6 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  #l-page .p-kv7 {
    height: 250px;
    margin-bottom: 30px !important;
    line-height: 250px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
/* ========================================
  フッター
========================================= */
#l-footer {
  background-image: url("../images/mv_bg3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  color: #FFFFFF;
}
.p-footer a {
  color: #FFFFFF;
}
.p-footer__wrap {
  width: 100%;
  margin: 25px auto 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__navi {
  width: 50%;
  padding-left: 40px;
  border-left: 1px dotted #a1a1a1;
}
.p-footer__navi__main {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.p-footer__navi__main li {
  margin-bottom: 25px;
  list-style: none;
  font-weight: bold;
}
.p-footer__navi__main li::before {
  content: "・";
}
.p-footer__navi__main li:last-child {
  margin-bottom: 0;
}
.p-footer__navi__sub {
  font-size: 14px;
  padding: 0 0 0 15px;
  margin: 25px 0 35px;
}
.p-footer__navi__sub li {
  margin-bottom: 25px;
  list-style: none;
  font-weight: normal;
}
.p-footer__navi__sub li a {
  color: #ebebeb;
}
.p-footer__navi__sub li::before {
  content: "ー";
  margin-right: 5px;
}
.p-footer__info {
  width: 50%;
  padding-right: 10px;
}
.p-footer__logo {
  margin: 0 0 30px;
}
.p-footer__logo img {
  width: 380px;
}
.p-footer__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  margin: 0 0 40px;
  color: #ebebeb;
  line-height: 1.5em;
}
.p-footer__address dt {
  width: 80px;
  margin: 0;
}
.p-footer__address dd {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 80px);
  margin: 0;
}
.p-footer__contact {
  padding-left: 20px;
  margin: 0 0 40px;
  color: #ebebeb;
  line-height: 1.5em;
}
.p-footer__contact dt {
  float: left;
}
.p-footer__contact dt::before {
  content: "・";
  margin-right: 0.5em;
}
.p-footer__contact dt::after {
  content: ":";
  margin: 0 0.5em;
}
.p-footer__contact dd a {
  text-decoration: underline;
  color: #ebebeb;
}
.p-footer__btm {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #8d8d8d;
  padding-bottom: 40px;
}
.p-footer__btm::after {
  content: "";
  display: block;
  clear: both;
}
.p-footer__btm p.copyright {
  float: left;
}
.p-footer__btm p.privacy {
  float: right;
}
@media screen and (max-width: 768px) {
  #l-footer {
    background-image: url("../images/mv_bg3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    color: #FFFFFF;
  }
  .p-footer__wrap {
    display: block;
    margin: 25px auto 10px;
  }
  .p-footer__info {
    width: 100%;
    padding-right: 0;
  }
  .p-footer__logo {
    margin: 0 0 20px;
  }
  .p-footer__logo img {
    width: 80%;
  }
  .p-footer__address {
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .p-footer__contact {
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .p-footer__navi {
    width: 100%;
    padding: 20px 0 0 10px;
    border-left: none;
    border-top: 1px dotted #a1a1a1;
  }
  .p-footer__navi__main {
    font-size: 13px;
    font-weight: bold;
  }
  .p-footer__navi__main::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-footer__navi__main > li {
    float: left;
    width: 40%;
    margin-bottom: 10px;
  }
  .p-footer__navi__main > li:first-child {
    width: 60%
  }
  .p-footer__navi__sub {
    margin: 10px 0;
    font-size: 12px;
    font-weight: normal;
  }
  .p-footer__navi__sub li {
    margin-bottom: 10px;
  }
  .p-footer__btm {
    height: auto;
    padding-bottom: 20px;
    margin: 0;
    border-top: 1px solid #7e7e7e;
    font-size: 10px;
  }
  .p-footer__btm p.copyright {
    float: left;
    margin-bottom: 0;
  }
  .p-footer__btm p.privacy {
    float: right;
    margin-bottom: 0;
  }
}
/* ========================================
  ページトップへ戻る
========================================= */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
#page_top img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page_top {
    right: 15px;
    bottom: 15px;
  }
}
/* ========================================
  404
========================================= */
.p-404 {
  padding: 100px 0;
}
.p-404__msg {
  text-align: center;
  font-size: 16px;
}
.p-404__msg span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 50px 0;
  }
  .p-404__msg {
    font-size: 14px;
  }
  .p-404__msg span {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
/* ========================================
  追加
========================================= */
.policysign {
  text-align: right;
}
.link {
  color: #0079c1;
  text-decoration: underline;
}
/*Note: if you choose to hide the badge, please use*/
.grecaptcha-badge {
  visibility: hidden;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb1 {
  margin-bottom: 1rem !important;
}
.u-mb2 {
  margin-bottom: 2rem !important;
}
.u-mb3 {
  margin-bottom: 3rem !important;
}
.u-mb4 {
  margin-bottom: 4rem !important;
}
.u-mb5 {
  margin-bottom: 5rem !important;
}
.u-mb6 {
  margin-bottom: 6rem !important;
}
.u-mb7 {
  margin-bottom: 7rem !important;
}
.u-mb8 {
  margin-bottom: 8rem !important;
}
.u-mb9 {
  margin-bottom: 9rem !important;
}
.u-mb10 {
  margin-bottom: 10rem !important;
}
.u-mt0 {
  margin-top: 0rem !important;
}
.u-mt1 {
  margin-top: 1rem !important;
}
.u-mt2 {
  margin-top: 2rem !important;
}
.u-mt3 {
  margin-top: 3rem !important;
}
.u-mt4 {
  margin-top: 4rem !important;
}
.u-mt5 {
  margin-top: 5rem !important;
}
.u-mt6 {
  margin-top: 6rem !important;
}
.u-mt7 {
  margin-top: 7rem !important;
}
.u-mt8 {
  margin-top: 8rem !important; /* 211120add */
}
.u-mt9 {
  margin-top: 9rem !important;
}
.u-mt10 {
  margin-top: 10rem !important;
}
.u-pt0 {
  padding-top: 0rem !important;
}
.u-pt1 {
  padding-top: 1rem !important;
}
.u-pt2 {
  padding-top: 2rem !important;
}
.u-pt3 {
  padding-top: 3rem !important;
}
.u-pt4 {
  padding-top: 4rem !important;
}
.u-pt5 {
  padding-top: 5rem !important;
}
.u-pt6 {
  padding-top: 6rem !important;
}
.u-pt7 {
  padding-top: 7rem !important;
}
.u-pt8 {
  padding-top: 8rem !important;
}
.u-pt9 {
  padding-top: 9rem !important;
}
.u-pt10 {
  padding-top: 10rem !important;
}
.u-pt11 {
  padding-top: 11rem !important;
}
.u-pb0 {
  padding-bottom: 0rem !important;
}
.u-pb1 {
  padding-bottom: 1rem !important;
}
.u-pb2 {
  padding-bottom: 2rem !important;
}
.u-pb3 {
  padding-bottom: 3rem !important;
}
.u-pb4 {
  padding-bottom: 4rem !important;
}
.u-pb5 {
  padding-bottom: 5rem !important;
}
.u-pb6 {
  padding-bottom: 6rem !important;
}
.u-pb7 {
  padding-bottom: 7rem !important;
}
.u-pb8 {
  padding-bottom: 8rem !important;
}
.u-pb9 {
  padding-bottom: 9rem !important;
}
.u-pb10 {
  padding-bottom: 10rem !important;
}
.u-mb0pc {
  margin-bottom: 0 !important;
}
.u-mb1pc {
  margin-bottom: 1rem !important;
}
.u-mb2pc {
  margin-bottom: 2rem !important;
}
.u-mb3pc {
  margin-bottom: 3rem !important;
}
.u-mb4pc {
  margin-bottom: 4rem !important;
}
.u-mb5pc {
  margin-bottom: 5rem !important;
}
.u-mb6pc {
  margin-bottom: 6rem !important;
}
.u-mb7pc {
  margin-bottom: 7rem !important;
}
.u-mb8pc {
  margin-bottom: 8rem !important;
}
.u-mb9pc {
  margin-bottom: 9rem !important;
}
.u-mb10pc {
  margin-bottom: 10rem !important;
}
.u-mt0pc {
  margin-top: 0rem !important;
}
.u-mt1pc {
  margin-top: 1rem !important;
}
.u-mt2pc {
  margin-top: 2rem !important;
}
.u-mt3pc {
  margin-top: 3rem !important;
}
.u-mt4pc {
  margin-top: 4rem !important;
}
.u-mt5pc {
  margin-top: 5rem !important;
}
.u-mt6pc {
  margin-top: 6rem !important;
}
.u-mt7pc {
  margin-top: 7rem !important;
}
.u-mt8pc {
  margin-top: 8rem !important;
}
.u-mt9pc {
  margin-top: 9rem !important;
}
.u-mt10pc {
  margin-top: 10rem !important;
}
.u-pt0pc {
  padding-top: 0rem !important;
}
.u-pt1pc {
  padding-top: 1rem !important;
}
.u-pt2pc {
  padding-top: 2rem !important;
}
.u-pt3pc {
  padding-top: 3rem !important;
}
.u-pt4pc {
  padding-top: 4rem !important;
}
.u-pt5pc {
  padding-top: 5rem !important;
}
.u-pt6pc {
  padding-top: 6rem !important;
}
.u-pt7pc {
  padding-top: 7rem !important;
}
.u-pt8pc {
  padding-top: 8rem !important;
}
.u-pt9pc {
  padding-top: 9rem !important;
}
.u-pt10pc {
  padding-top: 10rem !important;
}
.u-pt11pc {
  padding-top: 11rem !important;
}
.u-pb0pc {
  padding-bottom: 0rem !important;
}
.u-pb1pc {
  padding-bottom: 1rem !important;
}
.u-pb2pc {
  padding-bottom: 2rem !important;
}
.u-pb3pc {
  padding-bottom: 3rem !important;
}
.u-pb4pc {
  padding-bottom: 4rem !important;
}
.u-pb5pc {
  padding-bottom: 5rem !important;
}
.u-pb6pc {
  padding-bottom: 6rem !important;
}
.u-pb7pc {
  padding-bottom: 7rem !important;
}
.u-pb8pc {
  padding-bottom: 8rem !important;
}
.u-pb9pc {
  padding-bottom: 9rem !important;
}
.u-pb10pc {
  padding-bottom: 10rem !important;
}
@media (max-width: 768px) {
  .u-mb0pc {
    margin-bottom: 0 !important;
  }
  .u-mb1pc {
    margin-bottom: 0rem !important;
  }
  .u-mb2pc {
    margin-bottom: 0rem !important;
  }
  .u-mb3pc {
    margin-bottom: 0rem !important;
  }
  .u-mb4pc {
    margin-bottom: 0rem !important;
  }
  .u-mb5pc {
    margin-bottom: 0rem !important;
  }
  .u-mb6pc {
    margin-bottom: 0rem !important;
  }
  .u-mb7pc {
    margin-bottom: 0rem !important;
  }
  .u-mb8pc {
    margin-bottom: 0rem !important;
  }
  .u-mb9pc {
    margin-bottom: 0rem !important;
  }
  .u-mb10pc {
    margin-bottom: 0rem !important;
  }
  .u-mt0pc {
    margin-top: 0rem !important;
  }
  .u-mt1pc {
    margin-top: 0rem !important;
  }
  .u-mt2pc {
    margin-top: 0rem !important;
  }
  .u-mt3pc {
    margin-top: 0rem !important;
  }
  .u-mt4pc {
    margin-top: 0rem !important;
  }
  .u-mt5pc {
    margin-top: 0rem !important;
  }
  .u-mt6pc {
    margin-top: 0rem !important;
  }
  .u-mt7pc {
    margin-top: 0rem !important;
  }
  .u-mt8pc {
    margin-top: 0rem !important;
  }
  .u-mt9pc {
    margin-top: 0rem !important;
  }
  .u-mt10pc {
    margin-top: 0rem !important;
  }
  .u-pt0pc {
    padding-top: 0rem !important;
  }
  .u-pt1pc {
    padding-top: 0rem !important;
  }
  .u-pt2pc {
    padding-top: 0rem !important;
  }
  .u-pt3pc {
    padding-top: 0rem !important;
  }
  .u-pt4pc {
    padding-top: 0rem !important;
  }
  .u-pt5pc {
    padding-top: 0rem !important;
  }
  .u-pt6pc {
    padding-top: 0rem !important;
  }
  .u-pt7pc {
    padding-top: 0rem !important;
  }
  .u-pt8pc {
    padding-top: 0rem !important;
  }
  .u-pt9pc {
    padding-top: 0rem !important;
  }
  .u-pt10pc {
    padding-top: 0rem !important;
  }
  .u-pt11pc {
    padding-top: 0rem !important;
  }
  .u-pb0pc {
    padding-bottom: 0rem !important;
  }
  .u-pb1pc {
    padding-bottom: 0rem !important;
  }
  .u-pb2pc {
    padding-bottom: 0rem !important;
  }
  .u-pb3pc {
    padding-bottom: 0rem !important;
  }
  .u-pb4pc {
    padding-bottom: 0rem !important;
  }
  .u-pb5pc {
    padding-bottom: 0rem !important;
  }
  .u-pb6pc {
    padding-bottom: 0rem !important;
  }
  .u-pb7pc {
    padding-bottom: 0rem !important;
  }
  .u-pb8pc {
    padding-bottom: 0rem !important;
  }
  .u-pb9pc {
    padding-bottom: 0rem !important;
  }
  .u-pb10pc {
    padding-bottom: 0rem !important;
  }
}
.u-mb0sp {
  margin-bottom: 0 !important;
}
.u-mb1sp {
  margin-bottom: 0rem !important;
}
.u-mb2sp {
  margin-bottom: 0rem !important;
}
.u-mb3sp {
  margin-bottom: 0rem !important;
}
.u-mb4sp {
  margin-bottom: 0rem !important;
}
.u-mb5sp {
  margin-bottom: 0rem !important;
}
.u-mb6sp {
  margin-bottom: 0rem !important;
}
.u-mb7sp {
  margin-bottom: 0rem !important;
}
.u-mb8sp {
  margin-bottom: 0rem !important;
}
.u-mb9sp {
  margin-bottom: 0rem !important;
}
.u-mb10sp {
  margin-bottom: 0rem !important;
}
.u-mt0sp {
  margin-top: 0rem !important;
}
.u-mt1sp {
  margin-top: 0rem !important;
}
.u-mt2sp {
  margin-top: 0rem !important;
}
.u-mt3sp {
  margin-top: 0rem !important;
}
.u-mt4sp {
  margin-top: 0rem !important;
}
.u-mt5sp {
  margin-top: 0rem !important;
}
.u-mt6sp {
  margin-top: 0rem !important;
}
.u-mt7sp {
  margin-top: 0rem !important;
}
.u-mt8sp {
  margin-top: 0rem !important;
}
.u-mt9sp {
  margin-top: 0rem !important;
}
.u-mt10sp {
  margin-top: 0rem !important;
}
.u-pt0sp {
  padding-top: 0rem !important;
}
.u-pt1sp {
  padding-top: 0rem !important;
}
.u-pt2sp {
  padding-top: 0rem !important;
}
.u-pt3sp {
  padding-top: 0rem !important;
}
.u-pt4sp {
  padding-top: 0rem !important;
}
.u-pt5sp {
  padding-top: 0rem !important;
}
.u-pt6sp {
  padding-top: 0rem !important;
}
.u-pt7sp {
  padding-top: 0rem !important;
}
.u-pt8sp {
  padding-top: 0rem !important;
}
.u-pt9sp {
  padding-top: 0rem !important;
}
.u-pt10sp {
  padding-top: 0rem !important;
}
.u-pt11sp {
  padding-top: 0rem !important;
}
.u-pb0sp {
  padding-bottom: 0rem !important;
}
.u-pb1sp {
  padding-bottom: 0rem !important;
}
.u-pb2sp {
  padding-bottom: 0rem !important;
}
.u-pb3sp {
  padding-bottom: 0rem !important;
}
.u-pb4sp {
  padding-bottom: 0rem !important;
}
.u-pb5sp {
  padding-bottom: 0rem !important;
}
.u-pb6sp {
  padding-bottom: 0rem !important;
}
.u-pb7sp {
  padding-bottom: 0rem !important;
}
.u-pb8sp {
  padding-bottom: 0rem !important;
}
.u-pb9sp {
  padding-bottom: 0rem !important;
}
.u-pb10sp {
  padding-bottom: 0rem !important;
}
@media (max-width: 768px) {
  .u-mb0sp {
    margin-bottom: 0 !important;
  }
  .u-mb1sp {
    margin-bottom: 1rem !important;
  }
  .u-mb2sp {
    margin-bottom: 2rem !important;
  }
  .u-mb3sp {
    margin-bottom: 3rem !important;
  }
  .u-mb4sp {
    margin-bottom: 4rem !important;
  }
  .u-mb5sp {
    margin-bottom: 5rem !important;
  }
  .u-mb6sp {
    margin-bottom: 6rem !important;
  }
  .u-mb7sp {
    margin-bottom: 7rem !important;
  }
  .u-mb8sp {
    margin-bottom: 8rem !important;
  }
  .u-mb9sp {
    margin-bottom: 9rem !important;
  }
  .u-mb10sp {
    margin-bottom: 10rem !important;
  }
  .u-mt0sp {
    margin-top: 0rem !important;
  }
  .u-mt1sp {
    margin-top: 1rem !important;
  }
  .u-mt2sp {
    margin-top: 2rem !important;
  }
  .u-mt3sp {
    margin-top: 3rem !important;
  }
  .u-mt4sp {
    margin-top: 4rem !important;
  }
  .u-mt5sp {
    margin-top: 5rem !important;
  }
  .u-mt6sp {
    margin-top: 6rem !important;
  }
  .u-mt7sp {
    margin-top: 7rem !important;
  }
  .u-mt8sp {
    margin-top: 8rem !important;
  }
  .u-mt9sp {
    margin-top: 9rem !important;
  }
  .u-mt10sp {
    margin-top: 10rem !important;
  }
  .u-pt0sp {
    padding-top: 0rem !important;
  }
  .u-pt1sp {
    padding-top: 1rem !important;
  }
  .u-pt2sp {
    padding-top: 2rem !important;
  }
  .u-pt3sp {
    padding-top: 3rem !important;
  }
  .u-pt4sp {
    padding-top: 4rem !important;
  }
  .u-pt5sp {
    padding-top: 5rem !important;
  }
  .u-pt6sp {
    padding-top: 6rem !important;
  }
  .u-pt7sp {
    padding-top: 7rem !important;
  }
  .u-pt8sp {
    padding-top: 8rem !important;
  }
  .u-pt9sp {
    padding-top: 9rem !important;
  }
  .u-pt10sp {
    padding-top: 10rem !important;
  }
  .u-pt11sp {
    padding-top: 11rem !important;
  }
  .u-pb0sp {
    padding-bottom: 0rem !important;
  }
  .u-pb1sp {
    padding-bottom: 1rem !important;
  }
  .u-pb2sp {
    padding-bottom: 2rem !important;
  }
  .u-pb3sp {
    padding-bottom: 3rem !important;
  }
  .u-pb4sp {
    padding-bottom: 4rem !important;
  }
  .u-pb5sp {
    padding-bottom: 5rem !important;
  }
  .u-pb6sp {
    padding-bottom: 6rem !important;
  }
  .u-pb7sp {
    padding-bottom: 7rem !important;
  }
  .u-pb8sp {
    padding-bottom: 8rem !important;
  }
  .u-pb9sp {
    padding-bottom: 9rem !important;
  }
  .u-pb10sp {
    padding-bottom: 10rem !important;
  }
}
.p-lp__qa {
  background-color: #f5f9fb;
  padding: 30px 30px 5px 30px;
  border-radius: 6px;
}
.p-lp__qa dl {
  line-height: 2;
  margin-bottom: 50px;
  font-size: 16px;
}
.p-lp__qa dt {
  position: relative;
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 16px;
  color: #363332;
}
.p-lp__qa dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 40px;
  height: 60px;
  background-size: 40px auto;
}
.p-lp__qa dd {
  position: relative;
  padding: 0 0 0 80px;
}
.p-lp__qa dd::before {
  content: "FAQ";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -6px;
  font-size: 20px;
  color: #0279c1;
  font-weight: 600;
}
.p-lp__qa dd::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #48b0dd;
}
@media screen and (max-width:768px) {
  .p-lp__qa {
    background-color: #f5f9fb;
    padding: 20px;
  }
  .p-lp__qa dl {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .p-lp__qa dt {
    position: relative;
    min-height: 30px;
    padding: 0 0 25px 0;
    font-size: 15px;
  }
  .p-lp__qa dt::before {
    top: -5px;
    width: 25px;
    height: 40px;
    background-size: 25px auto;
  }
  .p-lp__qa dd {
    position: relative;
    padding: 0 0 0 60px;
  }
  .p-lp__qa dd::before {
    width: 20px;
    height: 30px;
    margin-left: -40px;
  }
  .p-lp__qa dd::after {
    left: 40px;
    margin-top: 5px;
  }
}
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 0px; /*画面いっぱいにする場合100vh*/
  margin: -150px auto 180px auto;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 46.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 4px;
  content: '';
  background: #ffffff;
}
.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (max-width: 768px) {
  .cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
    display: none;
  }
}
@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 40%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}