@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/*
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
*/
/*
@function slick-image-url($url) {
	@if function-exists(image-url) {
			@return image-url($url);
	}
	@else {
			@return url($slick-loader-path + $url);
	}
}

@function slick-font-url($url) {
	@if function-exists(font-url) {
			@return font-url($url);
	}
	@else {
			@return url($slick-font-path + $url);
	}
}
*/
/* Slider

.slick-list {
	.slick-loading & {
			background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
	}
}
*/
/* Icons
@if $slick-font-family == "slick" {
	@font-face {
			font-family: "slick";
			src: slick-font-url("slick.eot");
			src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
			font-weight: normal;
			font-style: normal;
	}
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@media screen and (max-width: 1100px) {
  :root {
    font-size: 10px; }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    header h1 {
      position: absolute;
      width: 137px;
      height: 70px;
      background-color: #fff;
      top: 0;
      left: 0;
      border-radius: 0 0 10px 0;
      z-index: 999; }
      header h1 a {
        display: block;
        width: 137px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        header h1 a img {
          width: 60%;
          height: auto; }
    header #menuBtn {
      width: 50px;
      height: 50px;
      border-radius: 5px;
      background-color: #c8dd6a;
      position: absolute;
      z-index: 999;
      top: 10px;
      right: 10px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      header #menuBtn span {
        display: block;
        position: absolute;
        z-index: 10; }
        header #menuBtn span.bar {
          width: 20px;
          height: 2px;
          background-color: #859b1e;
          left: 15px;
          transition: all .3s; }
          header #menuBtn span.bar:nth-of-type(1) {
            top: 10px; }
          header #menuBtn span.bar:nth-of-type(2) {
            top: 16px; }
          header #menuBtn span.bar:nth-of-type(3) {
            top: 22px; }
        header #menuBtn span.txt {
          bottom: 4px;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 1rem;
          color: #859b1e; }
      header #menuBtn.isOpne span.bar:nth-of-type(1) {
        top: 16px;
        -webkit-transform: rotate(20deg);
                transform: rotate(20deg); }
      header #menuBtn.isOpne span.bar:nth-of-type(2) {
        opacity: 0; }
      header #menuBtn.isOpne span.bar:nth-of-type(3) {
        top: 16px;
        -webkit-transform: rotate(-20deg);
                transform: rotate(-20deg); }
    /* header nav {
      width: 100%;
      height: 100vh;
      height: 100dvh;
      background: #e6f4a9;
      background: linear-gradient(0deg, #e6f4a9 0%, #f8f3c5 100%);
      position: fixed;
      top: -100%;
      left: 0;
      z-index: 998;
      padding-top: 100px;
      overflow: scroll;
      transition: all .3s; }
      header nav.isOpne {
        top: 0; }
      header nav #sideMenu h2 {
        display: none; }
      header nav #sideMenu ul {
        list-style: none; }
        header nav #sideMenu ul.wrap li.parent {
          border-bottom: 1px solid #fff;
          margin-top: 16px;
          padding-bottom: 14px; }
          header nav #sideMenu ul.wrap li.parent > a, header nav #sideMenu ul.wrap li.parent .hasChild {
            position: relative;
            display: block;
            padding: 0 20px 0 10px;
            width: 90%;
            margin: 0 auto;
            font-size: 1.4rem;
            line-height: 1.5;
            text-decoration: none;
            color: #000; }
            header nav #sideMenu ul.wrap li.parent > a:after, header nav #sideMenu ul.wrap li.parent .hasChild:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-top: 1px solid #aabf4d;
              border-right: 1px solid #aabf4d;
              position: absolute;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              top: calc(50% - 4px);
              right: 0; }
          header nav #sideMenu ul.wrap li.parent .hasChild:after {
            display: none; }
          header nav #sideMenu ul.wrap li.parent .children {
            width: 90%;
            margin: 10px auto 0; }
            header nav #sideMenu ul.wrap li.parent .children li {
              margin-top: 1px; }
              header nav #sideMenu ul.wrap li.parent .children li a {
                display: block;
                background-color: #fff;
                padding: 10px 15px 10px 30px;
                line-height: 1.5;
                color: #000;
                text-decoration: none;
                position: relative;
                font-size: 1.2rem; }
                header nav #sideMenu ul.wrap li.parent .children li a:before {
                  content: "";
                  display: block;
                  background-image: url(../images/icon-menu-list.png);
                  background-size: 100% auto;
                  width: 14px;
                  height: 14px;
                  position: absolute;
                  top: 12px;
                  left: 10px; }
                header nav #sideMenu ul.wrap li.parent .children li a.grn:before {
                  background-image: url(../images/icon-menu-list-green.png); }
                header nav #sideMenu ul.wrap li.parent .children li a:after {
                  content: "";
                  display: block;
                  width: 8px;
                  height: 8px;
                  border-top: 1px solid #aabf4d;
                  border-right: 1px solid #aabf4d;
                  position: absolute;
                  -webkit-transform: rotate(45deg);
                          transform: rotate(45deg);
                  top: calc(50% - 4px);
                  right: 10px; }
      header nav #globalMenu {
        background-color: #256800;
        padding: 20px 5vw; }
        header nav #globalMenu #spLogo {
          display: block;
          width: 46px; }
          header nav #globalMenu #spLogo a {
            display: block; }
            header nav #globalMenu #spLogo a img {
              width: 100%;
              height: auto; }
        header nav #globalMenu ul {
          list-style: none;
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr 1fr;
              grid-template-columns: 1fr 1fr;
          -ms-grid-rows: auto;
              grid-template-rows: auto;
          gap: 20px 10px;
          margin-top: 20px; }
          header nav #globalMenu ul li a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #fff;
            font-size: 1.2rem; }
            header nav #globalMenu ul li a .icon {
              width: 16px;
              height: 16px;
              fill: #fff;
              margin-right: 5px; } */
    @media screen and (max-width: 1100px){
      #sideMenu{
        display: none;
      }
    }
  main {
    width: 100%; }
    main #fv {
      margin-bottom: 0; }
    main .slick-slide {
      width: 100%;
      position: relative;
      overflow: hidden; }
      main .slick-slide img {
        display: block;
        width: 100%;
        height: auto; }
        main .slick-slide img.bg {
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          transition: all 7s linear;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
          main .slick-slide img.bg.zoom {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
        main .slick-slide img.txt {
          max-width: 100%;
          width: auto;
          height: auto;
          position: relative;
          z-index: 5; }
    main .slick-dots {
      left: 0;
      right: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 8; }
      main .slick-dots li {
        width: 11px;
        height: 11px; }
        main .slick-dots li button {
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-color: #ecf5c6; }
        main .slick-dots li.slick-active button {
          background-color: #c8dd6a; }
        main .slick-dots li.pre {
          width: 10px;
          height: 10px;
          border-top: 2px solid #c8dd6a;
          border-left: 1px solid #c8dd6a;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 0 20px 0 0; }
        main .slick-dots li.nex {
          width: 10px;
          height: 10px;
          border-top: 2px solid #c8dd6a;
          border-right: 1px solid #c8dd6a;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin: 0 0 0 20px; }
  #whats {
    position: relative;
    padding-top: 60px; }
    #whats:after {
      content: "";
      display: block;
      background-image: url(../images/whats-bg2.png);
      background-size: 100% auto;
      aspect-ratio: 303 / 517;
      width: 50vw;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    #whats .read {
      width: 100%;
      margin: 0 auto; }
      #whats .read .txt {
        width: 90%;
        margin: 0 auto; }
        #whats .read .txt h2 img {
          max-width: 100%;
          width: auto;
          height: auto; }
        #whats .read .txt p {
          font-size: 1.5rem;
          line-height: 2;
          margin: 20px 25px 0; }
      #whats .read .img {
        margin-top: 30px; }
        #whats .read .img img {
          max-width: 100%;
          width: auto;
          height: auto; }
    #whats #whatsSlide {
      width: 90%;
      margin: 20px auto 0; }
      #whats #whatsSlide .main .imgL {
        width: 100%; }
        #whats #whatsSlide .main .imgL img {
          width: 100%;
          height: auto; }
      #whats #whatsSlide .main .ctrl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px; }
        #whats #whatsSlide .main .ctrl .title {
          font-size: 1.6rem;
          display: flex;
          align-items: center;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          #whats #whatsSlide .main .ctrl .title .num {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            margin-right: 15px; }
            #whats #whatsSlide .main .ctrl .title .num[data-color=grn] {
              background-color: #c8dd6a; }
            #whats #whatsSlide .main .ctrl .title .num[data-color=org] {
              background-color: #ecb042; }
        #whats #whatsSlide .main .ctrl .btn {
          cursor: pointer;
          width: 50px;
          height: 37px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 5px;
          background-color: #c8dd6a;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          #whats #whatsSlide .main .ctrl .btn:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px; }
          #whats #whatsSlide .main .ctrl .btn.pBtn {
            padding-left: 5px; }
            #whats #whatsSlide .main .ctrl .btn.pBtn:before {
              border-top: 2px solid #fff;
              border-left: 2px solid #fff;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
          #whats #whatsSlide .main .ctrl .btn.nBtn {
            padding-right: 5px; }
            #whats #whatsSlide .main .ctrl .btn.nBtn:before {
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
      #whats #whatsSlide .tns {
        display: flex;
        gap: 10px;
        margin-top: 15px; }
        #whats #whatsSlide .tns .tn {
          cursor: pointer; }
          #whats #whatsSlide .tns .tn img {
            max-width: 100%;
            width: auto;
            height: auto; }
  #group {
    background-image: url(../images/group-bg.png);
    background-size: cover;
    margin-top: 60px;
    padding: 30px 0 60px; }
    #group .inner {
      width: 90%;
      margin: 0 auto; }
      #group .inner h2 {
        text-align: center; }
        #group .inner h2 img {
          max-width: 100%;
          width: auto;
          height: auto; }
      #group .inner #groupList {
        margin-top: 30px; }
        #group .inner #groupList .item {
          background-color: #fff;
          padding: 15px; }
          #group .inner #groupList .item + .item {
            margin-top: 10px; }
          #group .inner #groupList .item h3 {
            position: relative;
            padding-right: 30px; }
            #group .inner #groupList .item h3:before, #group .inner #groupList .item h3:after {
              content: "";
              display: block;
              width: 20px;
              height: 1px;
              background-color: #000;
              position: absolute;
              top: calc(50% - 1px);
              right: 10px; }
            #group .inner #groupList .item h3:after {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg);
              transition: all .3s; }
            #group .inner #groupList .item h3.isOpen:after {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            #group .inner #groupList .item h3 img {
              max-width: 100%;
              max-height: 30px;
              width: auto;
              height: auto; }
          #group .inner #groupList .item p {
            margin-top: 25px;
            font-size: 1.5rem;
            line-height: 1.8;
            display: none; }
  #information {
    margin-top: 30px; }
    #information .infoHeader {
      width: 90%;
      margin: 0 auto; }
      #information .infoHeader h2 img {
        width: 100%;
        height: auto; }
      #information .infoHeader p {
        margin-top: 30px;
        padding: 0 25px 30px;
        font-size: 1.5rem;
        line-height: 2; }
    #information .btns .btnWrap {
      background-size: cover;
      background-position: 50% 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 0; }
      #information .btns .btnWrap:nth-of-type(1) {
        background-image: url(../images/info-bg-welina.jpg); }
      #information .btns .btnWrap:nth-of-type(2) {
        background-image: url(../images/info-bg-care.jpg); }
      #information .btns .btnWrap img {
        display: block;
        width: 70%;
        height: auto; }
    #information #W {
      width: 100%;
      margin: 0 auto 0;
      padding-top: 80px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(0deg, #eff4d4 0%, white 100%); }
      #information #W .inner {
        width: 100%;
        margin: 0 auto; }
        #information #W .inner h3 {
          width: 95%;
          margin: 0 auto 0 0; }
          #information #W .inner h3 img {
            max-width: 100%;
            width: auto;
            height: auto; }
        #information #W .inner .intro {
          display: flex;
          flex-wrap: wrap;
          margin-top: -40px; }
          #information #W .inner .intro .img {
            flex: 40%;
            margin-top: 20px; }
            #information #W .inner .intro .img:nth-of-type(1) {
              order: 2;
              margin-left: 5vw; }
            #information #W .inner .intro .img:nth-of-type(2) {
              order: 3;
              margin-right: 5vw;
              margin-left: 15px; }
            #information #W .inner .intro .img img {
              width: 100%;
              height: auto; }
          #information #W .inner .intro .tokucho {
            width: 95%;
            background-color: #fff;
            border-top: 4px solid #bad837;
            padding: 30px;
            order: 1;
            margin-left: 5vw; }
            #information #W .inner .intro .tokucho h4 img {
              max-height: 80px;
              width: auto;
              height: auto; }
            #information #W .inner .intro .tokucho p {
              font-size: 1.3rem;
              line-height: 2;
              margin-top: 25px; }
    #information #C {
      padding-top: 40px;
      position: relative;
      padding-bottom: 30px;
      background-color: #faf2dc; }
      #information #C:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        border-top: 100px solid #eff4d4;
        border-right: 100vw solid transparent; }
      #information #C #cHead {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        position: relative; }
        #information #C #cHead h3 {
          width: 95%;
          margin-left: 5vw; }
          #information #C #cHead h3 img {
            max-width: 100%;
            width: auto;
            height: auto; }
        #information #C #cHead .tokucho {
          width: 95%;
          background-color: #fff;
          border-top: 4px solid #eeaf00;
          padding: 30px;
          margin-top: -40px;
          position: relative;
          z-index: 2; }
          #information #C #cHead .tokucho h4 img {
            max-height: 80px;
            width: auto;
            height: auto; }
          #information #C #cHead .tokucho p {
            font-size: 1.3rem;
            line-height: 2;
            margin-top: 25px; }
      #information #C .intro {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        width: 95%;
        margin: 20px 5vw 0 0;
        padding-left: 5vw; }
        #information #C .intro .img {
          width: calc((100vw - (10vw + 15px)) / 2); }
          #information #C .intro .img img {
            width: 100%;
            height: auto; }
  #voice {
    background-color: #f2f6dd;
    padding-bottom: 40px; }
    #voice .voiceHead {
      width: 100%;
      margin: 0 auto;
      position: relative;
      background-color: #fff;
      padding-bottom: 80px;
      padding-top: 20px; }
      #voice .voiceHead h2 {
        text-align: center; }
        #voice .voiceHead h2 img {
          max-width: 100%;
          width: auto;
          height: auto; }
      #voice .voiceHead p {
        text-align: center;
        margin: 20px auto 0;
        width: 90%; }
        #voice .voiceHead p span {
          font-size: .8em; }
    #voice #voiceSlide {
      width: 100%;
      margin: -40px auto 0; }
      #voice #voiceSlide .slick-prev, #voice #voiceSlide .slick-next {
        width: 40px;
        height: 74px; }
      #voice #voiceSlide .slick-prev {
        background-image: url(../images/voice-arrow-pre.png);
        left: 10px;
        z-index: 50; }
      #voice #voiceSlide .slick-next {
        background-image: url(../images/voice-arrow-nex.png);
        right: 10px; }
      #voice #voiceSlide .slick-track {
        display: flex; }
      #voice #voiceSlide .slick-slide {
        height: auto !important; }
      #voice #voiceSlide .slide {
        margin: 0 5px;
        background-color: #fff;
        display: flex;
        flex-direction: column; }
        #voice #voiceSlide .slide .img img {
          width: 100%;
          height: auto; }
        #voice #voiceSlide .slide .txt {
          padding: 25px 25px 40px;
          font-size: 1.4rem;
          line-height: 1.8;
          position: relative;
          flex: 1; }
        #voice #voiceSlide .slide .name {
          position: absolute;
          bottom: 10px;
          right: 20px;
          text-align: right; }
  #access {
    padding-top: 40px; }
    #access .accessHead {
      width: 100%;
      aspect-ratio: 1290 / 580;
      position: relative; }
      #access .accessHead h2 {
        width: 100%; }
        #access .accessHead h2:after {
          content: "";
          display: block;
          width: 100%;
          aspect-ratio: 750 / 453;
          background-image: url(../images/sp-access-bg.png);
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: 0 0; }
        #access .accessHead h2 img {
          max-width: 100%;
          width: auto;
          height: auto; }
    #access #accessSlide .slideWrap {
      width: 90%;
      margin: 20px auto 0; }
      #access #accessSlide .slideWrap + .slideWrap {
        margin-top: 30px; }
      #access #accessSlide .slideWrap .item span {
        display: block;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.3;
        padding: 5px 0; }
      #access #accessSlide .slideWrap h3 {
        width: 100%;
        padding: 10px 30px;
        font-weight: 400;
        font-size: 1.7rem; }
        #access #accessSlide .slideWrap h3 .num {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 29px;
          height: 29px;
          background-color: #fff;
          border-radius: 50%;
          font-size: 1.3rem;
          margin-right: 20px; }
      #access #accessSlide .slideWrap.grn {
        border: 1px solid #deeba6; }
        #access #accessSlide .slideWrap.grn h3 {
          background-color: #deeba6; }
      #access #accessSlide .slideWrap.red {
        border: 1px solid #f8e3bb; }
        #access #accessSlide .slideWrap.red h3 {
          background-color: #f8e3bb; }
      #access #accessSlide .slideWrap .slideInner {
        padding: 20px;
        justify-content: space-between; }
        #access #accessSlide .slideWrap .slideInner .aSlide .slick-prev, #access #accessSlide .slideWrap .slideInner .aSlide .slick-next {
          width: 97px;
          height: 37px;
          top: auto;
          bottom: -70px;
          z-index: 98; }
        #access #accessSlide .slideWrap .slideInner .aSlide .slick-prev {
          background-image: url(../images/access-arrow-pre.png);
          left: 0; }
        #access #accessSlide .slideWrap .slideInner .aSlide .slick-next {
          background-image: url(../images/access-arrow-nex.png);
          right: 0; }
        #access #accessSlide .slideWrap .slideInner .aSlide .slick-dots {
          bottom: -20px;
          padding: 0 100px; }
        #access #accessSlide .slideWrap .slideInner .mgr {
          margin-top: 50px; }
          #access #accessSlide .slideWrap .slideInner .mgr .photo {
            display: flex; }
            #access #accessSlide .slideWrap .slideInner .mgr .photo img {
              width: 110px;
              height: auto; }
            #access #accessSlide .slideWrap .slideInner .mgr .photo .profile {
              margin-left: 15px; }
              #access #accessSlide .slideWrap .slideInner .mgr .photo .profile span {
                display: block; }
                #access #accessSlide .slideWrap .slideInner .mgr .photo .profile span.katagaki {
                  font-size: 1.4rem; }
                #access #accessSlide .slideWrap .slideInner .mgr .photo .profile span.name {
                  font-size: 1.6rem;
                  margin-top: 20px; }
          #access #accessSlide .slideWrap .slideInner .mgr .txt {
            margin-top: 30px;
            font-size: 1.4rem;
            line-height: 1.8; }
      #access #accessSlide .slideWrap .btns {
        width: 100%;
        padding: 0 20px 20px; }
        #access #accessSlide .slideWrap .btns a {
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.6rem;
          text-decoration: none;
          border-radius: 5px;
          min-height: 50px;
          position: relative; }
          #access #accessSlide .slideWrap .btns a.red {
            background-color: #e8756d;
            color: #fff; }
            #access #accessSlide .slideWrap .btns a.red:after {
              content: "";
              display: block;
              background-image: url(../images/icon-arrow.png);
              width: 25px;
              height: 25px;
              position: absolute;
              top: calc(50% - 13px);
              right: 15px; }
          #access #accessSlide .slideWrap .btns a.white {
            border: 1px solid #e5efb9;
            margin-top: 20px;
            color: #000; }
            #access #accessSlide .slideWrap .btns a.white:before {
              content: "";
              display: block;
              background-image: url(../images/icon-map.png);
              width: 16px;
              height: 20px;
              margin-right: 5px; }
  footer {
    background-color: #256800;
    margin-top: 60px; }
    footer #footerInner {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      footer #footerInner #fLogo {
        width: 130px; }
        footer #footerInner #fLogo img {
          width: 100%;
          height: auto; }
      footer #footerInner .footMenu {
        list-style: none;
        font-size: 1.3rem; }
        footer #footerInner .footMenu:first-of-type {
          margin-top: 30px; }
        footer #footerInner .footMenu li + li {
          margin-top: 10px; }
        footer #footerInner .footMenu li a {
          color: #fff; }
      footer #footerInner .todokede {
        width: 100%;
        color: #fff;
        font-size: 1.3rem;
        margin-top: 30px; }
    footer .copy {
      background-color: #fff;
      text-align: right;
      padding: 15px 0; }
      footer .copy p {
        font-size: 1.2rem;
        line-height: 1;
        display: block;
        width: 90%;
        margin: 0 auto; }
    footer .copy {
      background-color: #fff;
      text-align: right;
      padding: 15px 0; }
      footer .copy p {
        font-size: 1.2rem;
        line-height: 1;
        display: block;
        max-width: 1000px;
        margin: 0 auto; }
  #contact {
    padding-top: 30px; }
    #contact p {
      text-align: center;
      font-size: 1.4rem;
      padding: 0 5vw; }
    #contact .contactBtn {
      margin-top: 20px; }
      #contact .contactBtn a {
        display: flex;
        width: 90%;
        margin: 0 auto;
        background-color: #256800;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        text-decoration: none;
        border-radius: 5px;
        min-height: 75px;
        position: relative;
        color: #fff; }
        #contact .contactBtn a:before {
          content: "";
          display: block;
          width: 25px;
          height: 25px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: calc(50% - 10px);
          right: 20px;
          z-index: 5; }
        #contact .contactBtn a:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #256800;
          border-right: 2px solid #256800;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 3px);
          right: 29px;
          z-index: 6; }
  #pageTop {
    display: none !important; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media print, screen and (min-width: 1101px) {
  :root {
    font-size: 10px; }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #000; }
  header {
    background-color: #fff;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
    header #headerInner {
      /* display: flex; */
      /* width: 95%; */
      margin: 0 auto;
      /* height: 60px; */
      align-items: center;
      justify-content: space-between; }
      header #headerInner h1 {
        display: block;
        width: 71px; }
        header #headerInner h1 a {
          display: block; }
          header #headerInner h1 a img {
            width: 100%;
            height: auto; }
      header #headerInner nav {
        padding-left: 50px; }
        header #headerInner nav #sideMenu {
          position: fixed;
          width: 280px;
          height: calc(100vh - 60px);
          top: 82px;
          left: 0;
          background: #e6f4a9;
          background: linear-gradient(0deg, #e6f4a9 0%, #f8f3c5 100%); }
          @media screen and (max-width: 1100px){
            header #headerInner nav #sideMenu {
              top: 60px;
            }
}
          header #headerInner nav #sideMenu h2 {
            width: 240px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            border-radius: 0 0 10px 10px;
            margin: 0 auto; }
            header #headerInner nav #sideMenu h2 img {
              width: 110px;
              height: auto; }
          header #headerInner nav #sideMenu ul {
            list-style: none; }
            header #headerInner nav #sideMenu ul.wrap {
              margin-top: 10px; }
              header #headerInner nav #sideMenu ul.wrap li.parent {
                border-bottom: 1px solid #fff; }
                header #headerInner nav #sideMenu ul.wrap li.parent > a, header #headerInner nav #sideMenu ul.wrap li.parent .hasChild {
                  position: relative;
                  display: block;
                  padding: 10px 30px 10px 10px;
                  width: 260px;
                  margin: 0 auto;
                  font-size: 1.4rem;
                  line-height: 1.5;
                  text-decoration: none;
                  color: #000; }
                  header #headerInner nav #sideMenu ul.wrap li.parent > a:after, header #headerInner nav #sideMenu ul.wrap li.parent .hasChild:after {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 8px;
                    border-top: 1px solid #aabf4d;
                    border-right: 1px solid #aabf4d;
                    position: absolute;
                    -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                    top: calc(50% - 4px);
                    right: 0; }
                header #headerInner nav #sideMenu ul.wrap li.parent .hasChild:after {
                  display: none; }
                header #headerInner nav #sideMenu ul.wrap li.parent .children {
                  width: 260px;
                  margin: 0px auto 0;
                  padding-bottom: 10px; }
                  header #headerInner nav #sideMenu ul.wrap li.parent .children li {
                    margin-top: 1px; }
                    header #headerInner nav #sideMenu ul.wrap li.parent .children li a {
                      display: block;
                      background-color: #fff;
                      padding: 10px 15px 10px 36px;
                      line-height: 1.5;
                      color: #000;
                      text-decoration: none;
                      position: relative;
                      font-size: 1.4rem; }
                      header #headerInner nav #sideMenu ul.wrap li.parent .children li a:before {
                        content: "";
                        display: block;
                        background-image: url(../images/icon-menu-list.png);
                        background-size: 100% auto;
                        width: 14px;
                        height: 14px;
                        position: absolute;
                        top: 14px;
                        left: 15px; }
                      header #headerInner nav #sideMenu ul.wrap li.parent .children li a.grn:before {
                        background-image: url(../images/icon-menu-list-green.png); }
                      header #headerInner nav #sideMenu ul.wrap li.parent .children li a:after {
                        content: "";
                        display: block;
                        width: 8px;
                        height: 8px;
                        border-top: 1px solid #aabf4d;
                        border-right: 1px solid #aabf4d;
                        position: absolute;
                        -webkit-transform: rotate(45deg);
                                transform: rotate(45deg);
                        top: calc(50% - 4px);
                        right: 10px; }
        header #headerInner nav #globalMenu ul {
          list-style: none;
          display: flex; }
          header #headerInner nav #globalMenu ul li + li {
            margin-left: 60px; }
          header #headerInner nav #globalMenu ul li a {
            display: flex;
            align-items: center;
            text-decoration: none;
            height: 60px; }
            header #headerInner nav #globalMenu ul li a .icon {
              width: 16px;
              height: 16px;
              fill: #fff;
              margin-right: 5px; }
            header #headerInner nav #globalMenu ul li a span {
              display: block;
              font-size: 1.4rem;
              color: #fff;
              line-height: 1; }
  main {
    width: calc(100% - 280px);
    margin-left: 280px; }
    main .slick-dotted.slick-slider {
      margin-bottom: 0; }
    main .slick-slide {
      width: calc(100% - 280px);
      position: relative;
      overflow: hidden; }
      main .slick-slide img {
        display: block;
        width: 100%;
        height: auto; }
        main .slick-slide img.bg {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          transition: all 7s linear; }
          main .slick-slide img.bg.zoom {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
        main .slick-slide img.txt {
          max-width: 100%;
          width: auto;
          height: auto;
          position: relative;
          z-index: 5; }
    main .slick-dots {
      left: 0;
      right: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 8; }
      main .slick-dots li {
        width: 11px;
        height: 11px; }
        main .slick-dots li button {
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-color: #ecf5c6; }
        main .slick-dots li.slick-active button {
          background-color: #c8dd6a; }
        main .slick-dots li.pre {
          width: 10px;
          height: 10px;
          border-top: 2px solid #c8dd6a;
          border-left: 1px solid #c8dd6a;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 0 20px 0 0; }
        main .slick-dots li.nex {
          width: 10px;
          height: 10px;
          border-top: 2px solid #c8dd6a;
          border-right: 1px solid #c8dd6a;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin: 0 0 0 20px; }
  #whats {
    position: relative;
    padding-top: 60px; }
    #whats:before {
      content: "";
      display: block;
      background-image: url(../images/whats-bg1.png);
      width: 337px;
      height: 224px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #whats:after {
      content: "";
      display: block;
      background-image: url(../images/whats-bg2.png);
      width: 303px;
      height: 517px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1; }
    #whats .read {
      max-width: 1030px;
      width: 90%;
      margin: 0 auto;
      display: flex;
      align-items: flex-end;
      gap: 30px; }
      #whats .read .txt {
        width: 40%; }
        #whats .read .txt h2 img {
          margin-left: -85px;
          max-width: calc(100% + 85px);
          width: auto;
          height: auto; }
        #whats .read .txt p {
          font-size: 1.5rem;
          line-height: 2;
          margin: 20px 0 0 0; }
      #whats .read .img {
        width: 60%;
        position: relative;
        padding-top: 40px; }
        #whats .read .img img {
          max-width: 100%;
          width: auto;
          height: auto; }
    #whats #whatsSlide {
      display: flex;
      max-width: 1030px;
      width: 95%;
      margin: 60px auto 0; }
      #whats #whatsSlide .main {
        flex: 1; }
        #whats #whatsSlide .main .imgL {
          width: 100%; }
          #whats #whatsSlide .main .imgL img {
            width: 100%;
            height: auto; }
        #whats #whatsSlide .main .ctrl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 30px; }
          #whats #whatsSlide .main .ctrl .title {
            font-size: 2rem;
            display: flex;
            align-items: center;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
            #whats #whatsSlide .main .ctrl .title .num {
              width: 39px;
              height: 39px;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              margin-right: 15px; }
              #whats #whatsSlide .main .ctrl .title .num[data-color=grn] {
                background-color: #c8dd6a; }
              #whats #whatsSlide .main .ctrl .title .num[data-color=org] {
                background-color: #ecb042; }
          #whats #whatsSlide .main .ctrl .btn {
            cursor: pointer;
            width: 97px;
            height: 37px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            background-color: #c8dd6a;
            transition: all .3s;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
            #whats #whatsSlide .main .ctrl .btn:hover {
              opacity: .8; }
            #whats #whatsSlide .main .ctrl .btn:before {
              content: "";
              display: block;
              width: 10px;
              height: 10px; }
            #whats #whatsSlide .main .ctrl .btn.pBtn:before {
              border-top: 2px solid #fff;
              border-left: 2px solid #fff;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            #whats #whatsSlide .main .ctrl .btn.nBtn:before {
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
      #whats #whatsSlide .tns {
        width: 330px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
            grid-template-rows: auto;
        gap: 10px;
        margin-top: -20px;
        padding-left: 20px; }
        #whats #whatsSlide .tns .tn {
          cursor: pointer;
          transition: all .3s; }
          #whats #whatsSlide .tns .tn:hover {
            opacity: .8; }
  #group {
    background-image: url(../images/group-bg.png);
    background-size: cover;
    margin-top: 80px;
    padding: 30px 0 100px; }
    #group .inner {
      max-width: 1000px;
      width: 95%;
      margin: 0 auto; }
      #group .inner h2 {
        text-align: center; }
      #group .inner #groupList {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
            grid-template-rows: auto;
        gap: 35px 38px;
        margin-top: 45px; }
        #group .inner #groupList .item {
          background-color: #fff;
          padding: 45px 30px; }
          #group .inner #groupList .item h3 {
            text-align: center;
            pointer-events: none; }
            #group .inner #groupList .item h3 img {
              max-width: 100%;
              width: auto;
              height: auto; }
          #group .inner #groupList .item p {
            margin-top: 25px;
            font-size: 1.5rem;
            line-height: 1.8; }
  #information {
    overflow: hidden;
    margin-top: 60px; }
    #information .infoHeader {
      position: relative;
      padding: 50px 0; }
      #information .infoHeader:before {
        content: "";
        display: block;
        background-image: url(../images/info-bg1.png);
        width: 337px;
        height: 517px;
        left: 0;
        top: -200px;
        position: absolute;
        z-index: 1; }
      #information .infoHeader h2 {
        text-align: center;
        position: relative;
        z-index: 5; }
        #information .infoHeader h2 img {
          max-width: 95%;
          width: auto;
          height: auto; }
      #information .infoHeader p {
        max-width: 700px;
        width: 95%;
        text-align: center;
        margin: 40px auto 0;
        position: relative;
        z-index: 5;
        font-size: 1.6rem;
        line-height: 2; }
    #information .btns {
      display: flex; }
      #information .btns .btnWrap {
        width: 50%;
        background-size: cover;
        background-position: 50% 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 320px; }
        #information .btns .btnWrap:nth-of-type(1) {
          background-image: url(../images/info-bg-welina.jpg); }
        #information .btns .btnWrap:nth-of-type(2) {
          background-image: url(../images/info-bg-care.jpg); }
        #information .btns .btnWrap a {
          display: block;
          max-width: 485px;
          width: 90%;
          height: auto; }
          #information .btns .btnWrap a img {
            width: 100%;
            height: auto; }
    #information #W {
      width: 100%;
      margin: 0 auto 0;
      padding-top: 80px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(0deg, #eff4d4 0%, white 100%); }
      #information #W:before {
        content: "";
        display: block;
        background-image: url(../images/info-bg2.png);
        width: 462px;
        height: 763px;
        position: absolute;
        top: -300px;
        right: 0; }
      #information #W .inner {
        max-width: 1205px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        z-index: 10; }
        #information #W .inner h3 img {
          max-width: 100%;
          width: auto;
          height: auto; }
        #information #W .inner .intro {
          display: flex;
          gap: 20px;
          align-items: flex-start;
          margin-top: -250px;
          padding-left: 35px; }
          #information #W .inner .intro .img {
            flex: 1;
            margin-top: 276px; }
            #information #W .inner .intro .img img {
              width: 100%;
              height: auto; }
          #information #W .inner .intro .tokucho {
            width: 416px;
            background-color: rgba(255, 255, 255, 0.95);
            border-top: 4px solid #bad837;
            padding: 35px 45px; }
            #information #W .inner .intro .tokucho h4 img {
              max-width: 100%;
              width: auto;
              height: auto; }
            #information #W .inner .intro .tokucho p {
              font-size: 1.6rem;
              line-height: 2;
              margin-top: 25px; }
    #information #C {
      padding-top: 40px;
      position: relative;
      padding-bottom: 100px;
      background-color: #faf2dc; }
      #information #C:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        border-top: 250px solid #eff4d4;
        border-right: calc(100vw - 280px) solid transparent; }
      #information #C #cHead {
        max-width: 1205px;
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        position: relative; }
        #information #C #cHead h3 img {
          max-width: 100%;
          width: auto;
          height: auto; }
        #information #C #cHead .tokucho {
          max-width: 443px;
          width: 45%;
          background-color: rgba(255, 255, 255, 0.95);
          border-top: 4px solid #eeaf00;
          position: absolute;
          top: 100px;
          left: 0;
          padding: 35px 45px; }
          #information #C #cHead .tokucho h4 img {
            max-width: 100%;
            width: auto;
            height: auto; }
          #information #C #cHead .tokucho p {
            font-size: 1.6rem;
            line-height: 2;
            margin-top: 25px; }
      #information #C .intro {
        display: flex;
        gap: 20px;
        max-width: 1205px;
        width: 95%;
        margin: 40px auto 0;
        padding: 0 30px 0 35px; }
        #information #C .intro .img {
          flex: 1; }
          #information #C .intro .img img {
            width: 100%;
            height: auto; }
  #voice {
    background-color: #f2f6dd;
    padding-bottom: 60px; }
    #voice .voiceHead {
      width: 100%;
      margin: 0 auto;
      position: relative;
      background-color: #fff;
      padding-bottom: 80px;
      padding-top: 40px; }
      #voice .voiceHead:before {
        content: "";
        display: block;
        background-image: url(../images/voice_bg.png);
        width: 462px;
        height: 344px;
        position: absolute;
        top: 0;
        right: 0; }
      #voice .voiceHead h2 {
        text-align: center; }
        #voice .voiceHead h2 img {
          max-width: 100%;
          width: auto;
          height: auto;
          margin-left: -55px; }
      #voice .voiceHead p {
        text-align: center;
        margin-top: 20px; }
        #voice .voiceHead p span {
          font-size: 1.6rem; }
    #voice #voiceSlide {
      max-width: 1000px;
      width: calc(100% - 110px);
      margin: -40px auto 0; }
      #voice #voiceSlide .slick-prev, #voice #voiceSlide .slick-next {
        width: 40px;
        height: 74px; }
      #voice #voiceSlide .slick-prev {
        background-image: url(../images/voice-arrow-pre.png);
        left: -50px; }
      #voice #voiceSlide .slick-next {
        background-image: url(../images/voice-arrow-nex.png);
        right: -50px; }
      #voice #voiceSlide .slick-track {
        display: flex; }
      #voice #voiceSlide .slick-slide {
        height: auto !important; }
      #voice #voiceSlide .slide {
        margin: 0 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column; }
        #voice #voiceSlide .slide .img img {
          width: 100%;
          height: auto; }
        #voice #voiceSlide .slide .txt {
          padding: 25px 25px 40px;
          font-size: 1.4rem;
          line-height: 1.8;
          position: relative;
          flex: 1; }
        #voice #voiceSlide .slide .name {
          position: absolute;
          bottom: 10px;
          right: 20px;
          text-align: right; }
  #access {
    background-image: url(../images/access-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0; }
    #access .accessHead {
      width: 100%;
      aspect-ratio: 1290 / 580;
      position: relative; }
      #access .accessHead h2 {
        width: 213px;
        height: 89px;
        position: absolute;
        top: 40%;
        left: 100px; }
    #access #accessSlide .slideWrap {
      max-width: 1000px;
      margin: 0 auto; }
      #access #accessSlide .slideWrap + .slideWrap {
        margin-top: 30px; }
      #access #accessSlide .slideWrap h3 {
        width: 100%;
        padding: 10px 30px;
        font-weight: 400; }
        #access #accessSlide .slideWrap h3 .num {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 29px;
          height: 29px;
          background-color: #fff;
          border-radius: 50%;
          font-size: 1.3rem;
          margin-right: 20px; }
      #access #accessSlide .slideWrap.grn {
        border: 1px solid #deeba6; }
        #access #accessSlide .slideWrap.grn h3 {
          background-color: #deeba6; }
      #access #accessSlide .slideWrap.red {
        border: 1px solid #f8e3bb; }
        #access #accessSlide .slideWrap.red h3 {
          background-color: #f8e3bb; }
      #access #accessSlide .slideWrap .slideInner {
        display: flex;
        padding: 40px 30px;
        justify-content: space-between; }
        #access #accessSlide .slideWrap .slideInner .aSlide {
          width: calc(100% - 300px); }
          #access #accessSlide .slideWrap .slideInner .aSlide .item span {
            display: block;
            text-align: center;
            font-size: 1.3rem;
            line-height: 1.3;
            padding: 5px 0; }
          #access #accessSlide .slideWrap .slideInner .aSlide .slick-prev, #access #accessSlide .slideWrap .slideInner .aSlide .slick-next {
            width: 97px;
            height: 37px;
            top: auto;
            bottom: -70px;
            z-index: 98; }
          #access #accessSlide .slideWrap .slideInner .aSlide .slick-prev {
            background-image: url(../images/access-arrow-pre.png);
            left: 0; }
          #access #accessSlide .slideWrap .slideInner .aSlide .slick-next {
            background-image: url(../images/access-arrow-nex.png);
            right: 0; }
          #access #accessSlide .slideWrap .slideInner .aSlide .slick-dots {
            bottom: -40px;
            padding: 0 100px; }
        #access #accessSlide .slideWrap .slideInner .mgr {
          width: 270px; }
          #access #accessSlide .slideWrap .slideInner .mgr .photo {
            display: flex; }
            #access #accessSlide .slideWrap .slideInner .mgr .photo img {
              width: 110px;
              height: auto; }
            #access #accessSlide .slideWrap .slideInner .mgr .photo .profile {
              margin-left: 15px; }
              #access #accessSlide .slideWrap .slideInner .mgr .photo .profile span {
                display: block; }
                #access #accessSlide .slideWrap .slideInner .mgr .photo .profile span.katagaki {
                  font-size: 1.4rem; }
                #access #accessSlide .slideWrap .slideInner .mgr .photo .profile span.name {
                  font-size: 2.1rem;
                  margin-top: 20px; }
          #access #accessSlide .slideWrap .slideInner .mgr .txt {
            margin-top: 30px;
            font-size: 1.4rem;
            line-height: 1.8; }
      #access #accessSlide .slideWrap .btns {
        width: 100%;
        display: flex;
        padding: 40px 30px;
        gap: 35px; }
        #access #accessSlide .slideWrap .btns a {
          flex: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.8rem;
          text-decoration: none;
          border-radius: 5px;
          min-height: 65px;
          position: relative;
          transition: all .3s; }
          #access #accessSlide .slideWrap .btns a.red {
            background-color: #e8756d;
            color: #fff; }
            #access #accessSlide .slideWrap .btns a.red:after {
              content: "";
              display: block;
              background-image: url(../images/icon-arrow.png);
              width: 25px;
              height: 25px;
              position: absolute;
              top: calc(50% - 13px);
              right: 15px; }
            #access #accessSlide .slideWrap .btns a.red:hover {
              opacity: .8; }
          #access #accessSlide .slideWrap .btns a.white {
            border: 1px solid #e5efb9;
            color: #000; }
            #access #accessSlide .slideWrap .btns a.white:before {
              content: "";
              display: block;
              background-image: url(../images/icon-map.png);
              width: 16px;
              height: 20px;
              margin-right: 5px; }
            #access #accessSlide .slideWrap .btns a.white:hover {
              background-color: rgba(229, 239, 185, 0.2); }
  footer {
    background-color: #256800;
    margin-top: 100px; }
    footer .copy {
      background-color: #fff;
      text-align: right;
      padding: 15px 0; }
      footer .copy p {
        font-size: 1.2rem;
        line-height: 1;
        display: block;
        width: 90%;
        margin: 0 auto; }
    footer #footerInner {
      max-width: 1000px;
      width: 95%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 30px;
      padding: 30px 0;
      flex-wrap: wrap; }
      footer #footerInner #fLogo {
        width: 130px; }
        footer #footerInner #fLogo img {
          width: 100%;
          height: auto; }
      footer #footerInner .footMenu {
        list-style: none;
        font-size: 1.3rem;
        flex: 1; }
        footer #footerInner .footMenu li + li {
          margin-top: 10px; }
        footer #footerInner .footMenu li a {
          color: #fff; }
      footer #footerInner .todokede {
        width: 100%;
        color: #fff;
        font-size: 1.3rem; }
    footer .copy {
      background-color: #fff;
      text-align: right;
      padding: 15px 0; }
      footer .copy p {
        font-size: 1.2rem;
        line-height: 1;
        display: block;
        max-width: 1000px;
        margin: 0 auto; }
  #contact {
    padding-top: 60px; }
    #contact p {
      text-align: center;
      font-size: 1.6rem; }
    #contact .contactBtn {
      margin-top: 30px; }
      #contact .contactBtn a {
        display: flex;
        max-width: 600px;
        width: 90%;
        margin: 0 auto;
        background-color: #256800;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        text-decoration: none;
        border-radius: 5px;
        min-height: 85px;
        position: relative;
        transition: all .3s;
        color: #fff; }
        #contact .contactBtn a:before {
          content: "";
          display: block;
          width: 25px;
          height: 25px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: calc(50% - 10px);
          right: 20px;
          z-index: 5; }
        #contact .contactBtn a:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #256800;
          border-right: 2px solid #256800;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 3px);
          right: 29px;
          z-index: 6; }
        #contact .contactBtn a:hover {
          opacity: .8; }
  #pageTop {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 70px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    display: none; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/* ---------------
20250526:追加
--------------------- */
main.landing-tokyu {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1101px) {
  main .landing-logo {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  main .landing-logo {
    position: absolute;
    width: 137px;
    height: 70px;
    background-color: #fff;
    top: 62px;
    left: 0;
    border-radius: 0 0 10px 0;
    z-index: 8;
  }
  main .landing-logo picture {
    display: block;
    width: 137px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  main .landing-logo picture img {
    width: 60%;
    height: auto;
  }
}
