@charset 'utf-8';
/* ブレイクポイント */
/* 1130, 1000, 800 */


.common_link_wrap {
  margin: 20px 0 0;
  text-align: right;
}

.common_link_wrap a {
  position: relative;
  text-decoration: none;
  padding-right: 38px;
  color: #179F5B;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

.common_link_wrap a::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
  background: #179F5B;
  border-radius: 50%;
}

.common_link_wrap a::after {
  right: 6px;
  background: url(../images/white-arrow.svg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .common_link_wrap {
    margin: 15px 0 0;
    padding: 0 15px 0;
  }

  .common_link_wrap a {
    padding-right: 36px;
    font-size: 0.9375em;
  }
}

#mv {
  height: 687px;
  position: relative;
  padding-top: 87px;
}

#mv .vegas-content {
  height: 687px;
}

#mv .vegas-timer {
  height: 3px;
}

#mv .wrap {
  height: 100%;
  padding-left: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#mv .wrap h1 {
  font-family: "FOT-UD角ゴ_スモール Pr6N E", sans-serif;
  font-size: 3.25em;
  color: #fff;
  line-height: 1.5;
}

#mv .wrap .btn {
  position: relative;
  text-decoration: none;
  width: 430px;
  height: 95px;
  margin-top: 28px;
  padding: 14px 44px 0 0;
  color: #fff;
  background: #179F5B;
  border-radius: 48px;
}

#mv .wrap .btn p {
  position: relative;
  display: inline-block;
  margin: 0 0 0 36px;
  padding: 2px 18px;
  background: #002555;
  font-size: 1rem;
}

#mv .wrap .btn p > span {
  display: inline-block;
  font-size: 11px;
}

#mv .wrap .btn p::before,
#mv .wrap .btn p::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 0;
  height: 0;
}

#mv .wrap .btn p::before {
  left: 0;
  border-style: solid;
  border-width: 14px 0 14px 7px;
  border-color: transparent transparent transparent #179F5B;
}

#mv .wrap .btn p::after {
  right: 0;
  border-style: solid;
  border-width: 14px 7px 14px 0;
  border-color: transparent #179F5B transparent transparent;
}

#mv .wrap .btn span {
  display: block;
}

#mv .wrap .btn>span {
  margin-top: 3px;
  font-size: 1.375em;
}

#mv .wrap>.btn.arrow::before {
  display: block;
  position: absolute;
  content: "";
  top: 64%;
  right: 42px;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
}

#mv .wrap>.btn.arrow::after {
  top: 64%;
  right: 48px;
  background-image: url(/images/green-arrow.svg);
}

#mv .mv-link {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif !important;
  text-decoration: none;
  position: absolute;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 20px;
  background: transparent;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.875em;
  transition: 1s linear;
}

#mv .mv-link .image {
  position: relative;
  top: 8px;
  padding-right: 20px;
  display: block;
}

.vegas-animation-fadezoom {
  animation: fadezoom 20s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/* MVボタン切り替え */
.btn.pc {
  transition: opacity 4000ms ease 0s, transform .3s ease;
  display: inline-block;
  opacity: 0;
}

.btn.sp {
  display: none;
}

/* ストラテジー */
#strategy {
  padding-top: 120px;
}

#strategy .text-content {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#strategy .text-content .title {
  margin-bottom: 45px;
}

#strategy .text-content p {
  margin: 20px 0 0 0;
  line-height: 2.1;
}

#strategy .text-content a {
  text-decoration: none;
  width: 370px;
  height: 54px;
  line-height: 54px;
  margin-top: 25px;
  background: #111;
  color: #fff;
  font-size: 0.9375rem;
}

.sdg-lists {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto 100px auto;
  border: 1px solid #E1E4E8;
  padding: 50px 60px;
  position: relative;
  background: #F0FCF6;
}

.sdg-lists:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 5px;
  background: #179F5B;
}

.sdg-lists>p:first-child {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 1.625em;
  line-height: 1;
  margin: 0 0 30px 0;
}

.sdg-lists>p {
  line-height: 2.125;
  margin-bottom: 40px;
}

.sdg-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -4px;
  width: 100%;
}

.sdg-lists ul li {
  padding: 3px;
  width: 33.33333%;
}

.sdg-lists ul li a {
  text-decoration: none;
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #111;
  position: relative;
  transition: all .3s ease;
}

.sdg-lists ul li a:hover {
  position: relative;
  z-index: 200;
  transform: scale(1.04, 1.07);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 15%);
}

.sdg-lists ul li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: url(../images/green-arrow.svg) no-repeat center center;
  background-size: cover;
  right: 8px;
  bottom: 11px;
}

.sdg-lists ul li a.building:after {
  background-image: url(../shared/images/blue-arrow.svg);
}

.sdg-lists ul li a.eat:after {
  background-image: url(../shared/images/orange-arrow.svg);
}

.sdg-lists ul li a.education:after {
  background-image: url(../shared/images/green-arrow.svg);
}

.sdg-lists ul li a.cloth:after {
  background-image: url(../shared/images/pink-arrow.svg);
}

.sdg-lists ul li a.service:after {
  background-image: url(../shared/images/red-arrow.svg);
}

.sdg-lists ul li a.product:after {
  background-image: url(../shared/images/yellow-arrow.svg);
}

