@charset "UTF-8";
/*ーーーーーーーーーー
***
共通要素はここに書いときます
***
ーーーーーーーーーーー*/
/*ーーーーーーーーーー
Googlefonts
ーーーーーーーーーーー*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:opsz,wght@18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&text=やさしい安心が、あなたを照らす。&display=swap");
/*ーーーーーーーーーー
cookieconsent
ーーーーーーーーーーー*/
@import url("/assets/js/cookieconsent/cookieconsent.css");
/*ーーーーーーーーーー
デモ時のメモ
ーーーーーーーーーーー*/
.demo-memo {
  background: #fff3cd;
  border: 1px dashed #f0ad4e;
  color: #856404;
  padding: 1em !important;
  margin: 1em 0 !important;
  font-size: 0.9em !important;
  display: none; }

/*ーーーーーーーーーー
基本
ーーーーーーーーーーー*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.mainContent a {
  text-decoration: underline;
  color: #0066CC; }

.bg-black .mainContent a, .bg-blue .mainContent a {
  color: #fff; }

.mainContent a:hover {
  text-decoration: none; }

/*ーーーーーーーーーー
.c-section ページ内のセクション（の予定）※統合するページなど
注意：これの子要素にフェードインアニメーションがつくようにしてます（下に記述アリ）
ーーーーーーーーーーー*/
.c-section:not(:first-child) {
  margin-top: 40px; }

/*ーーーーーーーーーー
header
ーーーーーーーーーーー*/
body .main-new header.mainContent-headerContainer {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0A0A0A; }

/* スマホ対応 */
@media (max-width: 768px) {
  body .main-new header.mainContent-headerContainer {
    height: 50vw; } }
@media (max-width: 480px) {
  body .main-new header.mainContent-headerContainer {
    height: 250px; } }
/*動き*/
body .main-new header.mainContent-headerContainer {
  opacity: 0;
  animation: fadeSlide 0.7s ease-out forwards; }

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0); } }
.header-title {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeTitle 0.5s ease-out 0.25s forwards; }

@keyframes fadeTitle {
  to {
    opacity: 1;
    transform: translateY(0); } }
/*その2*/
.header-title span.char {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeChar 0.6s ease forwards; }

@keyframes fadeChar {
  to {
    opacity: 1;
    transform: translateY(0); } }
.main-new header.mainContent-headerContainer#dammy {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/image/common_renew/headerbg_01.webp); }

.main-new header.mainContent-headerContainer#plants {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/image/common_renew/headerbg_plants.webp); }

.main-new header.mainContent-headerContainer#community {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/image/common_renew/headerbg_community.webp); }

.main-new header.mainContent-headerContainer#plans {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/image/common_renew/headerbg_03.webp); }

.main-new header.mainContent-headerContainer#corporation {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/image/common_renew/headerbg_corporation.jpg); }

.main-new header.mainContent-headerContainer#support {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/image/common_renew/headerbg_04.webp); }

body .main-new header h1.header-title {
  position: relative;
  font-size: 4.0rem;
  background: none;
  padding: 0.8rem 3rem;
  line-height: 1.2;
  top: 0;
  left: 0;
  /**/
  width: 1100px;
  color: #FFFFFF;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.8), -2px -2px 12px rgba(0, 0, 0, 0.6);
  /* background: rgba(0, 0, 0, 0.5); 
  flex: 1; 半透明の黒親の横幅いっぱいに広がる */ }

body .main-new header h1.ge_font_mainttl {
  font-size: 4.7rem; }

.header-title__eng {
  display: block;
  margin: 1em auto 0;
  font-size: 40%;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em; }

/* スマホ対応 */
@media (max-width: 768px) {
  body .main-new header h1.ge_font_mainttl {
    font-size: 4.0rem;
    letter-spacing: 0.08em; } }
@media (max-width: 480px) {
  body .main-new header h1.ge_font_mainttl {
    font-size: 3.6rem;
    font-feature-settings: "palt"; } }
/*ーーーーーーーーーー
リード文 .leader
ーーーーーーーーーーー*/
.main-new .leader {
  font-size: 2.5rem;
  margin: 2em 0;
  padding: 1.2em 1em;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  position: relative;
  border-top: 5px solid #3eab52;
  border-bottom: 5px solid #3eab52;
  font-feature-settings: "palt";
  letter-spacing: 0.06em; }

