@charset "UTF-8";

/****** content title ******/
.content-ttl-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.content-ttl-area .content-ttl {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: bold;
  background-image: url('../img/ttl_dot.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 30px;
  background-size: auto 15px;
}
.content-sub-ttl-area {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.content-sub-ttl {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 2.8rem;
  padding-bottom: 12px;
}

.content-sub-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg,#FFB677 0.6%,#FFA5A5 24.06%,#96ACDC 48.11%,#81BFD2 78.93%,#77D89D 100%);
}

/******************************************************
introduction
******************************************************/

/****** introduction list ******/
.introduction-list-area {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  box-sizing: border-box;
}
.introduction-list-area .inner-introduction-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
}
.introduction-list-area .inner-introduction-list li {
  width: calc((100% - 40px * 3) / 4);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.introduction-list-area .inner-introduction-list a {
  display: block;
  text-decoration: none;
}
.introduction-list-area .inner-introduction-list a:hover {
  opacity: 0.8;
}
.introduction-list-area .inner-introduction-list .inner-cont-pic {
  padding: 16px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.introduction-list-area .inner-introduction-list .cont-name {
  flex: 1;
}
.introduction-list-area .inner-introduction-list .txt-b-place {
  font-size: 1.4rem;
  line-height: 2.0rem;
  padding-bottom: 8px;
}
.introduction-list-area .inner-introduction-list .txt-s-name {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.introduction-list-area .inner-introduction-list .cont-pic {
  width: 140px;
}
.introduction-list-area .inner-introduction-list .cont-pic img {
  width: 140px;
  height: auto;
}
.introduction-list-area .inner-introduction-list .inner-cont-intro {
  padding: 16px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

/****** pager ******/
.pager-area .pagination {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 50px;
}
.pager-area .pagination li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  color: #404040;
  box-sizing: border-box;
  border: 1px solid #ffa5a5;
}
.pager-area .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #404040;
  text-decoration: none;
  border-radius: 50%;
}
.pager-area .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager-area .pagination li a:hover,
.pager-area .pagination li a.active {
  color: #ffffff;
  background: #ffa5a5;
  box-sizing: border-box;
}

/****** introduction main ******/
.intro-main-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}
.intro-main-area .intro-l-inner {
  width: 700px;
  padding-right: 30px;
  box-sizing: border-box;
}
.intro-main-area .intro-l-inner .intro-comment {
  font-size: 3.0rem;
  line-height: 5.0rem;
  padding-bottom: 8px;
}
.intro-main-area .intro-l-inner .senior-name {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 40px;
}
.intro-main-area .intro-l-inner .senior-pic {
  width: 670px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.intro-main-area .intro-l-inner .senior-pic img {
  display: block;
}
.intro-main-area .intro-r-inner {
  width: 500px;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.intro-main-area .intro-r-inner .right-cont-main {
  width: 500px;
  box-sizing: border-box;
  display: flex;
  padding-bottom: 30px;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-l-pos {
  width: 265px;
  box-sizing: border-box;
  padding-right: 30px;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-l-pos .c-left-pic {
  width: 235px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-l-pos .c-left-pic img {
  display: block;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-r-pos {
  width: 235px;
  box-sizing: border-box;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-r-pos .c-right-pic {
  width: 235px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-r-pos .c-right-pic img {
  display: block;
}
.intro-main-area .intro-r-inner .right-cont-sub {
  width: 500px;
  box-sizing: border-box;
}
.intro-main-area .intro-r-inner .right-cont-sub .c-sub-pic {
  width: 500px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.intro-main-area .intro-r-inner .right-cont-sub .c-sub-pic img {
  display: block;
}

/****** introduction profile ******/
.intro-profile-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner {
  display: flex;
}
.intro-profile-area .profile-cont-inner .left-profile-pos {
  width: 575px;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner .left-profile-pos .info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner .left-profile-pos .info-list dt {
  width: 35%;
  margin: 0;
  padding: 0 10px 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  color: #FFA5A5;
}
.intro-profile-area .profile-cont-inner .left-profile-pos .info-list dd {
  width: 65%;
  margin: 0;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.intro-profile-area .profile-cont-inner .right-profile-pos {
  width: 625px;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/****** introduction history ******/
.intro-history-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.intro-history-area .history-cont-inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.history-ttl-pos {
  position: relative;
  width: 40px;
  height: 741px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 5px;
  padding-right: 10px;
  box-sizing: border-box;
}

.history-ttl-pos p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.history-ttl-pos .icon-top {
  top: 0;
}
.history-ttl-pos .center-text {
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.history-ttl-pos .icon-bottom {
  bottom: 0;
}
.icon-top img,
.icon-bottom img {
  width: 30px;
  height: 30px;
  display: block;
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
}
.history-ttl-pos .center-text {
  text-align: center;
}
.intro-history-area .history-cont-inner .history-map-pos {
  height: 741px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  flex: 1;
}
.intro-history-area .history-cont-inner .history-map-pos img {
  height: 741px;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.intro-history-area .history-cont-inner .history-map-pos.dragging {
  cursor: grabbing;
}
.intro-history-area .history-cont-inner .history-map-pos .pc-history-map {
  display: block;
}
.intro-history-area .history-cont-inner .history-map-pos .pc-history-map img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.intro-history-area .history-cont-inner .history-map-pos .sp-history-map {
  display: none;
}

/****** introduction interview ******/
.intro-interview-area {
  width: 1200px;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intro-interview-area .interview-ttl-area {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff9696;
  margin-bottom: 30px;
}
.intro-interview-area .interview-ttl-area .interview-ttl {
  position: relative;
  padding-left: 44px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-block;
}
.intro-interview-area .interview-ttl-area .interview-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url('../img/icon_interview.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.intro-interview-area .interview-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  margin: 0 0 20px 0;
}
.intro-interview-area .interview-txt span {
  color: #ff9696;
}
.intro-interview-area .interview-name {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
  color: #ff9696;
}
.intro-interview-area .interview-detail-area {
  display: none;
  padding-bottom: 50px;
}
.intro-interview-area .interview-pic {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.intro-interview-area .interview-open-btn {
  cursor: pointer;
  width: 230px;
  height: 60px;
  padding: 15px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.intro-interview-area .interview-open-btn-wrapper {
  text-align: center;
}
.intro-interview-area .interview-open-btn p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.intro-interview-area .interview-open-btn .btn-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  white-space: nowrap;
  pointer-events: none;
}
.intro-interview-area .interview-open-btn .toggle-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}


/****** introduction photo ******/
.intro-photo-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.intro-photo-area .photo-cont-inner {
  box-sizing: border-box;
  display: flex;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intro-photo-area .photo-cont-inner li {
  width: 370px;
  margin-right: 45px;
  box-sizing: border-box;
}
.intro-photo-area .photo-cont-inner li:last-child {
  width: 370px;
  margin-right: 0;
  box-sizing: border-box;
}
.intro-photo-area .photo-cont-inner li .intro-photo {
  width: 370px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
}
.intro-photo-area .photo-cont-inner li .intro-photo img {
  display: block;
}

/****** introduction trouble ******/
.intro-trouble-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.intro-trouble-area .trouble-cont-inner {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intro-trouble-area .trouble-list-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.intro-trouble-area .trouble-list-txt span {
  color: #ff9696;
}

/****** introduction message ******/
.intro-message-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.intro-message-area .message-cont-inner {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intro-message-area .message-cont-inner .message-ttl {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding-bottom: 20px;
}

/****** introduction sns ******/
.intro-sns-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.intro-sns-area .sns-cont-inner {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.intro-sns-area .sns-cont-inner li {
  width: 175px;
  margin-right: 30px;
  box-sizing: border-box;
}
.intro-sns-area .sns-cont-inner li:last-child {
  margin-right: 0;
}
.intro-sns-area .sns-cont-inner li .sns-icon-btn {
  width: 175px;
  border-radius: 10px;
  padding: 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.intro-sns-area .sns-cont-inner li .sns-icon-btn img {
  max-width: 100%;
  height: auto;
}
.intro-sns-area .sns-cont-inner li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  text-decoration: none;
  color: #404040;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.intro-sns-area .sns-cont-inner li a:hover {
  opacity: 0.8;
}
.intro-sns-area .sns-cont-inner li .icon-official {
  display: inline-block;
  width: 23px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_official.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-youtube {
  display: inline-block;
  width: 36px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_youtube.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-threds {
  display: inline-block;
  width: 22px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_threds.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-blog {
  display: inline-block;
  width: 27px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_blog.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-association {
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_association.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-facebook {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_facebook.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-x {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-insta {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_insta.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-pdf {
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/icon_sns_pdf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.intro-sns-area .sns-cont-inner li .icon-pos {
  display: inline-block;
  width: auto;
  height: 25px;
  margin-right: 10px;
}
.intro-sns-area .sns-cont-inner li .icon-pos img {
  width: auto;
  height: 25px;
}
.intro-sns-area .sns-cont-inner li .sns-label {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.intro-sns-area .sns-cont-inner li .sns-exp-txt {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}

/****** introduction button ******/
.intro-btn-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.intro-btn-area .intro-btn-inner {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  justify-content: center;
}
.intro-btn-area .intro-btn-inner li {
  box-sizing: border-box;
  margin-right: 30px;
}
.intro-btn-area .intro-btn-inner li:last-child {
  box-sizing: border-box;
  margin-right: 0;
}
.intro-btn-area .intro-btn-inner .intro-btn {
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  background-image: url('../img/bg_intro_btn.png');
  background-repeat: no-repeat;
  background-position: center middle;
  width: 450px;
  padding: 10px;
}
.intro-btn-area .intro-btn-inner .intro-btn a {
  text-decoration: none;
  display: block;
}
.intro-btn-area .intro-btn-inner .intro-btn a:hover {
  text-decoration: none;
  display: block;
  opacity: 0.8;
}
.intro-btn-area .intro-btn-inner .intro-btn .btn-inner-cont {
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.sub-btn-ttl {
  font-size: 2.0rem;
  line-height: 3.0rem;
}

/****** terms ******/
.terms-area {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.terms-area .terms-top-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 50px;
}
.terms-area .terms-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-bottom: 30px;
  color: #ff9696;
  font-weight: bold;
}
.terms-area .terms-indent-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
  padding-bottom: 20px;
}
.terms-area .terms-indent-txt a {
  color: #0866ff;
  text-decoration: none;
}
.terms-area .terms-indent-txt a:hover {
  color: #0866ff;
  text-decoration: underline;
}
.terms-area .terms-indent-bt-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
  padding-bottom: 50px;
}
.terms-area .terms-inner-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
.terms-area .terms-inner-bt-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 50px;
}
.terms-area .terms-list-txt {
  list-style: none;
  padding: 0 0 30px 15px;
  box-sizing: border-box;
}
.terms-area .terms-list-txt li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
  padding-bottom: 10px;
}
.terms-area .terms-list-txt li:last-child {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
  padding-bottom: 0;
}
.terms-area .terms-end-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: right;
}

/******************************************************
smartphone
******************************************************/
@media screen and (max-width: 768px) {
/****** content title ******/
.content-ttl-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.content-ttl-area .content-ttl {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  background-image: url('../img/ttl_dot.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 30px;
  background-size: auto 10px;
}
.content-sub-ttl-area {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.content-sub-ttl {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 12px;
}

.content-sub-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg,#FFB677 0.6%,#FFA5A5 24.06%,#96ACDC 48.11%,#81BFD2 78.93%,#77D89D 100%);
}

/******************************************************
introduction
******************************************************/

/****** introduction list ******/
.introduction-list-area {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
.introduction-list-area .inner-introduction-list {
  flex-wrap: wrap;
  gap: 16px;
}
.introduction-list-area .inner-introduction-list li {
  width: calc(50% - 8px);
  margin-right: 0;
}
.introduction-list-area .inner-introduction-list li:last-child {
  width: calc(50% - 8px);
  margin-right: 0;
}
.introduction-list-area .inner-introduction-list .inner-cont-pic {
  padding: 16px;
  background: #f5f5f5;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.introduction-list-area .inner-introduction-list .inner-cont-pic .cont-name {
  padding-bottom: 10px;
}
.introduction-list-area .inner-introduction-list .inner-cont-pic .cont-pic {
  width: 100%;
}
.introduction-list-area .inner-introduction-list .inner-cont-pic .cont-pic img {
  width: 80%;
  height: auto;
}
.introduction-list-area .inner-introduction-list .inner-cont-intro {
  padding: 16px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}

/****** pager ******/
.pager-area .pagination li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  color: #000000;
  box-sizing: border-box;
  border: 1px solid #ffa5a5;
}

/****** introduction main ******/
.intro-main-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  display: block;
  box-sizing: border-box;
}
.intro-main-area .intro-l-inner {
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
}
.intro-main-area .intro-l-inner .intro-comment {
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding-bottom: 8px;
}
.intro-main-area .intro-l-inner .senior-name {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding-bottom: 30px;
}
.intro-main-area .intro-l-inner .senior-pic {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.intro-main-area .intro-l-inner .senior-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.intro-main-area .intro-r-inner {
  width: 100%;
  padding-bottom: 0;
}

.intro-main-area .intro-r-inner .right-cont-main {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-l-pos,
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-r-pos {
  width: calc(50% - 10px);
  box-sizing: border-box;
}
.intro-main-area .intro-r-inner .right-cont-main .cont-pic-l-pos {
  margin-right: 20px;
  padding-right: 0;
}
.intro-main-area .intro-r-inner .right-cont-main .c-left-pic,
.intro-main-area .intro-r-inner .right-cont-main .c-right-pic {
  width: 100% !important;
  box-sizing: border-box;
}
.intro-main-area .intro-r-inner .right-cont-main .c-left-pic img,
.intro-main-area .intro-r-inner .right-cont-main .c-right-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.intro-main-area .intro-r-inner .right-cont-sub {
  width: 100%;
  box-sizing: border-box;
}
.intro-main-area .intro-r-inner .right-cont-sub .c-sub-pic {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.intro-main-area .intro-r-inner .right-cont-sub .c-sub-pic img {
  display: block;
  width: 100%;
  height: auto;
}

/****** introduction profile ******/
.intro-profile-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner {
  display: block;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner .left-profile-pos {
  width: 100%;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner .left-profile-pos .info-list {
  display: block;
  box-sizing: border-box;
}
.intro-profile-area .profile-cont-inner .left-profile-pos .info-list dt {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: none;
  margin-bottom: 10px;
}
.intro-profile-area .profile-cont-inner .left-profile-pos .info-list dd {
  width: 100%;
  margin: 0 0 20px 0;;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
.intro-profile-area .profile-cont-inner .right-profile-pos {
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
}

/****** introduction history ******/
.intro-history-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.intro-history-area .history-cont-inner {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.history-ttl-pos {
  position: relative;
  width: 30px;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 5px;
  padding-right: 10px;
  box-sizing: border-box;
}
.history-ttl-pos p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.history-ttl-pos .icon-top {
  top: 0;
}
.history-ttl-pos .center-text {
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.history-ttl-pos .icon-bottom {
  bottom: 0;
}
.icon-top img,
.icon-bottom img {
  width: 20px;
  height: 20px;
  display: block;
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
}
.history-ttl-pos .center-text {
  text-align: center;
}
.intro-history-area .history-cont-inner .history-map-pos {
  height: 500px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  flex: 1;
}
.intro-history-area .history-cont-inner .history-map-pos img {
  height: 500px;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.intro-history-area .history-cont-inner.dragging {
  cursor: grabbing;
}
.intro-history-area .history-cont-inner .history-map-pos .pc-history-map {
  display: none;
}
.intro-history-area .history-cont-inner .history-map-pos .sp-history-map {
  display: block;
}
.intro-history-area .history-cont-inner .history-map-pos .sp-history-map img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/****** introduction interview ******/
.intro-interview-area {
  width: 94%;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intro-interview-area .interview-ttl-area {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff9696;
  margin-bottom: 30px;
}
.intro-interview-area .interview-ttl-area .interview-ttl {
  position: relative;
  padding-left: 44px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-block;
}
.intro-interview-area .interview-ttl-area .interview-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url('../img/icon_interview.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.intro-interview-area .interview-pic {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.intro-interview-area .interview-pic img {
  width: 100%;
  height: auto;
}


/****** introduction photo ******/
.intro-photo-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.intro-photo-area .photo-cont-inner {
  box-sizing: border-box;
  display: block;
}
.intro-photo-area .photo-cont-inner li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.intro-photo-area .photo-cont-inner li:last-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.intro-photo-area .photo-cont-inner li .intro-photo {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
}
.intro-photo-area .photo-cont-inner li .intro-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/****** introduction trouble ******/
.intro-trouble-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}

/****** introduction message ******/
.intro-message-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}

/****** introduction sns ******/
.intro-sns-area {
  width: 100%;
  padding: 0 16px 60px;
}

.intro-sns-area .sns-cont-inner {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.intro-sns-area .sns-cont-inner li {
  width: calc(50% - 10px);
  margin-right: 0;
  text-align: center;
}
.intro-sns-area .sns-cont-inner li .sns-icon-btn {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/****** introduction button ******/
.intro-btn-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.intro-btn-area .intro-btn-inner {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.intro-btn-area .intro-btn-inner li {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 30px;
}
.intro-btn-area .intro-btn-inner li:last-child {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
}
.intro-btn-area .intro-btn-inner .intro-btn {
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  background-image: url('../img/bg_intro_btn.png');
  background-repeat: no-repeat;
  background-position: center middle;
  width: 100%;
  padding: 10px;
}
.intro-btn-area .intro-btn-inner .intro-btn .btn-inner-cont {
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.sub-btn-ttl {
  font-size: 1.4rem;
  line-height: 2.0rem;
}

/****** terms ******/
.terms-area {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}
}