.sdg-lists ul li a:hover:after {
  animation-name: horizontal-fixed-slide;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.sdg-lists ul li a>p {
  margin: 16px 0 0 0;
  font-size: 1.25em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

.sdg-lists ul li a>p span {
  font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
}
#about{
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 1080px;
  text-align: center;
}
#about .about_text{
  margin: 50px 0 0;
  line-height: 2.125;
}
.about_btn{
  background: #ffffff;
  border: 2px solid #179f5b;
  color: #179f5b;
  margin: 30px auto 0;
  text-decoration: none;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-weight: bold;
  padding:15px;
  display: block;
  max-width: 370px;
  font-size: 0.9375rem !important;
}
@media screen and (max-width: 1000px) {
  #about{
    padding: 40px 24px 0;
    text-align: left;
  }
  #about .about_text{
    margin: 30px 0 0;
  }
}
/* PLANセクション */
#service{
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 1080px;
}
#service .text-content p{
  margin: 25px 40px 0;
}
#service .top_service_list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#service .top_service_item{
  width: 33%;
  padding: 40px 20px;
}
#service .top_service_item.green{
  border:solid 1px #179F5A;
  border-top:solid 4px #179F5A;
}
#service .top_service_item.blue{
  border:solid 1px #0A97D9;
  border-top:solid 4px #0A97D9;
}
#service .top_service_item.orange{
  border:solid 1px #FD6925;
  border-top:solid 4px #FD6925;
}
.top_service_item_text{
  border-radius: 4px;
  padding: 10px;
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}
#service .top_service_item.green .top_service_item_text{
  background: #F0FBF6;
}
#service .top_service_item.blue .top_service_item_text{
  background: #F0FAFF;
}
#service .top_service_item.orange .top_service_item_text{
  background: #FFF7F4;
}
.top_service_item_title{
  margin: 30px 0;
  font-size: 1.625rem;
  text-align: center;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-weight: bold;
}
#service .top_service_item.green .top_service_item_title{
  color: #179F5A;
}
#service .top_service_item.blue .top_service_item_title{
  color: #0A97D9;
}
#service .top_service_item.orange .top_service_item_title{
  color: #FD6925;
}
#service .btn{
  font-size: 0.9375rem;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}
#service .top_service_item.green .btn{
  background: #179F5A;
}
#service .top_service_item.blue .btn{
  background: #0A97D9;
}
#service .top_service_item.orange .btn{
  background: #FD6925;
}
@media screen and (max-width: 1000px) {
  #service .text-content p{
    text-align: center;
  }
  #service .top_service_list{
    display: block;
    padding: 0 24px;
  }
  #service .top_service_item{
    width: 100%;
    margin: 0 0 20px;
  }
  .top_service_item_title{
    margin: 20px 0;
  }
}


#plan {
  margin: 100px 35px 0 35px;
  padding: 67px 0 100px 0;
  background: #F3F5F8;
}

#plan .text-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#plan .text-content p:first-of-type {
  font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
  margin: 43px 0 0 0;
  font-weight: 500;
  font-size: 1.25em;
}

#plan .text-content>p {
  line-height: 2.125;
  margin: 15px 0 0 0;
}

#plan .plans {
  overflow: hidden;
  max-width: 1080px;
  width: 90%;
  margin: 61px auto 0;
}

#plan .plans ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#plan .plans ul>li {}

#plan .plans ul .plan-layout {
  position: relative;
  padding: 0 60px 60px;
  background: #fff;
  border: 1px solid #E1E4E8;
  border-top: initial;
}

#plan .plans ul .plan-layout .toggle-btn {
  display: none;
}

#plan .plans ul .sx-plan.plan-layout {
  padding: 0 60px 45px;
}

#plan .plans ul .plan-layout+.plan-layout {
  margin-top: 45px;
}

#plan .plans ul .plan-layout::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
}

#plan .plans ul .standard-plan::before {
  height: 5px;
  background: #179F5B;
}

@media screen and (max-width: 1000px) {
  #plan .plans ul .standard-plan::before {
    height: 4px;
  }
}

#plan .plans ul .trial-plan::before {
  height: 1px;
  background: #FD6925;
}

#plan .plans ul .sx-plan::before {
  height: 1px;
  background: #0A97D9;
}

/* 金額部分 */

#plan .price-section {
  position: relative;
  padding: 46px 0 21px;
}

#plan .sx-plan .price-section {
  padding: 46px 0 0;
}

#plan .additional-info {
  display: inline-block;
  margin-top: 4px;
}

#plan .price-section p:first-of-type {
  margin: 0;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  color: #179F5B;
}

#plan .price-section h3 {
  margin: 3px 0 0;
  color: #179F5B;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 2.25rem;
}

#plan .price-section p:last-of-type {
  margin: 7px 0 0;
  font-size: 0.8125em;
}

#plan .sx-plan .price-section p:last-of-type {
  margin: 13px 0 0;
}

#plan .price-section .price {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 1.875rem;
}

#plan .trial-plan .price-section .price,
#plan .sx-plan .price-section .price {
  font-size: 1.375rem;
}

#plan .sx-plan .price-section .price {
  font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
}

#plan .price-section>a {
  position: absolute;
  display: block;
  text-decoration: none;
  top: 50px;
  right: 0;
  width: 318px;
  height: 64px;
  line-height: 64px;
  background: #179F5B;
  border-radius: 32px;
  color: #fff;
  font-size: 1.125em;
}

#plan .price-section>a.is-pc {
  display: block;
}

#plan .price-section>a.for-sp {
  display: none;
}

#plan .trial-plan .price-section p:first-of-type {
  color: #FD6925;
}

#plan .trial-plan .price-section h3 {
  color: #FD6925;
  font-size: 1.875rem;
}

#plan .trial-plan .price-section>a {
  background: #FD6925;
}

#plan .sx-plan .price-section p:first-of-type {
  color: #0A97D9;
}

#plan .sx-plan .price-section h3 {
  color: #0A97D9;
  font-size: 1.875rem;
}

#plan .sx-plan .price-section>a {
  background: #0A97D9;
}

#plan .trial-plan .price-section>a,
#plan .sx-plan .price-section>a {
  width: 280px;
  height: 54px;
  line-height: 54px;
  font-size: 1rem;
}

/* トライアルプラン */

#plan .trial-content {
  display: flex;
  justify-content: space-between;
}

