div#contents div div {
  border-radius: 0;
  overflow: visible;
}

@media screen and (max-width: 1400px) {
  div#contents div {
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1280px) {
  div#contents div div.inner {
    padding: 0 20px;
  }
}

#tochigist.top {
  /*********************************
 * navi
 *********************************/
  /*********************************
 * concept
 *********************************/
  /*********************************
 * interview
 *********************************/
  /*********************************
 * reason
 *********************************/
  /*********************************
 * promotion
 *********************************/
  /*********************************
 * column
 *********************************/
  /*********************************
 * data
 *********************************/
  /*********************************
 * relative_site
 *********************************/
}

#tochigist.top #top-concept {
  background-image: url(../img/bg-mv.png);
  background-size: cover;
  padding: 370px 0 0;
}

#tochigist.top #top-concept .mv-box {
  /*max-width: 1280px;*/
  margin: 0 50px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 1280px) {
  #tochigist.top #top-concept .mv-box {
    margin: 0;
  }
}

#tochigist.top #top-concept .mv-box .concept-left {
  width: 58%;
  padding-right: 30px;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-concept .mv-box .concept-left {
    margin-left: -5px;
  }
}

@media screen and (max-width: 480px) {
  #tochigist.top #top-concept .mv-box .concept-left {
    width: 84%;
  }
}

#tochigist.top #top-concept .mv-box .concept-right {
  width: 35%;
  max-width: 438px;
}

#tochigist.top #top-concept .mv-box .concept-right .btn-concept-box {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

#tochigist.top #top-concept .mv-box .concept-right .btn-concept-box .btn-concept {
  width: 48%;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #3C3C3C;
}

#tochigist.top #top-concept .mv-box .concept-right .btn-concept-box .btn-concept a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-radius: 6px;
  text-decoration: none;
  color: #3C3C3C;
  font-weight: bold;
}

#tochigist.top #top-concept .mv-box .concept-right .btn-concept-box .btn-concept a .arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 1px;
  box-sizing: border-box;
}

#tochigist.top #top-concept .mv-box .concept-right .btn-concept-box .btn-concept a .arrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-concept .mv-box .concept-right .recruit-btn {
  background: rgba(52, 170, 175, 0.1);
  border-radius: 10px;
  margin-top: 70px;
  position: relative;
}

#tochigist.top #top-concept .mv-box .concept-right .recruit-btn .arrow_box {
  /*position: relative;
                        left: 25%;
                        top:-15px;*/
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

#tochigist.top #top-concept .mv-box .concept-right .recruit-btn .bnr-box {
  position: relative;
  z-index: 100;
  padding: 30px 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#tochigist.top #top-concept .mv-box .concept-right .recruit-btn .bnr-box .recruit-bnr {
  width: 47.4%;
  margin-bottom: 10px;
}

#tochigist.top #top-concept #slide-bnr {
  margin-top: -40px;
}

#tochigist.top #top-concept #slide-bnr .mv-slider {
  width: 100%;
  max-width: 100%;
}

#tochigist.top #top-concept #slide-bnr .mv-slider .slick-prev, #tochigist.top #top-concept #slide-bnr .mv-slider .slick-next {
  display: none !important;
}

#tochigist.top #top-concept #slide-bnr .mv-slider .mv-slider-img {
  margin: 0 10px;
}

#tochigist.top #top-concept #slide-bnr .mv-slider .mv-slider-img a img {
  width: 100%;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-concept {
    padding: 120px 0 0;
  }
  #tochigist.top #top-concept .mv-box {
    display: block;
    padding: 0 4.3vw;
  }
  #tochigist.top #top-concept .mv-box .concept-right {
    width: auto;
    max-width: inherit;
  }
  #tochigist.top #top-concept .mv-box .concept-right .btn-concept-box .btn-concept {
    width: 48%;
    font-size: 14px;
  }
  #tochigist.top #top-concept .mv-box .concept-right .btn-concept-box .btn-concept a {
    padding: 12px 0 6px;
  }
  #tochigist.top #top-concept .mv-box .concept-right .recruit-btn {
    margin-top: 46px;
  }
  #tochigist.top #top-concept .mv-box .concept-right .recruit-btn .bnr-box {
    padding: 30px 20px 0;
  }
  #tochigist.top #top-concept #slide-bnr {
    margin-top: 24px;
  }
}

#tochigist.top #top-interview {
  /*max-width: 1280px;*/
  width: 85%;
  margin: 100px auto 0;
  padding: 0;
}

#tochigist.top #top-interview .ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 2.8;
  margin-bottom: 20px;
}

#tochigist.top #top-interview .ttl span {
  font-size: 14px;
  font-weight: normal;
}

#tochigist.top #top-interview .wrapper {
  margin: 0 auto;
}

#tochigist.top #top-interview .wrapper .tabs {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 60px;
  border-bottom: 2px solid #EFEFEF;
}

#tochigist.top #top-interview .wrapper .tabs .tab {
  width: 14%;
  margin-bottom: -2px;
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 5px;
  border-radius: 0;
  color: #ccc;
}

