@charset "UTF-8";
/* ================================================================
    
	init
	
================================================================ */
/* ================================
	color
================================ */
/* ================================
    @mixin text-hidden
================================ */
/* ================================
    brakpoint
    @mixin media-query
================================ */
/* ================================================================
    
	共通
	
================================================================ */
/* 
---------------------- */
.secTitle h2 {
  margin-top: .4em;
  font-size: 5.3vw;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

.secTitle h2 mark {
  display: inline;
  padding: .14em .4em;
  color: inherit;
  background: #000;
}

@media screen and (min-width: 768px) {
  .secTitle h2 {
    margin-top: .2em;
    font-size: 5.0rem;
    line-height: 1.4;
  }
}

/* visual
---------------------- */
.secVisual {
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .secVisual {
    height: 322px;
  }
}

.secVisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
---------------------- */
.ext-head {
  font-size: 2.0rem;
  color: #fff;
}

.ext-head span {
  display: block;
  line-height: 0;
  vertical-align: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: 0;
  margin-left: -60px;
}

.ext-head span::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 42px;
  height: 5px;
  background: #fff;
}

.ext-head.cl-blk {
  color: #000;
}

.ext-head.cl-blk span::before {
  background: #000;
}

/* 
---------------------- */
.font-ropa {
  font-family: 'Ropa Sans', sans-serif;
}

/* ================================================================
    
    グローバルヘッダー、ナビゲーション
	
================================================================ */
.globalHeader {
  z-index: 500;
}

/* 
---------------------- */
.mainvisual {
  height: 100vh;
  min-height: 600px;
  position: relative;
  z-index: 500;
}

@media screen and (min-width: 768px) {
  .mainvisual {
    min-height: auto;
    max-height: 700px;
  }
}

.logo-wse {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.logo-wse img {
  width: 74%;
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .logo-wse img {
    width: 467px;
  }
}

/* ================================================================
    
    グローバルフッター
	
================================================================ */
.globalFooter {
  color: #fff;
  background: #000;
}

.globalFooter > .inner {
  padding: 1.6em 20px .6em;
}

.globalFooter .credit {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
}

.globalFooter .copyrights {
  margin-top: 2em;
  font-size: 1.2rem;
  line-height: 1;
}

/* 
---------------------- */
.btn-toTop {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 1.3rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: .9;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  z-index: 1000;
}

.btn-toTop::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0 0 1px;
  position: relative;
  margin-top: 8px;
  margin-bottom: -5px;
  -webkit-transform: rotate(45deg) skew(-4deg, -4deg);
          transform: rotate(45deg) skew(-4deg, -4deg);
}

.btn-toTop.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================================
    
    コンテンツ
	
================================================================ */
/* ================================================================
    
sec-work
	
================================================================ */
.sec-work {
  background: #98ab7f;
  position: relative;
  z-index: 1;
}

.sec-work > .inner {
  padding-top: 2.6em;
  padding-bottom: 5em;
  position: relative;
  z-index: 1;
}

.sec-work::after {
  display: block;
  content: "";
  width: 100%;
  height: 470px;
  background: #758a5b;
  position: absolute;
  top: -10.3%;
  left: 75%;
  z-index: -1;
}

.secTitle__ext.work {
  display: block;
  width: 64%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .secTitle__ext.work {
    width: 46%;
  }
}

.secLead {
  margin: 1.4em 0 1em;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  position: relative;
}

@media screen and (min-width: 768px) {
  .secLead {
    margin: 2em 0 1em;
    font-size: 2.0rem;
  }
}

.workSummary {
  margin-top: 3em;
  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;
}

@media screen and (min-width: 768px) {
  .workSummary {
    display: block;
  }
}

.workSummary .workSummary__txt {
  display: block;
  padding: 1.3em 1.3em;
  border: 3px solid #000;
  background: #fff;
  border-radius: 6px;
  z-index: 1;
  margin-top: -2.4em;
}