#plan .trial-content .course {
  display: flex;
  align-items: center;
  width: 47.91666666666667%;
  padding: 26px 27px 26px 25px;
  background: rgba(253, 105, 37, 5%);
  border-radius: 10px;
}

#plan .trial-content .course figure {
  text-align: center;
  min-width: 60px;
  padding: 9px 10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(253, 105, 37, 50%);
  ;
}

#plan .trial-content .course figure figcaption {
  position: relative;
  top: -1px;
  color: #FD6925;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 0.625em;
}

#plan .trial-content .course .text {
  margin-left: 20px;
}

#plan .trial-content .course .text p {
  margin: 0;
}

#plan .trial-content .course .text p:first-of-type {
  color: #FD6925;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

#plan .trial-content .course .text p:last-of-type {
  line-height: 1.8;
  margin: 5px 0 0;
  font-size: 0.9375em;
}

/* スタンダード */

#plan .standard-list {
  position: relative;
  padding: 0;
}

/* #plan .standard-list::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -60px;
  width: 200%;
  height: 1px;
  background: #E1E4E8;
} */

#plan .standard-list p {
  margin: 0;
}

#plan .standard-list p.has-backcolor {
  padding: 25px 0 25px 30px;
  background: #F0FCF6;
  border-radius: 10px;
  font-size: 1.125em;
}

#plan .standard-list>p:last-of-type {
  margin: 29px 0 0;
  color: #179F5B;
  font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
}

/* スタンダード 対象企業リスト */
#plan .standard-list .target-company {
  margin: 14px 0 0;
}

#plan .standard-list .target-company li {
  position: relative;
  padding-left: 14px;
}

#plan .standard-list .target-company li::before {
  position: absolute;
  display: block;
  content: "";
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

#plan .standard-list .target-company li+li {
  margin: 12px 0 0;
}

#plan .plan-content {
  margin: 41px 0 0;
  padding: 31px 0 48px 40px;
  border-radius: 10px;
  background: #F0FCF6;
}

#plan .plan-content>p {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

/*　スタンダード プラン内容 */

#plan .plan-content>.inner {
  display: flex;
  margin: 14px 0 0;
}

#plan .plan-content>.inner ul {}

#plan .plan-content>.inner .sp-list {
  display: none;
}

#plan .plan-content>.inner ul.right {
  margin-left: 50px;
}

#plan .plan-content>.inner ul>li {
  position: relative;
  padding-left: 28px;
}

#plan .plan-content>.inner ul>li::before {
  position: absolute;
  display: block;
  content: "";
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/images/check_green.svg) center left no-repeat;
}

#plan .plan-content>.inner ul>li+li {
  margin: 16px 0 0;
}

#plan .plan-content .child-list {
  margin: 6px 0 0;
}

#plan .plan-content .inner .child-list>li {
  position: relative;
  width: 100%;
  line-height: 2.0714285714285716;
  margin: 0;
  padding-left: 18px;
  font-size: 0.875em;
}