#tochigist.top #top-interview .wrapper .tabs .tab span {
  font-weight: bold;
}

#tochigist.top #top-interview .wrapper .tabs .tab.active {
  border-bottom-color: #3C3C3C;
  font-weight: bold;
  color: #3C3C3C;
}

#tochigist.top #top-interview .wrapper .tabs .tab.active .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #3C3C3C;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

#tochigist.top #top-interview .wrapper .tabs .tab.active .icon-triangle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-interview .wrapper .tabs .tab .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tochigist.top #top-interview .wrapper .tabs .tab .icon-triangle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-interview .wrapper .panel {
  display: flex;
  gap: 20px;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: opacity 1.5s;
}

#tochigist.top #top-interview .wrapper .panel.hidden {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
}

#tochigist.top #top-interview .wrapper .panel .left {
  width: 65%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-right: 30px;
}

#tochigist.top #top-interview .wrapper .panel .left .col {
  display: none;
  width: 48%;
  background-color: #fff;
  border: 2px solid #F2F2F2;
  position: relative;
  border-radius: 20px;
  transition: 0.3s;
}

#tochigist.top #top-interview .wrapper .panel .left .col.show {
  display: block;
}

#tochigist.top #top-interview .wrapper .panel .left .col a {
  display: block;
  color: #464646;
  text-decoration: none;
  transition: all 0.3s linear;
  border-radius: 18px 18px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#tochigist.top #top-interview .wrapper .panel .left .col a .pic {
  display: block;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 20px;
  padding-top: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: background-size 0.3s linear;
  overflow: hidden;
}

#tochigist.top #top-interview .wrapper .panel .left .col a .col-txt {
  position: relative;
  padding: 0 20px 20px;
}

#tochigist.top #top-interview .wrapper .panel .left .col a .col-txt:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/icon-arr.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-interview .wrapper .panel .left .col a .col-txt:after {
    width: 18px;
    height: 18px;
    bottom: inherit;
    top: 15px;
    right: 15px;
  }
}

#tochigist.top #top-interview .wrapper .panel .left .col a .col-txt .date {
  font-size: 12px;
}

#tochigist.top #top-interview .wrapper .panel .left .col a .col-txt .ttl {
  font-size: 16px;
  color: #3C3C3C;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#tochigist.top #top-interview .wrapper .panel .left .col a .col-txt .company {
  font-size: 12px;
  color: #3C3C3C;
  display: block;
}

#tochigist.top #top-interview .wrapper .panel .left .col a .col-txt .hashtag {
  font-size: 12px;
  color: #34AAAF;
  line-height: 1.4;
}

#tochigist.top #top-interview .wrapper .panel .left .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 130px;
  background-image: url(../img/bird_interview.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 781px) {
  #tochigist.top #top-interview .wrapper .panel .left .col:hover {
    box-shadow: 0 3px 20px rgba(51, 51, 51, 0.1);
  }
  #tochigist.top #top-interview .wrapper .panel .left .col:hover::after {
    top: -65px;
    left: 30px;
    opacity: 1;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col:hover a .pic {
    background-size: 105% auto;
  }
}

@media screen and (min-width: 781px) and (max-width: 1300px) {
  #tochigist.top #top-interview .wrapper .panel .left .col::after {
    width: 23vw;
    height: 10vw;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col:hover::after {
    top: -5vw;
    left: 2.3vw;
    opacity: 1;
  }
}

#tochigist.top #top-interview .wrapper .panel .right {
  width: 35%;
  /*display: grid;
                    grid-template-rows: 1fr 1fr;
                    gap: 20px;*/
}

#tochigist.top #top-interview .wrapper .panel .right .row {
  border-radius: 0;
}

#tochigist.top #top-interview .wrapper .panel .right .row:first-child {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #EFEFEF;
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-box {
  display: flex;
  justify-content: space-between;
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-ttl {
  font-size: 16px;
  font-weight: bold;
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-btn a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #3C3C3C;
  border: 1px solid #3C3C3C;
  border-radius: 50px;
  padding: 5px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-btn a::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-btn a:hover {
  color: #3C3C3C;
  background: #fff;
  border: 1px solid #3C3C3C;
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-btn a:hover::after {
  border-top: 2px solid #3C3C3C;
  border-right: 2px solid #3C3C3C;
}

#tochigist.top #top-interview .wrapper .panel .right .row .row-txt {
  font-size: 14px;
  margin-top: 20px;
}

#tochigist.top #top-interview .wrapper .panel .right .row-border-none {
  border-bottom: none;
}

#tochigist.top #top-interview .wrapper .recruit-banner-box {
  background: #E8F6F6;
  border-radius: 20px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

#tochigist.top #top-interview .wrapper .recruit-banner-box .banner-fukidashi {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

#tochigist.top #top-interview .wrapper .recruit-banner-box .recruit-banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  padding: 40px 30px 30px;
  position: relative;
  z-index: 100;
}