@media screen and (min-width: 768px) {
  .workSummary .workSummary__txt {
    margin-top: 0;
    padding: 1.62em 2em;
    border: 5px solid #000;
    border-radius: 10px;
    position: absolute;
  }
}

.workSummary .workSummary__txt h3 {
  margin-bottom: .5em;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1.4;
  color: #758a5b;
}

@media screen and (min-width: 541px) {
  .workSummary .workSummary__txt h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .workSummary .workSummary__txt h3 {
    font-size: 2.4rem;
  }
}

.workSummary .workSummary__txt p {
  font-size: 1.6rem;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .workSummary .workSummary__txt p {
    font-size: 1.6rem;
  }
}

.workSummary.summaru-01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.workSummary.summaru-01 figure {
  position: relative;
  left: -6%;
}

@media screen and (min-width: 768px) {
  .workSummary.summaru-01 figure {
    left: auto;
  }
}

.workSummary.summaru-01 .workSummary__txt {
  bottom: 5%;
  right: 0;
}

.workSummary.summaru-01::after {
  display: block;
  content: "";
  width: 100%;
  height: 240px;
  background: #758a5b;
  position: absolute;
  top: -5%;
  left: -30%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .workSummary.summaru-01::after {
    height: 470px;
    top: -37%;
  }
}

.workSummary.summaru-02 figure {
  position: relative;
  right: -6%;
}

@media screen and (min-width: 768px) {
  .workSummary.summaru-02 figure {
    right: auto;
    margin-right: 0;
    margin-left: auto;
  }
}

.workSummary.summaru-02 .workSummary__txt {
  top: 8%;
  left: 0;
}

.workSummary.summaru-02::after {
  display: block;
  content: "";
  width: 100%;
  height: 400px;
  background: #758a5b;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .workSummary.summaru-02::after {
    top: -3%;
    height: 470px;
  }
}

/* ================================================================

sec-stay

================================================================ */
.sec-stay {
  background: #44989c;
}

.sec-stay > .inner {
  padding-top: 240px;
  padding-bottom: 5em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sec-stay > .inner {
    padding-top: 322px;
  }
}

.sec-stay > .inner::after {
  display: block;
  content: "";
  width: 957px;
  height: 226px;
  background-image: url(../images/contens/txt-ikomasanroku.png);
  background-size: cover;
  position: absolute;
  bottom: 0.5%;
  right: -14%;
  z-index: -1;
}

/* title
---------------------- */
.secTitle.stay h2 {
  position: relative;
  margin-top: -5%;
  left: 3%;
}

.secTitle__ext.stay {
  margin: 20px 0 20px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .secTitle__ext.stay {
    margin: 20px 0 20px -30px;
  }
}

.secTitle__ext.stay .primaryTxt {
  display: block;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .secTitle__ext.stay .primaryTxt {
    width: 40%;
  }
}

.secTitle__ext.stay .subTxt {
  display: inline-block;
  margin-top: .6em;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
}

@media screen and (min-width: 541px) {
  .secTitle__ext.stay .subTxt {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .secTitle__ext.stay .subTxt {
    margin-top: auto;
    font-size: 3.2rem;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 35%;
  }
}

/* リンク
---------------------- */
.extLink-ikoma {
  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: 105px;
  height: 105px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: #000;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 290px;
  right: 10px;
  -webkit-transition: .8s transform;
  transition: .8s transform;
}

@media screen and (min-width: 768px) {
  .extLink-ikoma {
    width: 125px;
    height: 125px;
    font-size: 1.5rem;
    margin-top: -30%;
    top: auto;
    right: 0;
  }
}

.extLink-ikoma:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #758a5b;
}

/* staySummary
---------------------- */
.staySummary-wrap {
  margin-bottom: -3em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .staySummary-wrap {
    overflow: hidden;
  }
}

.staySummary {
  margin-bottom: 3em;
}

.staySummary__figure {
  position: relative;
  margin-left: -6%;
}

@media screen and (min-width: 768px) {
  .staySummary__figure {
    margin-left: auto;
  }
}