#plan .plan-content .inner .child-list>li::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #179F5B;
  border-radius: 50%;
}

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

  #plan {
    margin: 0;
    padding: 40px 0 40px 0;
  }

  #plan .text-content {
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }

  #plan .text-content p:first-of-type {
    font-size: 1.125em;
    line-height: 1.5;
    margin-top: 18px;
    text-align: center;
  }

  #plan .text-content p {
    line-height: 2;
    font-size: 0.9375em;
    margin-top: 10px;
    text-align: left;
  }

  #plan .text-content>a.btn {
    width: 247px;
    height: 50px;
    line-height: 48px;
    margin-top: 30px;
  }

  #plan .text-content a span>span {
    display: none;
  }

  #plan .plans {
    width: 100%;
    margin: 28px auto 0;
  }

  #plan .plans ul .plan-layout {
    position: relative;
    padding: 0;
    margin: 0 24px;
  }

  #plan .plans ul .sx-plan.plan-layout {
    padding: 0;
  }

  #plan .plans ul .plan-layout .toggle-btn {
    display: block;
    position: absolute;
    text-decoration: none;
    text-align: center;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 28px;
    line-height: 28px;
    border-radius: 0 0 10px 10px;
    color: #000;
    background: #E1E4E8;
    font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
    font-size: 0.8125em;
  }

  #plan .plans ul .plan-layout .toggle-btn span {
    position: relative;
    top: -1px;
    padding-left: 19px;
  }

  #plan .plans ul .plan-layout .toggle-btn::before,
  #plan .plans ul .plan-layout .toggle-btn::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    top: 50%;
    left: 27px;
  }

  #plan .plans ul .plan-layout.close .toggle-btn::before,
  #plan .plans ul .plan-layout.close .toggle-btn::after {
    left: 18px;
  }

  #plan .plans ul .plan-layout .toggle-btn::before,
  #plan .plans ul .plan-layout .toggle-btn::after {
    transform: translateY(-50%);
  }

  #plan .plans ul .plan-layout.close .toggle-btn::after {
    transform: translate(0, -50%) rotate(90deg);
  }

  #plan .plans ul .standard-plan .toggle-btn::before,
  #plan .plans ul .standard-plan .toggle-btn::after {
    background: #179F5B;
  }

  #plan .plans ul .trial-plan .toggle-btn::before,
  #plan .plans ul .trial-plan .toggle-btn::after {
    background: #FD6925;
  }

  #plan .plans ul .plan-layout.close .sp-fold {
    display: none;
  }


  /* 金額部分 */

  #plan .close .price-section {
    border: initial;
  }

  #plan .price-section {
    text-align: center;
    padding: 27px 0 25px;
    margin: 0 30px;
  }

  #plan .standard-plan.close .price-section {
    padding: 27px 0 30px;
  }

  #plan .standard-plan.close,
  #plan .trial-plan.close {
    /* margin: 0 0 10px; */
  }

  #plan .trial-plan .price-section,
  #plan .sx-plan .price-section {
    border-bottom: initial;
  }

  #plan .trial-plan.close .price-section,
  #plan .sx-plan .price-section {
    padding: 23px 0 30px;
  }

  #plan .trial-plan .price-section {
    padding: 23px 0 25px;
  }

  #plan .price-section p:first-of-type {
    line-height: 1.4;
    font-size: 0.9375em;
  }

  #plan .price-section p:last-of-type {
    margin: 0;
    padding: 13px 0 0;
    border-top: 1px solid #E1E4E8;
    font-size: 0.8125em;
  }

  #plan .price-section h3 {
    margin: 4px 0 17px;
    font-size: 1.5em !important;
  }

  #plan .price-section .price,
  #plan .trial-plan .price-section .price {
    display: inline-block;
    margin: 0 0 2px;
    font-size: 1.625rem;
  }

  #plan .sx-plan .price-section .price {
    margin: 0;
  }

  #plan .sx-plan .price-section .price {
    font-size: 1.25rem;
  }

  #plan .price-section>a {
    position: relative;
    top: 0;
    width: 154px;
    height: 54px;
    line-height: 54px;
    margin: 19px auto 0;
    font-size: 1rem;
  }

  #plan .price-section>a.is-pc {
    display: none;
  }

  #plan .price-section>a.for-sp {
    display: block;
  }

  #plan .trial-plan .price-section>a,
  #plan .sx-plan .price-section>a {
    position: relative;
    top: 0;
    width: 154px;
    height: 54px;
    line-height: 54px;
    margin: 19px auto 0;
    font-size: 1rem;
  }


  /* スタンダード　対象となる企業 */

  #plan .plan-content>.inner ul.right,
  #plan .plan-content>.inner ul.left {
    display: none;
  }

  #plan .plan-content>.inner .sp-list {
    display: block;
  }

  #plan .standard-list {
    padding: 0;
  }

  #plan .standard-list::before {
    display: none;
  }

  #plan .standard-list p {
    padding: 0 20px;
    line-height: 1.7333333333333334;
    font-size: 0.9375em;
  }

  #plan .standard-list p.has-backcolor {
    font-size: 1rem;
    padding: 25px 16px;
    margin: 0 11px;
  }

  #plan .standard-list>p:last-of-type {
    margin: 14px 0 0;
    font-size: 0.9375em;
  }

  #plan .standard-list .target-company {
    padding: 0 20px;
    margin: 4px 0 18px;
  }

  #plan .standard-list .target-company li {
    line-height: 1.7333333333333334;
    font-size: 0.9375em;
  }

  #plan .standard-list .target-company li+li {
    margin: 7px 0 0;
  }

  #plan .standard-list .target-company li::before {
    top: 12px;
  }

  /* スタンダード　プラン内容 */

  #plan .plan-content {
    margin: 20px 0 0;
    padding: 18px 20px 25px 19px;
    border-radius: initial;
  }

  #plan .plan-content>p {
    padding: 0;
  }

  #plan .plan-content>.inner {
    margin: 9px 0 0;
  }

  #plan .plan-content>.inner ul>li {
    line-height: 1.7333333333333334;
    padding-left: 27px;
    font-size: 0.9375em;
  }

  #plan .plan-content>.inner ul>li::before {
    top: 3px;
  }

  #plan .plan-content>.inner ul>li+li {
    margin: 9px 0 0;
  }

  #plan .plan-content .child-list {
    margin: 2px 0 0;
  }

  #plan .plan-content .inner .child-list>li {
    font-size: 0.875rem;
  }

  /* トライアルプラン */

  #plan .trial-content {
    flex-direction: column;
    margin: 0 11px 20px;
  }

  #plan .trial-content .course {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 20px 0 21px;
  }

  #plan .trial-content .course+.course {
    margin-top: 10px;
  }

  #plan .trial-content .course .text {
    margin-left: 0;
  }

  #plan .trial-content .course .text p:first-of-type {
    margin: 11px 0 0;
  }

  #plan .trial-content .course .text p:last-of-type {
    line-height: 1.5714285714285714;
    margin: 7px 0 0;
    font-size: 0.875em;
  }
}

/* コラボレーションサービス */

.colaborate-service {
  max-width: 1080px;
  width: 90%;
  margin: 63px auto 0;
}

.colaborate-service h3 {
  text-align: center;
  font-size: 1.625em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

.colaborate-service ul {
  display: flex;
  justify-content: space-between;
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
}

.colaborate-service ul li {
  width: 47.22222222222222%;
}

.colaborate-service ul li a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 27px 30px 27px 30px;
  border: 1px solid #002555;
  background: #fff;
  transition: all .3s ease;
}

.colaborate-service ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}

.colaborate-service ul li a span {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: #002555;
}

.colaborate-service ul li a span::before {
  position: absolute;
  display: block;
  content: "";
  top: 52%;
  left: 7px;
  transform: translateY(-50%);
  background: center center no-repeat;
  background-size: cover;
}

.colaborate-service ul li .is-outer::before {
  width: 14px;
  height: 14px;
  background-image: url(/shared/images/outer-white.svg);
}

.colaborate-service ul li .is-arrow::before {
  width: 13px;
  height: 11px;
  background-image: url(/images/white-arrow.svg);
}

