@charset 'UTF-8';
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
}

caption {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input, textarea {
  appearance: none;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  font: inherit; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

input, textarea {
  appearance: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}
html.tablet body {
  min-width: 1200px;
}

body {
  color: #333;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
}
body a {
  color: #333;
  text-decoration: underline;
}
body._home:before {
  position: fixed;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-position: 50% 0;
  background-size: cover;
}
body._home .gnavi {
  position: fixed;
  left: 0;
  top: -50%;
  z-index: 10;
  width: 100%;
  transition: top 0.4s;
}
body._home .gnavi._top {
  transition: none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, a, span {
  transform: rotate(0.02deg);
}

img {
  max-width: 100%;
}

.aside_share {
  position: relative;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_paper_green.png');
  background-position: 50% 50%; 
  background-repeat: repeat;
}
.aside_share:before {
  position: absolute;
  left: 0;
  top: -7px;
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_jagged_green.png'); 
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 18px 7px;
}

.aside_share-header {
  color: #060;
  font-weight: 700;
  text-align: center;
}

.aside_share-list {
  display: flex;
  justify-content: center;
}
.aside_share-list li {
  width: 50px; 
  line-height: 0;
}

.aside_bnr {
  position: relative;
  background-color: #fff;
}
.aside_bnr:before {
  position: absolute;
  left: 0;
  top: -7px;
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_jagged_white.png'); 
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 18px 7px;
}

.aside_bnr-list li {
  line-height: 0;
}

.footer {
  position: relative; 
  background-color: #fff;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}
.footer_inner {
  padding-top: 35px; 
  border-top: 2px solid #ccc;
}
.footer_list li {
  position: relative;
}
.footer_list li a {
  display: block;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
}
.footer_list li a:hover {
  text-decoration: underline;
}
.footer_list li a:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 13px;
  margin-left: 5px; 
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_blank.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_copy {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
}

body._home .gnavi_heading a {
  pointer-events: none;
}

.gnavi {
  position: relative;
  z-index: 100;
}
.gnavi._set {
  position: fixed;
  left: 0;
  top: -50%;
  width: 100%;
  transition: top 0.4s;
}
.gnavi_top-inner {
  flex: 1;
}
.gnavi_heading {
  line-height: 1;
}
.gnavi_main li {
  position: relative;
}
.gnavi_main li a {
  position: relative;
  display: flex;
  color: #333;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
}
.gnavi_main li a span {
  position: relative;
  display: block;
  line-height: 1.4;
}
.gnavi_main li a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  transform: translateY(-50%);
}
.gnavi_main li._c01 a span:before {
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_gnavi_01.png');
}
.gnavi_main li._c02 a span:before {
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_gnavi_02.png');
}
.gnavi_main li._c03 a span:before {
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_gnavi_03.png');
}
.gnavi_main li._c04 a span:before {
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_gnavi_04.png');
}
.gnavi_sub {
  background-color: #fff;
}
.gnavi_sub li {
  position: relative;
}
.gnavi_sub li a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.gnavi_utility li + li {
  margin-top: 5px;
}
.gnavi_utility li a {
  text-decoration: none;
}

.header._menu-open .header_content {
  display: block;
}

.header_logo {
  position: absolute;
  left: 0; 
  top: 6px;
  line-height: 0;
}

.header_nav {
  position: absolute;
  right: 30px;
  top: 14px;
}

.header_list {
  display: flex;
}
.header_list li a {
  display: block;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}
.header_list li a:hover {
  text-decoration: underline;
}
.header_list li a:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 13px;
  margin-left: 5px; 
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_blank.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_list li + li {
  margin-left: 20px;
}

.main {
  overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.9; 
  overflow: hidden;
  z-index: 1042;
  height: 100%;
  width: 100%;
  background: #fff;
}

.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1043;
  height: 100%;
  width: 100%;
  outline: none !important;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box; 
  text-align: center;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  z-index: 1045;
  height: 80% !important; 
  width: 100% !important;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  cursor: auto; 
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  z-index: 1044; 
  width: auto;
  margin-top: -0.8em;
  color: #ccc;
  text-align: center;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  cursor: pointer;
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  opacity: 1;
  height: 35px;
  width: 35px;
  background: url('/sc/soc_japan/ecokaiga/common/img/ico_modal_close.png') no-repeat 50% 50% !important;
  background-size: 100% 100% !important; 
  text-indent: -9999px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%; 
  padding-right: 6px;
  color: #fff;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  opacity: 0.65;
  height: 110px;
  width: 90px;
  margin: 0;
  margin-top: -55px;
  padding: 0;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-left: 35px;
  margin-top: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  top: 8px; 
  border-bottom-width: 13px;
  border-top-width: 13px;
}
.mfp-arrow:before {
  opacity: 0.7; 
  border-bottom-width: 21px;
  border-top-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  margin-left: 31px; 
  border-right: 17px solid #fff;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  margin-left: 39px; 
  border-left: 17px solid #fff;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 40px; 
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px; 
  line-height: 0;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #000; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 auto; 
  padding: 40px 0 40px;
  box-sizing: border-box;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  top: 40px;
  content: '';
  display: block;
  z-index: -1;
  height: auto;
  width: auto;
  background: #444; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto; 
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -36px;
}

.mfp-title {
  padding-right: 36px; 
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Slider */
/* Icons */
/* Arrows */
/* Dots */
.slick-dots {
  position: absolute;
  left: 50%;
  display: flex;
  z-index: 20;
  height: 30px;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  list-style: none;
  align-items: center;
  transform: translateX(-50%);
}
.slick-dots li {
  cursor: pointer; 
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 10px;
}
.slick-dots li:last-child {
  margin-right: 10px;
}
.slick-dots li button {
  cursor: pointer;
  display: block;
  background: #060;
  background-color: #ccc;
  border: 0;
  border-radius: 50%; 
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background-color: #060;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent; 
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none; 
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.bg-heading {
  position: relative; 
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-heading._slider {
  position: relative;
  background-image: none;
  background-position: 0 0;
}
.bg-heading._slider .bg-heading_inner {
  position: relative;
  z-index: 10;
}
.bg-heading_inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.bg-heading_main {
  display: flex;
  justify-content: center; 
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_heading_balloon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #060;
  font-weight: 700;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.bg-heading_back {
  position: absolute; 
  width: 200px;
}
.bg-heading_back a {
  display: flex;
  height: 30px;
  justify-content: center;
  background-color: #060;
  border-radius: 100px;
  color: #fff;
  font-weight: 700; 
  align-items: center;
  text-decoration: none;
}
.bg-heading_back a span {
  position: relative;
  display: block; 
  padding-left: 32px;
}
.bg-heading_back a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 17px;
  width: 22px;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_arrow_back_white.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.bg-heading_slider-item {
  position: relative; 
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-heading_slider-item p {
  color: transparent;
}

.definition-list {
  position: relative;
}
.definition-list:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.definition-list:last-child:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.definition-list_term {
  font-weight: 700;
}

.inquiry-unit_heading {
  color: #060;
  font-weight: 700;
  line-height: 1.4; 
  text-align: center;
}

.inquiry-unit_contact {
  font-weight: 700; 
  text-align: center;
}
.inquiry-unit_contact._other {
  position: relative; 
  margin-top: 30px;
  padding-top: 20px;
}
.inquiry-unit_contact._other:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}

.inquiry-unit_text {
  font-size: 1.4rem; 
  text-align: center;
}
.inquiry-unit_text + .inquiry-unit_text {
  margin-top: 10px;
}

.news-unit {
  position: relative;
}
.news-unit > * + * {
  margin-top: 13px;
}
.news-unit + .news-unit:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.news-unit:last-child {
  padding-bottom: 0;
}
.news-unit_date {
  display: block;
  color: #999;
  line-height: 1;
}
.news-unit_title {
  display: block;
  margin-top: 10px;
  color: #060;
  font-weight: 700;
  line-height: 1.6;
}
.news-unit_image {
  max-width: 200px;
}
.news-unit_text_group {
  width: 100%;
}
.news-unit_text_group > * + * {
  margin-top: 13px;
}
.news-unit_link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #060;
  font-weight: 700;
  text-decoration: none;
}
.news-unit_link:before {
  position: absolute;
  left: 0; 
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #060;
  border-style: solid;
  border-width: 5px 0 5px 10px;
}
.news-unit_note {
  font-size: 1.2rem;
}
.news-unit_note:before {
  content: '※';
}

.page-top {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.4s;
}
.page-top._fixed .page-top_item {
  position: fixed;
}
.page-top._show {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.page-top_item {
  position: absolute;
}
.page-top_item a {
  display: flex;
  height: 100%;
  justify-content: center;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_scroll.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
}
.page-top_item a span {
  position: relative;
  display: block;
}
.page-top_item a span:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_arrow_back_white.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%) rotate(90deg);
}

.contents {
  position: relative;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_paper_cream.png'); 
  background-position: 50% 50%;
  background-repeat: repeat;
}
.contents:before {
  position: absolute;
  left: 0;
  top: -7px;
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_jagged_cream.png'); 
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 18px 7px;
}
.contents._bg-none {
  background: transparent;
}
.contents._bg-none:before {
  content: none;
}
.contents._bg-none .contents_inner {
  top: 0;
  margin-bottom: 0;
}
.contents._in-aside {
  background: transparent;
}
.contents._in-aside:before {
  content: none;
}
.contents._in-aside .contents_inner {
  top: 0;
  margin-bottom: 0;
}
.contents._in-aside .sec {
  box-shadow: none;
}
.contents_inner {
  position: relative; 
  margin: 0 auto;
}

.sec {
  position: relative;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_paper_white.png');
  background-position: 50% 50%;
  background-repeat: repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.sec._lv3 {
  padding: 0;
  background-image: none;
  background-position: 0 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.5;
}
.sec_heading {
  display: flex;
  justify-content: center;
}
.sec_heading span {
  position: relative;
  display: block;
  color: #060;
  font-weight: 700;
  line-height: 1.4; 
  text-align: center;
}
.sec_heading span:before {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #7db07d, #7db07d 2px, transparent 2px, transparent);
  background-position: -2px -4px;
  background-size: 8px 12px;
}
.sec_heading-lv3 {
  color: #060;
  font-weight: 700;
  text-align: center;
}
.sec_unit + .sec_unit {
  border-top: 4px solid #eee;
}
.sec_lead {
  text-align: center;
}
.sec_lead-title {
  font-weight: 700;
  line-height: 1.6; 
  text-align: center;
}
.sec_lead-title._set {
  margin-top: 15px;
  text-align: center;
}

.simple-heading {
  background-color: #060;
  color: #fff;
}
.simple-heading_inner {
  margin: 0 auto;
}
.simple-heading_main {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.simple-heading_date {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.simple-heading_text {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.tour-banner {
  overflow: hidden;
  background-color: #fff; 
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  line-height: 0;
}
.tour-banner img {
  width: 100%;
}
.tour-banner._top {
  margin-top: 0;
}
@media only screen and (max-width: 1150px) {
  .forPC-max {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  body {
    font-size: 14px;
  }
  body._home:before {
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_heading_sp.png');
  }
  body._home .header {
    display: flex;
    height: 72px;
    padding: 0 10px 0 20px; 
    align-items: center;
  }
  body._sp-menu-open {
    position: relative;
    overflow: hidden; 
    height: 100%;
    width: 100%;
  }
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
  .aside_share {
    padding: 50px 0 60px; 
    background-size: 281px 195px;
  }
  .aside_share-header {
    font-size: 1.8rem;
  }
  .aside_share-list {
    margin-top: 20px;
  }
  .aside_share-list li {
    margin: 0 17px;
  }
  .aside_bnr {
    padding: 40px 20px;
  }
  .aside_bnr-list li + li {
    margin-top: 20px;
  }
  .aside_bnr-list li a img {
    width: 100%;
  }
  .footer {
    padding: 0 20px 35px;
  }
  .footer_list li + li {
    margin-top: 12px;
  }
  .footer_copy {
    margin-top: 33px;
  }
  .gnavi._set._show {
    top: 0;
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.1);
  }
  .gnavi._menu-open {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    overflow-y: scroll;
    height: 100vh !important;
    width: 100% !important;
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_paper_cream.png');
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: 281px 195px;
    transition: none !important;
    -webkit-overflow-scrolling: touch;
  }
  .gnavi._menu-open .gnavi_button span {
    background: transparent;
  }
  .gnavi._menu-open .gnavi_button span:before, .gnavi._menu-open .gnavi_button span:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto; 
    background: #060;
  }
  .gnavi._menu-open .gnavi_button span:before {
    transform: rotate(-45deg);
  }
  .gnavi._menu-open .gnavi_button span:after {
    transform: rotate(45deg);
  }
  .gnavi._menu-open .gnavi_content {
    display: block;
  }
  .gnavi_top {
    display: flex;
    height: 73px;
    padding: 0 10px 0 20px;
    background-color: #fff;
    align-items: center;
  }
  .gnavi_content {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    padding: 73px 20px 150px; 
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_paper_cream.png');
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: 281px 195px;
  }
  .gnavi_logo {
    width: 90px;
    line-height: 1;
  }
  .gnavi_heading {
    width: 285px;
    margin-top: 8px;
  }
  .gnavi_main {
    position: relative;
    padding-top: 2px;
  }
  .gnavi_main:before {
    position: absolute;
    left: 0; 
    top: 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-image: radial-gradient(circle farthest-side, #060, #060 1px, transparent 1px, transparent);
    background-position: -2px -4px;
    background-size: 6px 2px;
  }
  .gnavi_main li {
    padding-bottom: 2px;
  }
  .gnavi_main li:before {
    position: absolute;
    bottom: 0;
    left: 0; 
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-image: radial-gradient(circle farthest-side, #060, #060 1px, transparent 1px, transparent);
    background-position: -2px -4px;
    background-size: 6px 2px;
  }
  .gnavi_main li a {
    height: 80px;
  }
  .gnavi_main li a span {
    padding-left: 68px; 
    font-size: 1.6rem;
  }
  .gnavi_main li._ac a {
    color: #060;
  }
  .gnavi_main li._c01 a span:before {
    height: 40px; 
    width: 50px;
  }
  .gnavi_main li._c02 a span:before {
    height: 36px; 
    width: 50px;
  }
  .gnavi_main li._c03 a span:before {
    height: 40px; 
    width: 50px;
  }
  .gnavi_main li._c04 a span:before {
    left: 6px; 
    height: 40px;
    width: 37px;
  }
  .gnavi_sub {
    overflow: hidden; 
    margin-top: 30px;
    padding: 0 20px;
    border-radius: 15px;
  }
  .gnavi_sub li + li {
    border-top: 2px solid #eee;
  }
  .gnavi_sub li a {
    display: flex;
    height: 65px;
    align-items: center;
  }
  .gnavi_utility {
    margin-top: 20px;
  }
  .gnavi_utility li a {
    color: #333;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .gnavi_utility li a:after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 15px;
    margin-left: 10px; 
    background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_blank.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gnavi_button {
    position: relative;
    display: flex;
    z-index: 3; 
    height: 50px;
    width: 50px;
    margin: 0 0 0 auto;
    justify-content: center;
    align-items: center;
  }
  .gnavi_button span {
    position: relative;
    display: block;
    height: 3px;
    width: 30px;
    background: #666;
    border-radius: 100px;
    transition: background 0.4s;
  }
  .gnavi_button span:before, .gnavi_button span:after {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #666;
    border-radius: 100px;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .gnavi_button span:before {
    top: -12px;
  }
  .gnavi_button span:after {
    top: 12px;
  }
  .header {
    display: none;
    height: 0;
  }
  .header._menu-open .header_button span {
    background: transparent;
  }
  .header._menu-open .header_button span:before, .header._menu-open .header_button span:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto; 
    background: #060;
  }
  .header._menu-open .header_button span:before {
    transform: rotate(-45deg);
  }
  .header._menu-open .header_button span:after {
    transform: rotate(45deg);
  }
  .header_logo img {
    width: 90px;
  }
  .header_logo {
    position: relative;
    left: auto; 
    top: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
  }
  .header_nav {
    display: none;
  }
  .header_button {
    position: relative;
    display: flex;
    z-index: 3; 
    height: 50px;
    width: 50px;
    margin: 0 0 0 auto;
    justify-content: center;
    align-items: center;
  }
  .header_button span {
    position: relative;
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); 
    transition: background 0.4s;
  }
  .header_button span:before, .header_button span:after {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); 
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .header_button span:before {
    top: -12px;
  }
  .header_button span:after {
    top: 12px;
  }
  .mfp-close {
    right: 15px;
    top: 15px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-dots li button {
    height: 8px; 
    width: 8px;
  }
  .bg-heading {
    padding-bottom: 58px; 
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_heading_sp.png');
    background-position: 50% 0;
  }
  .bg-heading._slider .bg-heading_inner {
    margin-top: -408px;
  }
  .bg-heading._back .bg-heading_inner {
    padding: 70px 0 30px;
  }
  .bg-heading_inner {
    height: 350px;
    width: 89%;
    padding: 50px 0;
    flex-direction: column;
    justify-content: space-between;
  }
  .bg-heading_main {
    height: 111px;
    width: 295px;
    margin: 0 auto;
    order: 2; 
    font-size: 2.4rem;
  }
  .bg-heading_img {
    margin: 0 auto;
    order: 1;
  }
  .bg-heading_img img {
    width: 156px;
  }
  .bg-heading_back {
    left: 20px; 
    top: 20px;
  }
  .bg-heading_slider-item {
    background-position: 50% 0;
  }
  .bg-heading_slider-item._pic1 {
    background-position: 50% 0;
  }
  .bg-heading_slider-item p {
    height: 408px;
  }
  .definition-list {
    padding: 15px 0;
  }
  .inquiry-unit {
    margin-top: 20px;
  }
  .inquiry-unit_heading {
    font-size: 1.8rem;
  }
  .inquiry-unit_contact {
    margin-top: 15px;
    font-size: 1.4rem; 
    line-height: 1.57;
  }
  .inquiry-unit_text {
    margin-top: 10px;
    line-height: 1.57;
  }
  .news-unit {
    padding-bottom: 20px;
  }
  .news-unit + .news-unit {
    padding-top: 30px;
  }
  .news-unit_title {
    font-size: 1.8rem;
  }
  .news-unit_image {
    margin: 0 auto 13px;
  }
  .news-unit_link {
    line-height: 1.3;
  }
  .news-unit_link:before {
    top: 4px;
  }
  .page-top_item {
    bottom: 25px;
    right: 15px;
    height: 45px; 
    width: 45px;
  }
  .page-top_item a {
    font-size: 0;
  }
  .page-top_item a span {
    padding-top: 12px;
  }
  .page-top_item a span:before {
    height: 10px; 
    width: 13px;
  }
  .contents {
    background-size: 281px 195px;
  }
  .contents._bg-none {
    padding: 50px 0;
  }
  .contents._in-aside {
    padding: 0;
  }
  .contents_inner {
    top: -58px;
    margin-bottom: -8px;
    padding: 0 20px;
  }
  .contents_inner._bg-heading {
    top: -58px;
    margin-bottom: -8px;
  }
  .sec {
    padding: 30px 20px 35px; 
    background-size: 281px 195px;
    border-radius: 15px;
  }
  .sec + .sec {
    margin-top: 50px;
  }
  .sec._lv3 {
    margin-top: 20px;
  }
  .sec._lv3 + .sec._lv3 {
    margin-top: 30px;
  }
  .sec._qa {
    padding: 15px 20px;
  }
  .sec._entry {
    padding-top: 15px;
  }
  .sec._judgement {
    padding-bottom: 10px;
  }
  .sec_heading span {
    padding-bottom: 10px; 
    font-size: 1.8rem;
  }
  .sec_heading-lv3 {
    font-size: 18px;
  }
  .sec_unit + .sec_unit {
    margin-top: 35px;
    padding-top: 35px;
  }
  .sec_unit._anchor + .sec_unit {
    margin-top: 10px;
  }
  .sec_lead {
    margin-top: 20px;
  }
  .sec_lead-title {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }
  .simple-heading {
    padding-bottom: 58px;
  }
  .simple-heading_inner {
    width: 89%;
    padding: 50px 0;
  }
  .simple-heading_main {
    font-size: 2.4rem;
    text-align: center;
  }
  .simple-heading_date {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .simple-heading_text {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.75; 
    text-align: center;
  }
  .tour-banner {
    margin-top: 50px;
    border-radius: 15px;
  }
  .tour-banner._top {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    margin-bottom: 20px; 
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0; 
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    bottom: 0;
    top: auto;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    padding: 0; 
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .gnavi_heading {
    width: 220px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 990px) {
  .footer_list li a {
    font-size: 1.4rem;
  }
  .footer_list li + li {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .gnavi_content {
    display: flex;
    flex-direction: column;
  }
  .gnavi_main {
    order: 2;
  }
  .gnavi_main li a {
    font-size: 1.6rem;
  }
  .gnavi_main li._c01 a span {
    padding-left: 42px;
  }
  .gnavi_main li._c01 a span:before {
    height: 24px; 
    width: 30px;
  }
  .gnavi_main li._c02 a span {
    padding-left: 41px;
  }
  .gnavi_main li._c02 a span:before {
    height: 21px; 
    width: 29px;
  }
  .gnavi_main li._c03 a span {
    padding-left: 41px;
  }
  .gnavi_main li._c03 a span:before {
    height: 24px; 
    width: 29px;
  }
  .gnavi_main li._c04 a span {
    padding-left: 35px;
  }
  .gnavi_main li._c04 a span:before {
    height: 24px; 
    width: 21px;
  }
  .bg-heading_main {
    height: 147px; 
    width: 390px;
  }
  .sec._qa {
    padding: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1130px) {
  .footer_copy {
    margin-top: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 1000px) {
  body {
    min-width: 1px;
    padding-top: 50px;
    font-size: 16px;
    /**/
  }
  body a:hover {
    text-decoration: none;
  }
  body._home:before {
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_heading_pc.png');
  }
  .forSP {
    display: none;
  }
  .forPC {
    display: block;
  }
  .aside_share {
    position: relative;
    padding: 100px 30px; 
    background-size: 562px 389px;
  }
  .aside_share-header {
    font-size: 2.6rem;
  }
  .aside_share-list {
    margin-top: 25px;
  }
  .aside_share-list li {
    margin: 0 25px;
  }
  .aside_share-list li a:hover {
    opacity: 0.8;
  }
  .aside_bnr {
    position: relative;
    padding: 80px 30px;
  }
  .aside_bnr-list {
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
  }
  .aside_bnr-list li {
    width: 330px;
  }
  .aside_bnr-list li + li {
    margin-left: 35px;
  }
  .aside_bnr-list li a:hover {
    opacity: 0.6;
  }
  .footer {
    padding: 0 30px 35px;
  }
  .footer_list {
    display: flex;
  }
  .footer_list li + li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    height: 15px;
    width: 1px;
    background-color: #999; 
    vertical-align: middle;
    transform: translateY(-50%);
  }
  .gnavi {
    padding: 30px 30px 0;
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_paper_cream.png');
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: 562px 389px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }
  .gnavi._set._show {
    top: 50px;
    /**/
  }
  .gnavi_logo {
    display: none;
  }
  .gnavi_heading {
    height: 40px;
    max-width: 500px;
    margin-right: 440px;
  }
  .gnavi_heading a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  .gnavi_heading a img {
    width: 100%;
  }
  .gnavi_heading a:hover {
    opacity: 0.6;
  }
  .gnavi_main {
    display: flex;
    justify-content: space-between;
  }
  .gnavi_main li {
    width: 25%;
  }
  .gnavi_main li + li:before {
    position: absolute;
    left: 0; 
    top: 50%;
    content: '';
    display: block;
    height: 40px;
    width: 4px;
    background-image: radial-gradient(circle farthest-side, #060, #060 2px, transparent 2px, transparent);
    background-position: -2px -4px;
    background-size: 8px 12px;
    transform: translateY(-50%);
  }
  .gnavi_main li a {
    height: 90px;
    padding: 0 15px;
    justify-content: center;
  }
  .gnavi_main li a:hover span {
    opacity: 0.6;
  }
  .gnavi_main li._ac a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    height: 5px;
    width: 88%;
    background-color: #060;
    transform: translateX(-50%);
  }
  .gnavi_sub {
    position: absolute;
    right: 30px;
    top: 30px; 
    display: flex;
    height: 40px;
    width: 420px;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
  }
  .gnavi_sub li + li {
    margin-left: 24px; 
    padding-left: 26px;
  }
  .gnavi_sub li + li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    height: 18px;
    width: 2px;
    background-color: #333; 
    transform: translateY(-50%);
  }
  .gnavi_sub li a:hover {
    opacity: 0.6;
  }
  .gnavi_utility {
    display: none;
  }
  .gnavi_button {
    display: none;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    z-index: 200;
    height: 50px;
    width: 100%;
    padding: 0 30px;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 2px solid #eee; 
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
    align-items: center;
  }
  .header_logo img {
    width: 173px;
  }
  .header_button {
    display: none;
  }
  .mfp-close {
    right: 20px;
    top: 15px;
  }
  .slick-dots {
    bottom: 200px; 
    height: 30px;
  }
  .slick-dots li button {
    height: 10px; 
    width: 10px;
  }
  .bg-heading {
    padding-bottom: 168px; 
    background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_heading_pc.png');
    background-position: 50% 70%;
  }
  .bg-heading._slider {
    background-position: 0 0;
  }
  .bg-heading._slider .bg-heading_inner {
    margin-top: -508px;
  }
  .bg-heading_inner {
    height: 340px;
    width: 80%;
    max-width: 1060px;
    padding: 70px 0;
  }
  .bg-heading_main {
    margin-right: auto; 
    font-size: 3.6rem;
  }
  .bg-heading_img {
    margin-left: 30px; 
    flex: 1;
    text-align: right;
  }
  .bg-heading_img img {
    width: 263px;
  }
  .bg-heading_back {
    left: 30px; 
    top: 30px;
  }
  .bg-heading_back a:hover span {
    opacity: 0.6;
  }
  .bg-heading_slider-item {
    height: 508px;
  }
  .bg-heading_slider-item._pic1 {
    background-position: 50% 70%;
  }
  .bg-heading_slider-item p {
    height: 508px;
  }
  .definition-list {
    display: flex;
    padding: 25px 0;
    font-size: 1.6rem; 
    align-items: center;
  }
  .definition-list_term {
    width: 130px;
  }
  .definition-list_description {
    flex: 1;
  }
  .inquiry-unit {
    margin-top: 40px;
  }
  .inquiry-unit_heading {
    font-size: 2.6rem;
  }
  .inquiry-unit_contact {
    margin-top: 20px;
    font-size: 2.0rem; 
    line-height: 1.6;
  }
  .inquiry-unit_text {
    margin-top: 5px;
  }
  .news-unit {
    padding-bottom: 40px;
  }
  .news-unit + .news-unit {
    padding-top: 40px;
  }
  .news-unit_title {
    font-size: 2rem;
  }
  .news-unit_inner {
    display: flex;
  }
  .news-unit_image {
    margin: 8px 20px 0 0;
  }
  .news-unit_link:hover {
    opacity: 0.6;
  }
  .news-unit_link:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .news-unit_note {
    margin-top: 5px;
  }
  .page-top._fixed .page-top_item {
    bottom: 20px;
  }
  .page-top_item {
    bottom: 30px;
    right: 20px;
    height: 80px; 
    width: 80px;
  }
  .page-top_item a {
    font-size: 1.0rem;
  }
  .page-top_item a:hover span {
    opacity: 0.6;
  }
  .page-top_item a span {
    padding-top: 24px;
  }
  .page-top_item a span:before {
    height: 17px; 
    width: 22px;
  }
  .contents {
    background-size: 562px 389px;
  }
  .contents._bg-none {
    padding: 70px 0 100px 0;
  }
  .contents._in-aside {
    padding: 0;
  }
  .contents_inner {
    top: -120px;
    width: 80%;
    max-width: 1060px;
    margin-bottom: -20px;
  }
  .contents_inner._bg-heading {
    top: -168px;
    margin-bottom: -68px;
  }
  .sec {
    padding: 70px 70px 60px; 
    background-size: 562px 389px;
    border-radius: 30px;
  }
  .sec + .sec {
    margin-top: 100px;
  }
  .sec._lv3 {
    margin-top: 60px;
  }
  .sec_inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .sec._entry {
    padding-top: 50px;
  }
  .sec_heading span {
    padding-bottom: 12px; 
    font-size: 3rem;
  }
  .sec_heading-lv3 {
    font-size: 2.6rem;
  }
  .sec_unit + .sec_unit {
    margin-top: 70px;
    padding-top: 70px;
  }
  .sec_unit._anchor + .sec_unit {
    margin-top: 50px;
  }
  .sec_lead {
    margin-top: 45px;
    font-size: 1.8rem;
  }
  .sec_lead-title {
    font-size: 2rem;
  }
  .simple-heading {
    padding-bottom: 120px;
  }
  .simple-heading_inner {
    display: flex;
    height: 210px;
    width: 80%;
    max-width: 1060px;
    align-items: center;
  }
  .simple-heading_main {
    padding-right: 30px; 
    font-size: 3.6rem;
  }
  .simple-heading_date {
    margin-bottom: 9px;
    font-size: 2rem;
  }
  .simple-heading_text {
    max-width: 660px;
    margin-left: auto;
    flex: 1; 
    font-size: 2.0rem;
    line-height: 2;
    text-align: right;
  }
  .award + .tour-banner {
    margin-top: 0;
  }
  .tour-banner {
    margin-top: 100px; 
    border-radius: 30px;
  }
  .tour-banner:hover img {
    opacity: 0.8;
  }
  .tour-banner._top {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1131px) {
  .footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1151px) {
  .forPC-max {
    display: block;
  }
  .gnavi_main {
    margin-top: 10px;
  }
  .gnavi_main li a {
    font-size: 1.8rem;
  }
  .gnavi_main li._c01 a span {
    padding-left: 70px;
  }
  .gnavi_main li._c01 a span:before {
    height: 40px; 
    width: 50px;
  }
  .gnavi_main li._c02 a span {
    padding-left: 68px;
  }
  .gnavi_main li._c02 a span:before {
    height: 35px; 
    width: 48px;
  }
  .gnavi_main li._c03 a span {
    padding-left: 69px;
  }
  .gnavi_main li._c03 a span:before {
    height: 40px; 
    width: 49px;
  }
  .gnavi_main li._c04 a span {
    padding-left: 58px;
  }
  .gnavi_main li._c04 a span:before {
    height: 40px; 
    width: 35px;
  }
  .bg-heading_main {
    height: 170px; 
    width: 450px;
  }
  .sec._qa {
    padding: 50px 70px;
  }
}
@media print, screen and (min-width: 991px) {
  .footer_list li + li {
    margin-left: 20px;
    padding-left: 20px;
  }
}