.staySummary__txt {
  margin: -2em 0 0 6%;
  padding: 1.4em;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .staySummary__txt {
    margin: -1em 1.5em 0;
    padding: 2em;
  }
}

.staySummary__txt h3 {
  padding: 0.6em 0;
  font-size: 4.6vw;
  font-weight: 600;
  color: #44989c;
  line-height: 1.4;
  border: solid #000;
  border-width: 2px 0;
}

@media screen and (min-width: 541px) {
  .staySummary__txt h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .staySummary__txt h3 {
    font-size: 2.4rem;
  }
}

.staySummary__txt p {
  margin-top: 1.2em;
  font-size: 1.6rem;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .staySummary__txt p {
    font-size: 1.6rem;
  }
}

/* ================================================================

sec-taiken

================================================================ */
.sec-taiken {
  background: #81a79d;
  position: relative;
}

.sec-taiken > .inner {
  padding-top: 322px;
  padding-bottom: 8em;
  position: relative;
}

/* title
---------------------- */
.secTitle.taiken {
  position: relative;
}

@media screen and (min-width: 768px) {
  .secTitle.taiken {
    text-align: right;
  }
}

.secTitle.taiken h2 {
  position: absolute;
  margin-top: -14%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .secTitle.taiken h2 {
    margin-top: -30%;
  }
}

.secTitle__ext.taiken {
  width: 90%;
  position: relative;
  margin: -9% 0 -5% -2%;
  z-index: 200;
}

@media screen and (min-width: 768px) {
  .secTitle__ext.taiken {
    width: auto;
    margin: 4% 0 0 0;
    position: absolute;
    left: 54%;
  }
}

.taikenSummary {
  margin-bottom: 3em;
  position: relative;
}

.taikenSummary__txt {
  margin: -1em 1.5em 0;
  padding: 5vw;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .taikenSummary__txt {
    padding: 2em;
  }
}

.taikenSummary__txt h3 {
  padding: 0.6em 0;
  font-size: 4.4vw;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  border: solid #000;
  border-width: 2px 0;
}

@media screen and (min-width: 541px) {
  .taikenSummary__txt h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .taikenSummary__txt h3 {
    font-size: 2.4rem;
  }
}

.taikenSummary__txt p {
  margin-top: 1.2em;
}

.taikenSummary.summary-01 {
  margin: 0 -6%;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-01 {
    margin: 17% auto 3em;
    padding-top: 57%;
    position: relative;
    z-index: 1;
  }
}

.taikenSummary.summary-01 .photo-01 {
  width: 55%;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-01 .photo-01 {
    width: 45%;
    position: absolute;
    top: 22%;
    left: -5%;
    z-index: 1;
  }
}

.taikenSummary.summary-01 .photo-02 {
  margin-top: -8%;
  margin-left: 20%;
  width: 80%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-01 .photo-02 {
    margin: auto;
    width: 75%;
    position: absolute;
    top: 0;
    right: -20%;
  }
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-01 .taikenSummary__txt {
    position: absolute;
    top: -13%;
    left: 0;
  }
}

.taikenSummary.summary-01::after {
  display: block;
  content: "";
  width: 813px;
  height: 221px;
  background-image: url(../images/contens/txt-experience2.png);
  background-size: cover;
  position: absolute;
  bottom: -23%;
  right: 9%;
  z-index: -1;
}

.taikenSummary.summary-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15% -6% 0;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-02 {
    display: block;
    margin: 0 0 3em;
    padding-top: 70%;
    position: relative;
    z-index: 1;
  }
}

.taikenSummary.summary-02 .photo-01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 56%;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-02 .photo-01 {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.taikenSummary.summary-02 .photo-02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40%;
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: 200;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-02 .photo-02 {
    width: 31%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.taikenSummary.summary-02 .photo-03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 65%;
  margin: -2em 6% 10%;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-02 .photo-03 {
    width: 48%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3%;
  }
}

.taikenSummary.summary-02 .taikenSummary__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  margin: -2em 6% 0 auto;
  z-index: 400;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-02 .taikenSummary__txt {
    width: 45%;
    margin: 0;
    position: absolute;
    top: 18%;
    left: 30%;
    bottom: auto;
    right: auto;
  }
}