.colaborate-service ul li a:hover .is-arrow::before {
  animation-name: horizontal-slide;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.colaborate-service .text {
  margin-left: 30px;
}

.colaborate-service .text p {
  margin: 0;
  color: #111;
}

.colaborate-service .text .collabo-name {
  color: #002555;
  font-size: 0.875em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

.colaborate-service .text .collabo-title {
  margin: 2px 0 0;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

.colaborate-service .text p:last-of-type {
  line-height: 1.6153846153846154;
  margin: 11px 0 0;
  font-size: 0.8125em;
}

@media screen and (max-width: 1000px) {
  .colaborate-service {
    width: 100%;
    margin: 33px 0 0;
  }

  .colaborate-service ul {
    flex-direction: column;
    margin: 18px 0 0;
    padding: 0 24px;
  }

  .colaborate-service ul li {
    width: 100%;
  }

  .colaborate-service ul li+li {
    margin-top: 20px;
  }

  .colaborate-service ul li a {
    align-items: flex-start;
    padding: 22px 19px 26px 20px;
  }

  .colaborate-service h3 {
    font-size: 1.3125em;
  }

  .colaborate-service .text .collabo-title {
    margin: 1px 0 0;
  }

  .colaborate-service .text p:last-of-type {
    margin: 7px 0 0;
  }

  .colaborate-service .image img {
    width: 50px;
    height: 50px;
  }

  .colaborate-service .text {
    margin-left: 20px;
  }

  .colaborate-service .text .collabo-name {
    font-size: 0.8125em;
  }
}

/* Practiceセクション */

#practice {
  padding: 100px 0 100px 0;
}

#practice .wrap {
  overflow: hidden;
}

#practice .wrap .text-content {
  width: 1080px;
  margin: 0 auto 50px auto;
}

#practice .wrap .text-content p {
  margin: 28px 0 0 0;
  line-height: 2.14285;
}

#practice .wrap .corporate-lists {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

#practice .wrap .corporate-lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#practice .wrap .corporate-lists ul li a {
  display: block;
  text-decoration: none;
  color: #111;
  width: 100%;
  transition: color .3s ease;
}

#practice .wrap .corporate-lists ul li a:hover {
  color: #179F5B;
}

#practice .wrap .corporate-lists ul li a img {
  width: 320px;
  height: 214px;
}

#practice .corporate-name {
  margin: 17px 0 0 0;
  color: #179F5B;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

#practice .corporate-category {
  margin: 4px 0 0 0;
  font-size: 0.875em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

#practice .corporate-text {
  margin: 15px 0 0 0;
  font-size: 0.875em;
  line-height: 1.8;
}

#practice .wrap .practice-btn {
  width: 1080px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

#practice .wrap .practice-btn a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #179F5B;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}

#practice .practice-btn .practice-prev.disable {
  background: #E1E4E8;
  cursor: auto;
  pointer-events: none;
}

#practice .practice-btn .practice-next {
  margin-left: 10px;
}

#practice .practice-btn .practice-next.disable {
  background: #E1E4E8;
  cursor: auto;
  pointer-events: none;
}

#practice .practice-btn .slide-btn .btn {
  width: 40px;
  height: 40px;
  position: relative;
}

#practice .practice-btn .slide-btn .btn.arrow:after {
  right: 12px;
}

#practice .practice-btn .slide-btn .btn.practice-prev.arrow:after {
  background: url(../images/white-arrow-left.svg);
}

#practice .practice-btn .slide-btn .btn.practice-prev.arrow:hover:after {
  animation-name: horizontal-left-slide;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

#practice .practice-btn .slide-btn .btn span {
  display: none;
}

#practice .swiper-button-next,
.swiper-button-prev {
  display: none;
}

/* youtube動画セクション　更新日6/30 2021 */

#video {
  border-top: 1px solid #E1E4E8;
}

#video .wrap {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}

#video .youtube {
  position: relative;
  width: 62.5%;
  height: 337px;
}

#video .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video .exective-introduction {
  background: #179F5B;
  color: #fff;
  width: 37.5%;
  padding: 82px 40px 67px;
}

#video .position {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  margin: 0;
}

#video .message-title {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 1.875em;
  margin: 3px 0 0;
}

#video .career {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  line-height: 2;
}

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

  #video {
    padding: 0 24px;
  }

  #video .wrap {
    flex-direction: column;
    padding: 30px 0;
  }

  #video .position {
    font-size: 0.875em;
  }

  #video .message-title {
    font-size: 1.3125em;
    margin: 4px 0 0;
  }

  #video .youtube {
    width: 100%;
    padding-top: 56.269113149847094%;
    height: auto;
  }

  #video .exective-introduction {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  #video .career {
    font-size: 0.875em;
    line-height: 1.7142857142857142;
    margin: 8px 0 0;
  }

  #video .career li+li {
    margin-top: 2px;
  }

}



/* Linkセクション */

#link {
  background: #F3F5F8;
  padding: 80px 0;
}

#link .wrap {
  max-width: 1080px;
  margin: 0 auto;
}

#link .wrap ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#link .wrap ul li:nth-child(3) {
  margin-top: 40px;
}

#link .wrap ul li:nth-child(4) {
  margin-top: 40px;
}

#link .wrap ul li {
  width: 47.22222%;
}


#link .wrap ul li a {
  text-decoration: none;
  display: flex;
  background: #fff;
  width: 100%;
  height: 200px;
  color: #111;
  position: relative;
  transition: all .3s ease;
}

#link .wrap ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 15%);
}

#link .wrap ul li a:hover .link-title {
  color: #179F5B;
}

#link .wrap ul li a:before,
#link .wrap ul li a:after {
  position: absolute;
  display: block;
  content: "";
}

#link .wrap ul li a:before {
  z-index: 1;
  width: 13px;
  height: 11px;
  background: url(../images/white-arrow.svg) no-repeat center center;
  background-size: cover;
  right: 6px;
  bottom: 7px;
}

#link .wrap ul li a:hover:before {
  animation-name: horizontal-fixed-slide;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

#link .wrap ul li a:after {
  width: 25px;
  height: 25px;
  background: #179F5B;
  right: 0;
  bottom: 0;
}

#link .link-image {
  background: no-repeat center center;
  width: 50%;
}