#tochigist.top #top-interview .wrapper .recruit-banner-box .recruit-banner a {
  /*border: 1px solid #E2E2E2;*/
  border-radius: 10px;
  display: block;
  padding: 5px;
  margin: 0 10px;
  background: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  #tochigist.top #top-interview {
    padding: 0 20px;
  }
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-interview {
    max-width: 1280px;
    width: auto;
    margin: 60px 0 0;
  }
  #tochigist.top #top-interview .ttl {
    font-size: 21px;
  }
  #tochigist.top #top-interview .ttl span {
    font-size: 13px;
  }
  #tochigist.top #top-interview .wrapper {
    overflow: hidden;
  }
  #tochigist.top #top-interview .wrapper .tabs {
    margin-bottom: 30px;
  }
  #tochigist.top #top-interview .wrapper .tabs .tab {
    width: auto;
    font-size: 13px;
  }
  #tochigist.top #top-interview .wrapper .tabs .tab.active .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-interview .wrapper .tabs .tab.active .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-interview .wrapper .tabs .tab .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-interview .wrapper .tabs .tab .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-interview .wrapper .panel {
    display: block;
  }
  #tochigist.top #top-interview .wrapper .panel .left {
    display: block;
    width: 100%;
    margin: 0 0 48px;
  }
  #tochigist.top #top-interview .wrapper .panel .left slick-track {
    display: flex;
  }
  #tochigist.top #top-interview .wrapper .panel .left .slick-slide {
    height: auto !important;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col .slick-list {
    margin: 0 -20px;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col a {
    display: flex;
    justify-content: space-between;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col a .pic {
    width: 40%;
    margin: 0;
    padding: 0;
    border-radius: 10px 0 0 10px;
    background-size: cover;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col a .col-txt {
    width: 60%;
    flex-grow: 1;
    padding: 10px 15px;
  }
  #tochigist.top #top-interview .wrapper .panel .left .col a .col-txt .ttl {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
  }
  #tochigist.top #top-interview .wrapper .panel .left .slick-dots {
    bottom: -20px;
  }
  #tochigist.top #top-interview .wrapper .panel .left .slick-dots li {
    margin: 0;
  }
  #tochigist.top #top-interview .wrapper .panel .left .slick-dots li button::before {
    font-size: 8px;
    line-height: 8px;
    width: 8px;
    height: 8px;
  }
  #tochigist.top #top-interview .wrapper .panel .right {
    width: auto;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row {
    border-bottom: 1px solid #EFEFEF;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row:first-child {
    margin: 0 0 24px;
    padding: 0 0 24px;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row:last-child {
    padding: 0 0 24px;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row .row-box {
    align-items: flex-end;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-ttl {
    font-size: 15px;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row .row-box .row-btn a {
    padding: 5px 15px;
  }
  #tochigist.top #top-interview .wrapper .panel .right .row .row-txt {
    font-size: 13px;
    margin: 12px 0 0;
  }
  #tochigist.top #top-interview .wrapper .recruit-banner-box {
    background: #E8F6F6;
    border-radius: 20px;
    margin-top: 45px;
    position: relative;
    z-index: 1;
  }
  #tochigist.top #top-interview .wrapper .recruit-banner-box .banner-fukidashi {
    top: -15px;
  }
  #tochigist.top #top-interview .wrapper .recruit-banner-box .recruit-banner {
    flex-wrap: wrap;
    padding: 30px 10px 0;
  }
  #tochigist.top #top-interview .wrapper .recruit-banner-box .recruit-banner li {
    width: 48%;
  }
  #tochigist.top #top-interview .wrapper .recruit-banner-box .recruit-banner li a {
    border-radius: 10px;
    margin: 0 5px 20px;
  }
}

#tochigist.top #top-reason {
  position: relative;
  margin: -12px auto 0;
  padding: 0;
  /*background: url(../img/interview-bg.png) left top repeat-x;
	animation: bgroop 20s linear infinite;
	@keyframes bgroop {
		from {
			background-position: left top;
		}
		to {
			background-position: -1807px top;
		}
	}*/
}

#tochigist.top #top-reason .btn-ushi01 {
  position: absolute;
  /*right: -15px;
        top: 25%;*/
  left: 0;
  bottom: -50px;
  z-index: 100;
}

#tochigist.top #top-reason .btn-ushi01 .before {
  display: block;
  cursor: pointer;
}

#tochigist.top #top-reason .btn-ushi01 .after {
  display: none;
  cursor: pointer;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap {
  position: relative;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap .before, #tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after {
  position: relative;
  z-index: 1;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents {
  display: none;
  position: absolute;
  top: 120px;
  left: 135px;
  padding: 20px 10px 10px;
  border-radius: 20px;
  background: #EFEFEF;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 505px;
  max-width: 505px;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul li {
  width: 144px;
  padding: 0 10px 10px;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul li a {
  position: relative;
  display: block;
  line-height: 1;
  z-index: 2;
  padding: 2px 5px;
  background: #fff;
  border-radius: 10px;
}

#tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul li img {
  border-radius: 10px;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents {
    top: 65px;
    left: inherit;
    right: 30px;
    padding: 20px 10px 10px;
    border-radius: 20px;
  }
  #tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul {
    display: flex;
    width: auto;
    max-width: inherit;
  }
  #tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul li {
    width: 42%;
    /*width: 140px;*/
    padding: 0 10px 10px;
  }
  #tochigist.top #top-reason .btn-ushi01 .ushi-wrap .after-contents ul li + li {
    margin: 0;
  }
}