.taikenSummary.summary-02::after {
  display: block;
  content: "";
  width: 643px;
  height: 126px;
  background-image: url(../images/contens/txt-lets.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -40%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .taikenSummary.summary-02::after {
    bottom: -6%;
    right: -17%;
  }
}

/* ================================================================
    
taikenProgram
	
================================================================ */
.taikenProgram {
  margin-top: 10px;
}

.taikenProgram + .taikenProgram {
  margin-top: 80px;
}

.taikenProgram__h {
  margin-bottom: 1em;
  font-size: 6vw;
  font-weight: 600;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 541px) {
  .taikenProgram__h {
    font-size: 4.0rem;
  }
}

@media screen and (min-width: 768px) {
  .taikenProgram__h {
    font-size: 4.0rem;
  }
}

.taikenProgram__h::after {
  display: block;
  content: "";
  margin: .2em auto 0;
  width: 32px;
  height: 2px;
  background: #fff;
}

.taikenProgram__category {
  position: relative;
}

.taikenProgram__category ul {
  width: 14em;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -21px;
  z-index: 500;
}

@media screen and (min-width: 768px) {
  .taikenProgram__category ul {
    margin-left: 0;
  }
}

.taikenProgram__category ul.is-fixed {
  position: fixed;
  top: 38px;
}

.taikenProgram__category ul.is-last {
  position: absolute;
  top: auto;
  bottom: 0;
}

.taikenProgram__category li {
  display: none;
}

.taikenProgram__category li span {
  display: inline-block;
  padding: .4em .2em;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  background: #000;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .taikenProgram__category li span {
    padding: .2em;
    font-size: 3.2rem;
  }
}

.taikenProgram__category li:first-child {
  display: inline-block;
}

.programList {
  margin-right: -8%;
  position: relative;
  z-index: 1;
}

.programList.mA {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .programList {
    margin-right: auto;
  }
}

.programList > li + li {
  margin-top: 52px;
}

.programList + .programList {
  margin-top: 52px;
}

.programList.ctg-outdoor {
  position: relative;
}

.programList.ctg-outdoor::after {
  display: block;
  content: "";
  width: 643px;
  height: 126px;
  background-image: url(../images/contens/txt-lets.png);
  background-size: cover;
  position: absolute;
  top: 70%;
  left: -26%;
  z-index: -1;
}

.programList.ctg-culture {
  position: relative;
}

.programList.ctg-culture::after {
  display: block;
  content: "";
  width: 813px;
  height: 221px;
  background-image: url(../images/contens/txt-experience2.png);
  background-size: cover;
  position: absolute;
  bottom: -19%;
  right: -27%;
  z-index: -1;
}

.programItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid #000;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .programItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 5px solid #000;
  }
}

.programItem:hover {
  border-color: #758a5b;
}

.programItem__figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .programItem__figure {
    width: 54%;
  }
}

.programItem__figure > figure {
  width: 50%;
}

.programItem__figure > figure:first-child {
  border-radius: 5px 0 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .programItem__figure > figure:first-child {
    border-radius: 5px 0 0 5px;
  }
}

.programItem__figure > figure:last-child {
  border-radius: 0 5px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .programItem__figure > figure:last-child {
    border-radius: 0;
  }
}

.programItem__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.programItem__txt {
  padding: 1.2em 1.2em 3.2em;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .programItem__txt {
    padding: 32px 32px 3em;
    width: 46%;
  }
}

.programItem__txt h4 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.4;
}

.programItem__txt p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .programItem__txt p {
    font-size: 1.4rem;
  }
}

.programItem__txt .btn-basic {
  display: inline-block;
  width: 80%;
  padding: 1.4em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 6px 0 0 6px;
  position: absolute;
  bottom: -2em;
  right: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .programItem__txt .btn-basic {
    display: inline-block;
    width: auto;
    padding: 1.4em 9em;
    font-size: 1.4rem;
    border-radius: 10px;
    right: 1em;
  }
}

