.m-image-gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
  border-radius: 50%;
  overflow: hidden;
}

.c-section-title2 {
  font-weight: normal;
  line-height: 1.0;
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .c-section-title2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .c-container {
    padding: 0 4%;
  }
}
.c-list-row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .c-list-row2 {
    margin: 0 auto;
    padding: 0;
  }
}

.c-list-row2 .item {
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 554px) {
  .c-list-row2 .item {
    width: 48.75%;
  }
}

@media screen and (min-width: 751px) {
  .c-list-row2 .item {
    width: 580px;
  }
}

.c-list-row2 .item:nth-child(n+2) {
  margin-top: 30px;
}

@media screen and (min-width: 554px) {
  .c-list-row2 .item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 554px) {
  .c-list-row2 .item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.tripstaff img {
  width: 100%;
  height: auto;
}

.tripstaff div {
  box-sizing: border-box;
}

.tripstaff ul li {
  box-sizing: border-box;
}

.tripstaff {
  border-top: solid 1px #eee;
  padding: 40px 0 10px;
}

@media screen and (min-width: 554px) {
  .tripstaff {
    padding: 50px 0 20px;
  }
}

@media screen and (min-width: 751px) {
  .tripstaff {
    padding: 90px 0 70px;
  }
}

.tripstaff .tripstaff__pickup {
  margin-top: 40px;
}

.tripstaff .tripstaff__pickup ul {
  width: auto;
}

.tripstaff .tripstaff__pickup ul li {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.tripstaff .tripstaff__pickup ul li.last {
  border: none;
}


.tripstaff .tripstaff__pickup ul li .image {
  width: 136px;
  height: 136px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tripstaff .tripstaff__pickup ul li .info {
  position: relative;
  min-height: 136px;
  padding: 0 0 0 150px;
}

.tripstaff .tripstaff__pickup ul li .textbody {
  width: 100%;
}

.tripstaff .tripstaff__pickup ul li p {
  margin: 15px 0;
  font-size: 13px;
}

.tripstaff .tripstaff__pickup ul li p:last-child {
  margin-bottom: 0;
}

.tripstaff .tripstaff__pickup ul li:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 425px) {
  .tripstaff .tripstaff__pickup ul li .info {
    min-height: 170px;
    padding: 15px 0 15px 185px;
  }
  .tripstaff .tripstaff__pickup ul li .image {
    width: 170px;
    height: 170px;
  }
}

@media screen and (min-width: 554px) {
  .tripstaff .tripstaff__pickup ul li {
    padding-bottom: 30px;
  }
  .tripstaff .tripstaff__pickup ul li .info {
    position: relative;
    min-height: 230px;
    padding: 30px 0 30px 250px;
  }
  .tripstaff .tripstaff__pickup ul li .info .sm {
    display: none;
  }
  .tripstaff .tripstaff__pickup ul li .image {
    width: 230px;
    height: 230px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tripstaff .tripstaff__pickup ul li .textbody p {
    margin: 25px 0 0;
  }
  .tripstaff .tripstaff__pickup ul li p {
    font-size: 14px;
  }
  .tripstaff .tripstaff__pickup ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 751px) {
  .tripstaff .tripstaff__pickup {
    margin-top: 70px;
  }
  .tripstaff .tripstaff__pickup ul li {
    width: 48%;
    margin-top: 0;
    min-height: 180px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .tripstaff .tripstaff__pickup ul li .info {
    min-height: auto;
    padding: 0;
  }
  .tripstaff .tripstaff__pickup ul li .info, .tripstaff .tripstaff__pickup ul li .textbody {
    padding-left: 210px;
  }
  .tripstaff .tripstaff__pickup ul li .textbody p {
    margin: 15px 0 0;
  }
  .tripstaff .tripstaff__pickup ul li .image {
    width: 180px;
    height: 180px;
  }
  .tripstaff .tripstaff__pickup ul li:nth-child(n+2) {
    margin-top: 0;
  }
  .tripstaff .tripstaff__pickup ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}

.tripstaff .tripstaff__list {
  margin-top: 40px;
}

@media screen and (min-width: 554px) {
  .tripstaff .tripstaff__list {
    margin-top: 50px;
  }
}

@media screen and (min-width: 751px) {
  .tripstaff .tripstaff__list {
    margin-top: 60px;
  }
}

.tripstaff .tripstaff__list ul {
  margin: 0 -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tripstaff .tripstaff__list ul li {
  width: 33.3%;
  padding: 0 6px;
  margin: 0 0 20px;
}

.tripstaff .tripstaff__list ul li .image {
  border-radius: 50%;
  overflow: hidden;
}

.tripstaff .tripstaff__list ul li .textbody .name {
  font-weight: normal;
  text-align: center;
  margin: 15px 0 0;
  font-size: 12px;
}

.tripstaff .tripstaff__list ul li .textbody .name .sm {
  display: none;
}

.tripstaff .tripstaff__list ul li .textbody .name span {
  display: block;
}

@media screen and (min-width: 554px) {
  .tripstaff .tripstaff__list ul {
    margin: 0 -8px;
  }
  .tripstaff .tripstaff__list ul li {
    margin: 0 0 30px;
    padding: 0 8px;
  }
  .tripstaff .tripstaff__list ul li .textbody .name {
    font-size: 13px;
  }
}

@media screen and (min-width: 751px) {
  .tripstaff .tripstaff__list ul {
    margin: 0 -25px;
  }
  .tripstaff .tripstaff__list ul li {
    padding: 0 25px;
    width: 16.6%;
    margin: 0 0 15px;
  }
  .tripstaff .tripstaff__list ul li .textbody .name {
    font-size: 14px;
  }
  .tripstaff .tripstaff__list ul li .textbody .name .sm {
    display: inline;
  }
  .tripstaff .tripstaff__list ul li .textbody .name span {
    display: inline;
  }
}

.c-accordion2 {
  position: relative;
  margin-bottom: 60px;
}

.c-accordion2 .c-accordion2-content {
  padding-bottom: 20px;
}

@media screen and (min-width: 751px) {
  .c-accordion2 {
    margin-bottom: 120px;
  }
  .c-accordion2 .c-accordion2-content {
    padding-bottom: 0;
  }
}

.c-accordion2 .c-accordion2-btn {
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: #FFF;
}

@media screen and (min-width: 751px) {
  .c-accordion2 .c-accordion2-btn {
    bottom: -125px;
  }
}

.c-accordion2 .btn {
  width: 100%;
  max-width: 280px;
  height: 65px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.c-accordion2 .btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #282727;
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.c-accordion2 .btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #282727;
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.c-accordion2 .btn span {
  text-align: center;
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  left: 50%;
  line-height: 1.0;
  top: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.c-accordion2 .btn span::after {
  content: "もっと見る";
}

@media screen and (min-width: 751px) {
  .c-accordion2 .btn {
    width: 380px;
    height: 75px;
    border-radius: 38px;
  }
  .c-accordion2 .btn span {
    font-size: 18px;
  }
  .c-accordion2 .btn span::before {
    bottom: 16px;
  }
  .c-accordion2 .btn span::after {
    bottom: 16px;
  }
  .c-accordion2 .btn:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffa000;
    border: 1px solid #ffa000;
  }
  .c-accordion2 .btn:hover::before, .c-accordion2 .btn:hover::after {
    background: #FFF;
  }
  .c-accordion2 .btn:hover span::after {
    color: #FFF;
  }
}

.c-accordion2 .btn.click::before {
  top: 14px;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 751px) {
  .c-accordion2 .btn.click::before {
    top: 15px;
  }
}

.c-accordion2 .btn.click::after {
  top: 15px;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

@media screen and (min-width: 751px) {
  .c-accordion2 .btn.click::after {
    top: 16px;
  }
}

.c-accordion2 .btn.click span {
  bottom: 16px;
  top: auto;
}

.c-accordion2 .btn.click span::after {
  content: "閉じる";
}
