@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menuBar_01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menuBar_01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes heightScale {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  49.99% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  99.99% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes heightScale {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  49.99% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  99.99% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*
	@extend %rightarr;
*/
[data-slidephotofade].type01 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
[data-slidephotofade].type01 .slidephotofade_wrap {
  height: 100%;
  position: relative;
}
[data-slidephotofade].type01 .slidephotofade_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
[data-slidephotofade].type01 .slidephotofade_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_btns button {
    width: 60px;
    height: 90px;
  }
}
[data-slidephotofade].type01 .slidephotofade_btns button:before, [data-slidephotofade].type01 .slidephotofade_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[data-slidephotofade].type01 .slidephotofade_btns button:before {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
[data-slidephotofade].type01 .slidephotofade_btns button:after {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
}
[data-slidephotofade].type01 .slidephotofade_btns button.next {
  right: -30px;
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_btns button.next {
    right: -20px;
  }
}
[data-slidephotofade].type01 .slidephotofade_btns button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3px;
}
[data-slidephotofade].type01 .slidephotofade_btns button.prev {
  left: -30px;
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_btns button.prev {
    left: -20px;
  }
}
[data-slidephotofade].type01 .slidephotofade_btns button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -3px;
}
.no-touchevents [data-slidephotofade].type01 .slidephotofade_btns button:hover:before {
  background-color: #000;
}
.no-touchevents [data-slidephotofade].type01 .slidephotofade_btns button:hover:after {
  border-color: #fff;
}
[data-slidephotofade].type01 .slidephotofade_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
[data-slidephotofade].type01 .slidephotofade_link.active {
  opacity: 1 !important;
}
[data-slidephotofade].type01 .slidephotofade_link.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
[data-slidephotofade].type01 .slidephotofade_pager {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media print, screen and (min-width: 641px) {
  [data-slidephotofade].type01 .slidephotofade_pager {
    width: auto;
    left: auto;
    right: 0.55rem;
    bottom: 0.46rem;
  }
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_pager {
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
[data-slidephotofade].type01 .slidephotofade_pager button {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_pager button {
    width: 20px;
    height: 20px;
  }
}
[data-slidephotofade].type01 .slidephotofade_pager button:after, [data-slidephotofade].type01 .slidephotofade_pager button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_pager button:after, [data-slidephotofade].type01 .slidephotofade_pager button:before {
    width: 6px;
    height: 6px;
  }
}
[data-slidephotofade].type01 .slidephotofade_pager button:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents [data-slidephotofade].type01 .slidephotofade_pager button:hover:after, [data-slidephotofade].type01 .slidephotofade_pager button.active:after {
  background-color: #38a878;
}
[data-slidephotofade].type01 .slidephotofade_pager button.active {
  cursor: default;
  pointer-events: none;
}
[data-slidephotofade].type01 .slidephotofade_imgpager {
  margin-top: 10px;
  text-align: center;
}
[data-slidephotofade].type01 .slidephotofade_imgpager_btn {
  width: 90px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_imgpager_btn {
    width: 30px;
    height: 30px;
  }
}
[data-slidephotofade].type01 .slidephotofade_imgpager_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[data-slidephotofade].type01 .slidephotofade_imgpager_btn + .photogallery01_btn {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  [data-slidephotofade].type01 .slidephotofade_imgpager_btn + .photogallery01_btn {
    margin-left: 0;
  }
}
.no-touchevents [data-slidephotofade].type01 .slidephotofade_imgpager_btn:hover {
  opacity: 0.6;
}
[data-slidephotofade].type01 .slidephotofade_imgpager_btn.active {
  cursor: default;
  pointer-events: none;
}
[data-slidephotofade].type01 .slidephotofade_imgpager_btn.active:after {
  opacity: 1;
}
[data-slidephotofade].type01 .slidephotofade_count {
  text-align: center;
  font-size: 0.16rem;
}
[data-slidephotofade].type01 .slidephotofade_count_now {
  display: inline-block;
}
[data-slidephotofade].type01 .slidephotofade_count_total {
  display: inline-block;
}

.sec_top {
  position: relative;
  background-image: url("/img/top_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: -webkit-fill-available;
  height: 100vh;
}
@media print, screen and (min-width: 641px) {
  .sec_top {
    position: relative;
    background-image: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    min-height: 100vh;
  }
}
@media screen and (max-width: 640px) {
  .sec_top {
    max-height: calc(var(--vh, 1vh) * 100);
    height: 100vh;
  }
}
.sec_top .announceArea {
  position: absolute;
  display: inline-block;
  z-index: 100;
  left: 0.4rem;
  bottom: 0.35rem;
}
.sec_top .announceArea .annouceBnr {
  position: relative;
  display: inline-block;
}
.sec_top .announceArea .annouceBnr .bnr_wrap img.bnr {
  max-width: 2.86rem;
}
@media print, screen and (min-width: 641px) {
  .sec_top .mvImg {
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-animation: fadeIn 3.5s ease forwards;
            animation: fadeIn 3.5s ease forwards;
  }
  .sec_top .mvImg .img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    background-size: cover;
    background-position: center center;
  }
}
.sec_top .in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  pointer-events: none;
}
@media print, screen and (min-width: 641px) {
  .sec_top .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
}
@media screen and (max-width: 640px) {
  .sec_top .in {
    position: absolute;
    z-index: 10;
  }
}
.sec_top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    -webkit-animation: fadeIn 3.5s ease forwards;
            animation: fadeIn 3.5s ease forwards;
  }
}
.sec_top .wrap .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_top .wrap .logo {
  width: 2.95rem;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .logo {
    width: 5.05rem;
  }
}
.sec_top .wrap .ttl {
  margin-top: 0.17rem;
  width: 2.35rem;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .ttl {
    margin-top: 0.285rem;
    width: 4.55rem;
  }
}
.sec_top .wrap .annc {
  display: block;
  margin-top: 0.3rem;
  width: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .annc {
    margin-top: 0.376rem;
    width: 9.2rem;
  }
}
.sec_top .wrap .anncTxt {
  position: relative;
  display: block;
  z-index: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.os-android .sec_top .wrap .anncTxt {
  font-family: "Noto Serif JP", serif;
}
.sec_top .wrap .anncTxt {
  font-size: 0.29rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #2E8364;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .anncTxt {
    margin: 0 auto;
    max-width: 9rem;
    white-space: nowrap;
    font-size: 0.58rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  }
}
.sec_top .wrap .anncTxt::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFE632;
  margin: 0 auto;
  width: 2.35rem;
  height: 0.09rem;
  left: -0.04rem;
  right: 0;
  bottom: -0.03rem;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .anncTxt::before {
    display: block;
    left: -0.15rem;
    right: 0;
    bottom: 0.02rem;
    margin: 0 auto;
    width: 9.2rem;
    height: 0.18rem;
  }
}
.sec_top .wrap .anncTxt .mini {
  font-size: 0.18rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .anncTxt .mini {
    font-size: 0.36rem;
  }
}
.sec_top .wrap .big {
  position: relative;
  display: block;
  margin-top: 0.12rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.os-android .sec_top .wrap .big {
  font-family: "Noto Serif JP", serif;
}
.sec_top .wrap .big {
  font-size: 0.35rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #2E8364;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .big {
    display: inline;
  }
}
.sec_top .wrap .big::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #FFE632;
  width: 3rem;
  height: 0.09rem;
  left: -0.03rem;
  right: 0;
  bottom: -0.02rem;
  margin: 0 auto;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .sec_top .wrap .big::before {
    background-image: repeating-linear-gradient(-45deg, #FFE632, #FFE632 1.5px, transparent 0, transparent 3px);
  }
}
.sec_top .wrap .img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sec_top .catch {
  margin: 0.415rem auto 0;
}
@media print, screen and (min-width: 641px) {
  .sec_top .catch {
    margin-top: 0.39rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_top .catch_box {
    margin-top: 0.28rem;
  }
}
.sec_top .catchTxt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.os-android .sec_top .catchTxt {
  font-family: "Noto Serif JP", serif;
}
.sec_top .catchTxt {
  text-align: center;
  font-size: 0.19rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-shadow: 0 0 0.025rem rgba(255, 255, 255, 0.75);
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_top .catchTxt {
    font-size: 0.24rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    text-shadow: 0 0 0.05rem rgba(255, 255, 255, 0.75);
  }
}
.sec_top .catchTxt > span {
  color: #FFE632;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #38A878));
  background: linear-gradient(transparent 76%, #38A878 0%);
  display: inline;
}
.sec_top .scrollClick {
  cursor: pointer;
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_top .scrollClick {
    bottom: -0.3rem;
    width: 0.8rem;
    height: 0.9rem;
  }
}
.sec_top .scrollClick a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #2E8364;
}
@media print, screen and (min-width: 641px) {
  .sec_top .scrollClick a {
    font-size: 0.16rem;
  }
}
.sec_top .scrollClick::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #2E8364;
  top: 0.19rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: heightScale;
          animation-name: heightScale;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 3s ease-in;
          animation-delay: 3s ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media print, screen and (min-width: 641px) {
  .sec_top .scrollClick::before {
    top: 0.3rem;
    left: 0;
    width: 0.02rem;
    height: 0.6rem;
  }
}

@media screen and (max-width: 640px) {
  .badge {
    display: block;
    width: 88.88vw;
    margin: 0 auto;
    padding-bottom: 0.65rem;
  }
}
@media print, screen and (min-width: 641px) {
  .badge {
    position: absolute;
    left: 0.72rem;
    bottom: 0.42rem;
    max-width: 20vw;
    width: 2.88rem;
    z-index: 10;
    opacity: 0;
    -webkit-animation: fadeIn 3.5s ease forwards;
            animation: fadeIn 3.5s ease forwards;
  }
}
.badge link {
  display: block;
  cursor: pointer;
}
.no-touchevents .badge link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .badge link:hover {
  opacity: 0.8;
}
.badge img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sec_info {
  background-repeat: repeat;
  background-color: #2e8364;
  background-size: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info {
    background-size: 0.4rem;
  }
}
.sec_info .in {
  padding: 0.5rem 0.2rem 0.5rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .in {
    padding: 0.76rem 0 1.3rem;
  }
}
.sec_info .free {
  margin: 0 auto;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_info .free {
    width: 9.6rem;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
  }
}
.sec_info .freeLink {
  display: block;
  line-height: 0;
}
.sec_info .freeImg {
  width: 100%;
}
.sec_info .camp {
  margin: 0 auto;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_info .camp {
    width: 9.6rem;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
  }
}
.sec_info .campLink {
  display: block;
  line-height: 0;
}
.sec_info .campImg {
  width: 100%;
}
.sec_info .contactWrap {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0.3rem 0.2rem 0.2rem;
  width: 2.8rem;
  border-top: solid 0.05rem #38A878;
  -webkit-box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0 auto 0;
    padding: 0.485rem 0.7rem;
    width: 11.6rem;
    border-left: solid 0.1rem #38A878;
    border-top: none;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
  }
}
.sec_info .contactWrap {
  /*&::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("/img/index/sec_contact_txtdeco.png");
    @include bg(contain);
    z-index: 10;
    @include sc(pc) {
      right: -1.05rem;
      bottom: -0.7rem;
      width: 4rem;
      height: 1.87rem;
    }
    @include sc(sp) {
      right: -0.3rem;
      bottom: -0.63rem;
      width: 2rem;
      height: 0.935rem;
    }
  }*/
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .contactIn {
    margin: 0 auto;
  }
}
.sec_info .contactWrap .ttlArea {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .ttlArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-right: 0.27rem;
  }
}
.sec_info .contactWrap .ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 0.04rem;
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .ttl {
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-left: 0.25rem;
    font-size: 0.16rem;
  }
}
.sec_info .contactWrap .ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/common/img/tel_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: -0.25rem;
  bottom: 0;
  margin: auto 0;
  width: 0.12rem;
  height: 0.12rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .ttl::before {
    width: 0.16rem;
    height: 0.16rem;
  }
}
.sec_info .contactWrap .txt {
  margin-top: 0.275rem;
  text-align: center;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .txt {
    font-size: 0.15rem;
    text-align: left;
    margin: 0;
    margin-left: 0.4rem;
  }
}
.sec_info .contactWrap .txt span {
  color: #38A878;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .txt span {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_info .contactWrap .txt span {
    font-size: 0.14rem;
  }
}
.sec_info .contactWrap .infoArea {
  margin: 0.1rem auto 0;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .infoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    margin-top: 0.3rem;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec_info .contactWrap .infoArea {
    padding-bottom: 0.275rem;
    border-bottom: 1px solid #d2d2d2;
  }
}
.sec_info .contactWrap .rsvWrap {
  position: relative;
  display: block;
  padding-top: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap:nth-child(2) {
    border-left: 4px dotted #60b993;
    padding-left: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_info .contactWrap .rsvWrap:nth-child(2) {
    border-top: 3px dotted #60b993;
    padding-top: 0.245rem;
    margin-top: 0.245rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap:nth-child(3) {
    border-left: 4px dotted #60b993;
    padding-left: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_info .contactWrap .rsvWrap:nth-child(3) {
    border-top: 3px dotted #60b993;
    padding-top: 0.245rem;
    margin-top: 0.245rem;
  }
}
.sec_info .contactWrap .rsvWrap .name {
  display: inline-block;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE632));
  background: linear-gradient(transparent 60%, #FFE632 60%);
  margin-bottom: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .name {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_info .contactWrap .rsvWrap .name {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .tel {
    text-align: left;
    margin-bottom: 0.15rem;
  }
}
.sec_info .contactWrap .rsvWrap .telLink {
  display: block;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-size: 0.24rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .telLink {
    pointer-events: none;
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_info .contactWrap .rsvWrap .telLink {
    margin-bottom: 0.15rem;
  }
}
.sec_info .contactWrap .rsvWrap .telLink .telmini {
  display: inline-block;
  padding-right: 0.02rem;
  font-size: 0.175rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .telLink .telmini {
    font-size: 0.234rem;
  }
}
.sec_info .contactWrap .rsvWrap .rsvLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #38A878;
  padding-right: 0.2rem;
  height: 0.36rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.15rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .rsvLink {
    padding-right: 0.15rem;
    width: 3.04rem;
    height: 0.6rem;
    font-size: 0.2rem;
  }
}
.sec_info .contactWrap .rsvWrap .rsvLink::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0.15rem;
  bottom: 0;
  margin: auto 0;
  width: 0.04rem;
  height: 0.04rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .rsvLink::after {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.21rem;
  }
}
.sec_info .contactWrap .rsvWrap .rsvLink .rsvspan {
  display: inline-block;
  background-image: url(/common/img/reserve_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.17rem;
  margin-bottom: 0.02rem;
  width: 0.18rem;
  height: 0.16rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .rsvLink .rsvspan {
    width: 0.23rem;
    height: 0.21rem;
  }
}
.sec_info .contactWrap .rsvWrap .rsvTxt {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap .rsvTxt {
    font-size: 0.15rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}
.sec_info .contactWrap .timeArea {
  margin: 0.2rem 0;
  width: 2.34rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .timeArea {
    margin: 0.26rem 0 0;
    width: auto;
  }
}
.sec_info .contactWrap .timeArea .openArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_info .contactWrap .timeArea .closeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.32rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .timeArea .closeArea {
    margin-top: 0.11rem;
  }
}
.sec_info .contactWrap .timeArea .timeTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #38A878;
  width: 0.65rem;
  height: 0.22rem;
  min-width: 0.66rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .timeArea .timeTtl {
    width: 0.76rem;
    min-width: 0.76rem;
    height: 0.26rem;
    font-size: 0.14rem;
  }
}
.sec_info .contactWrap .timeArea .dayArea {
  margin-left: 0.17rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .timeArea .dayArea {
    margin-top: 0;
    margin-left: 0.2rem;
  }
}
.sec_info .contactWrap .timeArea .time {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .timeArea .time {
    font-size: 0.14rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}
.sec_info .contactWrap .timeArea .time.attention {
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.05rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .timeArea .time.attention {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_info .contactWrap .rsvWrap {
  position: relative;
  display: block;
  padding-top: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvWrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvIn {
    margin-left: 0.4rem;
  }
}
.sec_info .contactWrap .rsvLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #38A878;
  padding-right: 0.2rem;
  height: 0.36rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.12rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvLink {
    padding-right: 0.15rem;
    width: 3.04rem;
    height: 0.6rem;
    font-size: 0.2rem;
  }
}
.sec_info .contactWrap .rsvLink::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0.15rem;
  bottom: 0;
  margin: auto 0;
  width: 0.04rem;
  height: 0.04rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvLink::after {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.21rem;
  }
}
.sec_info .contactWrap .rsvLink .rsvspan {
  display: inline-block;
  background-image: url(/common/img/reserve_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.17rem;
  margin-bottom: 0.02rem;
  width: 0.18rem;
  height: 0.16rem;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvLink .rsvspan {
    width: 0.23rem;
    height: 0.21rem;
  }
}
.sec_info .contactWrap .rsvTxt {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  .sec_info .contactWrap .rsvTxt {
    font-size: 0.15rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}
.sec_info .bnr_area .tit_link {
  width: 79px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 640px) {
  .sec_info .bnr_area .tit_link {
    width: 16%;
    margin: 0 auto 5%;
  }
}
.sec_info .bnr_area .tit_link img {
  width: 100%;
  height: auto;
}
.sec_info .bnr_area .in {
  width: 1200px;
  margin: 0 auto 0;
  padding: 0 0 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .sec_info .bnr_area .in {
    width: 84%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 0.5rem;
    /*justify-content: space-between;*/
  }
}
.sec_info .bnr_area .in .col {
  width: 270px;
  margin: 0 15px;
}
@media screen and (max-width: 640px) {
  .sec_info .bnr_area .in .col {
    width: 48%;
    margin: 0 0 3%;
  }
}
.sec_info .bnr_area .in .col a {
  width: 100%;
  height: 100%;
}
.sec_info .bnr_area .in .col a img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.sec_news {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_news {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_news {
    padding-top: 0.6rem;
  }
}
.sec_news::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  background-image: linear-gradient(to top, #f2f2f2 1px, transparent 1px), linear-gradient(to left, #f2f2f2 1px, transparent 1px);
  background-size: 0.2rem 0.2rem;
  background-position: center top;
  background-repeat: repeat;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
}
.sec_news .in {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_news .in {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .in {
    padding: 0 0.2rem 0.65rem;
  }
}
.sec_news .in .announceArea {
  margin-bottom: 0.4rem;
}
.sec_news .in .announceArea img.bnr {
  width: 100%;
}
.sec_news .infoWrap {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0.3rem 0.2rem 0;
  width: 100%;
  border-top: solid 0.05rem #38A878;
  -webkit-box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0 auto 0;
    padding: 0.22rem 0.5rem 0.23rem 0.4rem;
    width: 11.6rem;
    border-left: solid 0.1rem #38A878;
    border-top: none;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .titArea {
    padding-top: 0.15rem;
    width: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .titArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_news .infoWrap .secTtl {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .secTtl {
    font-size: 0.3rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .secLink {
    margin-top: 0.28rem;
  }
}
.sec_news .infoWrap .secLink > a {
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding-right: 0.14rem;
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .secLink > a {
    font-size: 0.17rem;
  }
}
.sec_news .infoWrap .secLink > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #2E8364;
  border-right: solid 1px #2E8364;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .detailArea {
    margin-top: 0;
    width: calc(100% - 1.9rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea {
    margin-top: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea .detail {
    border-top: 1px solid #38A878;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .detailArea .detail + .detail {
    border-top: 1px solid #38A878;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea .detail + .detail {
    margin-top: 0;
  }
}
.sec_news .infoWrap .detailArea .detail > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.21rem 0.3rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea .detail > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.21rem 0;
  }
}
.sec_news .infoWrap .detailArea .detail > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #2E8364;
  border-right: solid 1px #2E8364;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .detailArea .detail > a::after {
    right: 0.12rem;
  }
}
.sec_news .infoWrap .detailArea .detail .data {
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea .detail .data {
    font-size: 0.11rem;
  }
}
.sec_news .infoWrap .detailArea .detail .category {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  background-color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .detailArea .detail .category {
    font-size: 0.13rem;
    max-width: 1.05rem;
    padding: 0.08rem 0.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea .detail .category {
    width: auto;
    font-size: 0.09rem;
    padding: 0.05rem 0.06rem 0.06rem;
    margin-left: 0.14rem;
  }
}
.sec_news .infoWrap .detailArea .detail .txt {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 641px) {
  .sec_news .infoWrap .detailArea .detail .txt {
    font-size: 0.17rem;
    line-height: 2.1;
    margin-left: 0.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .infoWrap .detailArea .detail .txt {
    font-size: 0.15rem;
    line-height: 1.7;
    margin-top: 0.09rem;
    width: 100%;
    padding-right: 0.3rem;
  }
}
.sec_news .bnrArea {
  margin-top: 0.6rem;
}
@media print, screen and (min-width: 641px) {
  .sec_news .bnrArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9.61rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
}
.sec_news .bnrArea .bnrLink {
  width: 4.7rem;
}
@media screen and (max-width: 640px) {
  .sec_news .bnrArea .bnrLink + .bnrLink {
    display: block;
    width: 100%;
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_news .bnrArea .bnrLink + .bnrLink {
    width: 4.6rem;
    margin-left: 0.31rem;
  }
}
.sec_news .bnrArea .bnrLink .ph {
  width: 100%;
}
.sec_news .bnrArea .bnrLink .ph .img {
  width: 100%;
  height: auto;
}

.sec_about {
  position: relative;
  display: block;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 641px) {
  .sec_about {
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #2E8364;
    width: calc(100% - 0.4rem);
    height: 1rem;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: calc(11.6rem + (100% - 11.6rem) / 2 + 0.6rem);
    min-width: 13.6rem;
    max-width: 15rem;
    height: 1.6rem;
    left: 0;
  }
}
.sec_about .in {
  position: relative;
  display: block;
  padding: 0.65rem 0 0.5rem;
}
@media print, screen and (min-width: 641px) {
  .sec_about .in {
    margin: 0 auto;
    padding: 0.63rem 0 1.3rem;
    width: 11.6rem;
  }
}
.sec_about .txtsArea {
  position: relative;
  display: block;
  padding: 0 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_about .txtsArea {
    display: inline-block;
    padding: 0;
    width: 5.17rem;
  }
}
.sec_about .txtsArea::before {
  position: absolute;
  display: block;
  background-image: url("/common/img/bg_logo_w.svg");
  width: 2rem;
  height: 1.825rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.64rem;
  z-index: 0;
  width: 3.05rem;
  height: 2.78rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .sec_about .txtsArea::before {
    content: "";
  }
}
.sec_about .secTtl {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_about .secTtl {
    font-size: 0.3rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.sec_about .secCatch {
  position: relative;
  display: block;
  margin-top: 0.19rem;
  padding-bottom: 0.24rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.os-android .sec_about .secCatch {
  font-family: "Noto Serif JP", serif;
}
.sec_about .secCatch {
  font-size: 0.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .sec_about .secCatch {
    margin-top: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .secCatch {
    padding-bottom: 0.338rem;
    text-align: left;
    margin-top: 0.21rem;
    font-size: 0.52rem;
    line-height: 1.5;
  }
}
.sec_about .secCatch span {
  color: #2E8364;
}
.sec_about .secCatch::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: 0.2rem;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_about .secCatch::after {
    left: 0;
    right: auto;
    bottom: -1px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .txtAreas {
    position: relative;
    padding: 0.72rem 0.2rem 0;
  }
}
.sec_about .txtAreas::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/common/img/bg_logo_w.svg");
  width: 2rem;
  height: 1.825rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_about .txtAreas::before {
    top: 0.68rem;
    height: 1.46rem;
    width: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .txtAreas::before {
    width: 3.05rem;
    height: 2.78rem;
    bottom: 0;
    display: none;
  }
}
.sec_about .secTxt {
  margin-top: 0.28rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .sec_about .secTxt {
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .secTxt {
    margin-top: 0.532rem;
    font-size: 0.16rem;
    line-height: 1.8;
    position: relative;
  }
}
.sec_about .aboutImg {
  margin-left: auto;
  width: calc(100% - 0.2rem);
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_about .aboutImg {
    margin-top: 0.28rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg {
    position: absolute;
    display: block;
    width: 7.1rem;
    top: 0;
    right: -1.4rem;
    line-height: 0;
  }
}
.sec_about .aboutImg::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/img/index/sec_about_txtdeco.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0.07rem;
  bottom: -0.77rem;
  width: 1.7rem;
  height: 1.03rem;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg::after {
    width: 3rem;
    height: 1.8rem;
    bottom: -0.79rem;
    right: 0;
  }
}
.sec_about .aboutImg::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: calc(100% - 0.4rem);
  height: 1rem;
  bottom: -0.4rem;
  left: -0.2rem;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg::before {
    display: none;
  }
}
.sec_about .aboutImg .img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg .column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .aboutImg .column1 {
    padding-left: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg .column1 > img {
    width: 6.63rem;
  }
}
.sec_about .aboutImg .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg .detail_box {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .aboutImg .detail_box {
    margin-right: 0.2rem;
    margin-top: 0.05rem;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .aboutImg .detail_box .detail:nth-child(1) {
    margin-right: 0.025rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .aboutImg .detail_box .detail:nth-child(2) {
    margin-left: 0.025rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg .detail_box .detail:nth-child(2) {
    margin-left: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .aboutImg .detail_box .detail > img {
    width: 2.8rem;
    height: 1.88rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .rsvBtn {
    width: calc(100% - 0.8rem);
    margin: 0.3rem auto 0;
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .rsvBtn {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_about .rsvBtn > a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_about .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #fff;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
  }
}
.sec_about .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #38A878;
  border-right: solid 1px #38A878;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_about .pointAreas {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_about .pointAreas {
    padding: 0 0.2rem 0;
  }
}
.sec_about .pointAreas .Ttl {
  font-size: 0.2rem;
  color: #38a878;
  padding-left: 0.3rem;
  margin-bottom: 0.04rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_about .pointAreas .Ttl {
    font-size: 0.17rem;
  }
}
.sec_about .pointAreas .Ttl::after {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: 0;
  z-index: 1;
  display: block;
  width: 22px;
  height: 20px;
  background-image: url(/img/index/sec_about_point.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .sec_about .pointAreas .Ttl::after {
    top: 0.02rem;
  }
}
.sec_about .pointAreas .txts {
  font-size: 0.16rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .sec_about .pointAreas .txts {
    font-size: 0.15rem;
  }
}
.sec_about .pointAreas .txts span {
  color: #38a878;
  font-weight: bold;
}

.sec_version {
  background: #f2f2f2;
}
@media print, screen and (min-width: 641px) {
  .sec_version {
    padding-top: 1rem;
    padding-bottom: 1.02rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version {
    padding: 0 0.2rem 0.8rem;
  }
}
.sec_version .in {
  background-size: cover;
}
@media print, screen and (min-width: 641px) {
  .sec_version .in {
    background-image: url(/img/index/sec_version_bg.png);
    max-width: 11.6rem;
    margin: 0 auto;
    padding-top: 0.8rem;
    padding-bottom: 0.84rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .in {
    background-image: url(/img/index/sec_version_bg_sp.png);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.sec_version .secTtl02 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_version .secTtl02 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .secTtl02 {
    font-size: 0.2rem;
  }
}
.sec_version .secTtl02 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #FFE632));
  background: linear-gradient(transparent 76%, #FFE632 0%);
  display: inline;
}
.sec_version .secTtl02 .point {
  color: #38A878;
}
.sec_version .txtsArea .secTxt {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_version .txtsArea .secTxt {
    font-size: 0.2rem;
    line-height: 1.8;
    margin-top: 0.57rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .txtsArea .secTxt {
    font-size: 0.17rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea {
    padding: 0 0.2rem;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea {
    max-width: 9.02rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea .detail {
    max-width: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea .detail + .detail {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea .detail > .detail_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea .detail > .detail_in .listImg > img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea .detail > .detail_in .listImg > img {
    width: 1.05rem;
  }
}
.sec_version .detailArea .detail > .detail_in .txt {
  font-weight: 700;
  text-align: justify;
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea .detail > .detail_in .txt {
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 0.37rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea .detail > .detail_in .txt {
    font-size: 0.16rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 0.18rem;
  }
}
.sec_version .detailArea .detail > .detail_in .txt .point {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #FFE632));
  background: linear-gradient(transparent 76%, #FFE632 0%);
  display: inline;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea .detail > .detail_in .txt .point {
    font-size: 0.17rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea .detail > .detail_in .txt .point {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea .detail > .detail_in .txt > span {
    display: block;
    text-align: center;
  }
}
.sec_version .detailArea .detail > .detail_in .txt > span.ast {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 641px) {
  .sec_version .detailArea .detail > .detail_in .txt > span.ast {
    font-size: 0.12rem;
  }
}
.sec_version .detailArea .detail > .detail_in .txt > span .ast {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .sec_version .detailArea .detail > .detail_in .txt > span .ast {
    font-size: 0.11rem;
    line-height: 1.7;
  }
}

.sec_point {
  position: relative;
  background: #f2f2f2;
}
@media print, screen and (min-width: 641px) {
  .sec_point {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_point {
    margin-bottom: 0.5rem;
  }
}
.sec_point::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2E8364;
}
@media print, screen and (min-width: 641px) {
  .sec_point::before {
    top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_point::before {
    top: 0.25rem;
    height: calc(100% + 0.5rem);
  }
}
.sec_point::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to top, #f2f2f2 1px, transparent 1px), linear-gradient(to left, #f2f2f2 1px, transparent 1px);
  background-size: 0.2rem 0.2rem;
  background-position: center top;
  background-repeat: repeat;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 641px) {
  .sec_point::after {
    width: calc(100% - 0.7rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_point::after {
    width: calc(100% - 0.2rem);
  }
}
.sec_point .in {
  position: relative;
  padding: 0.8rem 0.2rem 0.5rem 0.4rem;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_point .in {
    padding: 1rem 0.4rem 0.9rem;
    margin: 0 auto;
    width: 11.6rem;
    min-width: 11.6rem;
  }
}
.sec_point .txtsArea {
  position: relative;
}
.sec_point .txtsArea::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  background-image: url("/img/index/sec_point_txtdeco.png");
}
@media print, screen and (min-width: 641px) {
  .sec_point .txtsArea::after {
    width: 2.22rem;
    height: 1.74rem;
    right: -0.17rem;
    top: -1.42rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_point .txtsArea::after {
    width: 1.11rem;
    height: 0.87rem;
    right: -0.05rem;
    top: -1.13rem;
  }
}
.sec_point .secTtl {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_point .secTtl {
    font-size: 0.3rem;
  }
}
.sec_point .secTtl02 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_point .secTtl02 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_point .secTtl02 {
    font-size: 0.2rem;
  }
}
.sec_point .secTtl02 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #FFE632));
  background: linear-gradient(transparent 76%, #FFE632 0%);
  display: inline;
}
.sec_point .secTtl02 .point {
  color: #38A878;
}
.sec_point .txtsArea .secTxt {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_point .txtsArea .secTxt {
    font-size: 0.2rem;
    line-height: 1;
    margin-top: 0.57rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_point .txtsArea .secTxt {
    font-size: 0.17rem;
    margin-top: 0.3rem;
    width: calc(100vw - 0.2rem);
    position: relative;
    left: -0.2rem;
  }
}
.sec_point .secCatch {
  position: relative;
  display: block;
  margin-top: 0.19rem;
  padding-bottom: 0.24rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.os-android .sec_point .secCatch {
  font-family: "Noto Serif JP", serif;
}
.sec_point .secCatch {
  font-size: 0.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media print, screen and (min-width: 641px) {
  .sec_point .secCatch {
    margin-top: 0.21rem;
    font-size: 0.52rem;
    line-height: 1.5;
    padding-bottom: 0.43rem;
  }
}
.sec_point .secCatch::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: 0.2rem;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sec_point .secCatch::after {
    width: 0.3rem;
    height: 2px;
    bottom: -1px;
  }
}
.sec_point .secCatch span {
  color: #2E8364;
}
.sec_point .points {
  margin-top: 0.57rem;
}
@media print, screen and (min-width: 641px) {
  .sec_point .points {
    margin-top: 0.34rem;
  }
}
.sec_point .lists {
  counter-reset: number 0;
}
@media print, screen and (min-width: 641px) {
  .sec_point .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_point .list {
  position: relative;
  display: block;
  margin-top: 0.565rem;
}
@media print, screen and (min-width: 641px) {
  .sec_point .list {
    width: calc((100% - 0.8rem) / 3);
  }
  .sec_point .list:nth-of-type(n + 4) {
    margin-top: 0.874rem;
  }
}
.sec_point .list::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  display: block;
  top: -0.3rem;
  left: 0.15rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.55rem;
  line-height: 1;
  color: #FFE632;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .sec_point .list::before {
    left: 0.2rem;
    font-size: 0.6rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  }
}
.sec_point .list .img {
  width: 100%;
  vertical-align: bottom;
}
@media print, screen and (min-width: 641px) {
  .sec_point .listImg {
    position: relative;
  }
}
.sec_point .listImg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.sec_point .boxTtl {
  text-align: center;
  font-weight: 700;
  font-size: 0.19rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.5;
}
@media print, screen and (min-width: 641px) {
  .sec_point .boxTtl {
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.sec_point .boxTtl span {
  color: #FFE632;
}
.sec_point .boxTxts {
  margin-top: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_point .boxTxt {
  margin-top: 0.25rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width: 641px) {
  .sec_point .boxTxt {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .sec_point .rsvBtn {
    width: 100%;
    margin: 0.3rem auto 0;
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_point .rsvBtn {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_point .rsvBtn > a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_point .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #fff;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
    margin: 0 auto;
  }
}
.sec_point .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #38A878;
  border-right: solid 1px #38A878;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_treatment {
  background-repeat: no-repeat;
  background-image: url("/img/index/sec_menu_bg.jpg");
  background-size: contain;
  background-position: center top;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment > .in {
    padding-top: 0.62rem;
  }
}
.sec_treatment .ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .ttlArea {
    height: 5.92rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .ttlArea_in {
    position: relative;
    top: 1.2rem;
  }
}
.sec_treatment .secTtl {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .secTtl {
    font-size: 0.44rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 0.74rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .secTtl {
    font-size: 0.3rem;
    letter-spacing: 0.08em;
    line-height: 1;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
}
.sec_treatment .secTtl::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: 0.2rem;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .secTtl::after {
    width: 0.3rem;
    height: 2px;
  }
}
.sec_treatment .secTtl[data-txt]:before {
  content: attr(data-txt) "";
  position: absolute;
  top: 0;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .secTtl[data-txt]:before {
    font-size: 0.3rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.sec_treatment .secCatch {
  position: relative;
  display: block;
  margin-top: 0.22rem;
  padding-bottom: 0.24rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .secCatch {
    font-size: 0.2rem;
    padding-bottom: 0.43rem;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .secCatch {
    font-size: 0.18rem;
    line-height: 1.7;
  }
}
.sec_treatment .secCatch span {
  color: #2E8364;
}
.sec_treatment .detailArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .detailArea {
    max-width: 11.6rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .detailArea .detail {
    max-width: 5.44rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea .detail + .detail {
    margin-top: 0.25rem;
  }
}
.sec_treatment .detailArea .detail .listImg > img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea .detail .listImg > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 48.3333333333vw;
  }
}
.sec_treatment .detailArea .detail dl dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background-color: #38A878;
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .detailArea .detail dl dt {
    font-size: 0.26rem;
    padding: 0.16rem 0px 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea .detail dl dt {
    font-size: 0.15rem;
    padding: 0.09rem 0px 0.06rem;
  }
}
.sec_treatment .detailArea .detail dl dt:before {
  content: "";
  background-image: url(/common/img/sec_icon_arrow.svg);
  background-size: cover;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .detailArea .detail dl dt:before {
    width: 0.15rem;
    height: 0.1rem;
    bottom: -0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea .detail dl dt:before {
    width: 0.07rem;
    height: 0.05rem;
    bottom: -0.05rem;
  }
}
.sec_treatment .detailArea .detail dl dd {
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .detailArea .detail dl dd {
    padding: 0.36rem 0.3rem 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea .detail dl dd {
    padding: 0.2rem 0.18rem 0.2rem;
  }
}
.sec_treatment .detailArea .detail dl dd li {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .detailArea .detail dl dd li {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
    line-height: 2.4;
    padding-left: 0.23rem;
    margin-right: 0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .detailArea .detail dl dd li {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-left: 0.16rem;
    margin-right: 0.03rem;
  }
}
.sec_treatment .detailArea .detail dl dd li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #38A878;
}
.sec_treatment .catchArea {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .catchArea {
    width: 100%;
    max-width: 11.6rem;
    height: 2.84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea {
    margin: 0.48rem 0.2rem 0.5rem;
    padding: 0.27rem 0;
  }
}
.sec_treatment .catchArea:before {
  content: "";
  width: 0.8rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea:before {
    width: 0.4rem;
  }
}
.sec_treatment .catchArea:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea:after {
    height: 0.4rem;
  }
}
.sec_treatment .catchArea > .in:before {
  content: "";
  width: 0.8rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea > .in:before {
    width: 0.4rem;
  }
}
.sec_treatment .catchArea > .in:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea > .in:after {
    height: 0.4rem;
  }
}
.sec_treatment .catchArea .secCatch_box {
  text-align: center;
}
.sec_treatment .catchArea .secCatch_box:before {
  position: absolute;
  display: block;
  background-image: url("/common/img/bg_logo.svg");
  width: 2rem;
  height: 1.825rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 3.44rem;
  height: 3.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .catchArea .secCatch_box:before {
    content: "";
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea .secCatch_box:before {
    content: "";
    width: 2.06rem;
    height: 1.88rem;
  }
}
.sec_treatment .catchArea .secCatch_box > span {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media print, screen and (min-width: 641px) {
  .sec_treatment .catchArea .secCatch_box > span {
    font-size: 0.28rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea .secCatch_box > span {
    font-size: 0.16rem;
    line-height: 1.7;
  }
}
.sec_treatment .catchArea .secCatch_box > span .point {
  color: #38A878;
  font-size: 0.34rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sec_treatment .catchArea .secCatch_box > span .point {
    font-size: 0.17rem;
    line-height: 1.6;
  }
}

.sec_feature {
  position: relative;
  display: block;
  background-repeat: repeat;
  background-image: url("/img/grid_bg.jpg");
  background-size: 0.2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature {
    position: relative;
    display: block;
    background-image: none;
    margin-bottom: 3.4rem;
  }
}
.sec_feature::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/img/sec_feature_bg_sp.jpg");
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 641px) {
  .sec_feature::before {
    background-image: url("/img/sec_feature_bg_pc.jpg");
    height: 4rem;
    bottom: -3.4rem;
  }
}
.sec_feature .in {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.56rem 0.2rem 0.53rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .in {
    padding: 0.91rem 0 1.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .in::before {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("/img/grid_bg.jpg");
    background-size: 0.4rem;
    top: 0;
    right: 0;
    width: calc(11.6rem + (100% - 11.6rem) / 2 + 0.6rem);
    height: 100%;
  }
}
.sec_feature .secTtl {
  position: relative;
  display: block;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.os-android .sec_feature .secTtl {
  font-family: "Noto Serif JP", serif;
}
.sec_feature .secTtl {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .secTtl {
    font-size: 0.34rem;
  }
}
.sec_feature .secTtl::before {
  content: "";
  position: absolute;
  display: block;
  background-image: repeating-linear-gradient(-45deg, #FFE632, #FFE632 1px, transparent 0, transparent 2px);
  right: 0;
  left: 0;
  bottom: -0.053rem;
  margin: 0 auto;
  width: 3.1rem;
  height: 0.1rem;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .secTtl::before {
    background-image: repeating-linear-gradient(-45deg, #FFE632, #FFE632 1.5px, transparent 0, transparent 3px);
    bottom: -0.08rem;
    width: 5.08rem;
    height: 0.2rem;
  }
}
.sec_feature .secTtl span {
  color: #2E8364;
}
.sec_feature .listArea {
  margin-top: 0.35rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .listArea {
    position: relative;
    display: block;
    margin: 0.62rem auto 0;
    width: 8.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .listArea::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("/img/sec_feature_point.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -0.52rem;
    right: -0.42rem;
    width: 0.5rem;
    height: 0.4rem;
  }
}
.sec_feature .listArea::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/img/sec_feature_txtdeco_point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0.07rem;
  bottom: 0.18rem;
  width: 1.8rem;
  height: 1rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .listArea::after {
    background-image: url("/img/sec_feature_textdeco.png");
    right: -2rem;
    bottom: -0.63rem;
    width: 3.34rem;
    height: 1.48rem;
  }
}
.sec_feature .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_feature .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.45rem 0 0.14rem;
  width: calc((100% - 0.2rem) / 2);
  -webkit-box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .sec_feature .list:nth-of-type(odd) {
    margin-right: 0.1rem;
  }
  .sec_feature .list:nth-of-type(even) {
    margin-left: 0.1rem;
  }
  .sec_feature .list:nth-of-type(n + 3) {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .list {
    margin-left: 0.195rem;
    padding: 0.8rem 0 0.35rem;
    width: calc((100% - 0.585rem) / 4);
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  }
  .sec_feature .list:first-of-type, .sec_feature .list:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .sec_feature .list:nth-of-type(n + 5) {
    margin-top: 0.2rem;
  }
}
.sec_feature .list::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/img/grid_bg.jpg");
  background-size: 0.2rem;
  border-radius: 50%;
  top: 0.15rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.15rem;
  height: 0.15rem;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .list::before {
    top: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1) inset;
  }
}
.sec_feature .listImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.56rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .listImg {
    width: 0.75rem;
  }
}
.sec_feature .listImg .img {
  width: 100%;
}
.sec_feature .list:nth-of-type(7) .listImg {
  width: 0.8rem;
}
.sec_feature .list:nth-of-type(7) .listTxt {
  margin-top: 0;
}
.sec_feature .listTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.125rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .listTxt {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_blog {
    margin-top: 1.5rem;
    padding-bottom: 1.23rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog {
    padding-bottom: 0.5rem;
    margin-top: 0.75rem;
  }
}
.sec_blog .infoWrap {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0 0.2rem;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0 auto 0;
    padding: 0;
    width: 11.6rem;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .titArea {
    padding-top: 0.15rem;
    width: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .titArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_blog .infoWrap .secTtl {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .secTtl {
    font-size: 0.3rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .secLink {
    margin-top: 0.28rem;
  }
}
.sec_blog .infoWrap .secLink > a {
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding-right: 0.14rem;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .secLink > a {
    font-size: 0.17rem;
  }
}
.sec_blog .infoWrap .secLink > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #2E8364;
  border-right: solid 1px #2E8364;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea {
    margin-top: 0;
    max-width: 8.71rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea {
    margin-top: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail_ph .ph {
    width: 2.77rem;
    height: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail_ph .ph {
    width: 40.2777777778vw;
    height: 28.0555555556vw;
  }
}
.sec_blog .infoWrap .detailArea .detail_ph .ph > img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.sec_blog .infoWrap .detailArea .detail_txt {
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail_txt {
    text-align: right;
    padding: 0.19rem 0.22rem 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail_txt {
    padding: 0.17rem 0.13rem 0;
    width: 100%;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail_txt:after {
    content: "";
  }
}
.sec_blog .infoWrap .detailArea .detail_txt:after {
  margin: auto 0;
  border-top: 1px solid #38a878;
  border-right: 1px solid #38a878;
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  right: 0.14rem;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail {
    max-width: 2.77rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail + .detail {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail + .detail {
    margin-top: 0.17rem;
  }
}
.sec_blog .infoWrap .detailArea .detail > a {
  position: relative;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec_blog .infoWrap .detailArea .detail .data {
  font-size: 0.14rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail .data {
    font-size: 0.11rem;
  }
}
.sec_blog .infoWrap .detailArea .detail .category {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  background-color: #38A878;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail .category {
    font-size: 0.13rem;
    max-width: 1.05rem;
    padding: 0.08rem 0.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.2rem;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail .category {
    width: auto;
    font-size: 0.09rem;
    left: 0;
    top: 0;
    min-width: 0.7rem;
    text-align: center;
    padding: 0.04rem 0.06rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec_blog .infoWrap .detailArea .detail .txt {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail .txt {
    font-size: 0.18rem;
    line-height: 1.6;
    width: 100%;
    margin-top: 0.1rem;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail .txt {
    font-size: 0.12rem;
    line-height: 1.4;
    margin-top: 0.06rem;
    width: 100%;
  }
}
.sec_blog .infoWrap .detailArea .detail .more {
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  color: #38A878;
  font-style: normal;
}
@media print, screen and (min-width: 641px) {
  .sec_blog .infoWrap .detailArea .detail .more {
    font-size: 0.17rem;
    padding-right: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .infoWrap .detailArea .detail .more {
    display: none;
  }
}
.sec_blog .infoWrap .detailArea .detail .more::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #2E8364;
  border-right: solid 1px #2E8364;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .sec_blog .rsvBtn {
    width: 100%;
    margin: 0.3rem auto 0;
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_blog .rsvBtn {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_blog .rsvBtn > a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_blog .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #fff;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
    margin: 0 auto;
  }
}
.sec_blog .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #38A878;
  border-right: solid 1px #38A878;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_menu {
  position: relative;
  background: #f2f2f2;
}
@media print, screen and (min-width: 641px) {
  .sec_menu {
    padding-bottom: 1.4rem;
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu {
    padding: 0.5rem 0.2rem 0.65rem;
  }
}
.sec_menu .in {
  position: relative;
  padding: 0.5rem 0.2rem 0.5rem 0.2rem;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .in {
    padding: 1rem 0.4rem 0.9rem;
    margin: 0 auto;
    width: 11.6rem;
    min-width: 11.6rem;
  }
}
.sec_menu .in::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(/img/index/sec_version_bg.png);
  max-width: 13rem;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 0.26rem);
}
@media screen and (max-width: 640px) {
  .sec_menu .in::before {
    height: 100%;
  }
}
.sec_menu .in .txtsArea,
.sec_menu .in .menu_box {
  position: relative;
}
.sec_menu .secTtl {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .secTtl {
    font-size: 0.3rem;
  }
}
.sec_menu .secTtl02 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .secTtl02 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .secTtl02 {
    font-size: 0.2rem;
  }
}
.sec_menu .secTtl02 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #FFE632));
  background: linear-gradient(transparent 76%, #FFE632 0%);
  display: inline;
}
.sec_menu .secTtl02 .point {
  color: #38A878;
}
.sec_menu .txtsArea .secTxt {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .txtsArea .secTxt {
    font-size: 0.2rem;
    line-height: 1;
    margin-top: 0.57rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .txtsArea .secTxt {
    font-size: 0.17rem;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box {
    margin-top: 0.54rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .menu_box {
    margin-top: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box .lists {
    max-width: 11.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec_menu .menu_box .lists .list {
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box .lists .list {
    width: 2.16rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .menu_box .lists .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .menu_box .lists .list + .list {
    margin-top: 0.21rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box .lists .list .listImg {
    width: 2.16rem;
    height: 1.82rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .menu_box .lists .list .listImg {
    width: 1.3rem;
    height: 1rem;
  }
}
.sec_menu .menu_box .lists .list .listImg > img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.sec_menu .menu_box .lists .list .boxTxts {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box .lists .list .boxTxts {
    height: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .menu_box .lists .list .boxTxts {
    width: calc(100% - 1.3rem);
  }
}
.sec_menu .menu_box .lists .list .boxTxts .boxTtl {
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box .lists .list .boxTxts .boxTtl {
    font-size: 0.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .menu_box .lists .list .boxTxts .boxTtl {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
.sec_menu .menu_box .lists .list .boxTxts .boxTtl > span {
  display: inline-block;
  width: 100%;
}
.sec_menu .banaArea {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .banaArea {
    max-width: 6.6rem;
    margin: 0 auto;
  }
}
.sec_menu .banaArea::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  background-image: url("/img/index/sec_menu_txtdeco.png");
}
@media print, screen and (min-width: 641px) {
  .sec_menu .banaArea::after {
    width: 2.78rem;
    height: 1.88rem;
    right: -2.35rem;
    bottom: -0.87rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .banaArea::after {
    width: 1.39rem;
    height: 0.94rem;
    right: -0.13rem;
    bottom: -0.68rem;
  }
}
.sec_menu .banaArea .bana {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .banaArea .bana {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .banaArea .bana {
    margin: 0.48rem auto 0;
  }
}
.sec_menu .banaArea .bana:before {
  content: "";
  background-image: url(/img/index/sec_menu_day.svg);
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .banaArea .bana:before {
    width: 1.2rem;
    height: 1.2rem;
    left: -0.31rem;
    top: -0.26rem;
    z-index: 10;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .banaArea .bana:before {
    width: 0.6rem;
    height: 0.6rem;
    left: -0.16rem;
    top: -0.13rem;
  }
}
.sec_menu .banaArea .bana:after {
  content: "";
  background-image: url(/img/index/sec_menu_icon.svg);
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .sec_menu .banaArea .bana:after {
    width: 0.54rem;
    height: 0.44rem;
    right: -0.46rem;
    top: -0.57rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .banaArea .bana:after {
    width: 0.27rem;
    height: 0.22rem;
    right: -0.23rem;
    top: -0.28rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_menu .banaArea .bana img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .banaArea .bana img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .rsvBtn {
    width: 100%;
    margin: 0.35rem auto 0;
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_menu .rsvBtn {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_menu .rsvBtn > a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_menu .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #fff;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
    margin: 0 auto;
  }
}
.sec_menu .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #38A878;
  border-right: solid 1px #38A878;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_accident {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_accident {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}
.sec_accident::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2E8364;
}
@media print, screen and (min-width: 641px) {
  .sec_accident::before {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident::before {
    top: 0;
  }
}
.sec_accident::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: linear-gradient(to top, #f2f2f2 1px, transparent 1px), linear-gradient(to left, #f2f2f2 1px, transparent 1px);
  background-size: 0.2rem 0.2rem;
  background-position: center top;
  background-repeat: repeat;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 641px) {
  .sec_accident::after {
    width: calc(100% - 0.7rem);
    top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident::after {
    width: calc(100% - 0.2rem);
    top: 0.5rem;
  }
}
.sec_accident > .in {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_accident > .in {
    max-width: 11.6rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 0.65rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident > .in {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .ttlArea {
    padding-top: 0.5rem;
  }
}
.sec_accident .secTtl {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .secTtl {
    text-align: left;
    font-size: 0.44rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 0.74rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .secTtl {
    text-align: center;
    font-size: 0.3rem;
    letter-spacing: 0.08em;
    line-height: 1;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
}
.sec_accident .secTtl::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: 0.2rem;
  height: 1px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .secTtl::after {
    width: 0.3rem;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .secTtl::after {
    right: 0;
  }
}
.sec_accident .secTtl[data-txt]:before {
  content: attr(data-txt) "";
  position: absolute;
  top: 0;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .secTtl[data-txt]:before {
    font-size: 0.3rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .secTtl[data-txt]:before {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_accident .secTTxt {
  position: relative;
  display: block;
  margin-top: 0.22rem;
  padding-bottom: 0.24rem;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .secTTxt {
    font-size: 0.2rem;
    padding-bottom: 0.43rem;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .secTTxt {
    font-size: 0.18rem;
    line-height: 1.7;
    text-align: center;
  }
}
.sec_accident .secTTxt span {
  color: #2E8364;
}
@media screen and (max-width: 640px) {
  .sec_accident .aboutImg .list_box {
    position: relative;
    /*
    display: flex;
    justify-content: end;
    padding-right: .4rem;
    */
    padding-left: 0.8rem;
    padding-bottom: 0.25rem;
  }
}
.sec_accident .aboutImg .list_box .list {
  position: absolute;
}
.sec_accident .aboutImg .list_box .list img {
  vertical-align: bottom;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .aboutImg .list_box .list:nth-child(1) {
    max-width: 5rem;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .aboutImg .list_box .list:nth-child(1) {
    max-width: 2.4rem;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_accident .aboutImg .list_box .list:nth-child(2) {
    max-width: 2.03rem;
    right: 4.48rem;
    top: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .aboutImg .list_box .list:nth-child(2) {
    max-width: 1.01rem;
    left: 0.4rem;
    top: 0.7rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_accident .detailArea {
    max-width: 11.6rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.15rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .detailArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0.4rem;
    margin-top: 0.4rem;
  }
}
.sec_accident .detailArea .detail {
  border-radius: 50%;
  background-color: #38A878;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .detailArea .detail {
    width: 2.67rem;
    height: 2.67rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .detailArea .detail {
    width: 37.5vw;
    height: 37.5vw;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .detailArea .detail:nth-child(n+3) {
    margin-top: 0.18rem;
  }
}
.sec_accident .detailArea .detail::before {
  content: "";
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .detailArea .detail::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .detailArea .detail::before {
    width: 34.7222222222vw;
    height: 34.7222222222vw;
  }
}
.sec_accident .detailArea .detail::after {
  content: "";
  background-image: url(/common/img/sec_icon_arrow.svg);
  background-size: cover;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .detailArea .detail::after {
    width: 0.22rem;
    height: 0.15rem;
    bottom: -0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .detailArea .detail::after {
    width: 0.11rem;
    height: 0.075rem;
    bottom: -0.075rem;
  }
}
.sec_accident .detailArea .detail .detail_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.sec_accident .detailArea .detail .detail_in .txt {
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .detailArea .detail .detail_in .txt {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .detailArea .detail .detail_in .txt {
    font-size: 0.14rem;
    line-height: 1.4;
  }
}
.sec_accident .detailArea .detail .detail_in .txt > span {
  display: inline-block;
  width: 100%;
}
.sec_accident .detailArea .detail .detail_in .txt > span .point {
  color: #FFE632;
}
.sec_accident .catchArea {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .catchArea {
    width: 100%;
    max-width: 11.6rem;
    height: 2.84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea {
    margin: 0.48rem 0.4rem 0.5rem;
    padding: 0.27rem 0;
  }
}
.sec_accident .catchArea:before {
  content: "";
  width: 0.8rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea:before {
    width: 0.4rem;
  }
}
.sec_accident .catchArea:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea:after {
    height: 0.4rem;
  }
}
.sec_accident .catchArea > .in:before {
  content: "";
  width: 0.8rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea > .in:before {
    width: 0.4rem;
  }
}
.sec_accident .catchArea > .in:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #38A878;
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea > .in:after {
    height: 0.4rem;
  }
}
.sec_accident .catchArea .secCatch_box {
  text-align: center;
}
.sec_accident .catchArea .secCatch_box:before {
  position: absolute;
  display: block;
  background-image: url("/common/img/bg_logo.svg");
  width: 2rem;
  height: 1.825rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 3.44rem;
  height: 3.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .catchArea .secCatch_box:before {
    content: "";
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea .secCatch_box:before {
    content: "";
    width: 2.06rem;
    height: 1.88rem;
  }
}
.sec_accident .catchArea .secCatch_box > span {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media print, screen and (min-width: 641px) {
  .sec_accident .catchArea .secCatch_box > span {
    font-size: 0.28rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea .secCatch_box > span {
    font-size: 0.16rem;
    line-height: 1.7;
  }
}
.sec_accident .catchArea .secCatch_box > span .point {
  color: #38A878;
  font-size: 0.34rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sec_accident .catchArea .secCatch_box > span .point {
    font-size: 0.17rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .rsvBtn {
    width: 100%;
    margin: 0.3rem auto 0;
    position: relative;
    z-index: 10;
    padding: 0 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_accident .rsvBtn {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_accident .rsvBtn > a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_accident .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #fff;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
    margin: 0 auto;
  }
}
.sec_accident .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #38A878;
  border-right: solid 1px #38A878;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_staff {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sec_staff {
    padding-top: 1.66rem;
  }
}
.sec_staff .in {
  position: relative;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec_staff .in {
    padding: 1.2rem 0 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .in {
    margin: 0 auto;
    padding: 0.65rem 0 0;
    width: 11.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .in .fl_right {
    max-width: 5.6rem;
  }
}
.sec_staff .txtsArea {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sec_staff .txtsArea {
    display: inline-block;
    padding: 0;
  }
}
.sec_staff .txtsArea::before {
  position: absolute;
  display: block;
  background-image: url("/common/img/bg_logo.svg");
  width: 2rem;
  height: 1.825rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.2rem;
  z-index: 0;
  width: 3.05rem;
  height: 2.78rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .sec_staff .txtsArea::before {
    content: "";
  }
}
.sec_staff .secTtl {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_staff .secTtl {
    font-size: 0.3rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.sec_staff .secCatch {
  position: relative;
  display: block;
  margin-top: 0.19rem;
  padding-bottom: 0.24rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.os-android .sec_staff .secCatch {
  font-family: "Noto Serif JP", serif;
}
.sec_staff .secCatch {
  font-size: 0.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .sec_staff .secCatch {
    margin-top: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .secCatch {
    padding-bottom: 0.338rem;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 0.44rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.sec_staff .secCatch span {
  color: #2E8364;
}
.sec_staff .secCatch::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: 0.2rem;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_staff .secCatch::after {
    left: 0;
    right: auto;
    bottom: -1px;
    height: 2px;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .txtAreas {
    width: 5.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_staff .txtAreas {
    position: relative;
    padding: 0 0.2rem;
    margin-top: 0.66rem;
  }
}
.sec_staff .txtAreas::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/common/img/bg_logo.svg");
  width: 2rem;
  height: 1.825rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_staff .txtAreas::before {
    height: 1.46rem;
    width: 1.6rem;
    bottom: -0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .txtAreas::before {
    width: 3.05rem;
    height: 2.78rem;
    bottom: 0;
    display: none;
  }
}
.sec_staff .secTxt {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .sec_staff .secTxt {
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .secTxt {
    margin-top: 0.532rem;
    font-size: 0.16rem;
    line-height: 1.8;
    position: relative;
  }
}
.sec_staff .aboutImg {
  margin-left: auto;
  width: calc(100% - 0.4rem);
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_staff .aboutImg {
    margin: 0 auto;
    margin-top: 0.28rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .aboutImg {
    position: absolute;
    display: block;
    width: 6.8rem;
    top: 0;
    left: -1.4rem;
    line-height: 0;
  }
}
.sec_staff .aboutImg .img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_staff .aboutImg .column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: relative;
  }
}
.sec_staff .aboutImg .column1::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/img/index/sec_staff_txtdeco.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .sec_staff .aboutImg .column1::after {
    right: -0.15rem;
    bottom: -0.27rem;
    width: 4.3rem;
    height: 1.62rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_staff .aboutImg .column1::after {
    right: -0.09rem;
    bottom: -0.24rem;
    width: 2.15rem;
    height: 0.81rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .aboutImg .column1 > img {
    width: 6.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_staff .rsvBtn {
    width: calc(100% - 0.8rem);
    margin: 0.3rem auto 0;
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .rsvBtn {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_staff .rsvBtn > a {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_staff .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #38A878;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #fff;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
  }
}
.sec_staff .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #38A878;
  border-right: solid 1px #38A878;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .coronaBg img {
    width: 100%;
    vertical-align: bottom;
  }
}

.sec_corona {
  background: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_corona {
    padding-top: 4.1rem;
    padding-bottom: 0.8rem;
    background-image: url(/img/index/sec_corona_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona {
    padding: 0 0.2rem 0;
    background-color: #fafafa;
  }
}
.sec_corona::before {
  width: 100%;
  height: 1.3rem;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #2e8364;
}
@media print, screen and (min-width: 641px) {
  .sec_corona::before {
    content: "";
  }
}
.sec_corona .in {
  background-size: cover;
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_corona .in {
    max-width: 11.6rem;
    margin: 0 auto;
    padding-top: 1.25rem;
    padding-bottom: 0.84rem;
    background-color: #fafafa;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .in {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.sec_corona .in:before {
  content: "";
  width: 2.12rem;
  height: 1.58rem;
  background-image: url(/img/index/sec_ribon.png);
  left: -0.5rem;
  top: -0.3rem;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec_corona .in:before {
    background-image: url(/img/index/sec_ribon_sp.png);
    width: 1.05rem;
    height: 0.3rem;
    left: 0;
    right: 0;
    top: -0.15rem;
    margin: auto;
  }
}
.sec_corona .in:after {
  width: 2.12rem;
  height: 1.58rem;
  background-image: url(/img/index/sec_ribon.png);
  right: -0.5rem;
  bottom: -0.3rem;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .sec_corona .in:after {
    content: "";
  }
}
.sec_corona .ttlArea {
  text-align: center;
}
.sec_corona .secTtl02 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .sec_corona .secTtl02 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .secTtl02 {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.sec_corona .secTtl02 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #FFE632));
  background: linear-gradient(transparent 76%, #FFE632 0%);
  display: inline;
}
.sec_corona .secTtl02 .point {
  color: #38A878;
}
.sec_corona .secTtl02:before {
  content: "";
  width: 0.48rem;
  height: 0.5rem;
  background-image: url(/img/index/sec_title_icon.svg);
  right: -0.25rem;
  top: -0.44rem;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec_corona .secTtl02:before {
    width: 0.24rem;
    height: 0.25rem;
    right: -0.125rem;
    top: -0.22rem;
  }
}
.sec_corona .txtsArea .secTxt {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_corona .txtsArea .secTxt {
    font-size: 0.2rem;
    line-height: 1.7;
    margin-top: 0.57rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .txtsArea .secTxt {
    font-size: 0.17rem;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    text-align: justify;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea {
    margin-top: 0.44rem;
  }
  .sec_corona .detailArea .detail_in {
    padding: 0.38rem 0.2rem 0.35rem;
  }
  .sec_corona .detailArea .detail_in .detail_box {
    margin-top: 0.35rem;
  }
  .sec_corona .detailArea .detail_in .detail:nth-child(n+2) {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea {
    max-width: 9rem;
    margin: 0.56rem auto 0;
    background-color: #fff;
    padding: 0.5rem 0 0.26rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea + .detailArea .detail_in {
    padding: 0.38rem 0.2rem 0.35rem;
  }
  .sec_corona .detailArea + .detailArea .detail_in .detail_box {
    margin-top: 0.35rem;
  }
  .sec_corona .detailArea + .detailArea .detail_in .detail:nth-child(n+2) {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea + .detailArea {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in {
    background-color: #fff;
    padding-top: 0.38rem;
    padding-bottom: 0.35rem;
  }
}
.sec_corona .detailArea .detail_in .ttl_box {
  text-align: center;
}
.sec_corona .detailArea .detail_in .ttl_box .ttl {
  letter-spacing: 0.05em;
  color: #38A878;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .ttl_box .ttl {
    font-size: 0.18rem;
    padding-left: 0.28rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .ttl_box .ttl {
    font-size: 0.2rem;
    padding-left: 0.3rem;
  }
}
.sec_corona .detailArea .detail_in .ttl_box .ttl:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/img/index/sec_check_icon.svg);
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5rem;
    margin-top: 0.42rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 1.53rem;
    height: 0.69rem;
    margin: 0.29rem auto 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_left {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.sec_corona .detailArea .detail_in .flex_box .fb_left img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0.2rem;
    margin-top: 0.26rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_right {
    width: calc(100% - 1.5rem);
    margin-left: 0.06rem;
  }
}
.sec_corona .detailArea .detail_in .flex_box .fb_right li {
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_right li {
    font-size: 0.15rem;
    line-height: 1.7;
    padding-left: 0.15rem;
    text-align: justify;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_right li {
    font-size: 0.16rem;
    line-height: 1.7;
    padding-left: 0.16rem;
  }
}
.sec_corona .detailArea .detail_in .flex_box .fb_right li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .flex_box .fb_right li + li {
    margin-top: 0.17rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 7.8rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.48rem;
  }
}
.sec_corona .detailArea .detail_in .detail_box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box .detail {
    max-width: 3.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box .detail:nth-child(n+3) {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_left {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_left {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.sec_corona .detailArea .detail_in .detail_box .fb_left img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_right {
    width: calc(100% - 0.6rem - 0.15rem);
    margin-left: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_right {
    width: calc(100% - 1.2rem);
  }
}
.sec_corona .detailArea .detail_in .detail_box .fb_right dl dt {
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_right dl dt {
    font-size: 0.15rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_right dl dt {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_right dl dd {
    font-size: 0.13rem;
    line-height: 1.6;
    margin-top: 0.06rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_corona .detailArea .detail_in .detail_box .fb_right dl dd {
    font-size: 0.16rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_access {
    background-color: #2E8364;
  }
}
.sec_access .in {
  border: solid 0.2rem #2E8364;
  padding: 0.32rem 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_access .in {
    background-color: #fff;
    border-top: solid 1rem #2E8364;
    border-bottom: solid 1rem #2E8364;
    border-left: solid 0.7rem #2E8364;
    border-right: solid 0.7rem #2E8364;
    margin: 0 auto;
    padding: 0.64rem 1.2rem;
    max-width: 10.4rem;
  }
}
.sec_access .secTtl {
  position: relative;
  display: block;
  padding-bottom: 0.24rem;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #38A878;
}
@media print, screen and (min-width: 641px) {
  .sec_access .secTtl {
    padding-bottom: 0.38rem;
    font-size: 0.3rem;
  }
}
.sec_access .secTtl::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2E8364;
  width: 0.2rem;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sec_access .secTtl::after {
    bottom: -1px;
    width: 0.4rem;
    height: 2px;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsArea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.47rem;
  }
  .sec_access .acsArea::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #e8e8e8;
    width: 1px;
    height: 1.6rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .sec_access .acsArea::after {
    height: 100%;
  }
}
.sec_access .acsWrap {
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0.73rem;
    padding-left: 0.257rem;
    width: 4.5rem;
    font-size: 0.16rem;
    line-height: 1.8;
  }
}
.sec_access .acsWrap .name {
  margin-top: 0.305rem;
  font-size: 0.19rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsWrap .name {
    margin-top: 0.14rem;
    padding-top: 0.07rem;
    font-weight: 500;
    font-size: 0.3rem;
    letter-spacing: 0.05em;
  }
}
.sec_access .acsWrap .address {
  line-height: 1.5;
  margin-top: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsWrap .address {
    margin-top: 0.26rem;
  }
}
.sec_access .acsWrap .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.06rem;
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsWrap .points {
    margin-top: 0.12rem;
  }
}
.sec_access .acsWrap .point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFE632;
  padding: 4px 0.1rem 3px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_access .acsWrap .point:nth-of-type(n + 2) {
    margin-left: 0.09rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsWrap .point {
    padding: 7px 0.2rem 6px;
  }
  .sec_access .acsWrap .point:nth-of-type(n + 2) {
    margin-left: 0.19rem;
  }
}
.sec_access .acsWrap .point::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFE632;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_access .acsWrap .map {
  position: relative;
  display: inline-block;
  margin-top: 0.09rem;
  line-height: 1;
  color: #2E8364;
}
@media print, screen and (min-width: 641px) {
  .sec_access .acsWrap .map {
    margin-top: 0.13rem;
    font-size: 0.16rem;
  }
}
.sec_access .acsWrap .map::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #2E8364;
  border-right: solid 1px #2E8364;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: -0.15rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_access .infoWrap {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    padding: 0.07rem 0 0 0.75rem;
    width: 4.5rem;
  }
}
.sec_access .infoWrap .telLink {
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #2E8364;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .telLink {
    font-size: 0.3rem;
  }
}
.sec_access .infoWrap .telLink span {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .telLink span {
    font-size: 0.2rem;
  }
}
.sec_access .infoWrap .timeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.5rem;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .timeList {
    width: 100%;
    font-size: 0.16rem;
    line-height: 1.8;
    font-size: 0.15rem;
  }
}
.sec_access .infoWrap .timeList:first-of-type {
  margin-top: 0.204rem;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .timeList:first-of-type {
    margin-top: 0.166rem;
  }
}
.sec_access .infoWrap .timeList:nth-of-type(n + 2) {
  margin-top: 0.295rem;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .timeList:nth-of-type(n + 2) {
    margin-top: 0.23rem;
  }
}
.sec_access .infoWrap .timeTtl {
  width: 30%;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_access .infoWrap .timeTtl:nth-of-type(n + 2) {
    margin-top: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .timeTtl {
    width: 18%;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .sec_access .infoWrap .timeTtl:nth-of-type(n + 2) {
    margin-top: 0.18rem;
  }
}
.sec_access .infoWrap .timeDtl {
  width: 70%;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_access .infoWrap .timeDtl:nth-of-type(n + 2) {
    margin-top: 0.11rem;
    margin-left: 30%;
  }
  .sec_access .infoWrap .timeDtl:last-of-type {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .timeDtl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 82%;
    padding-left: 0.2rem;
  }
  .sec_access .infoWrap .timeDtl:nth-of-type(n + 2) {
    margin-top: 0.11rem;
    margin-left: 18%;
  }
}
.sec_access .infoWrap .timeTxt {
  margin-top: 0.11rem;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_access .infoWrap .timeTxt {
    margin-left: 18%;
    padding-left: 0.2rem;
  }
}
.sec_access .mapArea {
  position: relative;
  display: block;
  margin-top: 0.28rem;
  width: 100%;
  height: 100vw;
}
@media print, screen and (min-width: 641px) {
  .sec_access .mapArea {
    margin: 0.36rem auto 0;
    height: 4.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_access .mapArea::before {
    content: "";
    position: absolute;
    display: block;
    padding-top: 44.23%;
  }
}
.sec_access .mapArea .inview_googlemap {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 641px) {
  .sec_access .mapArea .inview_googlemap {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    height: 100%;
  }
}
.sec_access .mapArea .inview_googlemap iframe {
  width: 100%;
  height: 100%;
}

.ie .sec_top .mvImg .img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.ie .sec_top .in {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.ie .sec_top .scrollClick::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #2E8364;
  top: 0.19rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: heightScale !important;
          animation-name: heightScale !important;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
  -webkit-animation-direction: normal !important;
          animation-direction: normal !important;
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
  -webkit-animation-delay: 3s ease-in !important;
          animation-delay: 3s ease-in !important;
  -webkit-animation-iteration-count: infinite !important;
          animation-iteration-count: infinite !important;
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important;
}
@media print, screen and (min-width: 641px) {
  .ie .sec_top .scrollClick::before {
    top: 0.3rem;
    left: 0;
    width: 0.02rem;
    height: 0.5rem;
  }
}
.ie .top_ttlArea .logo {
  height: 1.6rem;
}
.ie .sec_top .wrap .annc {
  width: auto;
}
.ie .sec_top .wrap .anncTxt::before {
  left: 0;
  bottom: 0.08rem;
  width: 102%;
}
.ie .sec_about .secTxt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ie .sec_info .contactWrap {
  width: 9rem;
}
.ie .sec_info .contactWrap .timeArea .time {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ie .sec_info .contactWrap .timeArea .timeTtl {
  padding-top: 0.04rem;
  padding-left: 0.01rem;
}
.ie .sec_info .contactWrap .openArea .timeTtl {
  padding-top: 0.05rem;
}
.ie .sec_point .boxTxt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ie .sec_feature .listImg {
  display: block;
}
.ie .sec_access .acsWrap .point {
  white-space: nowrap;
}
.ie .sec_access .infoWrap :nth-of-type(n + 2).timeDtl {
  white-space: nowrap;
}
.ie .sec_accident .catchArea .secCatch_box > span .point {
  position: relative;
}
.ie .sec_staff .txtsArea {
  width: calc(100% + 1rem);
}
.ie .sec_staff .txtsArea::before {
  left: -1rem;
}
.ie .sec_corona .detailArea .detail_in .detail_box .fb_right dl dt {
  font-size: 0.19rem;
}

.firefox .sec_feature .list {
  margin-left: 1.7%;
}

.os-android .sec_top .top_infoArea .tel {
  margin-top: 0.05rem;
}
.os-android .sec_info .contactWrap .timeTtl,
.os-android .sec_info .contactWrap .time {
  letter-spacing: 0.02em;
}

.os-iOS.touchevents .sec_top .wrap .annc {
  margin-top: 0.25rem;
}
.os-iOS.touchevents .sec_top .wrap .anncTxt:before,
.os-iOS.touchevents .sec_top .wrap .big:before {
  bottom: 0;
}
.os-iOS.touchevents .sec_top .catch {
  margin-top: 0.3rem;
}
.os-iOS.touchevents .sec_info .contactWrap .timeTtl,
.os-iOS.touchevents .sec_info .contactWrap .time {
  letter-spacing: 0.02em;
}
/*# sourceMappingURL=index.css.map */