#link .link-image.library {
  background-image: url(../images/learn01.jpg);
  background-size: cover;
}

#link .link-image.strategy {
  background-image: url(../images/learn02.jpg);
  background-size: cover;
}

#link .link-image.goals {
  background-image: url(../images/learn03.jpg);
  background-size: cover;
}

#link .link-image.glossary {
  background-image: url(../images/learn04.jpg);
  background-size: cover;
}



#link .link-text {
  width: 50%;
  padding: 42px 20px 62px 20px;
}

#link .link-text .link-title {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 0.935em;
  font-weight: bold;
  margin: 0;
  transition: color .3s ease;
}

#link .link-text p:last-child {
  margin: 10px 0 0 0;
  line-height: 21px;
  font-size: 0.8125em;
}

#news {
  padding: 90px 0 100px 0;
}

#news .wrap {
  width: 1080px;
  margin: 0 auto;
}

#news .wrap h2 {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  font-size: 1.625em;
}

#news .news-category {
  margin-top: 50px;
}

#news .news-category ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

#news .news-category ul li {
  width: 100%;
}

#news .news-category ul li a {
  display: inline-block;
  background-color: #F3F5F8;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  opacity: 50%;
  text-align: center;
  border-bottom: 1px solid #E1E4E8;
}

#news .news-category ul li a:hover {
  opacity: 100%;
}

#news .news-category ul li a span {
  color: #111;
  font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
}

#news .news-category ul li a.current {
  background-color: #fff;
  opacity: 1;
  border-top: 3px solid #179F5B;
  border-bottom: none;
  position: relative;
}

#news .news-category ul li a.current span {
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
}

#news .news-category ul li a.current:before,
#news .news-category ul li a.current:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #F3F5F8;
  top: 0;
}

#news .news-category ul li a.current:before {
  left: 0;
}

#news .news-category ul li a.current:after {
  right: 0;
}

#news .news-category ul li a.current.is-news {
  border-top: 3px solid #0A97D9;
}

#news .news-category ul li a.current.is-membership {
  border-top: 3px solid #FD6925;
}

#news .news-category ul li a.current.is-seminar {
  border-top: 3px solid #E5243B;
}

#news .news-category ul li a.current.is-press {
  border-top: 3px solid #4C9F38;
}

#news .news-lists ul {
  list-style: none;
  width: 100%;
  padding: 19px 0 0 0;
  margin: 0;
}

#news .news-lists ul li {
  display: flex;
  align-items: center;
  padding: 25px 0 25px 20px;
}

#news .news-lists ul li div {
  display: flex;
  align-items: center;
}

#news .news-lists ul li:last-of-type {
  border-bottom: 1px solid #E1E4E8;
}

#news .news-lists ul li+li {
  border-top: 1px solid #E1E4E8;
}

#news .news-lists ul li time {
  min-width: 81px;
  font-size: 0.8125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  color: #9A9A9A;
}

#news .news-lists ul li .category {
  width: 110px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 0 37px;
  font-size: 0.8125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N M", sans-serif;
  border: 1px solid #E1E4E8;
}

#news .news-lists ul li .category.is-news {
  color: #0A97D9;
  border: 1px solid rgba(10, 151, 217, 30%);
}

#news .news-lists ul li .category.is-membership {
  color: #FD6925;
  border: 1px solid rgb(253, 105, 37, 30%);
}

#news .news-lists ul li .category.is-seminar {
  color: #E5243B;
  border: 1px solid rgb(229, 36, 59, 30%);
}

#news .news-lists ul li .category.is-press {
  color: #4C9F38;
  border: 1px solid rgba(76, 159, 56, 30%);
}

#news .news-lists ul li a {
  color: #111;
  text-decoration: none;
  margin-left: 30px;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  transition: color .3s ease;
}

#news .news-lists ul li a:hover {
  color: #179F5B;
}

#news .news-lists .btn {
  color: #fff;
  text-decoration: none;
  background: #179F5B;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  margin-top: 50px;
}

.for-tablet {
  display: block;
}