.programItem__txt .btn-basic:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #758a5b;
}

.programItem.commingsoon .btn-basic {
  color: #444;
  pointer-events: none;
  z-index: 1000;
}

.programItem.commingsoon::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

.programItem.commingsoon::after {
  display: block;
  content: "Coming soon";
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.2;
  font-family: 'Ropa Sans', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 600;
}

.mA .btn-basic {
  border-radius: 6px;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .mA .btn-basic {
    border-radius: 10px;
    left: auto;
  }
}

/* ================================================================
    
	sec-access
	
================================================================ */
.sec-access > .inner {
  max-width: 100%;
  padding: 0;
}

.access {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .access {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.access__txt > .inner {
  padding: 1.4em;
}

@media screen and (min-width: 768px) {
  .access__txt > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 3em 2em 3em 0;
    overflow: hidden;
  }
}

.access__h {
  font-size: 2rem;
  font-weight: 600;
  color: #758a5b;
}

@media screen and (min-width: 768px) {
  .access__h {
    font-size: 2.6rem;
  }
}

.access__howto {
  max-width: 570px;
}

.access__howto dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1em;
}

.access__howto dt small {
  font-size: 60%;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .access__howto dt {
    font-size: 2.0rem;
  }
}

.access__howto dl {
  padding-left: 1em;
}

.access__map .wrap-googlemap {
  height: 240px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .access__map .wrap-googlemap {
    height: 100%;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.accesStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge*/
  scrollbar-width: none;
  /* ff */
  /* Chrome, Safari 対応 */
}

.accesStep::-webkit-scrollbar {
  display: none;
}

.accesStep__point {
  display: block;
  padding: .4em .5em;
  font-size: 1.6rem;
  font-weight: 600;
  border: 3px solid #000;
  border-radius: 6px;
}

.accesStep__line {
  display: block;
  padding: .4em .6em .4em;
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
  position: relative;
}

.accesStep__line::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.fade {
  opacity: 0;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transform: translate(-6%, 0);
          transform: translate(-6%, 0);
}

.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.programItem__figure figure:nth-of-type(2) img {
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
}

.programItem__txt h4 {
  -webkit-transition-delay: .26s;
          transition-delay: .26s;
}

.programItem__txt p {
  -webkit-transition-delay: .32s;
          transition-delay: .32s;
}

.popup {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.popup span {
  display: inline-block;
  -webkit-transform: translate(0, 110%);
          transform: translate(0, 110%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.popup.animated span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.popup span:nth-child(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.popup span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.popup span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.popup span:nth-child(5) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.popup span:nth-child(6) {
  -webkit-transition-delay: 0.30s;
          transition-delay: 0.30s;
}

.popup span:nth-child(7) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.popup span:nth-child(8) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.popup span:nth-child(9) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.popup span:nth-child(10) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.popup span:nth-child(11) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.popup span:nth-child(12) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

.popup span:nth-child(13) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.popup span:nth-child(14) {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}

.popup span:nth-child(15) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.popup span:nth-child(16) {
  -webkit-transition-delay: 0.90s;
          transition-delay: 0.90s;
}

.popup span:nth-child(17) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.popup span:nth-child(18) {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}

.popup span:nth-child(19) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.popup span:nth-child(20) {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

.popup.l2 span:nth-child(1) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

.popup.l2 span:nth-child(2) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.popup.l2 span:nth-child(3) {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}

.popup.l2 span:nth-child(4) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.popup.l2 span:nth-child(5) {
  -webkit-transition-delay: 0.90s;
          transition-delay: 0.90s;
}

.popup.l2 span:nth-child(6) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.popup.l2 span:nth-child(7) {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}

.popup.l2 span:nth-child(8) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.popup.l2 span:nth-child(9) {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}
/*# sourceMappingURL=module.css.map */