#tochigist.top #top-reason .btn-ushi01.on .before {
  display: none;
}

#tochigist.top #top-reason .btn-ushi01.on .after {
  display: block;
}

#tochigist.top #top-reason .btn-ushi01.on .after-contents {
  display: block;
}

#tochigist.top #top-reason .btn-ushi02 {
  position: absolute;
  /*left: -25px;
        bottom: -70px;*/
  right: 30px;
  top: 15%;
  z-index: 100;
  /*&.on{
			.before{
				display: none;
			}
			.after{
				display: block;
			}
		}*/
}

#tochigist.top #top-reason .btn-ushi02 a {
  display: none;
  cursor: pointer;
}

#tochigist.top #top-reason .btn-ushi02 .topshare {
  display: block;
}

#tochigist.top #top-reason .wave-bg {
  position: relative;
  width: 100%;
  padding: 8.7vw 0 0;
  background-color: #f8f8f8;
  background-image: url("../img/nami01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-reason .wave-bg {
    padding: 8.7vw 0 0;
  }
}

#tochigist.top #top-reason .wave-bg .ttl {
  /*position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-640px);*/
  width: 85%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  line-height: 2.8;
}

@media screen and (max-width: 1279px) {
  #tochigist.top #top-reason .wave-bg .ttl {
    left: 0;
    transform: none;
    padding: 0 20px;
  }
}

#tochigist.top #top-reason .wave-bg .ttl span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 2;
}

#tochigist.top #top-reason .wave-bg .ttl span .green {
  color: #34AAAF;
  border-bottom: 2px dotted #34AAAF;
  font-weight: bold;
  display: inline;
  padding-bottom: 3px;
}

#tochigist.top #top-reason .wave-bg .ttl span .green .number {
  font-size: 20px;
  display: inline-block;
}

#tochigist.top #top-reason .bg {
  background: #F8F8F8;
  padding-bottom: 90px;
}

#tochigist.top #top-reason .reason-box {
  /*width: 85%;*/
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 0 0 10px 100px;
  overflow-x: scroll;
  display: flex;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /*scrollbar-width: none;*/
  gap: 0;
}

#tochigist.top #top-reason .reason-box::-webkit-scrollbar {
  display: none;
}

#tochigist.top #top-reason .reason-box .first {
  flex: 0 0 700px;
  scroll-snap-align: start;
  margin: 0 70px 20px 0;
  padding: 100px 0 0;
  position: relative;
}

#tochigist.top #top-reason .reason-box .first .baloon {
  position: absolute;
  top: 90px;
  left: -30px;
  z-index: 0;
}

#tochigist.top #top-reason .reason-box .first .ttl {
  font-size: 17px;
  font-weight: bold;
  color: #34AAAF;
  padding-left: 100px;
}

#tochigist.top #top-reason .reason-box .first .txt-box {
  position: relative;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  height: calc(100% - 40px);
  box-sizing: border-box;
  z-index: 1;
}

#tochigist.top #top-reason .reason-box .first .txt-box .txt {
  font-size: 14px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .txt span {
  font-size: 12px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .txt .txt-list {
  margin-top: 10px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .txt .txt-list li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

#tochigist.top #top-reason .reason-box .first .txt-box .n-border {
  border-bottom: none;
}

#tochigist.top #top-reason .reason-box .first .txt-box .company-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .company-box li {
  width: 47%;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house {
  width: 100%;
  margin-bottom: 10px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house th {
  text-align: left;
  background-color: #F8F8F8 !important;
  padding: 15px;
  vertical-align: middle;
  border-right: 2px #f0f0f0 solid;
  border-left: 2px #f0f0f0 solid;
  border-bottom: 2px #f0f0f0 solid;
}

#tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house th span {
  font-size: 12px;
  vertical-align: top;
}

#tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house .noborder {
  padding: 20px 0 5px !important;
  text-align: center !important;
  font-weight: bold !important;
  border-right: none !important;
  border-left: none !important;
  white-space: nowrap !important;
}

#tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house td {
  vertical-align: middle;
  border-bottom: 2px #f0f0f0 solid;
  padding: 20px 15px;
  text-align: center;
  border-right: 2px #f0f0f0 solid;
  border-left: 2px #f0f0f0 solid;
}

#tochigist.top #top-reason .reason-box .first .txt-box .second .reason-note {
  font-size: 12px;
}

#tochigist.top #top-reason .reason-box .first .txt-box .reason03 {
  margin-top: 20px;
}