/* 1130, 1000, 800 */
@media screen and (max-width: 1130px) {

  .for-tablet {
    display: none;
  }

  #link {
    padding: 40px 0;
  }

  #link .wrap {
    max-width: initial;
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }

  #link .wrap ul {
    flex-direction: column;
    align-items: center;
  }

  #link .wrap ul li {
    max-width: 510px;
    width: 100%;
  }

  #link .wrap ul li a {
    min-height: 270px;
    padding: 0 0 30px;
    flex-direction: column;
  }

  #link .wrap ul li+li {
    margin-top: 24px;
  }

  #link .wrap ul li:nth-child(3) {
    margin-top: 24px;
  }

  #link .wrap ul li:nth-child(4) {
    margin-top: 24px;
  }

  #link .link-text {
    width: 100%;
    min-height: 50%;
    padding: 14px 20px 20px 20px;
  }

  #link .link-text.noharm {
    padding: 5px 20px 20px 20px;
  }

  #link .link-image {
    width: 100%;
    height: 50%;
  }

  #link .link-image.noharm {
    background-size: 205px;
  }

  #link .link-text p:last-child {
    line-height: 1.615384;
    margin: 10px 0 0 0;
  }

  #news {
    padding: 40px 0;
  }

  .select-box {
    display: block;
  }

  .select-box select {
    font-size: 0.9375em;
    padding-left: 15px;
    width: 100%;
    height: 100%;
  }

  .select-box {
    position: relative;
    display: block;
    width: 240px;
    height: 48px;
    background: #F3F5F8;
  }

  .select-box:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-radius: 3px;
    border-top-color: #111;
    top: 24px;
    right: 11px;
    opacity: .5;
  }

  #news .news-category {
    margin-top: 20px;
  }

  #news .news-category ul {
    display: none;
  }

  #news .news-category ul li {
    min-width: 240px;
  }

  #news .wrap {
    max-width: initial;
    width: 100%;
    padding: 0 24px;
  }

  #news .news-category ul {
    flex-direction: column;
    width: 20%;
  }

  #news .news-lists ul {
    padding: 0;
  }

  #news .news-lists ul li:first-child {
    padding: 24px 0 16px;
  }

  #news .news-lists ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0 16px;
  }

  #news .news-lists ul li a {
    margin-left: 0;
    margin-top: 0;
    font-size: 0.9375em;
    margin-top: 8px;
    line-height: 1.6;
  }

  #news .news-lists .btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
  }

  #news .news-lists ul li .category {
    height: 20px;
    line-height: 18px;
    margin-left: 19px;
    text-align: center;
    font-size: 0.75em;
  }

  #join {
    height: auto;
  }

  #join .wrap {
    padding: 40px 24px 45px 24px;
    flex-direction: column;
    justify-content: start;
  }

  #join .join-title .catch {
    font-size: 1.625em;
  }

  #join .join-btn {
    margin-top: 35px;
  }

  #join .join-btn .micro {
    margin-bottom: -10px;
  }

  #join .join-btn .btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
  }

  #join .join-btn .btn.download {
    line-height: 58px;
  }

  #join .join-btn .btn.download {
    margin-top: 20px;
  }

  #practice {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  #practice .wrap span {
    text-align: left;
  }

  #practice .wrap h2 {
    text-align: left;
  }

  #practice .wrap .text-content p {
    font-size: 0.9375em;
    line-height: 2;
    margin: 18px 0 0 0;
  }

  #practice .corporate-text {
    line-height: 1.5;
    font-size: 0.875em;
    margin: 13px 0 0 0;
  }

  #practice .wrap .corporate-lists ul li a img {
    width: 100%;
    height: auto;
  }

  #practice .wrap .practice-btn a {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }

  #practice .wrap .practice-btn {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 24px;
  }

  #practice .wrap .practice-btn .slide-btn {
    display: none;
  }

  #practice .wrap .text-content {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 24px;
  }

  #practice .wrap .corporate-lists {
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }



}


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

  #mv .mv-link .image {
    display: inline-block;
    padding-right: 10px;
  }

  #strategy {
    padding: 38px 15px 40px 15px;
  }

  #strategy .text-content {
    padding: 0 9px;
    width: 100%;
    margin: 0;
    font-size: 0.9375em;
    text-align: initial;
  }

  .sub-title {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #strategy .text-content p {
    line-height: 2;
    margin: 22px 0 0 0;
  }

  #strategy .text-content a {
    display: block;
    margin: 0 auto;
    width: 263px;
    height: 50px;
    line-height: 48px;
    margin-top: 35px;
  }

  #strategy .text-content a span>span {
    display: none;
  }

  #strategy .text-content .title {
    margin-bottom: 0;
  }

  .title {
    text-align: center;
    margin-top: 10px;
  }

  #strategy .enterprise {
    width: 100%;
    margin: 0;
    padding-top: 35px;
  }

  #strategy .enterprise .wrap {
    display: block;
  }

  #strategy .enterprise .wrap .content {
    width: 100%;
  }

  #strategy .enterprise .wrap .content:last-child {
    margin: 30px 0 0 0;
  }

  #strategy .enterprise .wrap .content .text {
    font-size: 0.9375em;
    padding: 40px 25px 30px 30px;
  }

  #strategy .enterprise .wrap .content .text a {
    font-size: 1.3rem;
  }

  #strategy .enterprise .wrap .content .text a span {
    padding-right: 38px;
  }

  #strategy .enterprise .wrap .content .image {
    height: 130px;
  }

  .sdg-lists {
    width: 100%;
    margin: 0 0 60px;
    padding: 30px 25px;
  }

  .sdg-lists>p:first-child {
    font-size: 1.3125em;
    margin: 0;
  }

  .sdg-lists>p {
    font-size: 0.9375em;
    margin-top: 23px;
    margin-bottom: 22px;
  }

  .sdg-lists ul li {
    width: 50%;
  }

  .sdg-lists ul li a {
    width: 100%;
    height: 80px;
  }

  .sdg-lists ul li a>img {
    width: 30px;
    height: 30px;
  }

  .sdg-lists ul li a>p {
    font-size: 1em;
    margin: 3px 0 0;
  }

}

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

  .btn.sp {
    transition: opacity 4000ms ease 0s;
    display: inline-block;
    opacity: 0;
  }

  .btn.pc {
    display: none;
  }

  #mv {
    position: relative;
    height: 520px;
    padding-top: 60px !important;
  }

  #mv .wrap h1 {
    font-size: 1.93em;
    color: #fff;
    line-height: 1.5;
  }

  #mv .wrap {
    position: absolute;
    height: auto;
    left: 18px;
    bottom: 65px;
    padding: 0;
    width: 100%;
  }

  #mv .wrap .btn {
    width: 327px;
    height: 90px;
    left: calc(50% - 18px);
    margin: 23px 0 0;
    padding: 15px 35px 0 0;
    border-radius: 9px;
    font-size: 1em;
    transform: translateX(-50%);
  }

  #mv .wrap .btn:hover {
    transform: translate(-50%, -5px);
  }

  #mv .wrap .btn p {
    margin: 0 0 0 28px;
  }

  #mv .wrap>.btn.arrow::after {
    right: 21px;
    top: 66%;
  }

  #mv .wrap>.btn.arrow::before {
    right: 14px;
    top: 66%;
  }

  #mv .wrap .btn p {
    font-size: 0.875rem;
  }

  #mv .wrap .btn p::before {
    left: -1px;
    border-width: 12px 0 12px 7px;
  }

  #mv .wrap .btn p::after {
    right: -1px;
    border-width: 12px 7px 12px 0;
  }

  #mv .wrap .btn span {
    display: block;
  }

  #mv .wrap .btn>span {
    margin-top: 5px;
    font-size: 1.1875rem;
  }

  #mv .vegas-content {
    height: 460px;
    padding: 0 !important;
  }

  #mv .vegas-content-scrollable {
    overflow: hidden;
  }

  #strategy .sdg-lists ul {
    margin: 0;
  }

  #strategy .sdg-lists ul li {
    padding: 2px;
  }

  #strategy .sdg-lists ul li+li {
    /* margin-top: 3px; */
  }

  #strategy .sdg-lists ul li a:after {
    display: none;
  }
}