/*1*/
/*2　引用風ダブルコーテーション*/
.main-new .leader--2:before {
  position: absolute;
  background-color: #FFFFFF;
  color: #3eab52;
  content: '“';
  line-height: 1;
  text-align: center;
  top: -40px;
  left: -10px;
  padding: 10px;
  font-size: 100px; }

.main-new .leader--2:after {
  position: absolute;
  right: -10px;
  bottom: -80px;
  background-color: #FFFFFF;
  padding: 10px;
  color: #3eab52;
  content: '”';
  line-height: 1;
  text-align: center;
  font-size: 100px; }

.bg-black .main-new .leader--2:before, .bg-black .main-new .leader--2:after {
  background-color: #000; }

.bg-blue .main-new .leader--2:before, .bg-blue .main-new .leader--2:after {
  background-color: #0411c4; }

.bg-yellow .main-new .leader--2:before, .bg-yellow .main-new .leader--2:after {
  background-color: yellow; }

/*3　葉っぱ中の下*/
.main-new .leader--3 {
  background: url("../image/common_renew/leader_img_01.svg") no-repeat right bottom/34px; }

/*4 葉っぱ上部*/
.main-new .leader--4::before {
  content: "";
  position: absolute;
  top: -74px;
  right: 0;
  display: block;
  height: 70px;
  width: 80px;
  background: url(../image/common_renew/leader_img_02.svg) no-repeat right bottom/contain; }

/*5 ビル上部*/
.main-new .leader--5::before {
  content: "";
  position: absolute;
  top: -74px;
  right: 20px;
  display: block;
  height: 70px;
  width: 80px;
  background: url(../image/common_renew/leader_img_03.svg) no-repeat right bottom/contain; }

/*6 電球上部*/
.main-new .leader--6::before {
  content: "";
  position: absolute;
  top: -62px;
  right: 12px;
  display: block;
  height: 60px;
  width: 70px;
  background: url(../image/common_renew/leader_img_04.svg) no-repeat right bottom/contain; }

/* スマホ対応 */
@media (max-width: 768px) {
  .main-new .leader {
    font-size: 2.0rem;
    line-height: 1.7; }

  /*2　引用風ダブルコーテーション*/
  .main-new .leader--2:before, .main-new .leader--2:after {
    line-height: 1;
    padding: 0;
    font-size: 3.5em; }

  .main-new .leader--2:before {
    top: -0.4em;
    left: -0.1em; }

  .main-new .leader--2:after {
    right: -0.1em;
    bottom: -0.7em; }

  /**/
  .main-new .leader--3 {
    background-size: 26px; }

  .main-new .leader--4::before, .main-new .leader--5::before, .main-new .leader--6::before {
    height: 50px;
    width: 60px;
    top: -55px; } }
@media (max-width: 480px) {
  .main-new .leader {
    font-size: 1.8rem; }

  .main-new .leader--3 {
    background-size: 6vw; }

  .main-new .leader--5::before, .main-new .leader--6::before {
    height: 40px;
    top: -43px;
    right: 8px; } }
/*ーーーーーーーーーー
見出し
ーーーーーーーーーーー*/
.section-title {
  font-size: 4.0rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0;
  line-height: 1.25;
  text-align: center; }

.section-title:after {
  content: "";
  display: block;
  border-bottom: 4px solid #3eab52;
  width: 50px;
  margin: 3rem auto 5rem; }

/**/
.page-title {
  font-size: 6.0rem;
  font-weight: 800;
  margin: 0;
  padding-top: 14px;
  text-align: center;
  line-height: 1.2; }

.page-title_eng {
  font-family: "Lato", sans-serif;
  font-weight: 900; }

.page-title_jpn {
  font-size: 26%;
  display: block;
  padding-top: 0.5em; }

.page-title_jpn--main {
  font-size: 70%;
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.07em; }

.page-title_eng--sub {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 32%;
  display: block;
  padding-top: 0.5em; }

.section-title--2 {
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1.0em !important; }

.section-title--2:after {
  content: "";
  display: block;
  border-bottom: 4px solid #3eab52;
  width: 50px;
  margin: 3rem auto 5rem; }

.heading_2 {
  background: linear-gradient(to bottom, #3bb849, #309940);
  color: #fff !important;
  padding-bottom: 0.3em !important;
  padding: 0.5em 0.5em 0.5em !important;
  border-radius: 0.4em 0.4em 0 0; }

.heading_3 {
  border-bottom: 3px solid #3eab52;
  padding-bottom: 0.3em !important; }

.heading_4 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.4em !important; }

.heading_5 {
  position: relative;
  padding-left: 1.3em !important;
  /* ■の分の余白を確保 */ }

.heading_5::before {
  content: "■";
  color: #3eab52;
  position: absolute;
  left: 0;
  /* 左端に配置 */
  top: 0.05em;
  /* フォントによって微調整 */ }

.heading_6 {
  border-top: 3px solid #3eab52;
  border-bottom: 3px solid #3eab52;
  padding-bottom: 0.3em !important;
  padding: 0.5em 0.5em 0.5em !important; }

.heading_number {
  display: flex;
  gap: 0.2em; }

.heading_number--number {
  background: #3eab52;
  border-radius: 2em;
  color: #fff;
  width: 1em;
  height: 1em;
  line-height: 1;
  padding: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.2em; }

.heading--dotline-top {
  border-top: dotted 1px #333;
  padding-top: 1.2em !important; }

.heading_5.heading--dotline-top::before {
  top: 1.2em;
  /* padding-topに合わせて調整 */ }

/* スマホ対応 */
@media (max-width: 768px) {
  .page-title {
    font-size: 4.4rem;
    letter-spacing: 0.08em;
    line-height: 1.0; }

  .page-title_eng {
    letter-spacing: 0.03em; }

  .page-title_eng--sub {
    padding-top: 0.9em;
    letter-spacing: 0.04em;
    font-size: 35%; }

  .page-title_jpn {
    font-size: 33%;
    padding-top: 0.66em;
    letter-spacing: 0.15em; }

  .main-new h2.section-title {
    font-size: 3.6rem !important; }

  .main-new h3 {
    font-size: 2.4rem !important; }

  .main-new h4 {
    font-size: 2.3rem !important; } }
@media (max-width: 480px) {
  .page-title {
    font-size: 4.0rem;
    font-feature-settings: "palt"; }

  .main-new h2.section-title {
    font-size: 3.0rem !important; } }
/*------------
アイコン <span class="c-icon c-icon--pdf"><img src="assets/image/renew/icon_pdf.webp" alt="PDF" /></span>
--------------*/
.c-icon {
  height: 1.2em;
  width: auto;
  display: inline-block; }

.c-icon img {
  height: 100%;
  width: auto;
  margin-bottom: -0.25em; }

/*------------
.c-btns(横並びボタン)
--------------*/
.c-btns {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 5em;
  padding: 0; }

.c-btns__item {
  width: 32.5%;
  cursor: pointer;
  background: linear-gradient(to bottom, #3bb849, #309940);
  border: 1px solid #3eab52;
  text-align: center;
  border-radius: 190px;
  font-size: 1.8rem;
  font-weight: 400;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  /* 黒・透過40% */
  transition: 0.2s; }

.c-btns__item:hover {
  transform: translateY(5px);
  /* 影のぶんだけ下げる */
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  /* 黒・透過40% */ }

.c-btns__item a {
  display: block;
  padding: 1.7em 0.5em 2em;
  color: #fff !important;
  text-decoration: none; }

.link-target {
  padding-top: 20px !important; }

/*矢印付き*/
.c-btns__item {
  position: relative; }

.c-btns__item a {
  position: relative; }

/* ＞ を下にしたような矢印 */
.c-btns__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 0.8em;
  height: 0.8em;
  border-right: 2px solid #fff;
  /* 線の色 */
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
  /* ＞を下に向ける */ }

/*ver .c-btns--huge*/
.c-btns--huge {
  justify-content: center; }

.c-btns--huge .c-btns__item {
  width: 50%;
  font-size: 120%;
  font-weight: bold;
  background: linear-gradient(to bottom, #e6492b, #c44627);
  border: none !important; }

.c-btns--huge .c-btns__item a::after {
  content: none; }

@media (max-width: 480px) {
  .c-btns--huge .c-btns__item {
    width: 90%; } }
/*ver .c-btns--white*/
.c-btns--white .c-btns__item {
  background: #fff;
  border: 3px solid #3eab52;
  font-weight: 700; }

.c-btns--white .c-btns__item a {
  color: #333 !important; }

.c-btns__item a::after {
  border-color: #3eab52 !important;
  border-width: 3px; }

/*------------
.c-faq(アコーディオン式)
--------------*/
.c-faq {
  /*border-top: 1px solid #ccc;*/
  margin-top: 0.8em; }

.c-faq dt {
  position: relative;
  padding: 0.6em 2em 0.6em 1em;
  cursor: pointer;
  background: #21af65;
  color: #fff;
  margin-bottom: 6px;
  border-radius: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  /*background: rgb(62, 171, 82, 0.07); 背景色変更対応：透過版*/
  /*以下は背景色変更に関係なしの緑版
  background: #3eab52;
  color: #fff !important;*/ }

.c-faq dt:hover {
  /*background: rgb(62, 171, 82, 0.15);*/
  /*以下は背景色変更に関係なしの緑版
  background: #278f35;*/ }

.c-faq dt::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  font-size: 1.5em; }

.c-faq dt::before {
  content: "Q ";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 220%;
  padding-right: 0.3em;
  transition: 0.2s; }

.c-faq dt:hover::before {
  transform: scale(1.3) translateY(-0.1em); }

.c-faq dt.active {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0; }

.c-faq dt.active::after {
  content: "−";
  transform: rotate(180deg);
  top: 30%; }

.c-faq dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  padding: 0 2rem;
  margin-left: 0;
  line-height: 1.5;
  /*border-bottom: 1px solid #ccc;*/
  /*以下は背景色変更に関係なしの緑版
  border-bottom: 1px solid #fff;*/
  border: 0px solid #21af65; }

.c-faq dd.open {
  max-height: 500px;
  opacity: 1;
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  border: 3px solid #21af65; }

/**** LIST ****/
.c-list {
  font-size: 1.6rem;
  padding-bottom: 5.5rem;
  line-height: 1.6; }

.c-list li {
  margin-bottom: 0.4em; }

/**** D-LIST 実績achievementsのリスト等****/
/* リセット */
.c-dlist, .c-dlist dt, .c-dlist dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3; }

.c-dlist dt {
  display: block;
  margin-bottom: 0.6em; }

.c-dlist dd {
  display: block;
  margin-inline-start: 0;
  margin-bottom: 0.3em; }

/**/
.c-dlist dt {
  font-size: 2.0rem;
  margin-top: 1.5em; }

.c-dlist dt::before {
  content: "●";
  color: #3eab52;
  padding-right: 0.3em; }

.c-dlist dd {
  margin-left: 1.4em;
  text-indent: -1.4em; }

.c-dlist dd::before {
  content: "・";
  padding-right: 0.3em; }

/**** 疑似ol ****/
.c-ol {
  list-style: none;
  padding-left: 1.5em;
  /* 丸数字分の余白 */
  padding-bottom: 5.5rem; }

.c-ol li {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.6; }

/* 丸数字①〜⑳を個別指定 */
.c-ol li:nth-child(1)::before {
  content: "① ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(2)::before {
  content: "② ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(3)::before {
  content: "③ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(4)::before {
  content: "④ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(5)::before {
  content: "⑤ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(6)::before {
  content: "⑥ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(7)::before {
  content: "⑦ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(8)::before {
  content: "⑧ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(9)::before {
  content: "⑨ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(10)::before {
  content: "⑩ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(11)::before {
  content: "⑪ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(12)::before {
  content: "⑫ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(13)::before {
  content: "⑬ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(14)::before {
  content: "⑭ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(15)::before {
  content: "⑮ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(16)::before {
  content: "⑯ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(17)::before {
  content: "⑰ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(18)::before {
  content: "⑱ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(19)::before {
  content: "⑲ ";
  left: -1.5em;
  position: absolute; }

.c-ol li:nth-child(20)::before {
  content: "⑳ ";
  left: -1.5em;
  position: absolute; }

/*ーーーーーーーーーー
utility
ーーーーーーーーーーー*/
.u-nowrap {
  display: inline-block; }

.u-noborder {
  border: none !important; }

.u-no-padding {
  padding: 0 !important; }

.u-no-marign {
  marigin: 0 !important; }

.u-pt-0 {
  padding-top: 0em !important; }

.u-pb-0 {
  padding-bottom: 0em !important; }

.u-pb-1 {
  padding-bottom: 1em !important; }

.u-pb-2 {
  padding-bottom: 2em !important; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-mt-1 {
  margin-top: 1em !important; }

.u-mt-2 {
  margin-top: 2em !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-1 {
  margin-bottom: 1em !important; }

.u-mb-2 {
  margin-bottom: 2em !important; }

.u-mb-3 {
  margin-bottom: 3em !important; }

.u-align-center {
  text-align: center !important; }

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

/**** 文字サイズ ****/
.u-text-xs {
  font-size: 0.75em !important;
  /* 親の75% */ }

.u-text-sm {
  font-size: 0.875em !important;
  /* 親の87.5% ≒84% */ }

.u-text-base {
  font-size: 1em !important;
  /* 親の100% */ }

.u-text-lg {
  font-size: 1.125em !important;
  /* 親の112.5% */ }

.u-text-xlg {
  font-size: 1.2em !important; }

.u-text-2xlg {
  font-size: 1.5em !important; }

/**** 画像 ****/
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*ーーーーーーーーーー
囲みボックス
ーーーーーーーーーーー*/
.c-box {
  width: 100%;
  padding: 3em;
  border: 4px solid #3eab52;
  border-radius: 20px;
  margin: 0 auto 2em;
  display: block; }

.c-box--gray {
  border: 2px solid #ccc;
  border-radius: 0; }

/* PC用：768px以上 */
@media (min-width: 768px) {
  .c-box--w80 {
    width: 80%; } }
/* スマホ対応 */
@media (max-width: 768px) {
  .c-box {
    padding: 1.5em; } }
/*ーーーーーーーーーー
.media 写真とテキスト
ーーーーーーーーーーー*/
/* ベース */
.c-media {
  display: flex;
  flex-direction: row-reverse;
  /* デフォルトで画像を右に */
  align-items: flex-start;
  gap: 2em;
  margin: 1rem 0; }

/* 画像部分 */
.c-media__figure {
  flex: 0 0 var(--figure-width, 35%);
  /* デフォルト35% */
  margin: 0; }

.c-media__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

/* テキスト部分 */
.c-media__body {
  flex: 1 1 auto;
  min-width: 0;
  /* はみ出し防止 */ }

.c-media__text p {
  padding: 0 0 1.5em !important;
  line-height: 1.8 !important; }

/* 画像を左にしたいとき */
.c-media--left {
  flex-direction: row;
  /* 左に切り替え */ }

/* 画像幅ユーティリティ */
.img--small {
  --figure-width: 20%; }

.img--medium-small {
  --figure-width: 27%; }

.img--medium {
  --figure-width: 35%; }

.img--large {
  --figure-width: 50%; }

.img--fixed {
  --figure-width: 160px; }

/* 固定幅 */
/* レスポンシブ */
@media (max-width: 720px) {
  .c-media, .c-media--left {
    flex-direction: column;
    gap: 12px; }

  .c-media__figure {
    width: 100%;
    flex: 0 0 auto; } }
/*ーーーーーーーーーー
全幅ブロック(親の .container-def の中に“画面幅いっぱい”に広げたグレー背景)
ーーーーーーーーーーー*/
.container--full-bleed {
  width: 100vw;
  /* ビューポート幅いっぱい */
  margin-left: 50%;
  /* 親の中央基準に合わせて… */
  transform: translateX(-50%);
  /* 中央から幅いっぱいに広げる */
  background-color: rgba(0, 0, 0, 0.04);
  padding: 90px 1%; }

/* .container--full-bleed 内の.c-section*/
.container--full-bleed .c-section {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: 5rem 4%;
  background: #fff; }

/*背景色対応*/
body.bg-black .container--full-bleed .c-section, body.bg-blue .container--full-bleed .c-section, body.bg-yellow .container--full-bleed .c-section {
  background: none;
  border: 1px solid #ccc; }

/*version*/
.container--full-bleed__ver-blue {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(35, 170, 253, 0.1), rgba(255, 255, 255, 0) 72%); }

.container--full-bleed__ver-stripe {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  /* はみ出し防止 */ }

.container--full-bleed__ver-stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ドット模様
  background-image: radial-gradient(rgba(46, 140, 225, 0.3) 2px, transparent 2px);
  background-size: 12px 12px; */
  /* 細かい水平線の模様 */
  background-image: repeating-linear-gradient(to bottom, rgba(46, 140, 225, 0.3) 0px, rgba(46, 140, 225, 0.2) 1px, transparent 1px, transparent 3px);
  /* 上から下へのフェードアウト */
  mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 80%);
  pointer-events: none;
  /* クリックの邪魔をしない */ }

/*version*/
.c-section--no-bg {
  background: none !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
  border: none !important; }

/* スマホ対応 */
@media (max-width: 768px) {
  .container--full-bleed {
    padding: 10vw 1%; } }
/*ーーーーーーーーーー
表型のdl
ーーーーーーーーーーー*/
.c-deflist {
  margin: 0;
  padding: 0; }

.c-deflist__item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
  line-height: 1.6; }

.c-deflist__item:last-of-type {
  border-bottom: none; }

.c-deflist__item dt {
  font-weight: bold;
  margin: 0;
  min-width: 12rem;
  /* ラベル側の幅を固定してddを揃える */ }

.c-deflist__item dd {
  margin: 0;
  flex: 1; }

/* tdが長いバージョン */
.c-deflist--wide-dt dt {
  min-width: 19rem;
  /* ラベル側の幅を固定してddを揃える */ }

@media (max-width: 500px) {
  .c-deflist__item {
    flex-direction: column; }

  .c-deflist__item dt {
    margin-bottom: 0.6em;
    min-width: 100%;
    /* ラベル側の幅を固定してddを揃える */ } }
/*ーーーーーーーーーー
埋め込みMAP
ーーーーーーーーーーー*/
.c-gmap {
  width: 100%;
  aspect-ratio: 9 / 4; }

.c-gmap iframe {
  width: 100%;
  height: 100%;
  border: 0; }

/*ーーーーーーーーーー
リンクボタン　ex.<p class="link-button-wrap"><a class="c-link-button"....
ーーーーーーーーーーー*/
.link-button-wrap {
  padding: 0 20px;
  margin: 20px 0;
  position: relative;
  text-align: center; }

a.c-link-button {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 1em 4em;
  position: relative;
  border: 2px solid #3eab52;
  background: #fff;
  color: #333 !important; }

.c-link-button::before, .c-link-button::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in; }

.c-link-button::before {
  width: 12px;
  /* ←大きく */
  height: 12px;
  /* ←大きく */
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #3eab52;
  /* 線を太く */
  border-right: 2px solid #3eab52;
  /* 線を太く */ }

.c-link-button::after {
  width: 16px;
  /* 長さ */
  height: 2px;
  /* 太さ */
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #3eab52; }

.c-link-button:hover::before {
  right: 10px; }

.c-link-button:hover::after {
  right: 10px;
  width: 40px; }

/* _blank用アイコン */
.icon-blank {
  display: none; }

a[target="_blank"] .icon-blank {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: url("../image/renew/icon_blank.svg") no-repeat center/contain;
  vertical-align: middle; }

/*------------
scroll Animation
--------------*/
/* ver.1 */
.c-section > *, .fade-container > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.2s ease-out, transform 0.4s ease-out; }

.c-section > *.is-visible, .fade-container > *.is-visible {
  opacity: 1;
  transform: translateY(0); }

/* ver.2 */
.c-section > *, .fade-container > * {
  opacity: 0;
  transform: translateY(26px) scale(0.982);
  transition: opacity 0.8s ease-out, transform 0.3s ease-out; }

.c-section > *.is-visible, .fade-container > *.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1); }

/* 横並びの子要素に順番で遅延をつける */
.fade-row > *:nth-child(1) {
  transition-delay: 0s; }

.fade-row > *:nth-child(2) {
  transition-delay: 0.2s; }

.fade-row > *:nth-child(3) {
  transition-delay: 0.4s; }

.fade-row > *:nth-child(4) {
  transition-delay: 0.6s; }

.fade-row > *:nth-child(5) {
  transition-delay: 0.8s; }

.fade-row > *:nth-child(6) {
  transition-delay: 1s; }

/*------------
下向きの矢印
--------------*/
.c-arrow {
  width: 20em;
  height: 3em;
  background: linear-gradient(to bottom, transparent, #3eab52);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 1em auto !important; }

/*------------
table class="c-table"
--------------*/
.c-table {
  margin: 2em 0;
  text-align: center;
  background: #fff; }

table.c-table {
  border-collapse: collapse;
  max-width: 100%;
  width: 700px;
  margin: 0 auto; }

.c-table th, .c-table td {
  border: 1px solid #333;
  padding: 0.6em 1em; }

.c-table thead th {
  background-color: #3eab52;
  color: #fff; }

.c-table th:first-child {
  background-color: #f4f4f4;
  color: #333;
  font-weight: normal; }

/* スマホ対応 */
@media (max-width: 768px) {
  .c-table th, .c-table td {
    font-size: 1.28rem; } }
/*------------
いろいろ
--------------*/
.c-marker {
  font-size: 110%; }

body:not(.bg-blue):not(.bg-black) .c-marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #faff68 0%) repeat scroll 0 0; }

/**/
.c-figure {
  text-align: center;
  margin-bottom: 2em; }

.c-figure figcaption {
  margin: 0.5em; }

/*ーーーーーーーーーー
追加 ナビボタン
ーーーーーーーーーーー*/
.globalHeader-navi-links > li.is_pulldown > ul > li a {
  display: block; }