#tochigist.top #top-reason .reason-box .first:last-child {
  margin: 0 60px 20px 0;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-reason {
    max-width: 1280px;
    width: auto;
    padding: 0;
    /*background: url(../img/interview-bg_sp.png) left top repeat-x;
            animation: bgroop 30s linear infinite;*/
  }
  #tochigist.top #top-reason .btn-ushi01 {
    position: absolute;
    left: inherit;
    right: -10px;
    bottom: 83px;
    top: inherit;
    z-index: 100;
  }
  #tochigist.top #top-reason .btn-ushi02 {
    position: absolute;
    left: -35px;
    top: 240px;
    bottom: inherit;
    z-index: 100;
  }
  #tochigist.top #top-reason .wave-bg {
    padding: 15.5vw 0 40px;
  }
  #tochigist.top #top-reason .wave-bg .ttl {
    font-size: 21px;
  }
  #tochigist.top #top-reason .wave-bg .ttl span {
    font-size: 13px;
  }
  #tochigist.top #top-reason .bg {
    padding: 0 0 168px;
  }
  #tochigist.top #top-reason .reason-box {
    padding: 0 20px 0 20px;
  }
  #tochigist.top #top-reason .reason-box .first {
    flex: 0 0 90%;
    margin: 0 20px 20px 0;
    padding-top: 100px;
  }
  #tochigist.top #top-reason .reason-box .first .baloon {
    top: 120px;
    left: -20px;
    width: 75px;
  }
  #tochigist.top #top-reason .reason-box .first .ttl {
    font-size: 15px;
    display: flex;
    align-items: flex-end;
    min-height: 55px;
    margin: 0 0 10px;
    padding-left: 65px;
    padding-right: 15px;
    line-height: 1.4;
  }
  #tochigist.top #top-reason .reason-box .first .txt-box {
    padding: 20px;
    height: calc(100% - 70px);
  }
  #tochigist.top #top-reason .reason-box .first .txt-box .txt {
    font-size: 13px;
  }
  #tochigist.top #top-reason .reason-box .first .txt-box .txt-list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #tochigist.top #top-reason .reason-box .first .txt-box .company-box li {
    width: 100%;
    margin-bottom: 5px;
  }
  #tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house th {
    font-size: 13px;
    padding: 10px;
  }
  #tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house th span {
    font-size: 10px;
  }
  #tochigist.top #top-reason .reason-box .first .txt-box .second .reason-house td {
    font-size: 13px;
    padding: 10px;
  }
  #tochigist.top #top-reason .reason-box .first:last-child {
    margin: 0 0 20px 0;
  }
}

#tochigist.top #top-promotion {
  position: relative;
  background: url(../img/top-promotion-bg.svg) center center no-repeat;
  background-size: cover;
  padding: 0;
}

#tochigist.top #top-promotion .promotion-inner {
  width: 85%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 80px 0 130px;
}

@media screen and (max-width: 1280px) {
  #tochigist.top #top-promotion .promotion-inner {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-promotion .promotion-inner {
    width: auto;
    max-width: 1280px;
    padding: 0 20px 100px;
  }
}