/* 利用者の声 220620 */
.interview {
  margin: 100px 35px 100px; }
  @media screen and (max-width: 1130px) {
    .interview {
      margin: 100px 24px 100px; } }
  @media screen and (max-width: 800px) {
    .interview {
      margin: 40px 15px 40px; } }
  .interview__body {
    background: #f0fcf6;
    border: 1px solid #e1e4e8;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1080px;
    padding: 40px 35px 54px;
    position: relative; }
    @media screen and (max-width: 1130px) {
      .interview__body {
        padding: 30px 24px 25px; } }
    .interview__body::before {
      background: #179f5b;
      content: "";
      height: 5px;
      left: -1px;
      position: absolute;
      top: -1px;
      width: 40px; }
    .interview__body h2 {
      font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
      font-size: 26px;
      line-height: 1.84em;
      margin: 0 auto 18px;
      max-width: 960px;
      text-align: left; }
      @media screen and (max-width: 800px) {
        .interview__body h2 {
          font-size: 21px;
          margin: 0 auto 7px; } }
    .interview__body p {
      font-size: 16px;
      line-height: 2.125em;
      margin: 0 auto 40px;
      max-width: 960px; }
      @media screen and (max-width: 800px) {
        .interview__body p {
          font-size: 15px;
          line-height: 2em;
          margin: 0 auto 24px; } }
  .interview__list {
    counter-reset: num;
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    gap: 6px; }
    @media screen and (max-width: 800px) {
      .interview__list {
        display: block; } }
    .interview__list li {
      counter-increment: num;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 800px) {
        .interview__list li {
          margin: 0 0 10px; } }
      .interview__list li a {
        background: url(../images/interview_bg.svg) repeat-x center top white;
        box-sizing: border-box;
        color: #111;
        display: block;
        height: 100%;
        overflow: hidden;
        padding: 60px 0 40px;
        position: relative;
        text-decoration: none;
        transition: all .2s ease-in-out; }
        @media screen and (max-width: 800px) {
          .interview__list li a {
            padding: 51px 0 28px; } }
        .interview__list li a::before {
          background: #179f5b;
          bottom: 0;
          content: "";
          height: 25px;
          position: absolute;
          right: 0;
          width: 25px;
          z-index: 1; }
        .interview__list li a::after {
          background: url(../images/white-arrow.svg) no-repeat center center;
          background-size: cover;
          bottom: 2px;
          content: "";
          display: block;
          height: 11px;
          position: absolute;
          right: 6px;
          transform: translateY(-50%);
          width: 13px;
          z-index: 2; }
        .interview__list li a:hover {
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          transform: translateY(-5px); }
          .interview__list li a:hover::after {
            animation-name: horizontal-slide;
            animation-duration: .4s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: 1; }
      .interview__list li > div {
        background: url(../images/interview_bg.svg) repeat-x center top white;
        box-sizing: border-box;
        color: #111;
        display: block;
        height: 100%;
        overflow: hidden; }
      .interview__list li h3 {
        font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
        font-size: 18px;
        line-height: 1.5em;
        margin: 0 10px 20px;
        text-align: center; }
        @media screen and (max-width: 800px) {
          .interview__list li h3 {
            margin: 0 6px 15px; } }
      .interview__list li p {
        align-items: center;
        display: flex;
        font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
        font-size: 18px;
        height: 100%;
        justify-content: center;
        line-height: 1.5em;
        margin: 0;
        min-height: 158px;
        width: 100%; }
  .interview__num {
    color: #179f5b;
    content: "VOICE OF COMPANY：" counter(num);
    font-family: "UDKakugo_SmallPr6N-M", sans-serif;
    font-size: 13px;
    left: 0;
    line-height: 1.615em;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 25px; }
    @media screen and (max-width: 800px) {
      .interview__num {
        top: 20px; } }
  .interview__person {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 0 6px 0 24px;
    gap: 15px; }
    .interview__person img {
      width: 61px;
      flex-shrink: 0; }
    .interview__person dl {
      margin: 0;
      padding: 0; }
      .interview__person dl dt {
        font-size: 16px;
        letter-spacing: .018em;
        line-height: 1.3125em;
        margin: 0 0 8px;
        padding: 0; }
        .interview__person dl dt span {
          display: block;
          font-size: 13px;
          line-height: 1.1em;
          margin: 4px 0 0; }
          @media screen and (max-width: 800px) {
            .interview__person dl dt span {
              font-size: 11px;
              margin: 3px 0 0; } }
      .interview__person dl dd {
        font-size: 12px;
        letter-spacing: .018em;
        line-height: 1.5em;
        margin: 0;
        padding: 0; }

        .more_cases {
          text-align: right;
          margin-top: 40px;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          @media screen and (max-width: 1000px) {
            .more_cases {
              margin-top: 20px;
              padding: 0 9px;
              } }
          .more_cases a {
            color: #179F5B;
            text-decoration: none;
            font-family: "FOT-UD角ゴ_スモール Pr6N DB", sans-serif;
          }
          .more_cases span {
            background-color: #179F5B;
            width: 25px;
            height: 25px;
            margin-left: 10px;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center; }

.interview .common_link_wrap{
  max-width: 960px;
  margin: 20px auto 0;
}
