/*--------------
report.css
----------------*/

* {
 min-height:0;
  min-width : 0;
}

html {
	overflow: auto;
}
body {
  -webkit-text-size-adjust: 100%;
	overflow: hidden;
}

  .sp-inbl {border: 1px solid #FF0000;}

/* SP */
@media screen and (max-width:896px) {

  /* 効果をかけるためのスタイル設定 */
  .top__mv-wrap .slick-slide{
    opacity: 1 !important;
  }
  .top__mv-wrap .slick-active .top-mv__img{
    opacity: 1;
    transition: ease 5.0s;
  }
  .top__mv-wrap .slick-continue .top-mv__img{
    opacity: 0;
    transition: ease 5.0s;
  }
  .top__mv-wrap img{
    transform: scale(1.0, 1.0);
    transition: 0s;
  }
  .top__mv-wrap .slick-active img{
    transform: scale(1.1, 1.1);
    transition: ease 10.0s; 
  }
  .top__mv-wrap .slick-continue img{
    transform: scale(1.2, 1.2);
    transition: ease 10.0s;
  }
  .top__mv-wrap .top-mv__img{
    opacity: 0;
    transition: 0s;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .experience-day__box {
    margin-top: 30px !important;
  }  
}


/*メインビジュアル_SP*/
. {
    height: calc(100vh * 0.5);
    min-height: calc(100vh * 0.5);
    max-height: calc(100vh * 0.5);
    position: relative;
}
.top-mv__img {
    height: calc(100vh * 0.5);
    min-height: calc(100vh * 0.5);
    max-height: calc(100vh * 0.5);
}
.top-mv .slick-slide {   
    height: calc(100vh * 0.5);
    min-height: calc(100vh * 0.5);
    max-height: calc(100vh * 0.5);
    outline: none;
}
.top__mv-wrap .slick-slide img {
      object-fit: cover;
    height: 100%;
    width: 100%;
}
.top-mv{ text-align: center; }
.top-mv_ttl {
  position: absolute;
  /*top: 134px;*/
  margin: -100px auto 0;
  max-height: 226px;
  right: 0;
  left: 0;
}

.inner {
  width: 90%;
  margin: auto 5%;
}

h3 span {
  font-size: 12px !important;
  color:#22c5ee !important;
}

/* はじめに */
.hajime {
  padding-top: 57px;
  padding-bottom: 36px;
  background: url("../images/hajime_bg-sp.png") no-repeat right top -100px;
}
.hajime h2 {
  margin-bottom: 38px;
  padding-bottom: 28px;
  text-align: center;
  position: relative;
}
.hajime h2::after {
 position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #070002;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hajime p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
.hajime p.name {
  text-align: right;
}
.hajime-ph { text-align: center; margin-top: 30px; }
.hajime-ph img { width: 100%; max-width: 1298px; border-radius: 20px;}

/*about_SP*/
.about {
  padding: 46px 0 20px;
  background-image: url("../images/about_bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.about .box {
  padding: 7%;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
.about .box p {
  font-size:14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-link__box .link_txt a {
  color: #0197d8;
  font-weight: bold;
  border-bottom:1px solid;
  padding-bottom: 3px;
}

/* experienceSP */
.experience {
  padding-top: 80px;
  padding-bottom: 50px;
  background: url(../images/experience-bg.png) repeat;
  margin-top: -300px;
}

.experience-title {
  position: relative;
  width: 100%;
}


.experience-title h3 {
  position: absolute;
  top:46%;
  left:50%;
  margin: -22px 0 0 -100px;
}

.experience-title h3 img {
    width: 100%;
    height: 45px;
}

/* 集合＆出発 */
.departire {
  padding: 130px 0 180px;
}
.departire .sub-ttl img {
  height: 40px;
}

.departire .box {
  width: 100%;
  max-width: 1143px;
  margin: 0 auto;
  min-height: 838px;
  background: url(../images/departure-bg-pc.jpg) center top no-repeat;
  background-size: 100% auto;
  position: relative;
}

.departire .box p {
  font-size: 16px;
  line-height: 2.0;
}
.departire .txt02 p {
  text-align: center;
}

.departire .txt04 p {
  font-size: 22px;
  font-weight: bold;
}

.departire .txt04 span {
  color: #1ab9e1;
}
.departire .txt01 {
  position: absolute;
  top:72px;
  left: 420px;
}

.departire .txt02 {
  position: absolute;
  bottom:242px;
  right: 50px;
}
.departire .txt02 br.smb {
  display: none;
}
.departire .txt03 {
  position: absolute;
  bottom:264px;
  left: 0px;
}
.departire .txt04 {
  position: absolute;
  bottom:0;
  right: 168px;
}


/* 体験スケジュール */
.experience-day__box {
  max-width: 100%;
  background: #fff;
  border-radius: 0 80px 80px 0;
  margin: 0 auto;
  margin-right: 32px;
  padding:53px 36px 43px;
  position: relative;
}

.experience-day {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
  align-items: center;
}

.experience-day .experience-day__txt {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.experience-day .experience-day__img {
  text-align: center;
}
/*
.experience-day .experience-day__img img {
  width: 80%;
}*/


.experience-day .experience-day__txt h5 {
  font-size:20px;
  margin-bottom: 20px;
}

.experience-day .experience-day__txt h5 span {
  border-bottom:1px solid;
  padding-bottom: 3px;
}

/* 1日目 */
.experience-day1-ttl {
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  display: flex;
  align-items :center;
  margin-bottom: 30px;
}
.experience-day1-ttl p {
  padding: 18px 0 0 20px;
}
.experience-day1-ttl p img {
  width: 80%;
  max-width: 120px;
  height:auto;
}
.experience-day1-ttl h4 {
  margin-left: 24px;
}
.experience-day1-ttl h4 img {
  width: auto;
  height:24px;
}

.experience-day__box .icon1 {
  text-align: right;
}
.experience-day__box .icon1 img {
  position: absolute;
  top:-100px;
  right: -100px;
  width: 280px;
  height: auto;
}

/* 2日目 */
.experience-day__box .icon2 {
  text-align: right;
}
.experience-day__box .icon2 img {
  position: absolute;
  top:-120px;
  right: 80px;
  width: 220px;
  height: auto;
}
.experience-day2-ttl {
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  display: flex;
  align-items :center;
  margin-bottom: 30px;
}
.experience-day2-ttl p {
  padding: 18px 0 0 20px;
}
.experience-day2-ttl p img {
  width: 80%;
  max-width: 120px;
  height:auto;
}
.experience-day2-ttl h4 {
  margin-left: 24px;
}
.experience-day2-ttl h4 img {
  width: auto;
  height:24px;
}


/*3日目 */
.experience-day__box .icon3 {
  text-align: right;
}
.experience-day__box .icon3 img {
  position: absolute;
  top:-100px;
  right: -100px;
  width: 280px;
  height: auto;
}
.experience-day3-ttl {
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  display: flex;
  align-items :center;
  margin-bottom: 30px;
}
.experience-day3-ttl p {
  padding: 18px 0 0 20px;
}
.experience-day3-ttl p img {
  width: 80%;
  max-width: 120px;
  height:auto;
}
.experience-day3-ttl h4 {
  margin-left: 24px;
}
.experience-day3-ttl h4 img {
  width: auto;
  height:58px;
}

/* 4日目 */
.experience-day__box .icon4 {
  text-align: right;
}
.experience-day__box .icon4 img {
  position: absolute;
  top:-100px;
  right: -100px;
  width: 280px;
  height: auto;
}
.experience-day4-ttl {
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  display: flex;
  align-items :center;
  margin-bottom: 30px;
}
.experience-day4-ttl p {
  padding: 18px 0 0 20px;
}
.experience-day4-ttl p img {
  width: 80%;
  max-width: 120px;
  height:auto;
}
.experience-day4-ttl h4 {
  margin-left: 24px;
}
.experience-day4-ttl h4 img {
  width: auto;
  height:58px;
}



/*staff-voice_SP*/
.staff-voice {
  clear: both;
  padding: 60px 20px 60px;
  background-image: url("../images/sataff-bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:120px;
  z-index: 100;
}
.staff-voice .staff-voice_box {
  width: 100%;
  background: #fff;
  max-width: 1120px;
  border: 3px solid #22c5ee;
  border-radius: 8px;
  margin: 0 auto;
  padding: 50px 36px 60px;
}
.staff-voice .sub-ttl {
  margin: 0 auto 30px;
}

.staff-voice .sub-ttl img {
  height: 40px;
  width: auto;
}

.staff-voice li {
  margin: 86px auto 0;
  padding: 0;
  position: relative;
}

.staff-voice li .voice {
  padding: 40px 30px 30px;
  border-radius: 40px;
  background: #f7f8fd;
  border: 2px dashed #22c5ee;
  box-sizing: border-box;
  text-align: center;
}
.staff-voice li .voice p {
  font-size: 14px;
  line-height: 2.0;
  text-align: left;
}
.staff-voice li .voice p.name {
  text-align: right;
  margin-top: 30px;
  font-size: 15px;
}

.staff-voice li .icon {
  position: absolute;
  z-index: 100;
  top: -60px;
  right: 50px;
  width: 86px;
  height: 86px;
  background: #22c5ee;
  border-radius: 50%;
  text-align: center;
}

.staff-voice li .icon span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 86px;
}

/* 後記 */
.message {
  padding: 87px 0 0;
  text-align: center;
}
.message .sub-ttl { margin-bottom: 48px;}
.message .sub-ttl img {
  height: 26px;
}
.message .sub-ttl span {
  font-size: 16px;
}
.message p {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 34px;
}

.message .message-ph { margin-top: 60px;}
.message .message-ph img {
  width: 100%;
  /*max-width: 1560px;*/
  height: auto;
}

/* PC */
@media screen and (min-width:897px) {
  /* 効果をかけるためのスタイル設定 */
  .top__mv-wrap .slick-slide{
    opacity: 1 !important;
  }
  .top__mv-wrap .slick-active .top-mv__img{
    opacity: 1;
    transition: opacity ease 5.0s;
  }
  .top__mv-wrap .slick-continue .top-mv__img{
    opacity: 0;
    transition: opacity ease 5.0s;
  }
  .top__mv-wrap .top-mv__img .top_mv-slide {
    width: 100%;
    height: 100%;
    transition: 0s;
  }
  .top__mv-wrap  .top-mv__img .top_mv-slide{
     position: relative;
  }
  .top__mv-wrap  .top-mv__img .top_mv-slide::before{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: ease 0s;
    transform: scale(1.0, 1.0);
  }
  
  .top__mv-wrap .slick-active  .top-mv__img .top_mv-slide::before{
    transform: scale(1.1, 1.1);
      transition: ease 10.0s;
  }
  /*
  .top__mv-wrap .slick-continue  .top-mv__img .top_mv-slide::before{
    transform: scale(1.4, 1.4);
      transition: ease 10.0s;
  }*/
  .top__mv-wrap  .top-mv__img.mv-img01 .top_mv-slide::before{
    background-image: url("../images/mv-pc.jpg"); 
  } 
  .top__mv-wrap img{
    display: none !important;
  }
  .top__mv-wrap .top-mv__img{
    opacity: 0;
    transition: 0s;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /*メインビジュアル_PC*/
  .top-mv {
    width: 100%;
       height: 100vh;
      min-height: 100vh;
      max-height: 100vh;
  /*
    height: calc(100vh);
      min-height: calc(100vh);
      max-height: calc(100vh);
  */
      position: relative;
  }
  .top-mv__img {
      height: 100vh;
      min-height: 100vh;
      max-height: 100vh;
  }
  .top-mv .slick-slide {   
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    outline: none;
  }
  .top-mv_ttl {
    max-width: 1000px;
    max-height: 275px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  
  .main-content {
    max-width: 100%;
    margin: 0;
  }
  .inner {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
  }
  
  /* はじめに */
  .hajime {
    padding-top: 137px;
    padding-bottom: 136px;
    background: url("../images/hajime_bg-sp.png") no-repeat right 30% top -140px;
  }
  .hajime h2 {
    margin-bottom: 78px;
    padding-bottom: 28px;
  }
  .hajime p {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .hajime-ph { text-align: center; margin:60px 5% 0; }

  /*about*/
  .about {
    padding: 106px 0 106px;
    margin: 0;
    background-image: url("../images/about_bg-pc.jpg");
  }
  .about .box {
    padding: 80px 70px 40px;
    margin-bottom: 30px;
  }
  .about .box:nth-child(2) {
    padding: 80px 70px 80px;
    margin-bottom: 0;
  }
  .about .box p {
    font-size:16px;
    line-height: 2.0;
  }
  
  .about .box:nth-child(1){
    display: flex;
    flex-direction: row;
  }
  .about .box:nth-child(2) .about-link__box{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .about-txt__box {
    max-width: 520px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .about-img__box {
    margin-bottom: 0;
  }
  .about-txt__box p {
    margin-left: 0;
    font-size: 16px;
    width: 100%;
  }
  .about-link__box {
    margin-top: 30px;
  }
  .about-link__box p.link_txt {
    max-width: 570px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
  }
  
  .about-link__box .link_txt a {
    color: #0197d8;
    font-weight: bold;
  }
  
  .about-link__box img {
    max-width: 398px;
    margin-left: auto;
  }

  .departire .txt03 br.smp {
    display: none;
  }

  /* 集合＆出発 */
  .departire {
    padding: 130px 0 180px;
  }
  .departire .sub-ttl img {
    height: 46px;
  }

  .experience-title h3 img {
    width: auto;
    height: 46px;
  }
  .experience-title h3 {
    top: 30%; left: 50%;
  }

  .departire .box {
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    min-height: 838px;
    background: url(../images/departure-bg-pc.jpg) center bottom no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  
  .departire .box p {
    font-size: 16px;
    line-height: 2.0;
  }
  .departire .txt02 p {
    text-align: center;
  }

  .departire .txt04 p {
    font-size: 22px;
    font-weight: bold;
  }

  .departire .txt04 span {
    color: #1ab9e1;
  }
  .departire .txt01 {
    position: absolute;
    top:72px;
    left: 420px;
  }

  .departire .txt02 {
    position: absolute;
    bottom:275px;
    right: 50px;
  }

  .departire .txt03 {
    position: absolute;
    bottom:294px;
    left: -25px;
  }
  .departire .txt04 {
    position: absolute;
    bottom:0;
    right: 168px;
  }

  
  /* 体験内容 */
  .experience {
    padding-bottom: 110px;
  }
  
  /* 1日目 */
  .experience-day__box {
    max-width: 100%;
    border-radius: 0 80px 80px 0;
    margin-right: 52px;
    margin-top: 70px;
    padding:63px 52px 123px;
    
  }
  .experience-day__box.day1{
    margin-top: -80px;
  }
  
  .experience-day {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .experience-day__box .icon1 {
    width: 100%;
  }
  .experience-day__box .icon1 img {
    top:-160px;
    right: -200px;
    width: 380px;
  }
  /* スケジュール */
  .experience-day {
    width: 100%;
    max-width: 988px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .experience-day .experience-day__txt {
    width: 500px;
    margin-right: 60px;
    font-size: 16px;
    line-height: 2.0;
  }
  .experience-day .experience-day__txt:nth-child(even) {
    margin-right: 0;
    margin-left: 60px;
  }
  .experience-day .experience-day__img img {
    width: 100%;
  }
  .experience-day .experience-day__txt h5 {
    font-size:22px;
    margin-bottom: 20px;
  }

  .experience-day .experience-day__txt h5 span {
    border-bottom:1px solid;
    padding-bottom: 3px;
  }
  
  /* 1日目 */
  .experience-day1-ttl {
    margin-bottom: 30px;
  }
  .experience-day1-ttl p {
    padding: 85px 0 0 120px;
  }
  .experience-day1-ttl p img {
    width: 100%;
    max-width: 214px;
    height:auto;
  }
  .experience-day1-ttl h4 {
    margin-left: 54px;
  }
  .experience-day1-ttl h4 img {
    height:32px;
  }
  .experience-day.lastBlock{
    margin-top: 50px;
  }

  /* 2日目 */
  .experience-day__box .icon2 {
    width: 100%;
  }
  .experience-day__box .icon2 img {
    top:-160px;
    right: 90px;
    width: 320px;
  }
  .experience-day2-ttl {
    margin-bottom: 50px;
  }
  .experience-day2-ttl p {
    padding: 85px 0 0 120px;
  }
  .experience-day2-ttl p img {
    width: 100%;
    max-width: 214px;
    height:auto;
  }
  .experience-day2-ttl h4 {
    margin-left: 54px;
  }
  .experience-day2-ttl h4 img {
    height:32px;
  }
  
  /* 3日目 */
  .experience-day__box .icon3 {
    width: 100%;
  }
  .experience-day__box .icon3 img {
    top:-160px;
    right: -120px;
    width: 460px;
  }
  .experience-day3-ttl {
    margin-bottom: 30px;
  }
  .experience-day3-ttl p {
    padding: 85px 0 0 120px;
  }
  .experience-day3-ttl p img {
    width: 100%;
    max-width: 216px;
    height:auto;
  }
  .experience-day3-ttl h4 {
    margin-left: 54px;
  }
  .experience-day3-ttl h4 img {
    height:88px;
  }
  

  /* 4日目 */
  .experience-day__box .icon4 {
    width: 100%;
  }
  .experience-day__box .icon4 img {
    top:-140px;
    right: 100px;
    width: 360px;
  }
  .experience-day4-ttl {
    margin-bottom: 30px;
  }
  .experience-day4-ttl p {
    padding: 85px 0 0 120px;
  }
  .experience-day4-ttl p img {
    width: 100%;
    max-width: 208px;
    height:auto;
  }
  .experience-day4-ttl h4 {
    margin-left: 54px;
  }
  .experience-day4-ttl h4 img {
    height:88px;
  }
  
  /*staff-voice*/
  .staff-voice {
    padding: 130px 5% 130px;
    background-image: url("../images/sataff-bg-pc.jpg");
  }
  .staff-voice .sub-ttl {
    margin: 0 auto 30px;
  }
  .staff-voice .sub-ttl img {
    height: 46px;
  }
  .staff-voice .staff-voice_box {
    padding: 90px 66px 120px;
  }

  .staff-voice li {
    margin: 86px auto 0;
  }

  .staff-voice li .voice {
    padding: 60px 70px 50px;
    border-radius: 50px;
    line-height: 1.8;
    font-size:16px;
  }
  .staff-voice li .voice p {
    font-size: 15px;
    line-height: 2.0;
  }
  .staff-voice li .voice p.name {
    text-align: right;
    margin-top: 30px;
    font-size: 16px;
  }

  .staff-voice li .icon {
    top: -50px;
    right: 70px;
    width: 96px;
    height: 96px;
  }

  .staff-voice li .icon span {
    font-size: 16px;
    line-height: 96px;
  }
  
  /* 後記 */
  .message {
    padding: 117px 0 0;
  }
  .message .sub-ttl { margin-bottom: 68px;}
  .message .sub-ttl img {
    height: 34px;
  }
  .message .sub-ttl span {
    font-size: 16px;
  }
  .message p {
    font-size: 16px;
    line-height: 2.0;
    margin-bottom: 34px;
  }

  .message .message-ph { margin-top: 90px;}
  .message .message-ph img {
    width: 100%;
    height: auto;
  }
  
}

@media screen and (min-width:1560px) {
  .experience-day__box {
    margin: 70px auto 0;
    max-width: 1590px;
  }
  .experience-day__box.day1 {
    margin: -80px auto 0;
    max-width: 1590px;
  }
}

@media screen and (min-width:1400px) {
  .top-mv_ttl {
    top: -420px;
    max-height: 286px;
  }
  .top-mv_ttl img {
    height: 100%;
    width: auto;
  }
  .experience-title {
    mask-size: auto 80%;
    -webkit-mask-size: auto 80%;
  }
  .experience-title h3 {
    top:33%;
    left:50%;
    margin: -22px 0 0 -80px;
  }
  
  .experience-day__box .icon1 img {
    top:-160px;
    right: -100px;
    width: 420px;
  }
  .experience-day__box .icon3 img {
    top:-200px;
    right: -140px;
    width:420px;
  }
  .experience-title {
    min-height: 700px;
  }

}

@media (min-width: 1100px) and (max-width: 1399px) {
  .top-mv_ttl {
    max-width: 1000px;
    max-height: 286px;
    top: -420px;
  }
  .top-mv_ttl img {
    height: 100%;
    width: auto;
  }

  .experience-title h3 {
    top:32%;
    left:50%;
    margin: -22px 0 0 -80px;
  }

  .experience-day__box.day,
  .experience-day__box {
    margin-top: 60px !important;
  }

  .experience-day1-ttl p,
  .experience-day2-ttl p,
  .experience-day3-ttl p,
  .experience-day4-ttl p {
    padding: 70px 0 0 80px;
  }

  
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img {
    width: 80%;
    max-width: 200px;
    height:auto;
  }
  
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 {
    margin-left: 20px;
  }
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img {
    height:32px;
  }
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img {
    height:83px;
  }
  
  .experience-day__box .icon1 img {
    top:-120px;
    right: -100px;
    width: 320px;
  }
  .experience-day__box .icon2 img {
    top:-120px;
    right: 70px;
    width: 280px;
  }
  .experience-day__box .icon3 img {
    top:-160px;
    right: -140px;
    width: 360px;
  }
  
  .experience-day__box .icon4 img {
    top:-120px;
    right: 60px;
    width: 320px;
  }

  .experience-title {
    min-height: 700px;
  }
}


@media (min-width: 1260px) and (max-width: 1320px) {
  .departire {
    padding: 130px 5% 180px;
  }
  .departire .box {
    min-height: 782px;
    background-size: 98% auto;
  }
  .departire .txt02 {
    bottom:216px;
    right: 20px;
  }
}


@media (min-width: 1160px) and (max-width: 1259px) {
  .top-mv_ttl {
    top: -380px;
    max-height: 286px;
  }
  .top-mv_ttl img {
    height: 100%;
    width: auto;
  }
  .departire {
    padding: 130px 3% 180px;
  }
  
  .departire .box {
    min-height: 752px;
    background-size: 98% auto;
  }
  .departire .box p {
    font-size: 15px;
  }
  .departire .txt01 {
    top:8%;
    left: 400px;
  }

  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt02 {
    bottom:200px;
    right: 20px;
  }
  .departire .txt03 {
    bottom:284px;
    left: -10px;
  }
  .departire .txt04 {
    bottom:0;
    right: 88px;
  }


  
}

@media (min-width: 1080px) and (max-width: 1159px) {

  .departire {
    padding: 100px 3% 130px;
  }
  .departire .box {
    min-height: 702px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 96% auto;
  }
  .departire .txt01 {
    top:8%;
    left: 42%;
  }
  .departire .box p {
    font-size: 14px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt02 {
    bottom:180px;
    right: 20px;
  }
  .departire .txt03 {
    bottom:294px;
    left: 0;
  }
  .departire .txt04 {
    bottom:0;
    right: 88px;
  } 
}

@media (min-width: 980px) and (max-width: 1079px) {

  .departire {
    padding: 100px 2% 120px;
  }
  .departire .box {
    min-height: 682px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 98% auto;
  }
  .departire .box p {
    font-size: 14px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt01 {
    top:8%;
    left: 360px;
  }
  .departire .txt02 {
    bottom:200px;
    right: 0px;
  }
  .departire .txt03 {
    /*bottom:244px;*/
    /*left: 0;*/
    bottom:260px;
    left: -35px;
  }
  .departire .txt04 {
    bottom:0;
    right: 88px;
  } 
}

@media (min-width: 820px) and (max-width: 979px) {
  .departire {
    padding: 80px 2% 90px;
  }
  .departire .box {
    min-height: 622px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 94% auto;
  }
  .departire .box p {
    font-size: 13px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  
  .departire .txt01 {
    top:8%;
    left: 44%;
  }
  .departire .txt02 {
    bottom:140px;
    right: 5%;
  }
  .departire .txt02 br.smp {
    display: block;
  }
  .departire .txt03 {
    /*bottom:244px;*/
    /*left: 0;*/
    bottom:240px;
    left: 0px;
  }
  .departire .txt04 {
    bottom:0;
    right: 0;
  }
  .about .inner {
    padding-bottom:40px;
  }
  
}

@media (min-width: 769px) and (max-width: 819px) {
  .departire {
    padding: 80px 0 90px;
  }
  .departire .box {
    min-height: 542px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 94% auto;
  }
  .departire .box p {
    font-size: 12px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt01 {
    top:8%;
    left: 42%;
  }
  .departire .txt02 {
    bottom:120px;
    right: 5%;
  }
  .departire .txt02 br.smp {
    display: block;
  }
  .departire .txt03 {
    /*bottom:234px;*/
    /*left: 0;*/
    bottom: 200px;
    left: 0px;
  }
  .departire .txt04 {
    bottom:0;
    right: 0;
  } 
}


@media (min-width: 897px) and (max-width: 1099px) {

  .top-mv_ttl {
    top:-460px;
    max-height: 266px;
  }
  .top-mv_ttl img {
    height: 100%;
    width: auto;
  }

  .experience-day__box {
    margin-top: 60px;
    margin-right: 20px;
  }
  .experience-day1-ttl p,
  .experience-day2-ttl p,
  .experience-day3-ttl p,
  .experience-day4-ttl p {
    padding: 44px 0 0 50px;
  }
  
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img {
    width: 80%;
    max-width: 180px;
    margin-top: 10px;
  }
  
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 {
    margin-left: 14px;
  }
  
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img {
    height:25px;
  }
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img {
    height:74px;
  }
  .experience-day .experience-day__txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .experience-day .experience-day__txt h5 {
    font-size:20px;
  }
  
  .experience-day__box .icon1 img {
    top:-120px;
    right: -80px;
    width: 300px;
  }
  
  .experience-day__box .icon2 img {
    top:-120px;
    right: 70px;
    width: 220px;
  }
  .experience-day__box .icon3 img {
    top:-160px;
    right: -100px;
    width: 320px;
  }
  .experience-day__box .icon4 img {
    top:-120px;
    right: 80px;
    width: 260px;
  }
  .staff-voice li .voice {
    padding:50px 30px 40px;
    border-radius: 40px;
  }
}

@media screen and (max-width:1100px) {
  .message p {
    font-size: 15px;
  }
}

@media screen and (max-width:980px) {
  .message p br.nomgn {
    display: none;
  }
  .hajime {
    margin: 0 5%;
  }
}

@media screen and (max-width:896px) {
  .top-mv_ttl {
    max-width:560px;
    top:10%;
    margin-top:0;
  }
  .experience-day:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    margin: 30px 0;
  }
  .experience-day:nth-child(even).no-mgn{
    margin-bottom: 0!important;
  }
  
  .experience-day__box:nth-child(2) {
     padding-bottom: 80px;
  }
  .experience-day__box:nth-child(3) {
     padding-bottom: 80px;
  }
  .experience-day__box:nth-child(4) {
     padding-bottom: 80px;
  }
  
  .experience-day-ttl h4 img {
    height:24px;
  }
  .experience-day__box .icon2 img {
    top:-100px;
    right: 50px;
    width: 160px;
  }
  .experience-day__box .icon3 img {
    top:-120px;
    right: -80px;
    width: 250px;
  }
  .experience-day__box .icon4 img {
    top:-60px;
    right: 50px;
    width: 180px;
  }
  
  .experience-day1-ttl p,
  .experience-day2-ttl p,
  .experience-day3-ttl p,
  .experience-day4-ttl p {
    padding: 40px 0 0 42px;
  }
  
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img {
     max-width: 146px;
  }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 {
    margin-left: 10px;
  }

  /* 後記 */
  .message p { font-size: 14px; }

}


@media screen and (max-width:768px) {
  .top-mv_ttl {
    width: 80%;
    top: 8vw;
    max-width: 520px;
  }
  .hajime {
    background-size: 90% auto;
  }

  .hajime .inner {
    width: 100%;
    margin: 0;
  }

  .departire .sub-ttl img {
    height: 34px;
  }

  /* 集合＆出発 */
  .departire {
    padding: 80px 0 90px;
  }
  .departire .box {
    min-height: 622px;
    background: url(../images/departure-bg-pc.jpg) right bottom no-repeat;
    background-size: 100% auto;
  }
  .departire .box p {
    font-size: 12px;
  }
  .departire .txt04 p {
    font-size: 18px;
  }
  .departire .txt01 {
    top:8%;
    left: 42%;
  }
  .departire .txt02 {
    bottom:120px;
    right: 5%;
  }
  .departire .txt02 br.smp {
    display: block;
  }
  .departire .txt03 {
    bottom:204px;
    left: 0;
  }
  .departire .txt04 {
    bottom:0;
    right: 0;
  } 
  
  /* 体験内容 */
  .experience-day__box {
    margin-right: 20px;
  }
  
  .experience-title h3 img { height: 34px; }

  .experience-day__box:nth-child(2) {
     padding-bottom: 60px;
  }
  .experience-day__box:nth-child(3) {
     padding-bottom: 60px;
  }
  .experience-day__box:nth-child(4) {
     padding-bottom: 60px;
  }
  
  .experience-day1-ttl p,
  .experience-day2-ttl p,
  .experience-day3-ttl p,
  .experience-day4-ttl p {
    padding: 40px 0 0 42px;
  }
  
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img {
     max-width: 136px;
  }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 {
    margin-left: 10px;
  }
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img {
    height:66px;
  }
  .experience-day4-ttl h4 img {
    height:32px;
  }
  
  .experience-day__box .icon1 img {
    top:-60px;
    right: -60px;
    width: 200px;
  }
  .experience-day__box .icon2 img {
    top:-100px;
    right: 30px;
    width: 150px;
  }
  .experience-day__box .icon3 img {
    top:-134px;
    right: -100px;
    width: 230px;
  }
  .experience-day__box .icon4 img {
    top:-70px;
    right:70px;
    width: 150px;
  }

  /* 参加スタッフの声 */
  .staff-voice .sub-ttl img {
    height: 34px;
  }
  .staff-voice li .icon {
    top: -50px;
    right: 40px;
  }
  .staff-voice li {
    margin: 66px auto 0;
  }
  /* 後記 */
  .message {
    padding: 67px 0 0;
  }
  .message .sub-ttl { margin-bottom: 38px;}
  .message .sub-ttl span {
    font-size: 14px;
  }
  .message .sub-ttl img {
    height: 28px;
  }
  .message p {
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 24px;
    text-align: left;
  }
  .message .message-ph { margin-top: 40px;}
  .message br.spv {
    display: none;
  }
}


@media screen and (max-width:767px) {
  
  /* 集合＆出発 */
  .departire {
    padding: 60px 0 60px;
  }
  .departire .box {
    min-height: inherit;
    background: none;
    position: inherit;
  }
  .departire .txt01 {
    min-height: 487px;
    background: url(../images/departure-img01-sp.jpg) center top no-repeat;
    background-size: auto 100%;
    position: relative;
    left: inherit;
    top:inherit;
  }
  .departire .txt01 p {
    position: absolute;
    bottom:14%;
    right: 12%;
    font-size: 14px;
  }
  .departire .txt02 {
    min-height: 482px;
    background: url(../images/departure-img02-sp.jpg) center top no-repeat;
    background-size: auto 100%;
    position: relative;
    right: inherit;
    bottom:inherit;
  }
  .departire .txt02 p {
    position: absolute;
    bottom:14%;
    left: 12%;
    font-size: 14px;
    text-align: left;
  }
  .departire .txt02 br.smp { display: none; }
  
  .departire .txt03 {
    min-height: 487px;
    background: url(../images/departure-img03-sp.jpg) center top no-repeat;
    background-size: auto 100%;
    position: relative;
    left: inherit;
    bottom:inherit;
  }
  .departire .txt03 p {
    position: absolute;
    bottom: 5%;
    right: 25%;
    font-size: 14px;
  }
  .departire .txt03 br.smp {
    display: none;
  }
  .departire .txt04 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    text-align: center;
    margin-top: 30px;
  }

  .experience-title h3 {
    top:32%;
    left:50%;
    margin: -22px 0 0 -80px;
  }
}


@media screen and (max-width:540px) {
  .top-mv_ttl {
    max-width:560px;
    top:10%;
    margin-top:0;
  }
  .hajime {
    background: url("../images/hajime_bg-sp.png") no-repeat right top 0;
    background-size: 100% auto;
  }
  .hajime-ph img { border-radius: 10px;}
  .about .box { border-radius: 10px;}
  /* 集合＆出発 */
  .departire {
    padding: 50px 0 50px;
  }
  .departire .sub-ttl img {
    height: 28px;
  }
  .departire .txt01 {
    min-height: 387px;
    background-size: auto 100%;
  }
  .departire .txt01 p {
    position: absolute;
    bottom:10%;
    right: 8%;
    font-size: 13px;
  }
  .departire .txt02 {
    min-height: 382px;
    background-size: auto 100%;
  }
  .departire .txt02 p {
    bottom:10%;
    left: 12%;
    font-size: 13px;
  }
  
  .departire .txt03 {
    min-height: 427px;
    background-size: auto 100%;
  }
  .departire .txt03 p {
    bottom: -1%;
    right: 21%;
    font-size: 13px;
  }
  
  .departire .txt04 p {
    font-size: 16px;
  }
  
  /* 体験内容 */
  .experience-title h3 img {
      height: 28px;
  }
  .experience-day__box {
    margin-right: 3%;
    border-radius: 0 60px 60px 0;
    padding:10px 5% 43px;
  }
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img {
     max-width: 110px;
  }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 {
    margin-left: 14px;
  }
  
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img {
    height:44px;
  }
  .experience-day4-ttl h4 img {
    height:20px;
  }
  .experience-day .experience-day__txt h5 {
    font-size:18px;
    margin-bottom: 14px;
  }
  
  .experience-day__box .icon2 img {
    top:-80px;
    right: 20px;
    width: 120px;
  }
  .experience-day__box .icon3 img {
    top:-100px;
    right: -100px;
    width: 200px;
  }
  .experience-day__box .icon4 img {
    top:-60px;
    right: 50px;
    width: 120px;
  }
  /* 参加スタッフの声 */
  .staff-voice .staff-voice_box {
    padding: 60px 5% 80px;
  }
  /* 後記 */
  .message {
    padding: 57px 0 0;
  }
  .message .sub-ttl { margin-bottom: 32px;}
  .message .sub-ttl span {
    font-size: 12px;
  }

}


@media screen and (max-width:480px) {
  /*メインビジュアル*/
  .top-mv {
      height: calc(100vh * 0.5);
      min-height: calc(100vh * 0.5);
      max-height: calc(100vh * 0.5);
      position: relative;
  }
  .top-mv__img {
      height: calc(100vh * 0.5);
      min-height: calc(100vh * 0.5);
      max-height: calc(100vh * 0.5);
  }
  .top-mv .slick-slide {   
      height: calc(100vh * 0.5);
      min-height: calc(100vh * 0.5);
      max-height: calc(100vh * 0.5);
      outline: none;
  }
  .top-mv_ttl {
    /*top: 110px;*/
    width: 82% !important;
  }
  .top-report__txt {
    margin-bottom: 10px;
  }
  
  .about .box p {
    font-size:13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .hajime h2 img {
    width: auto;
    height: 24px;
  }

  /* 集合＆出発 */
  .departire {
    padding: 40px 0 40px;
  }
  .departire .txt01 {
    min-height: 347px;
    background-size: auto 100%;
  }
  .departire .txt01 p {
    position: absolute;
    bottom:8%;
    right: inherit;
    left: 5%;
    font-size: 13px;
  }
  .departire .txt02 {
    min-height: 342px;
    background-size: auto 100%;
  }
  .departire .txt02 p {
    bottom:8%;
    left: 5%;
    font-size: 13px;
  }
  
  .departire .txt03 {
    min-height: 337px;
    background-size: auto 100%;
  }
  .departire .txt03 p {
    bottom: 1%;
    right: 13%;
    font-size: 13px;
  }
  .departire .txt03 br.smp {
    display: none;
  }
  
  .departire .txt04 p {
    font-size: 16px;
  }
  
  /* 体験内容 */
  .experience-day__box {
    border-radius: 0 40px 40px 0;
  }
  .experience-day__box:nth-child(2) {
     padding-bottom: 40px;
  }
  .experience-day__box:nth-child(3) {
     padding-bottom: 40px;
  }
  .experience-day__box:nth-child(4) {
     padding-bottom: 40px;
  }
  .experience-day .experience-day__txt {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .experience-day1-ttl,
  .experience-day2-ttl,
  .experience-day3-ttl,
  .experience-day4-ttl {
    margin-bottom: 0;
  }
  .experience-day1-ttl p,
  .experience-day2-ttl p,
  .experience-day3-ttl p,
  .experience-day4-ttl p {
    padding: 30px 0 30px 25px;
  }
  
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img {
    max-width: 96px;
  }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 {
    margin-left: 0px;
  }
  
  .experience-day1-ttl h4 img, 
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img {
    height:46px;
  }
  
  .experience-day__img img {
    width: 100% !important;
  }
  .experience-day__box .icon1 img {
    top:-70px;
    right: -50px;
    width: 160px;
  }
  .experience-day__box .icon2 img {
    top:-70px;
    right: 20px;
    width: 120px;
  }
  .experience-day__box .icon3 img {
    top:-80px;
    right: -50px;
    width: 130px;
  }
  .experience-day__box .icon4 img {
    top:-70px;
    right: 20px;
    width: 120px;
  }
  /* 参加スタッフの声 */
  .staff-voice {
    padding: 40px 10px 40px;
  }
  .staff-voice .sub-ttl img {
    height: 28px;
  }
  .staff-voice .staff-voice_box {
    padding: 40px 5% 40px;
  }
  .staff-voice li {
    margin:52px auto 0;
  }

  .staff-voice li .voice {
    padding: 30px 5% 30px;
    border-radius: 20px;
  }
  .staff-voice li .voice p {
    font-size: 13px;
    line-height: 2.0;
  }
  .staff-voice li .voice p.name {
    margin-top: 20px;
    font-size: 14px;
  }
  .staff-voice li .icon {
    top: -40px;
    right: 20px;
    width: 66px;
    height: 66px;
  }
  .staff-voice li .icon span {
    font-size: 13px;
    line-height: 66px;
  }
  /* 後記 */
  .message {
    padding: 47px 0 0;
  }
  .message .sub-ttl img {
    height: 24px;
  }
  .message .sub-ttl { margin-bottom: 26px;}
  .message .sub-ttl span {
    font-size: 11px;
  }
  .message p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .message .message-ph { margin-top: 30px;}

}

@media screen and (max-width:440px) {
  .top-mv_ttl {
    width: 72%;
  }
  .top-mv_ttl img {
    margin-top: 50px;
  }
}

@media screen and (max-width:400px) {
  .top-mv_ttl img {
    margin-top: 50px;
  }
}


@media all and (orientation: landscape) and (max-width: 897px){
  .top-mv_ttl {
    margin-top:30px;
  }
  
  .top-mv_ttl img {
    max-height: 180px;
  }
  
  /*メインビジュアル_SP*/
  .top-mv {
      height: calc(100vh * 1);
      min-height: calc(100vh * 1);
      max-height: calc(100vh * 1);
      position: relative;
  }
  .top-mv__img {
      height: calc(100vh * 1);
      min-height: calc(100vh * 1);
      max-height: calc(100vh * 1);
  }
  .top-mv .slick-slide {   
      height: calc(100vh * 1);
      min-height: calc(100vh * 1);
      max-height: calc(100vh * 1);
      outline: none;
  }
  .top__mv-wrap .slick-slide img {
      object-fit: cover;
      height: 100%;
      width: 100%;
  }

}




/* ============================================================
   第28回レポート 追加・上書きスタイル
   （no26 をベースに、第28回デザインに合わせて上書きしています）
   ============================================================ */

/* ---------------- 共通 ---------------- */
.sub-ttl { text-align: center; }
.sub-ttl span { display: block; margin-top: 10px; letter-spacing: .12em; }

/* ---------------- はじめに ---------------- */
.hajime { background: none; padding-top: 110px; padding-bottom: 70px; }
.hajime .inner { max-width: 1120px; }
.hajime p { text-align: left; }

/* ---------------- 陸前高田の説明 ---------------- */
.about {
  background-image: none;
  padding: 120px 0 0;
  margin: 0;
  position: relative;
}
.about-inner {
  background: #EDFBFF;
  margin: 0;
  padding: 40px 0 100px;
}
.about::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  height: 160px;
  background : url(../images/about-bg.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 0;

}
.about::before { top: -20px; }

.about .inner { position: relative; z-index: 1; }
.about .box {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.about .box p { margin-bottom: 0; }
.about-txt__box { max-width:620px; margin: 20px 0 0; flex: 1 1 auto; }
.about-img__box {
  position: relative;
  width: 417px;
  flex: 0 0 auto;
  margin: 0 0 100px;
  padding-bottom: 0;
  align-self: flex-start;
}
.about-img__main { display: block; width: 100%; height: auto; }


/* ---------------- 集合＆出発 ---------------- */
.departire { padding: 60px 0 120px; background: #fff; position: relative; }

.departire::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top:-100px;
  height: 120px;
  background : url(../images/about-bg2.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 0;
}

.departire .sub-ttl { margin-bottom: 0px; }
.departire .inner { width: 100%; max-width: 1400px; margin: 0 auto; }


/* 集合＆出発 */
.departire {
  padding: 130px 0 180px;
}
.departire .sub-ttl img {
  height: 34px;
}

.departire .box {
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
  min-height: 832px;
  background: url(../images/departure-bg-pc.jpg) right center no-repeat;
  background-size: auto 100%;
  position: relative;
}

.departire .box p {
  font-size: 16px;
  line-height: 2.0;
}
.departire .txt02 p {
  text-align: center;
}

.departire .txt04 p {
  font-size: 22px;
  font-weight: bold;
}

.departire .txt04 span {
  color: #1ab9e1;
}
.departire .txt01 {
  position: absolute;
  top:72px;
  left: 420px;
}

.departire .txt02 {
  position: absolute;
  bottom:242px;
  right: 50px;
}
.departire .txt02 br.smp {
  display: none;
}
.departire .txt03 {
  position: absolute;
  bottom:264px;
  left: 0;
}
.departire .txt04 {
  position: absolute;
  bottom:0;
  right: 168px;
}


/* ---------------- 体験内容 ---------------- */
.experience { padding-bottom: 220px; position: relative; border-top-left-radius: 60px; border-top-right-radius: 60px; z-index: 100; }
.experience-title {
  overflow: hidden;
  mask-image: none;
  -webkit-mask-image: none;
  background: #fff url(../images/experience-title__bg.jpg) center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 900px;
}
.experience-title .msk img { width: 110.36%; max-width: none; margin-left: -5.18%; display: block; }

.experience-day__box,
.experience-day__box.day1 {
  width: 92.857%;
  max-width: 1260px;
  margin: 70px auto 0;
  background: #fff;
  border: 3px solid #22c5ee;
  border-radius: 40px;
  padding: 47px 6.8% 70px;
}

.experience-day__box { position: relative; }
.experience-day__box .deco {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
}
/* day1 */
.experience-day__box .deco-stripe1 { left: 76.7%;  top: -80px; width: 12.7%; }
.experience-day__box .deco-triangle1 { left: -2%;  bottom: 20%; width: auto; height: 42px; }
/* day2 */
.experience-day__box .deco-dot1    { left: 95.5%;  top: 33.0%; width: 9.0%; }
.experience-day__box .deco-triangle2 { left: 40%;  bottom: -20px; width: auto; height: 42px; }
/* day3 */
.experience-day__box .deco-dot2    { left: -4.9%;  top: 53.3%; width: 9.8%; }
.experience-day__box .deco-triangle3 { right:-2%;  bottom: 10%; width: auto; height: 42px; }
/* day4 */
.experience-day__box .deco-stripe2 { left: 78.8%;  top: 93.0%; width: 9.9%; }
.experience-day__box .deco-triangle4 { left: -2%;  bottom: 40%; width: auto; height: 42px; }


.experience-day__box.day1,
.experience-day__box.day3 { border-color: #ffd409; }

.experience-day1-ttl,
.experience-day2-ttl,
.experience-day3-ttl,
.experience-day4-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  max-width: none;
}
.experience-day1-ttl p,
.experience-day2-ttl p,
.experience-day3-ttl p,
.experience-day4-ttl p { padding: 0; background: none; }
.experience-day1-ttl p img,
.experience-day2-ttl p img,
.experience-day3-ttl p img,
.experience-day4-ttl p img { width: auto; height: 192px; max-width: none; }
.experience-day1-ttl h4,
.experience-day2-ttl h4,
.experience-day3-ttl h4,
.experience-day4-ttl h4 { margin-left: 26px; }
.experience-day1-ttl h4 img,
.experience-day2-ttl h4 img,
.experience-day3-ttl h4 img,
.experience-day4-ttl h4 img { width: auto; height: 38px; }

.main-content { overflow-x: hidden; }

.experience-day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 28px;
}
.experience-day:last-child { margin-bottom: 0; }
.experience-day .experience-day__txt,
.experience-day .experience-day__txt:nth-child(even) {
  width: 43.1%;
  flex: 0 0 auto;
  margin: 0;
  font-size: 15px;
  line-height: 2.0;
}
.experience-day .experience-day__txt h5 { font-size: 20px; margin-bottom: 18px; }
.experience-day .experience-day__img {
  width: 49.9%;
  flex: 0 0 auto;
  text-align: left;
}

/* 写真セット（メイン＋重ねサブ） */
.experience-day .experience-day__img .ph-set {
  position: relative;
  width: 100%;
  padding-top: var(--ar);
}
.experience-day .experience-day__img .ph-set img {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: auto;
  border-radius: 20px;
  display: block;
  max-width: none;
}
.experience-day .experience-day__img .ph-set .ph-sub {
  border-radius: 18px;
}

/* ---------------- 参加スタッフの声 ---------------- */
.staff-voice {
  background: #dbf2f8;
  padding: 0 5% 160px;
  position: relative;
}

.staff-inner {
  background: #dbf2f8;
  margin:0 0 0;
  padding: 0 0 160px;
}

.staff-voice::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top:-220px;
  height: 220px;
  background : url(../images/staff-bg.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 0;
}

.staff-voice h3 img { width: auto; height: 34px; }

.staff-voice > * { position: relative; z-index: 1; }
.staff-voice .sub-ttl { margin: 0 auto 40px; }
.staff-voice .staff-voice_box {
  background: #fff;
  border: none;
  border-radius: 40px;
  padding: 70px 60px 80px;
  max-width: 1200px;
}
.staff-voice li { margin: 80px auto 0; }
.staff-voice li:first-child { margin-top: 20px; }
.staff-voice li .voice {
  background: #fff;
  border: 2px dashed #22c5ee;
  border-radius: 30px;
  padding: 46px 50px 40px;
}
.staff-voice li .icon {
  top: -60px;
  right: 40px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.staff-voice li .icon span { font-size: 9px; line-height: 1; letter-spacing: .08em; }
.staff-voice li .icon em {
  font-style: normal;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
}

/* ---------------- 写真コラージュ ---------------- */
.phs-collage {
  position: relative;
  width: 100%;
  padding-top: 51.929%; /* 727 / 1400 */
  background: #22c5ee;
  overflow: hidden;
}
.phs-collage .phs-item { position: absolute; object-fit: cover; }
.phs-collage .phs01 { left: 0;        top: 0.688%;  width: 33.000%; height: 62.173%; }
.phs-collage .phs02 { left: 0;        top: 63.411%; width: 33.000%; height: 35.626%; }
.phs-collage .phs03 { left: 33.286%;  top: 66.575%; width: 39.429%; height: 32.462%; }
.phs-collage .phs04 { left: 33.286%;  top: 0.688%;  width: 20.429%; height: 65.337%; }
.phs-collage .phs05 { left: 54.071%;  top: 0.688%;  width: 45.929%; height: 33.012%; }
.phs-collage .phs06 { left: 73.143%;  top: 34.250%; width: 26.857%; height: 64.787%; }
.phs-collage .phs07 { left: 54.071%;  top: 34.250%; width: 18.643%; height: 31.774%; }

/* ---------------- 事務局担当者後記 ---------------- */
.message { padding: 110px 0 90px; background: #fff; }
.message .inner { max-width: 1060px; }
.message p { font-size: 16px; line-height: 2.0; }
.message p.name { text-align: right; margin-top: 40px; margin-bottom: 0; }

/* ============================================================
   タブレット
   ============================================================ */
@media screen and (max-width: 1199px) {
  .about-inner {
    padding: 0 0 160px;
  }
  .experience { padding-bottom:160px;}
  .experience-day__box,
  .experience-day__box.day1 { padding: 40px 4% 60px; }
  .experience-day { gap: 30px; }
  .experience-day .experience-day__txt { width: 44%; font-size: 14px; }
  .experience-day .experience-day__img { width: 48%; }
  .departire .box p { font-size: 14px; }
  .departire .box .txt04 p { font-size: 18px; }
  .experience-title {
    min-height: 740px;
  }
  .experience-title h3 {
    top: 30%; left: 50%;
  }

  .staff-inner {
    padding: 0 0 130px;
  }

  .staff-voice::before {
    top:-180px;
    height: 180px;
  }
  
}

@media screen and (max-width: 896px) {
  .about { padding: 50px 0 60px; margin-top: 40px; }
  .about .box { flex-direction: column; gap: 30px; }
  .about-txt__box { max-width: 100%; }
  .about-img__box { width: 80%; margin: 0 auto; padding-bottom: 0; }

  .departire { padding: 60px 0 70px; }
  .departire .box p { font-size: 12px; }
  .departire .box .txt04 p { font-size: 16px; }

  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img { height: 126px; }
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img { height: 26px; }
}


@media screen and (min-width:897px) {
  /* 集合＆出発 */
  .departire {
    padding: 130px 0 180px;
  }
  .departire .sub-ttl img {
    height: 45px;
  }

  .departire .box {
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    min-height: 838px;
    background: url(../images/departure-bg-pc.jpg) right bottom no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  
  .departire .box p {
    font-size: 16px;
    line-height: 2.0;
  }
  .departire .txt02 p {
    text-align: center;
  }

  .departire .txt04 p {
    font-size: 22px;
    font-weight: bold;
  }

  .departire .txt04 span {
    color: #1ab9e1;
  }
  .departire .txt01 {
    position: absolute;
    top:72px;
    left: 420px;
  }

  .departire .txt02 {
    position: absolute;
    bottom:175px;
    right: 50px;
  }

  .departire .txt03 {
    position: absolute;
    top:380px;
    left: 0px;
  }
  .departire .txt04 {
    position: absolute;
    bottom:0;
    right: 168px;
  }
}

@media (min-width: 1260px) and (max-width: 1320px) {
  .about-inner {
    padding: 20px 0 100px;
  }
  .departire {
    padding: 130px 5% 180px;
  }
  .departire .box {
    min-height: 838px;
    background-size: 98% auto;
  }
  .departire .txt01 {
    top: 72px;
    left: 440px;
  }
  .departire .txt02 {
    bottom:160px;
    right: 20px;
  }
}
@media (min-width: 1160px) and (max-width: 1259px) {
  .departire {
    padding: 80px 3% 180px;
  }
  
  .departire .box {
    min-height: 838px;
    background-size: 98% auto;
  }
  .departire .box p {
    font-size: 15px;
  }
  .departire .txt01 {
    top:8%;
    left: 430px;
  }

  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt02 {
    bottom:160px;
    right: 20px;
  }
  .departire .txt03 {
    top:388px;
    left: 30px;
  }
  .departire .txt04 {
    bottom:0;
    right: 88px;
  }
  
}

@media (min-width: 1080px) and (max-width: 1159px) {
  .departire {
    padding: 100px 3% 130px;
  }
  .departire .box {
    min-height: 702px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 96% auto;
  }
  .departire .txt01 {
    top:8%;
    left: 42%;
  }
  .departire .box p {
    font-size: 14px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt02 {
    bottom:130px;
    right: 20px;
  }
  .departire .txt03 {
    top:324px;
    left: 0;
  }
  .departire .txt04 {
    bottom:0;
    right: 88px;
  } 
}

@media (min-width: 980px) and (max-width: 1079px) {
  .departire {
    padding: 80px 2% 120px;
  }
  .departire .box {
    min-height: 682px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 98% auto;
  }
  .departire .box p {
    font-size: 14px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt01 {
    top:8%;
    left: 400px;
  }
  .departire .txt02 {
    bottom:130px;
    right: 20px;
  }
  .departire .txt03 {
    /*bottom:244px;*/
    /*left: 0;*/
    top: 300px;
    left: 15px;
  }
  .departire .txt04 {
    bottom:0;
    right: 88px;
  } 
}

@media (min-width: 820px) and (max-width: 979px) {
  
  .departire {
    padding: 50px 2% 90px;
  }
  .departire .box {
    min-height: 622px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 94% auto;
  }
  .departire .box p {
    font-size: 13px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  
  .departire .txt01 {
    top:8%;
    left: 44%;
  }
  .departire .txt02 {
    bottom:120px;
    right: 0;
  }
  .departire .txt03 {
    /*bottom:244px;*/
    /*left: 0;*/
    top:280px;
    left: 30px;
  }
  .departire .txt04 {
    bottom:0;
    right: 0;
  } 
}

@media (min-width: 769px) and (max-width: 819px) {
  .departire {
    padding:40px 0 90px;
  }
  .departire .box {
    min-height: 542px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 94% auto;
  }
  .departire .box p {
    font-size: 12px;
  }
  .departire .txt04 p {
    font-size: 20px;
  }
  .departire .txt01 {
    top:8%;
    left: 42%;
  }
  .departire .txt02 {
    bottom:80px;
    right: 10%;
  }
  .departire .txt02 br.smb {
    display: block;
  }
  .departire .txt03 {
    /*bottom:234px;*/
    /*left: 0;*/
    top:240px;
    left: 20px;
  }
  .departire .txt04 {
    bottom:0;
    right: 20px;
  }
  .experience-title {
    min-height: 600px;
  }
  .experience-title h3 {
    top: 28%; left: 50%;
  }
  .experience-day__box .deco-stripe1 {top: -40px;}
  .experience-day__box .deco-stripe2 { bottom: -30px;}
}

@media screen and (max-width:768px) {
  .top-mv_ttl {
    width: 60%;
    max-width: 420px;
  }
  .hajime {
    background-size: 90% auto;
  }
  /* 集合＆出発 */
  .departire {
    padding: 50px 0 90px;
  }
  .departire .box {
    min-height: 522px;
    background: url(../images/departure-bg-pc.jpg) right center no-repeat;
    background-size: 94% auto;
  }
  .departire .box p {
    font-size: 12px;
  }
  .departire .txt04 p {
    font-size: 18px;
  }
  .departire .txt01 {
    top:8%;
    left: 42%;
  }
  .departire .txt02 {
    bottom:120px;
    right: 5%;
  }
  .departire .txt02 br.smb {
    display: block;
  }
  .departire .txt03 {
    bottom:244px;
    left: 20px;
  }
  .departire .txt04 {
    bottom:0;
    right: 0;
  }
  .experience-title {
    min-height: 700px;
  }
  .experience-title h3 {
    top: 34%; left: 50%;
  }
}

/* ============================================================
   スマートフォン
   ============================================================ */
@media screen and (max-width: 767px) {
  /* 集合＆出発：縦積みに切り替え */

  .hajime {padding-top: 110px; padding-bottom: 70px;}

  .about { padding: 50px 0 20px;}
  .about-img__box {width:100%; align-self:center;}
  .about-img__box img {width:60%; margin:0 auto;}

/* 集合＆出発 */
  .departire {
    padding: 20px 0 60px;
  }
  
  .departire .box {
    min-height: inherit;
    background: none;
    position: inherit;
    padding:30px 0;
  }
  .departire .txt01 {
    min-height: 487px;
    background: url(../images/departure-img01-sp.jpg) center top no-repeat;
    background-size: auto 100%;
    position: relative;
    left: inherit;
    top:inherit;
  }
  .departire .txt01 p {
    position: absolute;
    bottom:14%;
    right: 12%;
    font-size: 14px;
  }
  .departire .txt02 {
    min-height: 482px;
    background: url(../images/departure-img02-sp.jpg) center top no-repeat;
    background-size: auto 100%;
    position: relative;
    right: inherit;
    bottom:inherit;
  }
  .departire .txt02 p {
    position: absolute;
    bottom:14%;
    left: 12%;
    font-size: 14px;
    text-align: left;
  }
  .departire .txt02 br.smp { display: none; }
  
  .departire .txt03 {
    min-height: 587px;
    background: url(../images/departure-img03-sp.jpg) center top no-repeat;
    background-size: auto 100%;
    position: relative;
    left: inherit;
    bottom:inherit;
  }
  .departire .txt03 p {
    position: absolute;
    bottom: 5%;
    right: 25%;
    font-size: 14px;
  }
  .departire .txt04 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    text-align: center;
    margin-top: 30px;
  } 

  /* 体験内容 */

  .experience-title h3 {
    top: 24%; left: 50%;
  }
  .experience-day__box,
  .experience-day__box.day1 {
    width: 92%;
    border-radius: 24px;
    padding: 26px 5% 40px;
    margin-top: 40px;
  }
  .experience-day__box.day1 { margin-top: 30px; }
  .experience-day {
    display: block;
    margin-bottom: 40px;
  }
  .experience-day .experience-day__txt,
  .experience-day .experience-day__img { width: 100%; }
  .experience-day .experience-day__txt { margin-bottom: 20px; }
  .experience-day:nth-child(even) { display: block; }
  .experience-day1-ttl,
  .experience-day2-ttl,
  .experience-day3-ttl,
  .experience-day4-ttl { margin-bottom: 26px; }
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img { height: 52px; }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 { margin-left: 14px; }
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img { height: 13px; }

  /* スタッフの声 */
  .staff-voice {  margin-top: 80px; padding: 0 4% 60px; }

  .staff-inner {
    padding: 0 0 130px;
  }

  .staff-voice::before {
    top:-80px;
    height: 80px;
  }


  .staff-voice .staff-voice_box { padding: 40px 5% 50px; border-radius: 24px; }
  .staff-voice li .voice { padding: 34px 6% 28px; border-radius: 20px; }
  .staff-voice li .icon { width: 56px; height: 56px; top: -28px; right: 20px; }
  .staff-voice li .icon em { font-size: 18px; }

  /* 後記 */
  .message { padding: 60px 0 50px; }
  .message p { font-size: 14px; text-align: left; }

  
}

/* 写真セットの相対配置を SP でも維持（no26 の !important 指定を上書き） */
@media screen and (max-width: 896px) {
  .experience-day .experience-day__img .ph-set img { width: var(--w) !important; }
  .experience-title {
    min-height: 600px;
  }
  .experience-title h3 {
    top: 28%; left: 50%;
  }
    /* day1 */
  .experience-day__box .deco-stripe1 { left: 76.7%;  top: -30px; width: 12.7%; }
  .experience-day__box .deco-triangle1 { left: -2%;  bottom: 14%; width: auto; height: 22px; }
  /* day2 */
  .experience-day__box .deco-dot1    { left: 95.5%;  top: 33.0%; width: 9.0%; }
  .experience-day__box .deco-triangle2 { left: 40%;  bottom: -20px; width: auto; height: 22px; }
  /* day3 */
  .experience-day__box .deco-dot2    { left: -4.9%;  top: 53.3%; width: 9.8%; }
  .experience-day__box .deco-triangle3 { right:-2%;  bottom: 10%; width: auto; height: 22px; }
  /* day4 */
  .experience-day__box .deco-stripe2 { left: 78.8%;  bottom: -20px; top:inherit; width: 9.9%; }
  .experience-day__box .deco-triangle4 { left: -2%;  bottom: 40%; width: auto; height: 22px; }
}

@media screen and (max-width:540px) {
  .top-mv_ttl {
    max-width:560px;
    top:14%;
    margin-top:0;
  }
  .hajime {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .about { padding: 40px 0 20px;}
  .about-img__box { padding-bottom: 0px; }
  /*.hajime {
    background: url("../images/hajime_bg-sp.png") no-repeat right top 0;
    background-size: 94% auto;
  }*/

  .about-inner {
    background: #EDFBFF;
    margin: 0;
    padding: 0 0 60px;
  }
  /* 集合＆出発 */
  .departire {
    padding: 20px 0 20px;
  }

  .departire::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top:-40px;
  height: 60px;
  background : url(../images/about-bg2.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 0;
}
  .departire .sub-ttl img {
    height: 28px;
  }

  .departire .txt01 {
    min-height: 387px;
    background-size: auto 100%;
  }
  .departire .txt01 p {
    position: absolute;
    bottom:10%;
    right: 8%;
    font-size: 13px;
  }
  .departire .txt02 {
    min-height: 382px;
    background-size: auto 100%;
  }
  .departire .txt02 p {
    bottom:10%;
    left: 12%;
    font-size: 13px;
  }
  
  .departire .txt03 {
    min-height: 427px;
    background-size: auto 100%;
  }
  .departire .txt03 p {
    bottom: -1%;
    right: 21%;
    font-size: 13px;
  }
  
  .departire .txt04 p {
    font-size: 16px;
  }

  .experience {
    padding-top: 20px;
  }
  .experience-title .sub-ttl img {
    height: 28px;
  }
  .experience-title {
    min-height: 460px;
  }
  .experience-title h3 {
    top: 20%; left: 50%;
  }
  .experience { padding-bottom: 80px; position: relative; border-top-left-radius: 30px; border-top-right-radius: 30px; }

  .departire .box .txt04 p {
      font-size: 18px !important;
  }

  /* スタッフの声 */
  .staff-voice {  margin-top: 60px; padding: 0 4% 60px; }

  .staff-voice::before {
    top:-80px;
    height: 80px;
  }
}

@media screen and (max-width:480px) {

  /* 集合＆出発 */
  .departire {
    padding: 20px 0 40px;
  }
  .departire .txt01 {
    min-height: 347px;
    background-size: auto 100%;
  }
  .departire .txt01 p {
    position: absolute;
    bottom:8%;
    right: inherit;
    left: 5%;
    font-size: 13px;
  }
  .departire .txt02 {
    min-height: 342px;
    background-size: auto 100%;
  }
  .departire .txt02 p {
    bottom:8%;
    left: 5%;
    font-size: 13px;
  }
  
  .departire .txt03 {
    min-height: 387px;
    background-size: auto 100%;
  }
  .departire .txt03 p {
    bottom: 12%;
    left:5%;
    right:0;
    font-size: 13px;
  }
  
  .departire .txt04 p {
    font-size: 16px;
  }
}

/* ============================================================
   スマートフォン 追補（no26 の旧レイアウト指定を打ち消す）
   ============================================================ */
@media screen and (max-width: 767px) {

  .experience { margin-top:-280px; padding-bottom:80px;}

  /* 体験内容：テキスト→写真の順で縦積み */
  .experience-day,
  .experience-day:nth-child(even) {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
  }

  .experience-title {
    min-height: 520px;
  }

  .experience-title h3 {
    top: 24%; left: 50%;
  }
  .experience-day .experience-day__txt,
  .experience-day .experience-day__txt:nth-child(even) {
    width: 100%;
    order: 1;
    margin: 0 0 18px;
  }
  .experience-day .experience-day__img { width: 100%; order: 2; }

  /* 日目見出し：番号の下にサブタイトルを回り込み */
  .experience-day1-ttl,
  .experience-day2-ttl,
  .experience-day3-ttl,
  .experience-day4-ttl { flex-wrap: inherit; align-items: flex-end; text-align: center; }
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img { height: 96px; }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 { margin: 12px 0 0; width: 100%; }
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img { width: 90%; height: auto; max-width: 100%; margin-left: 20px; }

  /* 装飾は SP では非表示 */
  /*.experience-day__box .deco { display: none; }*/

  /* day1 */
  .experience-day__box .deco-stripe1 { left: 76.7%;  top: -30px; width: 12.7%; }
  .experience-day__box .deco-triangle1 { left: -2%;  bottom: 14%; width: auto; height: 22px; }
  /* day2 */
  .experience-day__box .deco-dot1    { left: 95.5%;  top: 33.0%; width: 9.0%; }
  .experience-day__box .deco-triangle2 { left: 40%;  bottom: -20px; width: auto; height: 22px; }
  /* day3 */
  .experience-day__box .deco-dot2    { left: -4.9%;  top: 53.3%; width: 9.8%; }
  .experience-day__box .deco-triangle3 { right:-2%;  bottom: 10%; width: auto; height: 22px; }
  /* day4 */
  .experience-day__box .deco-stripe2 { left: 78.8%;  bottom: -20px; top:inherit; width: 9.9%; }
  .experience-day__box .deco-triangle4 { left: -2%;  bottom: 40%; width: auto; height: 22px; }
  .staff-voice {padding-bottom: 80px;}
  .staff-voice li { margin: 40px auto 0; }
}

@media screen and (max-width:540px) {

  .experience { margin-top:-340px;}
  .experience-title h3 {
    top: 20%; left: 50%;
  }
  .experience-title h3 img {width: auto;}
  /* 日目見出し：番号の下にサブタイトルを回り込み */
  .experience-day1-ttl,
  .experience-day2-ttl,
  .experience-day3-ttl,
  .experience-day4-ttl { flex-wrap: inherit; align-items: flex-end; text-align: center; }
  .experience-day1-ttl p img,
  .experience-day2-ttl p img,
  .experience-day3-ttl p img,
  .experience-day4-ttl p img { height: 58px; }
  .experience-day1-ttl h4,
  .experience-day2-ttl h4,
  .experience-day3-ttl h4,
  .experience-day4-ttl h4 { margin: 12px 0 0; width: 100%; }
  .experience-day1-ttl h4 img,
  .experience-day2-ttl h4 img,
  .experience-day3-ttl h4 img,
  .experience-day4-ttl h4 img { width: 90%; height: auto; max-width: 100%; margin-left: 20px; }

  .staff-voice {padding-bottom: 60px;}
  .staff-voice li { margin: 30px auto 0; }
}