#tochigist.top #top-promotion .promotion-inner h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 2.8;
  margin-bottom: 20px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story {
  display: flex;
  justify-content: space-between;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left {
  width: auto;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-tab {
  height: 50px;
  border-bottom: 2px solid #DDDDDD;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box {
  padding-right: 50px;
  margin-top: 60px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #34AAAF;
  margin-bottom: 20px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-txt {
  font-size: 16px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-txt + .story-txt {
  margin-top: 20px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-txt span {
  color: #34AAAF;
  border-bottom: 2px dotted #34AAAF;
  font-weight: bold;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper {
  margin: 0 auto;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 60px;
  border-bottom: 2px solid #DDDDDD;
  height: 50px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab {
  padding: 10px 15px;
  margin-bottom: -2px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 5px;
  border-radius: 0;
  color: #ccc;
  width: 160px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab span {
  font-weight: bold;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab.active {
  border-bottom-color: #3C3C3C;
  font-weight: bold;
  color: #3C3C3C;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab.active .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #3C3C3C;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab.active .icon-triangle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab .icon-triangle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel {
  display: flex;
  gap: 20px;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: opacity 1.5s;
  /*.story-box {*/
  /*display: flex;
                            justify-content: space-between;*/
  width: 100%;
  /*.story-left {
                                margin-right: 50px;
                                width: 40%;
                                .story-ttl {
                                font-size: 18px;
                                font-weight: bold;
                                color: #34AAAF;
                                margin-bottom: 20px;
                                }
                                .story-txt {
                                    font-size: 16px;
									+ .story-txt{
										margin-top: 20px;
									}
                                    span {
                                        color: #34AAAF;
                                        border-bottom: 2px dotted #34AAAF;
                                        font-weight: bold;
                                    }
                                }
                            }*/
  /*}*/
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel.hidden {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right {
  width: auto;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie {
  position: relative;
  width: 47%;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie a {
  position: relative;
  display: block;
  z-index: 2;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie a:after {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  top: calc(50% - 30px - 0.8em);
  left: calc(50% - 30px);
  display: block;
  background: url(../img/arrow.png) no-repeat center center;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie a img {
  border-radius: 10px;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie a:hover img {
  opacity: 1;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 216px;
  height: 73px;
  background-image: url(../img/icon_story.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 781px) {
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie {
    /*@media screen and (max-width: 1300px) {
												&::after {
													width: 23vw;
													height: 10vw;
												}
												&:hover::after {
													top: -5vw;
													left: 2.3vw;
													opacity: 1;
												}
											}*/
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie:hover::after {
    top: -40px;
    right: -20px;
    opacity: 1;
  }
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie .movie-txt {
  font-size: 16px;
  font-weight: bold;
}

#tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie .movie-txt span {
  font-size: 12px;
  font-weight: bold;
  color: #34AAAF;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-promotion {
    margin-top: -40px;
    padding-top: 60px;
    background: #f8f8f8 url(../img/top-promotion-bg-sp.svg) left center repeat-x;
    background-size: auto 100%;
  }
  #tochigist.top #top-promotion .promotion-inner {
    padding: 0 20px 60px;
  }
  #tochigist.top #top-promotion .promotion-inner .ttl {
    font-size: 21px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story {
    display: block;
    position: relative;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left {
    width: 100%;
    margin: 0 0 20px;
    position: absolute;
    top: 17%;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-tab {
    border-bottom: none;
    height: 0;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box {
    padding-right: 0;
    margin-top: 0;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-txt {
    font-size: 13px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-txt + .story-txt {
    margin-top: 10px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .story-left .story-left-box .story-txt span {
    padding-bottom: 3px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs {
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 43px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab {
    width: auto;
    font-size: 13px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab.active .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab.active .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-tabs .story-tab-sp {
    width: auto;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel {
    /*.story-box {
                                display: block;
                                width: 100%;
                                .story-left {
                                    width: 100%;
                                    margin: 0 0 20px;
                                    .story-ttl {
                                        margin-bottom: 10px;
                                        font-size: 15px;
                                    }
                                    .story-txt {
                                        font-size: 13px;
                                        + .story-txt{
                                            margin-top: 10px;
                                        }
                                        span {
                                            padding-bottom: 3px;
                                        }
                                    }
                                }
                                .story-right {
                                    width: 100%;
                                    .movie-box {
                                        display: block;
                                        .slick-slide {
                                            padding: 0 16px 0 0;
                                        }
                                        .movie {
                                            max-width: 300px;
                                            .movie-txt {
                                                font-size: 14px;
                                                text-align: center;
                                            }
                                        }
                                    }
                                }
                            }*/
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right {
    width: 100%;
    padding-top: 220px;
  }
}

@media screen and (max-width: 780px) and (max-width: 460px) {
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right {
    padding-top: 240px;
  }
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box {
    display: block;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .slick-slide {
    padding: 0 16px 0 0;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie {
    max-width: 300px;
  }
  #tochigist.top #top-promotion .promotion-inner .ul-story .wrapper .story-panel .story-right .movie-box .movie .movie-txt {
    font-size: 14px;
    text-align: center;
  }
}

#tochigist.top .promotion_popup h4.ttl {
  font-size: 18px;
}

#tochigist.top .promotion_popup .sns .sns-x {
  margin-bottom: 16px;
}

#tochigist.top .promotion_popup .sns .sns-x a {
  display: block;
  text-align: center;
  color: #fff;
  background: #333333;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
}

#tochigist.top .promotion_popup .sns .sns-line a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #01B301;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
}

#tochigist.top #top-column {
  margin: -12px auto 0;
  padding: 200px 0 100px;
  position: relative;
  background: url(../img/interview-bg.png) left top repeat-x;
  animation: bgroop 20s linear infinite;
  /*z-index: -1;*/
}

@keyframes bgroop {
  from {
    background-position: left top;
  }
  to {
    background-position: -1807px top;
  }
}

@media screen and (max-width: 1280px) {
  #tochigist.top #top-column {
    padding: 200px 0 100px;
  }
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-column {
    padding: 80px 20px 100px;
    background-size: auto 60px;
  }
}

#tochigist.top #top-column .column-box {
  width: 85%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#tochigist.top #top-column .column-box .column-left {
  width: 45%;
  padding-right: 10px;
}

#tochigist.top #top-column .column-box .column-left .ttl {
  font-size: 34px;
  font-weight: bold;
}

#tochigist.top #top-column .column-box .column-left .ttl span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 2;
  padding-top: 20px;
}

#tochigist.top #top-column .column-box .column-left .column-btn a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #3C3C3C;
  border: 1px solid #3C3C3C;
  border-radius: 50px;
  padding: 5px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

#tochigist.top #top-column .column-box .column-left .column-btn a::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#tochigist.top #top-column .column-box .column-left .column-btn a:hover {
  color: #3C3C3C;
  background: #fff;
  border: 1px solid #3C3C3C;
}

#tochigist.top #top-column .column-box .column-left .column-btn a:hover::after {
  border-top: 2px solid #3C3C3C;
  border-right: 2px solid #3C3C3C;
}

#tochigist.top #top-column .column-box .column-right {
  width: 55%;
}

#tochigist.top #top-column .column-box .column-right .wrapper {
  margin: 0 auto;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 40px;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab {
  width: 33%;
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 0;
  color: #ccc;
  line-height: 1;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab span {
  font-weight: bold;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab.active {
  border-bottom-color: #3C3C3C;
  font-weight: bold;
  color: #3C3C3C;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab.active .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #3C3C3C;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab.active .icon-triangle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab .icon-triangle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: opacity 1.5s;
  border-top: 1.5px solid #EFEFEF;
  padding-top: 30px;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel.hidden {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1.5px solid #EFEFEF;
  position: relative;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link {
  width: 100%;
  display: flex;
  color: inherit;
  text-decoration: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-date {
  font-size: 12px;
  width: 15%;
  min-width: 78px;
  margin-right: 20px;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-txt {
  font-size: 17px;
  font-weight: bold;
  width: 85%;
  position: relative;
  padding-right: 40px;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-txt:hover {
  text-decoration: underline !important;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-txt .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background: #3C3C3C;
  border-radius: 50%;
  display: inline-block;
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-txt .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 47%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

#tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .hashtag {
  font-size: 12px;
  font-weight: normal;
  color: #34AAAF;
  margin-top: 6px;
  padding-left: 12%;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-column .column-box {
    display: block;
    width: auto;
    max-width: 1280px;
  }
  #tochigist.top #top-column .column-box .column-left {
    width: auto;
  }
  #tochigist.top #top-column .column-box .column-left .ttl {
    font-size: 21px;
  }
  #tochigist.top #top-column .column-box .column-left .ttl span {
    font-size: 13px;
  }
  #tochigist.top #top-column .column-box .column-left .column-btn {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  #tochigist.top #top-column .column-box .column-right {
    width: auto;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs {
    margin-bottom: 20px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab {
    font-size: 13px;
    align-items: flex-end;
    padding: 0 2px 8px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab span {
    text-align: center;
    line-height: 1.4;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab.active .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab.active .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-tabs .column-tab .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel {
    padding-top: 20px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link {
    display: block;
    padding: 0;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-date {
    width: auto;
    margin: 0;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-txt {
    width: auto;
    font-size: 14px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .column-link .column-txt .arrow::before {
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-column .column-box .column-right .wrapper .column-panel .column-tab-box .hashtag {
    padding-left: 0;
    margin-top: 4px;
  }
}

#tochigist.top #top-data {
  width: 85%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1280px) {
  #tochigist.top #top-data {
    padding: 100px 20px;
  }
}

#tochigist.top #top-data .ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 2.8;
  margin-bottom: 70px;
}

#tochigist.top #top-data .ttl span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 2;
}

#tochigist.top #top-data .data-box {
  display: flex;
  justify-content: space-between;
}

#tochigist.top #top-data .data-box .data-list {
  width: 39%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 60px;
}

#tochigist.top #top-data .data-box .data-list .data-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#tochigist.top #top-data .data-box .data-list .list-box {
  background-image: radial-gradient(circle, #dceeee, #f4f7f7 80%);
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

#tochigist.top #top-data .data-box .data-list .list-box .icon {
  min-width: 40px;
}

#tochigist.top #top-data .data-box .data-list .list-box .sttl {
  font-size: 16px;
  font-weight: bold;
  color: #34AAAF;
  padding: 0 5px;
}

#tochigist.top #top-data .data-box .data-list .list-box .sttl span {
  font-size: 62.5%;
  font-weight: normal;
  vertical-align: top;
}

#tochigist.top #top-data .data-box .data-list .list-box .rank {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  min-width: 99px;
}

#tochigist.top #top-data .data-box .data-list .list-box .rank strong {
  font-size: 48px;
  font-weight: bold;
  color: #34AAAF;
}

#tochigist.top #top-data .data-box .data-list .list-box .rank span {
  font-size: 12px;
  font-weight: normal;
}

#tochigist.top #top-data .data-box .data-list .data-note {
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  #tochigist.top #top-data .data-box .data-list {
    width: 45%;
    margin-right: 30px;
  }
  #tochigist.top #top-data .data-box .data-list .list-box {
    padding: 20px;
  }
}

#tochigist.top #top-data .data-box .data-map {
  width: 55%;
}

#tochigist.top #top-data .data-box .data-map .data-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#tochigist.top #top-data .data-box .data-map .sp-map {
  display: block;
  overflow: scroll;
  cursor: pointer;
}

#tochigist.top #top-data .data-box .data-map .sp-map .thum {
  display: block;
}

#tochigist.top #top-data .data-box .data-map .sp-map .zoom {
  display: none;
}

#tochigist.top #top-data .data-box .data-map .sp-map .zoom img {
  max-width: inherit;
}

#tochigist.top #top-data .data-box .data-map .sp-map.on .thum {
  display: none;
}

#tochigist.top #top-data .data-box .data-map .sp-map.on .zoom {
  display: block;
  height: 500px;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay:target {
  visibility: visible;
  opacity: 1;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay:target .lightbox-content {
  transform: scale(1);
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay .lightbox-close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay .lightbox-close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  line-height: 1;
  z-index: 1001;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay .lightbox-close:hover {
  color: #ccc;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay .lightbox-content {
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transition: transform 0.3s ease-out;
}

#tochigist.top #top-data .data-box .data-map .lightbox-overlay .lightbox-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-data {
    width: auto;
    max-width: 1280px;
    padding: 60px 20px;
  }
  #tochigist.top #top-data .ttl {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #tochigist.top #top-data .ttl span {
    font-size: 13px;
  }
  #tochigist.top #top-data .data-box {
    display: block;
  }
  #tochigist.top #top-data .data-box .data-list {
    width: auto;
    margin: 0 0 34px;
  }
  #tochigist.top #top-data .data-box .data-list .data-ttl {
    font-size: 15px;
  }
  #tochigist.top #top-data .data-box .data-list .list-box {
    padding: 20px 36px;
    margin-bottom: 16px;
  }
  #tochigist.top #top-data .data-box .data-list .list-box .icon {
    width: 30px;
    min-width: inherit;
  }
  #tochigist.top #top-data .data-box .data-list .list-box .sttl {
    font-size: 14px;
    padding: 0 5px;
  }
  #tochigist.top #top-data .data-box .data-list .list-box .rank {
    font-size: 16px;
  }
  #tochigist.top #top-data .data-box .data-list .list-box .rank strong {
    font-size: 42px;
  }
  #tochigist.top #top-data .data-box .data-map {
    width: auto;
  }
  #tochigist.top #top-data .data-box .data-map .data-ttl {
    font-size: 15px;
  }
}

#tochigist.top #top-relative_site {
  background-image: linear-gradient(319deg, rgba(244, 247, 247, 0.7), rgba(190, 226, 227, 0.7));
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  position: relative;
}

@keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#tochigist.top #top-relative_site .top-relative_site-inner {
  width: 85%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1280px) {
  #tochigist.top #top-relative_site .top-relative_site-inner {
    padding: 100px 20px;
  }
}

#tochigist.top #top-relative_site .top-relative_site-inner .ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 2.8;
  margin-bottom: 20px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .ttl span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 2;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper {
  margin: 0 auto;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 60px;
  border-bottom: 2px solid #DDDDDD;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab {
  padding: 10px 15px;
  margin-bottom: -2px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 0;
  width: 17%;
  color: #ccc;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab span {
  line-height: 1.4;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab.active {
  border-bottom-color: #3C3C3C;
  font-weight: bold;
  color: #3C3C3C;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab.active .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #3C3C3C;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab.active .icon-triangle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab .icon-triangle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab .icon-triangle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
  display: block;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel {
  display: flex;
  gap: 20px;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: opacity 1.5s;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel.hidden {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box {
  display: flex;
  justify-content: space-between;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left {
  margin-right: 50px;
  width: 60%;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .relative_site-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #34AAAF;
  margin-bottom: 20px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .relative_site-txt {
  font-size: 16px;
  margin-bottom: 20px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .relative_site-txt span {
  font-weight: bold;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .work-bnr a {
  display: inline-block;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right {
  width: 40%;
  font-size: 16px;
  font-weight: bold;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right .site-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right .site-box li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right .site-box li:last-child {
  margin-bottom: 0;
}

#tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right .site-box li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 2px;
}

@media screen and (max-width: 780px) {
  #tochigist.top #top-relative_site .top-relative_site-inner {
    width: auto;
    max-width: 1280px;
    padding: 50px 20px 160px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .ttl {
    font-size: 21px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .ttl span {
    font-size: 13px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs {
    margin-bottom: 30px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab {
    width: auto;
    font-size: 13px;
    align-items: flex-end;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab span {
    text-align: center;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab.active .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab.active .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab .icon-triangle {
    width: 18px;
    height: 18px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-tabs .relative_site-tab .icon-triangle::after {
    content: "";
    width: 4px;
    height: 4px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel {
    display: block;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box {
    position: relative;
    display: block;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left {
    width: auto;
    margin: 0;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .relative_site-ttl {
    font-size: 15px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .relative_site-txt {
    font-size: 13px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .work-bnr {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    line-height: 1;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .work-bnr .work-bnr-txt a {
    font-size: 12px;
    text-decoration: underline !important;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-left .work-bnr .work-bnr-txt a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background-image: url("../img/icon-link.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right {
    width: auto;
    padding: 20px;
    font-size: 15px;
  }
  #tochigist.top #top-relative_site .top-relative_site-inner .wrapper .relative_site-panel .relative_site-box .site-right .site-box li {
    font-size: 13px;
  }
}
